https://bugs.winehq.org/show_bug.cgi?id=54970
Bug ID: 54970 Summary: Tribler crashes exc info class OSError 22, invalid parameter, traceback object at 0x0000000007890880 attachments:[] Product: Wine Version: 8.8 Hardware: x86-64 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown Assignee: wine-bugs@winehq.org Reporter: cedric.dewijs@eclipso.eu Distribution: ---
Steps to reproduce:
$ wget https://github.com/Tribler/tribler/releases/download/v7.12.1/Tribler_7.12.1_...
$ rm -rf ~/wine-tmp $ mkdir ~/wine-tmp $ export WINEPREFIX=~/wine-tmp $ wine Tribler_7.12.1_x64.exe Now the installer starts. Accept the license, and the defaults $ cd ~/wine-tmp/drive_c/Program\ Files/Tribler/ $ wine tribler.exe Now Tribler starts, and then crashes with this error: (i could not copy and paste the error) exc info class OSError 22, invalid parameter, traceback object at 0x0000000007890880 attachments:[]
My versions: $ wine --version wine-8.8 $ uname -a Linux cedric 6.3.2-arch1-1 #1 SMP PREEMPT_DYNAMIC Thu, 11 May 2023 16:40:42 +0000 x86_64 GNU/Linux
https://bugs.winehq.org/show_bug.cgi?id=54970
--- Comment #1 from Cedric cedric.dewijs@eclipso.eu --- Created attachment 74500 --> https://bugs.winehq.org/attachment.cgi?id=74500 Console messages while crashing tribler
https://bugs.winehq.org/show_bug.cgi?id=54970
David Kahurani k.kahurani@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |k.kahurani@gmail.com
--- Comment #2 from David Kahurani k.kahurani@gmail.com --- Created attachment 74552 --> https://bugs.winehq.org/attachment.cgi?id=74552 Brutal hack that gets it working for me