Crusader
Master
Posts: 254
Likes Given: 7
Likes Received: 19 in 12 posts
Joined: Apr 2012
Reputation: 6
Erehwon New Hera
|
Linux problems when i start server
[SOLVED!!!] -> missing statics and staidx files -_-
OS: CentOs 64 bit
When i start the server i have first this:
Code:
---------------------------------
Signal handlers installed.
Expansion maps supported: ML
CRITICAL:Assert pri=2:'m_SectorsQty' file 'CWorld.cpp', line 1139, in CWorld::Init()
Indexing 352 scripts...
Loading scripts/sphere_defs.scp
Loading scripts/sphere_types.scp
etc
then a lot of this:
Code:
ERROR:(erehwon_mapnames.scp,275)Unsupported map #0 specified. Auto-fixing that to 0.
ERROR:(erehwon_mapnames.scp,276)Unsupported map #0 specified. Auto-fixing that to 0.
ERROR:(erehwon_mapnames.scp,277)Unsupported map #0 specified. Auto-fixing that to 0.
ERROR:(erehwon_mapnames.scp,278)Unsupported map #0 specified. Auto-fixing that to 0.
FATAL:(erehwon_mapnames.scp,280)Floating point exception
ERROR:(erehwon_mapnames.scp,280)Exception adding debug message on the exception.
ERROR:(erehwon_mapnames.scp,285)Unsupported map #0 specified. Auto-fixing that to 0.
ERROR:(erehwon_mapnames.scp,286)Unsupported map #0 specified. Auto-fixing that to 0.
FATAL:(erehwon_mapnames.scp,288)Floating point exception
ERROR:(erehwon_mapnames.scp,288)Exception adding debug message on the exception.
ERROR:(erehwon_mapnames.scp,293)Unsupported map #0 specified. Auto-fixing that to 0.
ERROR:(erehwon_mapnames.scp,294)Unsupported map #0 specified. Auto-fixing that to 0.
FATAL:(erehwon_mapnames.scp,299)Floating point exception
ERROR:(erehwon_mapnames.scp,299)Exception adding debug message on the exception.
ERROR:(erehwon_mapnames.scp,304)Unsupported map #0 specified. Auto-fixing that to 0.
ERROR:(erehwon_mapnames.scp,305)Unsupported map #0 specified. Auto-fixing that to 0.
FATAL:(erehwon_mapnames.scp,317)Floating point exception
ERROR:(erehwon_mapnames.scp,317)Exception adding debug message on the exception.
ERROR:(erehwon_mapnames.scp,322)Unsupported map #0 specified. Auto-fixing that to 0.
ERROR:(erehwon_mapnames.scp,323)Unsupported map #0 specified. Auto-fixing that to 0.
FATAL:(erehwon_mapnames.scp,371)Floating point exception
ERROR:(erehwon_mapnames.scp,371)Exception adding debug message on the exception.
Loading scripts/custom/map/erehwon_map_points.scp
ERROR:(erehwon_map_points.scp,17)Unsupported map #0 specified. Auto-fixing that to 0.
ERROR:(erehwon_map_points.scp,26)Unsupported map #1 specified. Auto-fixing that to 0.
ERROR:(erehwon_map_points.scp,26)Unsupported map #0 specified. Auto-fixing that to 0.
FATAL:(erehwon_map_points.scp,26)Floating point exception
and finally a lots of these:
Code:
ERROR:UID=01b70, id=0143 'Puledro', Invalid code=3202 (Object not placed in the world)
ERROR:UID=01996, id=06474 'Cervo Bianco', Invalid code=3202 (Object not placed in the world)
ERROR:UID=0153e, id=06695 'Melma Nera Antica', Invalid code=3202 (Object not placed in the world)
ERROR:UID=0152f, id=061b3 'Appaloosa', Invalid code=3202 (Object not placed in the world)
Seems there are some issues with the map files.
My Ini file in the map section is:
Code:
///////////////////////////////////////////////////////////////
//////// File Locations
///////////////////////////////////////////////////////////////
// Directory where spheretables.scp is located, from there we will
// load any additional scripts
ScpFiles=scripts/
// Where your sphereworld.scp and spherechars.scp are located
WorldSave=save/
// Where your sphereaccu.scp and sphereacct.scp is located
AcctFiles=accounts/
// Where your UO installation is located. This need: map0.mul, statics0.mul,
// staidx0.mul, multi.mul, multi.idx, hues.mul, tiledata.mul.
// Optional files: verdata.mul, mapX.mul/staticsX.mul/staidxX.mul for higher
// maps support (Malas, etc).
//
// Note that if not set, sphere will scan windows registry to auto-detect it
//MulFiles=D:\Program Files\Ultima Online\
MulFiles=muls/
// Where your log files will be saved by sphere
Log=logs/
// 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,0,1
Map0=7168,4096,0,0
Map1=6144,4096,0,1
// To enable the use of MapDif*.mul and StaDif*.mul files, set this to 1.
UseMapDiffs=0
I have 2 maps
In spheretables.scp
Code:
[RESOURCES]
// sphere.ini and spheretable.scp are automatic.
// All the other scripts we want to load.
scripts/sphere_defs.scp
scripts/sphere_types.scp
scripts/sphere_book.scp
scripts/sphere_backward_compatibility.scp
scripts/sphere_events_human.scp
scripts/sphere_events_npcs.scp
scripts/npcs/
scripts/sphere_admin.scp
scripts/sphere_dialog.scp
scripts/items/sphere_item_resources.scp
scripts/items/
scripts/sphere_region.scp
// -----------------------------------
// Maps
// -----------------------------------
//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
// -----------------------------------
scripts/sphere_menu.scp
scripts/sphere_name.scp
scripts/sphere_skillmenu.scp
scripts/sphere_spawns.scp
scripts/sphere_speech.scp
scripts/sphere_skills.scp
scripts/spells/
// scripts/sphere_spells.scp
scripts/sphere_newb.scp
scripts/sphere_template.scp
scripts/sphere_template_loot.scp
scripts/sphere_template_vend.scp
scripts/sphere_triggers.scp
scripts/sphere_serv_triggers.scp
scripts/speech/
scripts/custom/
scripts/custom/items/
scripts/custom/weapons/
scripts/custom/armors/
scripts/custom/map/
scripts/custom/skills/
scripts/custom/skillmenu/
scripts/custom/speech/
scripts/custom/npcs/
scripts/custom/spells/
// -----------------------------------
// Stone system
// -----------------------------------
scripts/stones/
scripts/stones/guilds/
In my computer (windows) everything works fine....but when i put all my stuff in the remote...
PLUS, since i'm a complete noob of linux, i started the server with all these errors and i lost the shell, so i dunno (after the login to the terminal) how can i get control again of the sphere-console...any commands in linux to close/control sphereSvr while running?
(This post was last modified: 10-16-2013 10:46 PM by Crusader.)
|
|