https://bugs.winehq.org/show_bug.cgi?id=55166
Bug ID: 55166 Summary: Roli Connect - Error installation Product: Wine Version: 8.10 Hardware: x86-64 OS: Linux Status: UNCONFIRMED Severity: major Priority: P2 Component: -unknown Assignee: wine-bugs@winehq.org Reporter: pucker-operator_42.0mdgn@simplelogin.com Distribution: ---
Created attachment 74743 --> https://bugs.winehq.org/attachment.cgi?id=74743 This is the log Wine gives me at the end of the install
Distribution : openSUSE Tumbleweed 20230626 ; KDE Plasma 5.27.6 ; GUI X11 ;
Source of .exe : https://roli.com/start
The installation doesn't end properly. Then, I can launch the program but I get a Javascript Error.
https://bugs.winehq.org/show_bug.cgi?id=55166
--- Comment #1 from Spoonmaniac pucker-operator_42.0mdgn@simplelogin.com --- Created attachment 74744 --> https://bugs.winehq.org/attachment.cgi?id=74744 Log of the Debug mode of Wine during the installation
https://bugs.winehq.org/show_bug.cgi?id=55166
--- Comment #2 from Spoonmaniac pucker-operator_42.0mdgn@simplelogin.com --- Created attachment 74745 --> https://bugs.winehq.org/attachment.cgi?id=74745 Screenshot of the Javascript Error
https://bugs.winehq.org/show_bug.cgi?id=55166
Spoonmaniac pucker-operator_42.0mdgn@simplelogin.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |Installer URL| |https://roli.com/start
https://bugs.winehq.org/show_bug.cgi?id=55166
Bernhard Übelacker bernhardu@mailbox.org changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |bernhardu@mailbox.org
--- Comment #3 from Bernhard Übelacker bernhardu@mailbox.org --- Created attachment 74746 --> https://bugs.winehq.org/attachment.cgi?id=74746 console output, winedbg output, some debugging and patch to workaround
I could reproduce the crash. Attached file contains a winedbg output with debug symbols. The crash seems to get caused by opentype_get_font_facename not being able to return a valid data->names structure in init_font_data.
Attached file contains also at the end a workaround patch. With it the program starts up and a login window is shown.
About the second issue from "Screenshot of the Javascript Error": Error: EINVAL: invalid argument, uv_pipe_open
I was just able to reproduce this when starting it with some redirections of stdout/stderr like this: wine "ROLI Connect.exe" 2>&1 | tee -a /dev/null
This might be similar to what happens if started by e.g. playonlinux or via a desktop environment, like described there:
https://www.playonlinux.com/en/topic-17838-Star_Stable_Online_fails_to_start...
But this second issue should probably be put into a separate bug.
https://bugs.winehq.org/show_bug.cgi?id=55166
Ken Sharp imwellcushtymelike@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Severity|major |normal