• This is a read only backup of the old Emudevs forum. If you want to have anything removed, please message me on Discord: KittyKaev

[SOLVED] WorldServer Crashes (It's new error for me) Never heard of it before)

Status
Not open for further replies.

PrestonParsons

BETA Tester
Mean while every 1hour or 30 min i get crashes by worldserver.exe

this show

Code:
Movement\spline\movespline.cpp252 in movement::movespline::_updatestate ASSERTION FAILED: minimal_diff >= 0

i sent that to trinitycore. they didnt help so useless..

so would pleased if help to find this what meaning of?
 

Rochet2

Moderator / Eluna Dev
post TC rev and possibly get a crash log?
FYI if you are on windows, post both the crashlog text file and the dmp
The dmp can be used with VS to create the situation the core was in (all the variables etc will show as if you were debugging)
 
Last edited:

Tommy

Founder
It could be practically anything causing it, such as: Waypoints, Blizzlike scripts, custom scripts, etc (Waypoint wise.) I did create Movespline errors before when I made Deadmines an OutdoorPvP area. What created the error was a npc waypoint via the script. Anyway, do what Rochet said and you'll be able to track the issue to its source.
 

Wolord

Exalted Member
I had this error before because of adding some waypoints to one of my npc and after i removed waypopints it works well.:wink (2):
 

PrestonParsons

BETA Tester
error.jpg

HEre a error from debug
 

PrestonParsons

BETA Tester
Revision: TrinityCore rev. b35edcabb602+ 2014-09-11 03:25:15 -0300 (master branch) (Win32, Release)
Date 12:9:2014. Time 12:12
//=====================================================
*** Hardware ***
Processor: QEMU Virtual CPU version (cpu64-rhel6)
Number Of Processors: 2
Physical Memory: 3145324 KB (Available: 870832 KB)
Commit Charge Limit: 4194303 KB

*** Operation System ***
Windows Server 2008 R2 Server 4.0 Service Pack 1 (Version 6.1, Build 7601)

//=====================================================
Exception code: C0000005 ACCESS_VIOLATION
Fault address: 0156ACCB 01:002F9CCB C:\Users\Administrator\Desktop\Frozen\build\bin\Release\worldserver.exe

Registers:
EAX:00000000
EBX:01C82144
ECX:00000015
EDX:00000002
ESI:19C9B418
EDI:19CCEEA8
CS:EIP:0023:0156ACCB
SS:ESP:002B:002CF51C EBP:002CF58C
DS:002B ES:002B FS:0053 GS:002B
Flags:00010246

Call stack:
Address Frame Function SourceFile
0156ACCB 00000000 0001:002F9CCB C:\Users\Administrator\Desktop\Frozen\build\bin\Release\worldserver.exe
0156B239 00000000 0001:002FA239 C:\Users\Administrator\Desktop\Frozen\build\bin\Release\worldserver.exe
013B3D3C 00000000 0001:00142D3C C:\Users\Administrator\Desktop\Frozen\build\bin\Release\worldserver.exe
012C8992 00000000 0001:00057992 C:\Users\Administrator\Desktop\Frozen\build\bin\Release\worldserver.exe
012D0231 00000000 0001:0005F231 C:\Users\Administrator\Desktop\Frozen\build\bin\Release\worldserver.exe
019A3DC1 00000000 0001:00732DC1 C:\Users\Administrator\Desktop\Frozen\build\bin\Release\worldserver.exe
7572338A 00000000 BaseThreadInitThunk+12
77569F72 00000000 RtlInitializeExceptionChain+63
77569F45 00000000 RtlInitializeExceptionChain+36
========================
Local Variables And Parameters

Call stack:
Address Frame Function SourceFile
0156ACCB 00000000 0001:002F9CCB C:\Users\Administrator\Desktop\Frozen\build\bin\Release\worldserver.exe

0156B239 00000000 0001:002FA239 C:\Users\Administrator\Desktop\Frozen\build\bin\Release\worldserver.exe

013B3D3C 00000000 0001:00142D3C C:\Users\Administrator\Desktop\Frozen\build\bin\Release\worldserver.exe

012C8992 00000000 0001:00057992 C:\Users\Administrator\Desktop\Frozen\build\bin\Release\worldserver.exe

012D0231 00000000 0001:0005F231 C:\Users\Administrator\Desktop\Frozen\build\bin\Release\worldserver.exe

019A3DC1 00000000 0001:00732DC1 C:\Users\Administrator\Desktop\Frozen\build\bin\Release\worldserver.exe

7572338A 00000000 BaseThreadInitThunk+12

77569F72 00000000 RtlInitializeExceptionChain+63

77569F45 00000000 RtlInitializeExceptionChain+36

- - - Updated - - -

alsoi cant find debgu crashlog
 
Status
Not open for further replies.
Top