http://bugs.winehq.org/show_bug.cgi?id=15839
--- Comment #42 from Josko bruno.kremel@gmail.com 2008-11-07 15:14:33 --- (In reply to comment #33)
Created an attachment (id=17130)
--> (http://bugs.winehq.org/attachment.cgi?id=17130) [details]
Patch for WineD3D to set Driver an Description
Patch for Fallout 3, the game has broken detection of graphic card capabalities, wine actualy supports SM2.0b perfectly even SM3.0, but the game used only SM2.0 which is broken (not in wine, but in this game).
After apply this patch you should set 2 new registry options in Software\Wine\Direct3D: "VideoDescription"="NVIDIA GeForce 9600 GT" "VideoDriver"="nv4_disp.dll"
VideoDescription - set this option on the same value as the name of your card (my is NVIDIA GeForce 9600 GT, but NVIDIA GeForce 7900 GT is tested as working too). VideoDriver - nv4_disp.dll for all nvidia based cards, ati is not tested
Everything was working fine Intro videos playing, heads visible, but after I choosed character look Fallout Crashed: Attachment #17132 So I tryed to load savegames ffom PyNUX, at first it was working as well but when I saved game in Megaton and then loaded it again Fallout was crashing again same way as after character look selection.