PlayOnLinux is only framework for Wine. It just does installing and running Windows games easier, but it wont help you with drivers.
1. What linux distribution do you use?
2. What is result of running "glxinfo | grep rendering" in console?
3. Try running "wine FOnline.exe" from konsole (you have to be in game directory).
1. Ubuntu 11.10
2. direct rendering: Yes
GL_NV_parameter_buffer_object2, GL_NV_path_rendering,
3.a. wine FO2238Config.exe works fine. I pointed to master.dat and critter.dat files.
3.b. FOnline crashes.
the console is:
fixme:heap:HeapSetInformation (nil) 1 (nil) 0
fixme:msimtf:ActiveIMMApp_Activate Stub
fixme:win:EnumDisplayDevicesW ((null),0,0x335c5d0,0x00000000), stub!
wine: Call from 0x7ed635d9 to unimplemented function d3dx9_36.dll.D3DXCompileShaderFromResourceA, aborting
In crashDump.txt. I see
C:\windows\system32\d3dx9_36.dll (7C730000)
as a last line.
So it seems I miss dx9. How do I install it? There was nothing about it in tutorial,
so I thought it's included in wine.
By the way, when I run PlayOnLinux, i got this warning:
"you don't seem to have a 3d acceleration. We advise you install and eneble it!"
p/s/
In PlayOnLinux I have installed Wine versions: 1.3.31
but when I do "Configure wine" on fallout icons, I see (in About) Wine 1.2.3.
In Synaptich Package Manager I have:
winetricks, wine1.2, wine1.2-gecko installed.
If I am to install 1.3 it request to remove 1.2.
What Wine version you guys use with recent FOnline update and on which Ubuntu?