Artikash / Textractor

Extracts text from video games and visual novels. Highly extensible.
GNU General Public License v3.0
2.14k stars 205 forks source link

MH_ERROR_NOT_EXECUTABLE #178

Closed vikas2316 closed 5 years ago

vikas2316 commented 5 years ago

i am having this error in もみちゅぱティーチャー!~巨乳姉妹と三角関係~ https://vndb.org/v1625#main Textractor 19-07-2019 03_52_43 i tried hook code from https://vn-hooking.fandom.com/wiki/Visual_Novel_Text_Hooking_Wiki but it gave me same error. [Pajamas EX]もみちゅぱティーチャー!~巨乳姉妹と三角関係~ /HBC@452390 For the mini-game: みちるとラブエロ温泉旅行 /HBC@4523E0

Artikash commented 5 years ago

Will look into it. For now please modify the H-code as such:

  1. At the end, add :process name.exe. Your game's process seems to be "momichupa.exe" so the H-code becomes /HBC@452390:momichupa.exe.
  2. Remove the 4 directly after the @. So the H-code becomes /HBC@52390:momichupa.exe.

With that, the H-code should work.

vikas2316 commented 5 years ago

Textractor 19-07-2019 13_39_16 gives the same error.

Artikash commented 5 years ago

Will be fixed next release.

Artikash commented 5 years ago

Fixed in 4.5.1.