Several Errors (sphereworld) - pinku - 04-06-2013 04:16 PM
The server crashed like 12 hours ago, since then, I'm trying despairingly to put it back up again.. 
A bit of what happened when server crashed & log files:
The server crash was pretty much random. Everything was fine and suddenly:
[On Lastest Linux Build]
Code:
20:14:93:Client disconnected [Total:47] ('XX.XX.XXX.229')
20:14:FATAL:Segmentation fault
20:14:FATAL:Segmentation fault
20:14:FATAL:Segmentation fault
20:14:FATAL:Segmentation fault
20:14:FATAL:Segmentation fault
...
...
...
...
Ok, the server usually crashes like this.
Put the server back:
Code:
20:32:Done loading scripts.
20:32:Loaded 86 client encryption keys.
20:32:FATAL:Unable to bind listen socket XXX.X.XX.X port 2593 - Error code: -1
20:32:FATAL:Server terminated by error -9!
20:32:a2:Client connected [Total:1] ('31.210.157.10' 1/1)
20:32:a2:CUO Status request from 31.210.157.10
20:32:a2:Client disconnected [Total:0] ('31.210.157.10')
20:32:a3:Client connected [Total:1] ('94.133.24.120' 1/1)
20:32:a3:ERR Login NO Account 'account1'
20:32:WARNING:a3:Bad Login 0 (Account does not exist)
20:32:a3:Client disconnected [Total:0] ('XX.XXX.XX.120')
20:33:a4:Client connected [Total:1] ('XX.XXX.XXX.50' 1/1)
20:33:a4:ERR Login NO Account 'account2'
For my surprise, my save files & account files were empty. (sphereaccu, sphereworld, spherechar, etc).
Restored the files using my older files and now:
Code:
Loading scripts/custom/ServerCore_Security/BoatFixes.scp
Loading scripts/custom/ServerCore_Security/Anti_vendorhack.scp
Loading scripts/custom/ServerCore_Security/sphere_unkown_packets.scp
Done loading scripts.
Code:
Loading save/spherestatics...
Loading save/spheremultis...
Loading save/sphereworld...
ERROR:(sphereworld.scp,505)Undefined keyword 'TITLE'
ERROR:(sphereworld.scp,508)Undefined keyword 'TIME'
ERROR:(sphereworld.scp,510)Undefined keyword 'SAVECOUNT'
WARNING:(sphereworld.scp,542)Unknown section '' in 'sphereworld.scp'
WARNING:(sphereworld.scp,549)Unknown section 'P' in 'sphereworld.scp'
WARNING:(sphereworld.scp,576)Unknown section '' in 'sphereworld.scp'
WARNING:(sphereworld.scp,580)Unknown section '' in 'sphereworld.scp'
ERROR:(sphereworld.scp,598)Undefined keyword 'LIGHT'
ERROR:(sphereworld.scp,613)Invalid WORLDITEM block index 'i_reag_executioners_capLIGHT=4'
WARNING:(sphereworld.scp,616)Unknown section 'SERIAL' in 'sphereworld.scp'
WARNING:(sphereworld.scp,623)Unknown section '' in 'sphereworld.scp'
ERROR:(sphereworld.scp,624)Invalid WORLDITEM block index 'i_backpackSECTOR 704,0,0,0'
WARNING:(sphereworld.scp,639)Unknown section '' in 'sphereworld.scp'
...
...
...
...
...
and the errors never stop on sphereworld. 
I'm totally lost. Never happened before.
Can someone help me?
RE: Several Errors (sphereworld) - Wap - 04-07-2013 05:52 AM
I think, the reason is a world save exception, it occurs while Sphere process is killed on Linux. You need to use another save files(not the last).
Usually:
- last save is blank or totally corrupted;
- 2nd is corrupted;
- 3rd is normal.
http://tracker.sphere.torfo.org/bugs/view.php?id=1880
RE: Several Errors (sphereworld) - Arcer - 04-10-2013 08:29 AM
Hi,
can you explain me this error in fresh install sphere?
ERROR:(sphere_map5.scp,58)Unsupported map #5 specified. Auto-fixing that to 0.
RE: Several Errors (sphereworld) - Wap - 04-10-2013 09:59 AM
(04-10-2013 08:29 AM)Arcer Wrote: Hi,
can you explain me this error in fresh install sphere?
ERROR:(sphere_map5.scp,58)Unsupported map #5 specified. Auto-fixing that to 0.
Map 5 is not defined in sphere.ini?
RE: Several Errors (sphereworld) - pinku - 04-10-2013 06:18 PM
(04-07-2013 05:52 AM)Wap Wrote: I think, the reason is a world save exception, it occurs while Sphere process is killed on Linux. You need to use another save files(not the last).
Usually:
- last save is blank or totally corrupted;
- 2nd is corrupted;
- 3rd is normal.
http://tracker.sphere.torfo.org/bugs/view.php?id=1880
thanks! you saved me.
RE: Several Errors (sphereworld) - Arcer - 04-11-2013 08:07 AM
now i have a lot of this errors
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: Several Errors (sphereworld) - Arcer - 04-12-2013 02:12 AM
up i need help!!!
RE: Several Errors (sphereworld) - Mordaunt - 04-12-2013 04:11 AM
Firstly, you should have started your own thread for issues rather than tagging on to the end of another, it would be more likely to be viewed as a new issue.
Secondly please view forum rules, to wit:
* Do not "bump" a post to get attention, people will eventually respond to most posts.
RE: Several Errors (sphereworld) - Arcer - 04-12-2013 05:03 AM
ops excuse me...i will open another thread
|