All games, black screen = configuration problem?

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
Irrlicht
Level 1
Level 1
Posts: 8
Joined: Tue Oct 28, 2008 4:16 pm

All games, black screen = configuration problem?

Post by Irrlicht »

Dear community,

I am wondering what is my mistake. Since I got my new hardware components I didn't manage it to get a game running through WINE. My configuration is the following:

- current git WINE (compiled 30 minutes ago)
- Kubuntu 8.10 Intrepid AMD64 (64 bit edt.)
- AMD ATi Radeon HD 2600XT graphics card
- ATI Catalyst / fglrx driver

A friend gave me his copy of Far Cry 2 and Sacred 2 (both games brand new) to try an installation in wine (That's what I always try before I even think of buying a game). After all both installations run through smoothly, and only minor changes are necessary to start the game. (few directx dlls etc.)

Far Cry only shows me a black screen, but I can hear the game/intro sound clearly.

Sacred 2 shows the "sacred-intro" with major lags in sound and screen update. After it's done the game is still lagging, but the game sound is more stable. But I again only see a black screen...

I remember when I used the same hardware with older wine (1.1.4?) and installed Sacred 1 (old version) I got the same behaviour. So I assume there's a problem with my configuration... It's really annoying, and now I decided to ask you here for help.

Thanks for your comments!

Cheers,
Daniel
Irrlicht
Level 1
Level 1
Posts: 8
Joined: Tue Oct 28, 2008 4:16 pm

Post by Irrlicht »

Yesterday I tried Counter Strike 1.6 from Steam, and it freezes as soon you should see the welcome message of the server. It shows "precashing resources" and there it stays two minutes until it crashes to the desktop. So, there is no game working for me any more indeed. Guess this may be a issue of fglrx?

Suggestions?
User avatar
dimesio
Moderator
Moderator
Posts: 13367
Joined: Tue Mar 25, 2008 10:30 pm

Post by dimesio »

AMD ATi Radeon HD 2600XT graphics card
- ATI Catalyst / fglrx driver
Which driver version? If it's not the latest, upgrade; the new driver did fix some problems.
Irrlicht
Level 1
Level 1
Posts: 8
Joined: Tue Oct 28, 2008 4:16 pm

Post by Irrlicht »

It's the hotfixed ubuntu version of 8.10 (supporting X.Org 7.4), the official doesn't support the X.Org 7.4 used in Kubuntu Intrepid...
Vsen
Level 1
Level 1
Posts: 8
Joined: Tue Oct 28, 2008 6:38 am

Post by Vsen »

Have you tried AppDB?If its a recent version of wine,it might have regression errors(i.e stuff that worked before might not work now).If AppDB does not help,try using winedbg instead of wine to run the exe file,i.e:

Code: Select all

$ winedbg "C:\Program Files\Game Dir\Game.exe"
Type the command 'next' at each 'wine-dbg>' prompt,save the full output on the terminal and post it to Bugzilla.Hopefully AppDB alone will solve ur problem.
Irrlicht
Level 1
Level 1
Posts: 8
Joined: Tue Oct 28, 2008 4:16 pm

Post by Irrlicht »

AppDB is the database containing the reports about different apps, right? How to use this to run an app? I'm just confused, as me seems to be the only one to face this kind of troubles. Will try that winedbg thing though. I can do that earliest on Friday...

Cheers,
Daniel
Locked