![]() |
what is that ? - Printable Version +- SphereCommunity (https://forum.spherecommunity.net) +-- Forum: Sphere 0.56d (/Forum-Sphere-0-56d) +--- Forum: Script Help (/Forum-Script-Help) +--- Thread: what is that ? (/Thread-what-is-that) |
what is that ? - jexnico - 03-16-2018 12:12 PM what is that and how to solve? Loading accounts/sphereaccu.scp Loading save/spheredata.scp Loading save/spherestatics.scp CRITICAL:(spherestatics.scp,7484)Error Pri=2, Code=0, Desc='CTileTerrainType.ReadInfo: TileData Read', in GetItemData Loading save/spheremultis.scp Loading save/sphereworld.scp CRITICAL:(sphereworld.scp,22232)Error Pri=2, Code=0, Desc='CTileTerrainType.ReadInfo: TileData Read', in GetItemData CRITICAL:(sphereworld.scp,91629)Error Pri=2, Code=0, Desc='CTileTerrainType.ReadInfo: TileData Read', in GetItemData CRITICAL:(sphereworld.scp,286772)Error Pri=2, Code=0, Desc='CTileTerrainType.ReadInfo: TileData Read', in GetItemData ERROR:UID=040009d6f, id=01ea7 'Worldgem bit', Invalid code=2236 (Item flagged as decay but without timer set) RE: what is that ? - Leonidas - 03-17-2018 02:02 PM It's an item in your world that's causing an error, apparently it doesn't have a tiledata. (sphereworld.scp,22232) open sphereworld.scp and go to line 22232 (do this to the other errors as well). That will be the item that's causing the problem. It's probably not supported by your client. RE: what is that ? - jexnico - 03-19-2018 12:19 AM (03-17-2018 02:02 PM)Leonidas Wrote: It's an item in your world that's causing an error, apparently it doesn't have a tiledata. yes, i have already tried to delete it from my sphereworld but when i delete it, it gives me several other random errors (it is not always the same item, sometimes it accuses an error in x line, but when i go to look for this line in sphereworld it has nothing there, its just an empty line) RE: what is that ? - Leonidas - 03-19-2018 03:11 PM I'm pretty positive you have an expansion enabled that you don't have (in sphere.ini). I had this same problem a while back and after disabled the expansions i didn't have the errors seemed to go away after I deleted a ton of crap. https://forum.spherecommunity.net/Thread-Weird-console-error |