https://bugs.winehq.org/show_bug.cgi?id=43995
--- Comment #16 from debianxfce fin4478@hotmail.com --- (In reply to mi.bar.2001 from comment #15)
(In reply to debianxfce from comment #14)
(In reply to mi.bar.2001 from comment #13)
I meant restarting both the mission and the game
Distribution kernels are slow and the 4.9 kernel very old. Make a non debug 1000Hz timer kernel from the 4.14.8 kernel at kernel.org. You have some threading problem and speeding up might help.
Okay, thank You for help. I think I'll just stick with what I have, I'm a Linux newb and I don't want to break my system while installing a new kernel. Thanks a lot! (Also, should I set the bug as resolved?)
Update your system to Debian testing. Debian stable is not stable, you break it with testing and unstable packages. Debian stable have years old buggy software. Distribution kernels are slow because of debugging code and 250 Hz timer.
With Synaptic install gdebi. With Gdebi you can install downloaded .deb packages easily. Give the root password when asked. Install sudo, build-essential, kernel-package, qt5-default, qt5-qmake, qtbase5-dev, qtbase5-dev-tools and pkg-config packages too. Add yourself to sudoers: su adduser username sudo Logout and login to make sudo to work.
The kernel configuration file of Debian Official kernel are available in /boot, named after the kernel release. Copy the .config file to the linux directory. Connect all your devices and run the command: make localmodconfig. You can use the command make defconfig too for creating initial .config file.
Use the command: make xconfig and check that you have enabled: Reroute Broken IRQ, Amd IOMMU, Virtualization KVM and 1000Hz CPU timer. I also disabled Swap, Kernel Debug, CPU Freq scaling , Cpu handling in Acpi, Used Bios to control CPU and devices. In the drivers/graphics/amdgpu enable cik support for a gcn 1.1 gpu and si support for a gcn 1.0 gpu.
Configuring wifi: https://wiki.gentoo.org/wiki/Wifi
To prevent random kernel lock ups wit Ryzen cpus, enable RCU_NOCB_CPU and boot the kernel with the rcu_nocbs=0-X command line parameter. X is the cpu thread count -1.
Create debian kernel package: export CONCURRENCY_LEVEL=2 or use -j 2 with make-kpkg (number of threads in your cpu) fakeroot make-kpkg --initrd kernel_image
Add kernel_headers to the fakeroot command if you need headers.
Install the kernel package with Gdebi. Reboot.