Log in

View Full Version : Fishing is broken and causing a crash



newmonkey
03-27-2014, 11:55 AM
This issue is due to the rod position being set to 0 then a division by 0 error occurs because rand() is called twice and both times returns 0.
You: v1 = rand() % 51;
result = *(_DWORD *)dword_1041BCAC / (unsigned int)(rand() % 51 + v1) != 0;
*(_DWORD *)(dword_1041BCAC + 4) = result;



Can you fix it please someone figured out what is causing fishing to crash the game, posted above get it sorted

Trumpy
03-28-2014, 06:56 AM
I just know you are gonna get a "I cant submit this cause you didnt give the proper info from the template even though the template of info has no bearing on the bug" response.

Dragoy
03-28-2014, 11:10 PM
Trumpy,

I believe the issue (which doesn't seem to want to show up for me) has thankfully been reported on the Japanese forum as well, and is under “Confirmed/Planning to Address”.

dasva
03-29-2014, 02:10 PM
It does look like it's in the jp section Bug confirmed-fix scheduled

Trumpy
03-29-2014, 11:06 PM
There is also one in our Accepted bug forums although it doesnt mention the code stuff above with the divide by 0 error. But at leas tit has the bug reported by various sources.