BlueTrain

Results 130 comments of BlueTrain

In "Settings" you can set the default codepage. Try to see, once the correct code page has been set, perhaps Textractor automatically finds the correct hook.

From the hook [wiki](https://vn-hooking.fandom.com/wiki/H-Code) HA8:-20@4151B0

Try this version which is the last one I posted. Also, don't use "auto" as the source language, but select the correct language. It works better. https://github.com/Artikash/Textractor/issues/843#issuecomment-1172932905

Isn't it the case that you minimize the browser? you have to leave it open or select to hide it.

Then disable the cache during the tests, because you may have mistakenly cached the error message as a translation text.

Look at the browser window. When translating the text it should go to the DeepL page and you should see the text to be translated written and the translated text....

That's the problem. Focus on getting the browser to work. It could be the antivirus that blocks textractor or other protection programs. Try disabling the antivirus.

I don't know how to help you on this. The Visual C ++ Redistributable was distributed with the old textractor versions. No more now but it may be useful. Try...

This filter is used to inhibit the call to the translator if there is no character of the source language in the characters, not to modify the sentences. If you...

Missing the function declaration in engine.h, then compile correctly ``` // Anim engines bool InsertAnimHook(); bool InsertAnim2Hook(); ```