trying to get a game called EUO to run

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
servvs
Newbie
Newbie
Posts: 4
Joined: Tue Jan 13, 2009 4:27 pm

trying to get a game called EUO to run

Post by servvs »

I am trying to run a 2d overhead ultima type game through wine but have some problems. At one point it would run but would refresh the slides of the pictures about once every 5-8 secs and then crash after about a minute or so. Now I get these errors

http://i168.photobucket.com/albums/u191 ... pshot1.png

http://i168.photobucket.com/albums/u191 ... pshot2.png

http://i168.photobucket.com/albums/u191 ... pshot3.png

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

Re: trying to get a game called EUO to run

Post by dimesio »

servvs wrote:I am trying to run a 2d overhead ultima type game through wine but have some problems. At one point it would run but would refresh the slides of the pictures about once every 5-8 secs and then crash after about a minute or so. Now I get these errors

http://i168.photobucket.com/albums/u191 ... pshot1.png

http://i168.photobucket.com/albums/u191 ... pshot2.png

http://i168.photobucket.com/albums/u191 ... pshot3.png

any ideas?
http://wiki.winehq.org/FAQ#head-96bebfa ... 78b0d41014
servvs
Newbie
Newbie
Posts: 4
Joined: Tue Jan 13, 2009 4:27 pm

Post by servvs »

Sorry, but im not sure what im looking for in there.

-edit-

aside from running as root I still get the same problem, sorry
austin987
Wine Developer
Wine Developer
Posts: 2383
Joined: Fri Feb 22, 2008 8:19 pm

trying to get a game called EUO to run

Post by austin987 »

On Tue, Jan 13, 2009 at 4:58 PM, servvs <[email protected]> wrote:
Sorry, but im not sure what im looking for in there.





dimesio's saying don't run as root, which you're doing. Remove ~/.wine
and reinstall your program as a regular user.

--
-Austin
servvs
Newbie
Newbie
Posts: 4
Joined: Tue Jan 13, 2009 4:27 pm

Post by servvs »

yes I understand, even with it normally it doesn't work
vitamin
Moderator
Moderator
Posts: 6605
Joined: Sat Feb 23, 2008 2:29 pm

Re: trying to get a game called EUO to run

Post by vitamin »

servvs wrote:I am trying to run a 2d overhead ultima type game through wine but have some problems. At one point it would run but would refresh the slides of the pictures about once every 5-8 secs and then crash after about a minute or so. Now I get these errors
What video card you have? It seems you didn't install drivers properly - Wine can't find OpenGL libraries which are part of the driver.
servvs
Newbie
Newbie
Posts: 4
Joined: Tue Jan 13, 2009 4:27 pm

Post by servvs »

I have a geforce 8600 gts and the Nvidia accelerated graphics driver version 177 installed. I have ran many linux native games and even ran cs source (though it was very horid).

ok so I tried again and now the game runs but I can't move and I get these for the debug output

Code: Select all

fixme:d3d:IWineD3DImpl_FillGLCaps OpenGL implementation supports 32 vertex samplers and 32 total samplers
fixme:d3d:IWineD3DImpl_FillGLCaps Expected vertex samplers + MAX_TEXTURES(=8) > combined_samplers
fixme:win:EnumDisplayDevicesW ((null),0,0x32ecbc,0x00000000), stub!
fixme:d3d:IWineD3DDeviceImpl_Release (0x143098) Device released with resources still bound, acceptable but unexpected
fixme:d3d:dumpResources Leftover resource 0x13fef0 with type 1,WINED3DRTYPE_SURFACE
fixme:wavemap:wodWrite Not all src buffer has been written, expect bogus sound
the "fixme:wavemap:wodWrite Not all src buffer has been written, expect bogus sound" repeats a lot but didn't feel the need to display it, about 30 times.

and if I turn off the sound drivers I don't get "fixme:wavemap:wodWrite Not all src buffer has been written, expect bogus sound" at all
Locked