I tried to run a demo of Hype: The time quest (Windows 95/98, uses directX6 or some glide3 for 3D stuff) to see if it would work. It installed, but comes up with a weird "Cannot find a game using directdraw" error. I uninstalled it and went about my way. While it would be cool to have this run, that is not my main problem.
Now, I cannot run Jazz Jackrabbit 2 (also windows 95/98--runs flawlessly in Wine normally), which I know ran perfectly before. Now, it does run, but the screen is completely messed up with red squares and messed up graphics. Along with this come a bunch of fixme DirectDraw errors. I get the feeling that the Hype demo overwrote some DirectX stuff or just started messing with things in general. Oddly enough, Moonbase commander (windows XP)still works. Is there some way I can check if my copy of Wine is messed up, and if so, is there a way to fix it?
(using Latest version of Wine in Ubuntu 8.04, if needed)
I think I messed up DirectDraw.
-
- Newbie
- Posts: 3
- Joined: Thu Aug 07, 2008 12:24 pm
I would check your graphics tab in wine configuration and confirm that the settings were not changed, or maybe even consider changing some of the settings, such as the vertex shader support option, and maybe try "Emulate a virtual desktop". There's a few things you can try right off the bat to see if it fixes it.
-
- Level 2
- Posts: 36
- Joined: Thu Aug 07, 2008 3:50 pm
Nope, still messed up.Richard Seese wrote:I would check your graphics tab in wine configuration and confirm that the settings were not changed, or maybe even consider changing some of the settings, such as the vertex shader support option, and maybe try "Emulate a virtual desktop". There's a few things you can try right off the bat to see if it fixes it.
What video card and driver? I'm assuming you was installing these programs into different WINEPREFIXes? If not, then the next step would be to do that.DOS4dinner wrote:Nope, still messed up.Richard Seese wrote:I would check your graphics tab in wine configuration and confirm that the settings were not changed, or maybe even consider changing some of the settings, such as the vertex shader support option, and maybe try "Emulate a virtual desktop". There's a few things you can try right off the bat to see if it fixes it.
-
- Level 2
- Posts: 36
- Joined: Thu Aug 07, 2008 3:50 pm
I am using an ATI Radeon 9800 with the propiatary drivers (the ones from the Ubuntu repositories, I believe--whichever ones you get when you hit the "use propiatary drivers" button.vitamin wrote: What video card and driver? I'm assuming you was installing these programs into different WINEPREFIXes? If not, then the next step would be to do that.
And what are the "WINEPREFIXes" and what am I supposed to do? (I am new to Wine)?
your WINEPREFIX is where your Wine data is stored, registry, drive_c etcDOS4dinner wrote:I am using an ATI Radeon 9800 with the propiatary drivers (the ones from the Ubuntu repositories, I believe--whichever ones you get when you hit the "use propiatary drivers" button.vitamin wrote: What video card and driver? I'm assuming you was installing these programs into different WINEPREFIXes? If not, then the next step would be to do that.
And what are the "WINEPREFIXes" and what am I supposed to do? (I am new to Wine)?
The default WINEPREFIX is ~/.wine
If you want to run a program under a new or different WINEPREFIX, then you run Wine like this, for example under a prefix named foo
WINEPREFIX=/home/myusername/foo wine /path/to/setup.exe