Fallout 2 not working with Nvidia Proprietary Driver 340.108

Questions about Wine on Linux
Locked
mgduder
Newbie
Newbie
Posts: 1
Joined: Wed May 20, 2020 5:16 pm

Fallout 2 not working with Nvidia Proprietary Driver 340.108

Post by mgduder »

Hi, I am experienceing difficulties with the Nvidia Proprietary Driver (v340.108) when running fallout 2 in wine.
Im running Linux Mint 19.3 on a Macbook 5, 1.

The game works when using Noveau Driver, though many things on the computer misbehave with that driver and in general the Nvidia driver works better.

The output of

Code: Select all

wine your_app.exe &> /tmp/log.txt 2>&1
is

Code: Select all

0042:err:winediag:xrandr12_init_modes Broken NVIDIA RandR detected, falling back to RandR 1.0. Please consider using the Nouveau driver instead.
wine: Unhandled page fault on write access to 7C002FD4 at address 7DA492EA (thread 0042), starting debugger...
0044:err:winediag:xrandr12_init_modes Broken NVIDIA RandR detected, falling back to RandR 1.0. Please consider using the Nouveau driver instead.
0044:fixme:dbghelp:elf_search_auxv can't find symbol in module
0044:fixme:dbghelp:elf_search_auxv can't find symbol in module
0044:fixme:dbghelp:elf_search_auxv can't find symbol in module
0044:fixme:dbghelp:elf_search_auxv can't find symbol in module
0044:fixme:dbghelp:elf_search_auxv can't find symbol in module
0044:fixme:dbghelp:elf_search_auxv can't find symbol in module
0044:fixme:dbghelp:elf_search_auxv can't find symbol in module
0044:fixme:dbghelp:elf_search_auxv can't find symbol in module
0044:fixme:dbghelp:elf_search_auxv can't find symbol in module
0044:fixme:dbghelp:elf_search_auxv can't find symbol in module
0044:fixme:dbghelp:elf_search_auxv can't find symbol in module
0044:fixme:dbghelp:elf_search_auxv can't find symbol in module
0044:fixme:dbghelp:elf_search_auxv can't find symbol in module
0044:fixme:dbghelp:elf_search_auxv can't find symbol in module
0044:fixme:dbghelp:elf_search_auxv can't find symbol in module
0044:fixme:dbghelp:elf_search_auxv can't find symbol in module
0044:fixme:dbghelp:elf_search_auxv can't find symbol in module
0044:fixme:dbghelp:elf_search_auxv can't find symbol in module
0044:fixme:dbghelp:elf_search_auxv can't find symbol in module
0044:fixme:dbghelp:elf_search_auxv can't find symbol in module
0044:fixme:dbghelp:elf_search_auxv can't find symbol in module
0044:fixme:dbghelp:elf_search_auxv can't find symbol in module
0044:fixme:dbghelp:elf_search_auxv can't find symbol in module
0044:fixme:dbghelp:elf_search_auxv can't find symbol in module
0044:fixme:dbghelp:elf_search_auxv can't find symbol in module
0044:fixme:dbghelp:elf_search_auxv can't find symbol in module
0044:fixme:dbghelp:elf_search_auxv can't find symbol in module
0044:fixme:dbghelp:elf_search_auxv can't find symbol in module
0044:fixme:dbghelp:elf_search_auxv can't find symbol in module
0044:fixme:dbghelp:elf_search_auxv can't find symbol in module
Process of pid=0041 has terminated
No process loaded, cannot execute 'echo Modules:'
Cannot get info on module while no process is loaded
No process loaded, cannot execute 'echo Threads:'
process  tid      prio (all id:s are in hex)
0000000e services.exe
	00000029    0
	00000026    0
	0000001d    0
	0000001a    0
	00000013    0
	00000010    0
	0000000f    0
00000011 plugplay.exe
	00000017    0
	00000016    0
	00000012    0
00000018 winedevice.exe
	00000021    0
	0000001e    0
	0000001c    0
	0000001b    0
	00000019    0
00000024 winedevice.exe
	0000002a    0
	00000028    0
	00000027    0
	00000025    0
0000002e explorer.exe
	00000032    0
	00000031    0
	00000030    0
	0000002f    0
00000037 Fallout2Launcher.exe
	0000003a    0
	00000039    0
	00000038    0
winedbg: Internal crash at 0x7ec649dd
the game crashes with
Screenshot_2020-05-20_15-33-48.png
Screenshot_2020-05-20_15-33-48.png (14.1 KiB) Viewed 541 times
Thanks for any help you folks can provide!
Locked