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