07th-mod / meakashi

20 stars 16 forks source link

Bug #13

Closed Grelo closed 7 years ago

Grelo commented 7 years ago

@enumag There is a bug when the game freezes. Its at the end of _meak_ep_02 file, when Shion stabs Keiichi. Maybe something is missing from the script. You can only quit game cause even the menu is fucked up afterwards.

20170706110743_1

enumag commented 7 years ago

@Grelo Damn. This is what I was afraid of. Can I see your log file to confirm it is indeed the error I expect?

Grelo commented 7 years ago

@enumag I hope its the right file output_log.txt

enumag commented 7 years ago

@Grelo It is. And the bug is exactly what I was afraid of.

The thing is that the game froze during my testing previously because the AdvMode variable suddenly did not exist after using a CallScript function. So I added some code to redefine it which fixed the freeze for me.

For you it freezes because the variable already exists which means it behaves differently on my PC than it does on yours. I have no idea why.

Can you try reinstalling the base Meakashi game from MG or Steam to make sure you have the latest version, then reapply the patch, make sure that CompileUpdateScripts is empty and test it again? I'll do the same on my machine. Hopefully one of us has some old and buggy version of the game engine.

Grelo commented 7 years ago

@enumag Reinstalled, tried everything still freezes. output_log.txt

enumag commented 7 years ago

@Grelo Then I guess I had some old version. After reinstalling the game freezed for me too. I reverted that change. I hope to never see such issue again.