otavepto / gbe_fork

Fork of https://gitlab.com/Mr_Goldberg/goldberg_emulator
https://gitlab.com/Mr_Goldberg/goldberg_emulator
GNU Lesser General Public License v3.0
191 stars 55 forks source link

RPG Maker MV works bad on this fork of GbE #123

Closed Zout141 closed 2 months ago

Zout141 commented 2 months ago

When I using this fork of GbE to RPG Maker MV,it works,but when I press anywhere on the program window,my mouse cursor just get move to the upper left corner of screen and I can't move it.

otavepto commented 2 months ago

Which release are you using?

What setup/build are you using?

Could you please share the logs from the debug version of your current build?

Did you try disabling the overlay? The emu will not hook anything related to the mouse or any HID devices.

Also more importantly, please note that this is a personal fork, not a continuation or revival of the original project, so things might be broken here. Please read the front Readme.

If the original emu works just fine I'd highly recommend using it.

Zout141 commented 2 months ago

Debug and Release on This version Cold Client setup

Sorry,I cleaned the emu of your fork and its logs on the program folder,So I can't share it to you,but RPG Maker MV works fine on the original emu.

otavepto commented 2 months ago

I suspect the problem would be the overlay, create a file called disable_overlay.txt inside your steam_settings folder.

Zout141 commented 2 months ago

Okay,I will try it.

Zout141 commented 2 months ago

I suspect the problem would be the overlay, create a file called disable_overlay.txt inside your steam_settings folder.

It works fine now. Thank you!!!

otavepto commented 2 months ago

Thanks for testing it, It's better to disable this feature by default and make it an opt-in option instead.