Error in maps - Arcer - 04-12-2013 05:05 AM
Hi,
can you help me with this issue??
I'm running a fresh install of sphere but:
Code:
ERROR:(sphere_map1.scp,236)Exception adding debug message on the exception.
ERROR:(sphere_map1.scp,240)Unsupported map #1 specified. Auto-fixing that to 0.
ERROR:(sphere_map1.scp,241)Unsupported map #1 specified. Auto-fixing that to 0.
DEBUG:__ thread (0) __ | # | _____ function _____________ | ticks passed from previous function start ______
DEBUG:>> 0 | 0 | CResource::Load | +0
DEBUG:>> 0 | 1 | CResourceBase::LoadResources | +15850
DEBUG:>> 0 | 2 | CResourceBase::LoadResourcesOpen | +0
DEBUG:>> 0 | 3 | CResource::LoadResourceSection | +515 <-- exception catch point (below is guessed and could be incorrect!)
DEBUG:>> 0 | 4 | CRegionBase::RealizeRegion | +0
my sphere.ini
Code:
MulFiles=mul/
// To activate ML-sized map #0 uncomment the next line (don't forget to uncomment
// sphere_map0_ml.scp and sphere_map_points0_ml.scp in spheretables.scp if you want
// to use the default areas)
Map0=7168,4096,-1,-1
// To activate ML-sized map #1 uncomment the next line
Map1=7168,4096,-1,-1
// To enable the use of MapDif*.mul and StaDif*.mul files, set this to 1.
UseMapDiffs=0
and my spheretables
Code:
scripts/maps/sphere_map0.scp
//scripts/maps/sphere_map0_ml.scp
scripts/maps/sphere_map1.scp
//scripts/maps/sphere_map2.scp
//scripts/maps/sphere_map3.scp
//scripts/maps/sphere_map4.scp
//scripts/maps/sphere_map5.scp
scripts/maps/sphere_map_points0.scp
//scripts/maps/sphere_map_points0_ml.scp
scripts/maps/sphere_map_points1.scp
//scripts/maps/sphere_map_points2.scp
//scripts/maps/sphere_map_points3.scp
//scripts/maps/sphere_map_points4.scp
//scripts/maps/sphere_map_points5.scp
in mul directory there is:
map0.mul
map1.mul
map2.mul
map3.mul
map4.mul
multi.idx
multi.mul
tiledata.mul
gets from a fresh install of Ultima Online Modain’s Legacy Anniversary Edition (ftp://largedownloads.ea.com/pub/uo/setup-1.46.0.3.exe)
RE: Error in maps - RanXerox - 04-12-2013 06:03 AM
What version/build number is your sphereserver? If it is a recent nightly, keep in mind that sphere needs more than just mul/uop files as per this revision:
Quote:10-08-2007, MrSugarCube
- Added: Support for AOS Custom Housing through a new item type 't_multi_custom'.
...
Note that Sphere will require access to doors.txt, misc.txt, floors.txt,
teleprts.txt, roof.txt, and walls.txt from the UO folder as these provide
lists of valid items. Also, all these items should exist in scripts for them
to be added to a building - note that the default script pack is currently
missing several sets of floors and walls.
...
RE: Error in maps - Arcer - 04-12-2013 06:25 AM
these file must be in muls directory? yes sphereserver which i use is the last nightly
RE: Error in maps - RanXerox - 04-12-2013 09:29 AM
Show us line 230 to 250 in the sphere_map1.scp file.
|