arcusmaximus / KirikiriTools

Tools for the Kirikiri visual novel engine
MIT License
291 stars 29 forks source link

game crash after close when use Locale.Emulator with jap language #5

Closed bynejake closed 2 years ago

bynejake commented 2 years ago

As the title says, some games must be started in Japanese.

The running process is normal, but it will crash after closing the game

QQ截图20211130042823

arcusmaximus commented 2 years ago

This only happens when some games can load patches without requiring version.dll,and put the version.dll in game, it wil crash when close the game.

Not sure I understand the issue. If the game can load custom .xp3 files without the version.dll, why put it in the game folder at all?

Also, are you using the latest version of the locale emulator?

bynejake commented 2 years ago

This only happens when some games can load patches without requiring version.dll,and put the version.dll in game, it wil crash when close the game.

Not sure I understand the issue. If the game can load custom .xp3 files without the version.dll, why put it in the game folder at all?

Also, are you using the latest version of the locale emulator?

sorry for last comments, it's not correct, after test DRAWSOFT's games, 2 game has issue:

ムチムチデカパイマラ喰い魔王様とおんぼろ四畳半同棲生活

  1. can not run game again after close game, there will be a residual process that prevents the game from restarting.
  2. LE in JP, crash after close game.

催眠アイドロップス Need version.dll & Need LE in JP:crash after close game

maybe version.dll leak memory or something(just guess)

arcusmaximus commented 2 years ago

Should be fixed with the 1.3 release.

bynejake commented 2 years ago

fixed, thanks