[Bug 44207] Wine fails to run Unigine Heaven 4.0

WineHQ Bugzilla wine-bugs at winehq.org
Sat May 1 17:52:30 CDT 2021


https://bugs.winehq.org/show_bug.cgi?id=44207

Jeff Zaroyko <jeffz at jeffz.name> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|---                         |INVALID

--- Comment #5 from Jeff Zaroyko <jeffz at jeffz.name> ---
It works fine for me in wine-6.7.    Based on the heaven.log attachment Otto, I
think the issue is that the software is not meant to be run as "wine
Heaven.exe" - it cannot find its own configuration files this way because it
does not actually exist in the default location (expected). 

The installer actually creates a shortcut to "heaven.bat" which shows how to
run the application, it specifies where the installed/bundled xml file is:

$ cat heaven.bat 
@echo off
cd %~dp0/bin
start browser_x86.exe -config ../data/launcher/launcher.xml

So:  `wine cmd /c heaven.bat` launches the application successfully for me.  I
tested the demo in dx9 mode and it seems to work fine.

Please file a new bug if you run into anything else.   I am going to mark this
one as invalid as it is not a wine bug.

-- 
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.



More information about the wine-bugs mailing list