starting with a clean install of Manjaro 20.2
Code: Select all
pamac install wine
pamac install winetricks
winetricks --self-update
#create WINEPREFIX
#run wine on Setup.exe
#to install Falcon BMS 4.35
winetricks dxvk
wine-5.22
winetricks 20201206-next
nvidia driver: 455.45.01
hardware: i7 laptop with GeForce GTX 960M
This laptop has a Win10 partition and a Manjaro partition. The Falcon BMS 4.35 game runs in the Win 10 partition, thus we can conclude that the hardware is compatible with the game and that the linux problem is in the software.
Others have succeeded in running this game on Manjaro and Ubuntu - we're all stumped about why this doesn't work for me.
The log file was generated via
Code: Select all
wine Launcher -nomovie &> log.txt
grep -v dbghelp log.txt > log_grepMinusV_dbghelp.txt