![]() |
Sphere crushing (error) - Printable Version +- SphereCommunity (https://forum.spherecommunity.net) +-- Forum: Sphere 0.56d (/Forum-Sphere-0-56d) +--- Forum: Script Help (/Forum-Script-Help) +--- Thread: Sphere crushing (error) (/Thread-Sphere-crushing-error) |
Sphere crushing (error) - Russian - 12-24-2012 06:31 PM Server periodically is crushing. ----------------------------------------------- Log: Code: 01:16:91:'murzilka' commands 'dap'=1 I think that is main information: 1: 4080 | 6 | CChar::CanMoveWalkTo | +16 <-- exception catch point (below is guessed and could be incorrect!) 2: 01:16:DEBUG:trigger '@NPCLookAtChar' action '77' [034ef1b] 3:01:16:DEBUG:'Tunnel slime' [0f9fce] ----------------------------------------------- 1: Sphere ini: Code: // Experimental flags 2: Code: ON=@NPCLOOKATCHAR 3: Tunnel slime Code: [CHARDEF C_TUNNEL_SLIME] RE: Sphere crushing (error) - Shaklaban - 12-24-2012 07:53 PM i never seen this try to add some logs: PHP Code: ON=@NPCLOOKATCHAR if attacking triggers NPCLOOKATCHAR maybe two npcs looking to eachother and creates an infinity loop. RE: Sphere crushing (error) - Russian - 12-24-2012 10:35 PM Yeah, may be infinity loop. If 1 and 3 - ok, i am delete a ON=@NPCLOOKATCHAR ![]() RE: Sphere crushing (error) - Ben - 12-25-2012 12:09 AM Code: // Experimental flags First of all, you should remove // EF_UNICODE = 00000002. Then you should add // EF_WalkCheck = 00000100. Next, check your "gift" command since that's the command that was used just before the error started. |