Hi. I'm running Ubuntu 8.10, My video card is Radeon x1600 with 512 of memory, and 3D graphics. My computer is a Core 2 duo, Wine version 1.0 This same setup ran the game before I ripped out Windows and switched to Ubuntu. I downloaded the Linux driver from the ATI/Radeon site, and installed it. But Wine doesn't seem to know about it. I tried running the windows driver in WINE but it did nothing. The game starts okay, but shuts down complaining about no memory and no 3d graphics. Any Ideas?
Upgrade Wine and post terminal output.
Did you follow the directions from the first threadt on the official forums? Per the post from Faceless (on page 6) HERE (http://nwn2forums.bioware.com/forums/viewtopic.html?topic=567671&forum=109&sp=75) the following should get it running.> > *start with a clean wine directory or make a seperate one > > ? Add overrides for devenum.dll and dxdiagn.dll and Copy devenum.dll d3dx9_30.dll dxdiagn.dll to ~/.wine/drive_c/windows/system32/ > > ? Run regedit and add the following key and string values: > [HKEY_CURRENT_USER\ Software\ Wine\ Direct3D] > OffscreenRenderingMode = fbo > UseGLSL = enabled > VideoMemorySize = 256 > > ? install updated through the unofficial NWN2patcher. > > ? Enjoy
Hi. Are you still there? You posted this:....... start with a clean wine directory or make a separate one ? Add overrides for devenum.dll and dxdiagn.dll and Copy devenum.dll d3dx9_30.dll dxdiagn.dll to ~/.wine/drive_c/windows/system32/ ? Run regedit and add the following key and string values: [HKEY_CURRENT_USER\ Software\ Wine\ Direct3D] OffscreenRenderingMode = fbo UseGLSL = enabled VideoMemorySize = 256 .....:A while back. I tried the registry hack, and copied The devenum.dll and dxdiagn.dll to the wine\windows\system\32. but I can't find d3dx9_30.dll anywhere on two different windows computers. Am I not understanding something about that file? Is it d3d9 Or 30? There is still no change, it still crashes when I run it. any Ideas?
Brackenn wrote:> Hi. > I reloaded a new updated copy of wine 1.1.13. > I don't understand "Add overrides for devenum.dll and dxdiagn.dll and Copy devenum.dll d3dx9_30.dll dxdiagn.dll to ~/.wine/drive_c/windows/system32/ " > What are overrides? > Are devenum.dll and d3dx9_30.dll and dxdiagn.dll on the NWN2 disk?I know its a bit confusing at first, I'm still very new at this so I undstand your confusion. Overrides, as I understand it, are custom settings for WINE to get a game to work where you are overriding the default functioning with specific instructions/files. In this case you end up overriding the default WINE version of "devenum.dll" and how it uses that file. First - you need to open the Terminal and type "winecfg" without the quotes so you can configure WINE for the NWN2 application. On the main tab (I forget the name right now) click the "Add a Program" button and navigate to the WINE directory "C:/" drive. Then go to the folder with the executable (.exe) file and click on that to complete that step. Second - Put the noted .dll files in the appropriate places per the instructions. Third - Now that NWN2 should show up in the List (probably right under the Default Settings) click on it so it's highlighted and then click on the Libraries (I believe) tab. Click the down arrow to open the list of files and select the two mentioned in the instructions. They should default to the correct choice but check each using the edit button on the right. Finally, some of the dll files will be contained on the disk. Get accustomed to using the "cabextract" command in the Terminal. To start learning type either of these Terminal for instructions on it's use. Code: cabextract --help or Code: man cabextract If I remember right I could get all files listed on the appdb informational pages off the disk except devenum.dll; which ended up coming from my ever-shrinking XP install. At this point I'm not sure where folks without any Windows install get their .dll files so maybe someone else can post that because I'd be interested in learning of a safe place to grab those that don't come on the disks. I looked in the appdb and found this link http://appdb.winehq.org/objectManager.php?sClass=version&iId=10476 with instructions on what to get and where to put things. Just scroll down to "HOWTO getting the game running" section and follow the steps. Sorry for the lack of some specifics but I'm not at home and am going from memory, but I hope that helps some.
on that page you sent me to, the How-To get the game running...this step mystifies me. 7: Copy the contents of microsoft.vc80.crt.zip (Microsoft.VC80.CRT.manifest, msvcm80.dll, msvcp80.dll and msvcr80.dll) to your NWN2 install directory. Where do I find that microsoft.vc80.crt.zip ?