https://bugs.winehq.org/show_bug.cgi?id=57272
Bug ID: 57272 Summary: Rhinoceros 8.11 hangs on startup with "err:virtual:virtual_setup_exception stack overflow" Product: Wine Version: 9.19 Hardware: x86-64 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown Assignee: wine-bugs@winehq.org Reporter: santi@mola.io Distribution: ---
Created attachment 77205 --> https://bugs.winehq.org/attachment.cgi?id=77205 rhino8-seh.log from a run hanging with a stack overflow
Starting Rhino.exe from Rhinoceros 8.11 hands indefinitely. Last message is: 0154:err:virtual:virtual_setup_exception stack overflow 1984 bytes addr 0x6fffffc96bc4 stack 0x7ffffe100840 (0x7ffffe100000-0x7ffffe101000-0x7ffffe200000)
To reproduce it, you may clone https://github.com/smola/wine-rhino3d and run 1. ./install-rhino --version 8 2. ./run-rhino --version 8
The second one will hang indefinitely with the above error. Tested in Wine 9.18 and 9.19.
Attaching rhino8-seh.log with the output using WINEDEBUG=+seh.
https://bugs.winehq.org/show_bug.cgi?id=57272
--- Comment #1 from Santiago Mola santi@mola.io --- This will need to be tested again once the full installer works. My workaround actually leads to a partial install. That's semi-functional on Rhino 7, but could also be the source of issues on Rhino 8.
https://bugs.winehq.org/show_bug.cgi?id=57272
--- Comment #2 from Santiago Mola santi@mola.io --- With the fix for bug #57250 on latest wine git (7ce580d1fa0bb3acf98edbc4171ddbcd83867db8), I could complete a full install with: rhino_en-us_8.12.24282.07001.exe -package -quiet ENABLE_AUTOMATIC_UPDATES=0 SEND_STATISTICS=0
The reported exception is still present, so it was not an issue with my previous workarounds.