bakustarver / rpgmakermlinux-cicpoffs

Run any RPG Maker MV/MZ game on linux natively
GNU General Public License v3.0
60 stars 2 forks source link

Failed to call method: org.freedesktop.ScreenSaver.GetActive #9

Open loongemperor opened 2 days ago

loongemperor commented 2 days ago

using linux mint debian, every game fails with seemingly the same error: [9888:9888:0628/111510.197357:ERROR:object_proxy.cc(576)] Failed to call method: org.freedesktop.ScreenSaver.GetActive: object_path= /org/freedesktop/ScreenSaver: org.freedesktop.DBus.Error.NotSupported: This method is not implemented after that it just gets stuck on a blank screen.

I looked around a bit, and this seems to be a common bug in many programs in many distros. which happens when a program is trying to interface with the screensaver via dbus to see if the screen is available or not.

for example here: https://gitlab.gnome.org/GNOME/gnome-settings-daemon/-/issues/632

the script then hangs if the reply is this method is not implemented instead of the expected replies of true/false?

system config: https://termbin.com/wlso

bakustarver commented 20 hours ago

I tested the rpg maker mv/mz games in lmde 6 using Virtual box and the games worked fine for me.

Here's for example a toga game from itch.io. https://kikaba.itch.io/toga

1 2