Disappearing Wine

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
duwady
Newbie
Newbie
Posts: 3
Joined: Tue Aug 05, 2008 2:10 pm

Disappearing Wine

Post by duwady »

I am slowly weaning off from Windows to Linux and have started using Ubuntu.

I was playing a Windows demo online game (Guild War) on Ubuntu via Wine, and everything was going smoothly. I was very impressed.

However, it does not work anymore. I can start it, but after sometime, the game just gets ejected.

Can anybody point me to where I can go and find out why the game/wine just stops working out of the blue?

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

Post by dimesio »

You say it's a demo--is there a time limit?
ghoti2007
Level 1
Level 1
Posts: 5
Joined: Sat Jun 28, 2008 1:55 am

Post by ghoti2007 »

I noticed it the past few days as well.

I (almost nightly) update my wine via git and the past week or so performance has drastically dropped in GW.

Code: Select all

fixme:d3d_shader:shader_glsl_load_constantsF >>>>>>>>>>>>>>>>> GL_INVALID_OPERATION (0x502) from glUniform4fvARB() @ glsl_shader.c / 231
fixme:d3d_shader:shader_glsl_load_constants >>>>>>>>>>>>>>>>> GL_INVALID_OPERATION (0x502) from glUniform4fvARB @ glsl_shader.c / 411
This floods the terminal while making the game nearly unplayable, if it doesn't just simply exit like you said.

I have the full version, and up untill recently, worked flawlessly for me.


(been reading this here mailing list for months, first reply - learned a lot through this stuff!)[/code]
duwady
Newbie
Newbie
Posts: 3
Joined: Tue Aug 05, 2008 2:10 pm

Post by duwady »

dimesio wrote:You say it's a demo--is there a time limit?
The time limit is till end of August.

Since it is online game, it just loads the portal. I have loaded it on Windows machine too, and it is working fine there, but I want to run it on my Ubuntu machine.

TIA
duwady
Newbie
Newbie
Posts: 3
Joined: Tue Aug 05, 2008 2:10 pm

Post by duwady »

ghoti2007 wrote:... I (almost nightly) update my wine via git and the past week or so performance has drastically dropped in GW. ...
To me, it happened within 2 days. When I first installed it, it worked fine, but it stopped working the very next day. The game will be ejected, but the screen will still have a image of the game, as soon as you move the mouse, the image goes.

It is frustrating.

I will uninstall and install it again, and I will also install another application to see how it goes.

But I would appreciate if anybody who has found out what this is about shed some light on this...

TIA
ghoti2007
Level 1
Level 1
Posts: 5
Joined: Sat Jun 28, 2008 1:55 am

Post by ghoti2007 »

You wouldn't happen to remember exactly which git version played GW fine would you? I was going to use this as good time to learn to do regression testing.

or really, i should ask...

Is this really a bug? I've tried clean wineprefixes, re-installed the game, etc and still suffer. Haven't been able to play GW for a while now..
ghoti2007
Level 1
Level 1
Posts: 5
Joined: Sat Jun 28, 2008 1:55 am

Post by ghoti2007 »

Ignore that.

I played around and realized that all the warnings about the glsl shader were eating the cpu up all to bits.


I ran:

WINEDEBUG=-all wine GW.exe

and it has calmed down. I didn't realize until I read another unrelated thread that so many messages could eat up resources.
austin987
Wine Developer
Wine Developer
Posts: 2383
Joined: Fri Feb 22, 2008 8:19 pm

Disappearing Wine

Post by austin987 »

On Sat, Aug 9, 2008 at 1:55 AM, ghoti2007 <[email protected]> wrote:
You wouldn't happen to remember exactly which git version played GW fine would you? I was going to use this as good time to learn to do regression testing.

or really, i should ask...

Is this really a bug? I've tried clean wineprefixes, re-installed the game, etc and still suffer. Haven't been able to play GW for a while now..





It wouldn't hurt to run a regression test and file a bug. That warning
has been in the code for a while, but apparently wasn't getting hit
before...
Locked