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.