Hey folks. I'm having trouble getting Fallout: New Vegas to work under Wine. (Civ 5 is working okay for me, for the record). I'm running on Ubuntu 10.10 x64, using the latest (1.3.5) from the ubuntu-wine launchpad.net repository. Launching steam works fine, and launching Fallout: NV gives me the splash screen. I can pick the setup option (and I set it to lowest detail/windowed, for the record). When I pick play, it pops up a big window for the game, then a crash window ("The program FalloutNV.exe has encountered a serious problem and needs to close.") Wine is set to Windows XP, and I've used winetricks just to install the VC runtimes and dotnet20. Here's a link to my verbose output from trying to run the game. http://dl.dropbox.com/u/10294202/wine-nv-verbose-log.txt.bz2 Does anyone have any suggestions or ways to get more information? Should I file a bug? Thanks. Damian
See http://bugs.winehq.org/show_bug.cgi?id=24831
Sweet! Thanks so much for pointing that out for me. Now to learn how to roll my own from source. :D Damian
I applied the patch against the latest source, and still get a crash. This looks relevant: Code: fixme:win:EnumDisplayDevicesW ((null),0,0x34ebcc,0x00000000), stub! warn:wgl:X11DRV_wglGetPixelFormatAttribivARB Unable to convert PixelFormat 0 to a GLX one! wine: Unhandled page fault on read access to 0x6f6f6824 at address 0x1979343 (thread 0044), starting debugger... Any advice? (I amended the ticket too.) Damian
Damian wrote:> warn:wgl:X11DRV_wglGetPixelFormatAttribivARB Unable to convert PixelFormat 0 to a GLX one!What video card and driver? Make sure you do have 32-bit libGL library installed (part of the driver).
@sazzer try with wine 1.3.5 , wine-1.3.6 make the game crash .
I thought 1.3.5 had the problem with the GameBryo renderer though, which was fixed in 1.3.6?