Error Tips? Anyone?

05/27/2016 11:13 Burdenz2007#1
This shows in my Client Logs.


This problem only persist when i try to run the Game Client in Windows XP. I know that XP is a old OS.

I also tried running it in Windows 7, 8.1 and 10. The game just works fine. Only the problem is in Win XP. Anyone does know this problem?

Sorry guys, i just need some answers to my questions. :handsdown:
05/27/2016 11:21 xTwiLightx#2
EXCEPTION_INT_DIVIDE_BY_ZERO

Something is tried to divided by zero, which causes failures if those exceptions are not caught and it seems that XP will cause programs to crash.


Look into your WndWorld.cpp, line 3536 and look what might be done to prevent this.
05/27/2016 11:56 Burdenz2007#3
@[Only registered and activated users can see links. Click Here To Register...] - This is what i have in line 3536. Its all the same with other Source's iv'e tried to get reference.

[Only registered and activated users can see links. Click Here To Register...]
05/27/2016 11:59 xTwiLightx#4
It seems that
Code:
plfCaption->nDivCaption
is zero. Not its up to you to find out why. :P

It seems for me that this is related to the propLang.txt
05/27/2016 16:03 Burdenz2007#5
@[Only registered and activated users can see links. Click Here To Register...] - Is this the error?

CEnvironment::LoadScript - Invalid SubLang : [d]


I'm having a quite of trouble now. I tried already fixing my __NO_SUB_LANG in my source. But still no luck at all.

Any hint on how? If its ok with you.
05/27/2016 17:27 xTwiLightx#6
Well, if you are using NO_SUB_LANG, something in the propLang.txt MIGHT be broken too (not the EnvironmentEffect.txt, but this needs/needed a SUB_LANG too).

You could show us your propLang.txt
05/27/2016 18:25 Burdenz2007#7
@[Only registered and activated users can see links. Click Here To Register...] - This is my propLang.txt