arcusmaximus / VNTranslationTools

Tools for translating visual novels
MIT License
296 stars 45 forks source link

SJIS tunneling doesn't work under Wine #92

Closed latin-1 closed 1 year ago

latin-1 commented 1 year ago

The d2d1.dll appears to be loaded, but sjis_ext.bin has no effect on the text.

Cosetto commented 1 year ago

Use CFF explorer to see what proxy the game prefers. image And some games use D2D instead of GDI, uncomment and add comment these line, and compile new proxies. Choose 1 only

latin-1 commented 1 year ago

@Cosetto I'm sorry but this is unrelated to my problem. The game works fine under Windows, but not under Wine.

Wine (originally an acronym for "Wine Is Not an Emulator") is a compatibility layer capable of running Windows applications on several POSIX-compliant operating systems, such as Linux, macOS, & BSD.

arcusmaximus commented 1 year ago

In that case, please create a Wine ticket instead.