gameserver error

Post Reply
samanet
Posts: 7
Joined: Sat Jul 11, 2015 10:39 am

gameserver error

Post by samanet » Thu Aug 06, 2015 2:33 am

settings.lua NORMAL_MOB_MAX_LEVEL and ORMAL_MOB_MIN_LEVEL cannot big than 84 and 81

error log:

Microsoft Visual C++ Runtime Library Debug Error ! abort() has been called.

in game-server program window err:

c:\program files (x86)\microsoft visual studio 14.0\vc\include\rando<2441>: invalid min and max arguments for uniform_in

just get new dsprand.h and build with VS2015, anyone have same issue and got solution? :(

samanet
Posts: 7
Joined: Sat Jul 11, 2015 10:39 am

Re: gameserver error

Post by samanet » Thu Aug 06, 2015 8:26 am

found the cause of the problem.

something wrong in mob_groups table

Desufire
Posts: 162
Joined: Sun Feb 22, 2015 2:58 am

Re: gameserver error

Post by Desufire » Thu Aug 06, 2015 7:23 pm

Yeah, it was an issue in mob_groups.sql where the minimum level for a mob was higher than it's maximum. Easy fix.

maxper33
Posts: 7
Joined: Thu Feb 28, 2019 8:56 am

Re: gameserver error

Post by maxper33 » Sun Mar 03, 2019 5:12 pm

happening this to me now, i made a modification in setting lua but when i start the server up this error pop, i undo the changes and still happening what can i do please? thanks

Post Reply