![]() |
CGrayMapBlock Blocking me from moving - Printable Version +- SphereCommunity (https://forum.spherecommunity.net) +-- Forum: Sphere 0.56d (/Forum-Sphere-0-56d) +--- Forum: General Help (/Forum-General-Help) +--- Thread: CGrayMapBlock Blocking me from moving (/Thread-CGrayMapBlock-Blocking-me-from-moving) |
CGrayMapBlock Blocking me from moving - XuN - 08-19-2013 01:16 AM Hi, I have an empty world wich I use for testing my own scripts, this afternoon I wanted to spawn a bit and faced to Fire Dungeon, placed 8 spawns and when I placed the next one, after the npc was created, I stoped moving and either me or npcs can move, i'm getting this errors everytime I try to move in any direction: 17:07:ERROR:Exception creating new memory block at 5688,1416. (CGrayMapBlock: Read) 17:07:ERROR:Exception creating new memory block at 5688,1416. (CGrayMapBlock: Read) 17:07:ERROR:Exception creating new memory block at 5680,1432. (CGrayMapBlock: Read) 17:07:ERROR:Exception creating new memory block at 5688,1432. (CGrayMapBlock: Read) 17:07:ERROR:Exception creating new memory block at 5688,1432. (CGrayMapBlock: Read) 17:07:ERROR:Exception creating new memory block at 5688,1432. (CGrayMapBlock: Read) 17:07:ERROR:Exception creating new memory block at 5720,1424. (CGrayMapBlock: Read) 17:07:ERROR:Exception creating new memory block at 5720,1424. (CGrayMapBlock: Read) Worst thing is that I didn't changed anything on my scripts ... so wtf??, restarted client and spheresvr a few times and still not able to move (even with GM on), map files are loaded on startup with no errors and now every sector that haves any item gives this kind of warnings: WARNING:1427 items at 3648,2176. Sector too complex! WARNING:1427 items at 3648,2240. Sector too complex! WARNING:1427 items at 3648,2176,0,1. Sector too complex! WARNING:1427 items at 3648,2240,0,1. Sector too complex! RE: CGrayMapBlock Blocking me from moving - RanXerox - 08-19-2013 01:22 AM I think your map script files are not being loaded, or do not have an AREADEF covering that location, or there is some other major conflict in the map files. RE: CGrayMapBlock Blocking me from moving - XuN - 08-19-2013 01:45 AM That's what I thought but checked it on server startup and it loads it fine, the strange thing is that I had server running for months this way and now, from one second to another this happened without doing any single change in scripts, just placing spawns... more strange is that I reverted back save files to 2 days ago and this problem persists ![]() After creating a clean install of sphere and having same errors I figured out that the problem should be in my uo install, wich was true... I were trying to make axis work (with no success in the spawning section) and dunno how nor when it should create a map0.mul and map0.mul with 0 bytes... along with other .uop files so I deleted this useless files and everything is working fine again, crysis solved!!! ![]() |