https://bugs.winehq.org/show_bug.cgi?id=44207
Bug ID: 44207 Summary: Wine fails to run Unigine Heaven 4.0 Product: Wine-staging Version: 2.21 Hardware: x86 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown Assignee: wine-bugs@winehq.org Reporter: b1779506@trbvn.com CC: erich.e.hoover@wine-staging.com, michael@fds-team.de, sebastian@fds-team.de Distribution: ---
Created attachment 59977 --> https://bugs.winehq.org/attachment.cgi?id=59977 Crash log
Download URL: https://benchmark.unigine.com/heaven Download link: http://assets.unigine.com/d/Unigine_Heaven-4.0.exe File: Unigine_Heaven-4.0.exe
See log.
https://bugs.winehq.org/show_bug.cgi?id=44207
Otto b1779506@trbvn.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Hardware|x86 |x86-64
https://bugs.winehq.org/show_bug.cgi?id=44207
--- Comment #1 from debianxfce fin4478@hotmail.com --- Use the Nouveau driver with the latest kernel and Mesa devel as your log says. Launching from the wine menu does flash the app but not starting it. Do the following in a terminal to start it: cd .wine/drive_c/Program\ Files\ (x86)/Unigine/Heaven\ Benchmark\ 4.0/bin wine start browser_x86.exe -config ../data/launcher/launcher.xml
Unigine Heaven Benchmark 4.0 FPS: 45.5 Score: 1146 Min FPS: 8.0 Max FPS: 89.7 System Platform: Windows 7 (build 7601, Service Pack 1) 64bit CPU model: AMD Ryzen 5 1600 Six-Core Processor (3193MHz) x12 GPU model: Radeon(TM) RX 460 Graphics 1.0 (2027MB) x1 Settings Render: Direct3D11 Mode: 1920x1080 fullscreen Preset Custom Quality High Tessellation: Disabled
xfce@ryzen5pc:~$ inxi -bM System: Host: ryzen5pc Kernel: 4.15.0-rc2+ x86_64 bits: 64 Desktop: Xfce 4.12.4 Distro: Debian GNU/Linux buster/sid Machine: Device: desktop Mobo: ASUSTeK model: PRIME B350M-K v: Rev X.0x serial: N/A UEFI [Legacy]: American Megatrends v: 3401 date: 12/04/2017 CPU: Hexa core AMD Ryzen 5 1600 Six-Core (-HT-MCP-) speed/max: 2727/3324 MHz Graphics: Card: Advanced Micro Devices [AMD/ATI] Baffin [Polaris11] Display Server: x11 (X.Org 1.19.5 ) drivers: ati,amdgpu (unloaded: modesetting,fbdev,vesa,radeon) Resolution: 1920x1080@60.00hz OpenGL: renderer: Radeon RX 560 Series (POLARIS11 / DRM 3.23.0 / 4.15.0-rc2+, LLVM 5.0.1) version: 4.5 Mesa 17.4.0-devel Network: Card: Realtek RTL8111/8168/8411 PCIE Gigabit Ethernet Controller driver: r8169 Drives: HDD Total Size: 256.1GB (72.2% used) Info: Processes: 249 Uptime: 1:52 Memory: 777.2/7985.9MB
https://bugs.winehq.org/show_bug.cgi?id=44207
joaopa jeremielapuree@yahoo.fr changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |jeremielapuree@yahoo.fr
--- Comment #2 from joaopa jeremielapuree@yahoo.fr --- Does the bug still occur with wine-6.5?
https://bugs.winehq.org/show_bug.cgi?id=44207
--- Comment #3 from Otto b1779506@trbvn.com --- Still happening on wine staging 6.7
https://bugs.winehq.org/show_bug.cgi?id=44207
--- Comment #4 from Otto b1779506@trbvn.com --- Created attachment 69950 --> https://bugs.winehq.org/attachment.cgi?id=69950 heaven log
https://bugs.winehq.org/show_bug.cgi?id=44207
Jeff Zaroyko jeffz@jeffz.name changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |download URL| |https://web.archive.org/web | |/20210321202958/http://asse | |ts.unigine.com/d/Unigine_He | |aven-4.0.exe
https://bugs.winehq.org/show_bug.cgi?id=44207
Jeff Zaroyko jeffz@jeffz.name changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution|--- |INVALID
--- Comment #5 from Jeff Zaroyko jeffz@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.
https://bugs.winehq.org/show_bug.cgi?id=44207
--- Comment #6 from Otto b1779506@trbvn.com --- You are right. Works perfect now.
https://bugs.winehq.org/show_bug.cgi?id=44207
Zebediah Figura z.figura12@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED CC| |z.figura12@gmail.com
--- Comment #7 from Zebediah Figura z.figura12@gmail.com --- Closing INVALID.