http://bugs.winehq.org/show_bug.cgi?id=58217
Bug ID: 58217 Summary: The Journeyman Project 3 doesn't work in virtual desktop mode Product: Wine Version: 10.5 Hardware: x86-64 OS: Linux Status: NEW Keywords: regression Severity: normal Priority: P2 Component: winex11.drv Assignee: wine-bugs@winehq.org Reporter: gyebro69@gmail.com CC: rbernon@codeweavers.com Regression SHA1: 3ae66c75cf443c0be403d9fe4e4da3c19b3ad9a8 Distribution: ArchLinux
This is an old game from 1998 and is currently available only on GOG.com. The problem occurs in virtual desktop mode but not in fullscreen. After the main menu loaded an error window appears with the cryptic message:'LOT System OSError: -209' Dismissing the message just respawns another instance of it. This is repeated about 10 times then the game can no longer be interacted with.
Reverting commit 3ae66c75cf443c0be403d9fe4e4da3c19b3ad9a8 fixes the problem for me.
wine-10.7-73-gf9741837a3b XFCE/XFWM 4.20 X.Org X Server 1.21.1.16
http://bugs.winehq.org/show_bug.cgi?id=58217
--- Comment #1 from Rémi Bernon rbernon@codeweavers.com --- There's a DOSBOX version and a version on Steam, I tried both and both seemed to work fine. Couldn't check with the GOG version yet.
Could you attach a WINEDEBUG=+timestamp,+pid,+loaddll,+message,+msg,+win,+x11drv,+event,+sysparams log maybe?
http://bugs.winehq.org/show_bug.cgi?id=58217
--- Comment #2 from Rémi Bernon rbernon@codeweavers.com --- Created attachment 78592 --> http://bugs.winehq.org/attachment.cgi?id=78592 Tentative fix
Or, in any case, does the attached patch help? I don't think we should manipulate foreground in the virtual desktop mode anyway.
http://bugs.winehq.org/show_bug.cgi?id=58217
--- Comment #3 from Béla Gyebrószki gyebro69@gmail.com --- Created attachment 78594 --> http://bugs.winehq.org/attachment.cgi?id=78594 WINEDEBUG=+timestamp,+pid,+loaddll,+message,+msg,+win,+x11drv,+event,+sysparams (uncompressed 4.5 MB)
(In reply to Rémi Bernon from comment #1)
There's a DOSBOX version and a version on Steam, I tried both and both seemed to work fine. Couldn't check with the GOG version yet.
I was referring to this game: https://www.pcgamingwiki.com/wiki/The_Journeyman_Project_3:_Legacy_of_Time
(In reply to Rémi Bernon from comment #2)
Created attachment 78592 [details] Tentative fix
Or, in any case, does the attached patch help? I don't think we should manipulate foreground in the virtual desktop mode anyway.
The patch does resolve the problem. Tried with wine-10.8-30-g6cd63073860.
http://bugs.winehq.org/show_bug.cgi?id=58217
--- Comment #4 from Rémi Bernon rbernon@codeweavers.com --- Ah right, I missed the "3" and tried the first episode. But if the patch works I guess that's good, thanks!
http://bugs.winehq.org/show_bug.cgi?id=58217
Béla Gyebrószki gyebro69@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Fixed by SHA1| |ea48452d17cd749a6f49ec8cd85 | |b06e065ffd2ce Resolution|--- |FIXED
--- Comment #5 from Béla Gyebrószki gyebro69@gmail.com --- Fixed by https://gitlab.winehq.org/wine/wine/-/commit/ea48452d17cd749a6f49ec8cd85b06e...