Artikash / Textractor

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

MH_ERROR_NOT_EXECUTABLE for 悪の女幹部フルムーンナイト #247

Open rocks22 opened 4 years ago

rocks22 commented 4 years ago

Im having an issue in hooking 悪の女幹部フルムーンナイト https://vndb.org/v3602 Screenshot (32) I am using the h code /HA-C@419A3C from here https://vn-hooking.fandom.com/wiki/H-Code I have updated to the latest textractor and have also tried using your tips from this issue https://github.com/Artikash/Textractor/issues/178 For UserHook1 i used/HA-C@419A3C:FMN.EXE for UserHook2 i used /HA-C@19A3C:FMN.EXE

Artikash commented 4 years ago

So at the start of the console output when attaching this game, there should be a line "hijacking process from 0x???????? to 0x????????". Please paste that line.

rocks22 commented 4 years ago

Textractor: hijacking process located from 0x00400000 to 0x00CEC000

Artikash commented 4 years ago

I see, it seems that there are some issues with the auto detected MED hook, and the hook code you have is probably not compatible with the version of game you have. I'll work on finding a better MED hook, for now search for hooks with these settings: image

rocks22 commented 4 years ago

Huh with the hook search settings you provided I was able to find a couple of h codes after searching a couple of times. HS932#-C@401C9C- multiple text found HS932#-4@42F820 copies text perfectly HS932#-C@406A90 - 2 different texts found HS932#-C@40C6A4 - 3 different texts found HS932#-C@49A0D8- bad(multiple symbols found) Well anyway thanks for your help it seems my problem is resolved.