Rhino 8 WIP on wine - stack overflow with empty backtrace

Questions about Wine on Linux
Locked
hosh62q7
Newbie
Newbie
Posts: 2
Joined: Wed Aug 16, 2023 6:21 pm

Rhino 8 WIP on wine - stack overflow with empty backtrace

Post by hosh62q7 »

Hi everyone!

I'm new here and excited to share first project - trying to run Rhino 8 WIP on wine. It's a CAD/CAM tool with quite a vibrant community. It's previous version (Rhino 7) runs on wine quite well, but I got stuck trying to run v8.

It keeps crashing with

Code: Select all

err:virtual:virtual_setup_exception
I've tried different combinations of winetricks and previous builds of Rhino 8, but the same error keeps coming up.

Unfortunately, the backtrace isn't very helpful:
Backtrace:
=>0 0x00000170056289 in ntdll (+0x56289) (0000000000000000)
1 0x00000170046669 in ntdll (+0x46669) (0000000000000000)
2 0x00000178028a39 in kernel32 (+0x28a39) (0000000000000000)
3 0x0000017005e595 in ntdll (+0x5e595) (0000000000000000)

Full log after running

Code: Select all

winedbg .wine/drive_c/Program\ Files/Rhino\ 8\ WIP/System/Rhino.exe
: https://pastebin.com/Ty0BayC2

OS: EndeavourOS Linux x86_64
Kernel: 6.4.10-arch1-1
DE: KDE
WM: KWin
CPU: Intel i7-10750H (12) @ 5.000GHz
GPU: NVIDIA GeForce RTX 2070 SUPER Mobile / Max-Q
GPU: Intel CometLake-H GT2 [UHD Graphics]

Pacman/AUR packages:

multilib/wine
extra/vkd3d
extra/wine-gecko
extra/wine-mono
multilib/lib32-vkd3d
aur/dxvk-bin
aur/winetricks-git
Locked