I need some help

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
adans c
Newbie
Newbie
Posts: 4
Joined: Wed Jun 10, 2009 12:41 am

I need some help

Post by adans c »

Well hello everyone,

im new to this wine thing and to mac too, i've been using mac for like 8 months now, and i got boot camp (with windows xp, but sux having to switch everytime i need something) the only thing i do in windows is play an MMO called Tibia, and when runing VMware Fusion, the game just doesnt run well it bearly runs, and i just need that game to run, when i run it with wine it says

"Video surface allocation failed (Error Code 13)
Please choose another video graphics mode."

and thats what i wana do but idk how, when in windows i just change the engine to 0 by right clicking on the icon (tibia.exe) and in the location i put something like this

"C:\Program Files\Tibia\Tibia.exe" Engine 0

i wana know how i could do that in mac, or someway to do it i just cant find a way to do it.

Please if anyone could help that'll be awsome.
Thanks everyone.
jorl17
Level 5
Level 5
Posts: 365
Joined: Mon Jul 28, 2008 6:44 pm

Re: I need some help

Post by jorl17 »

adans c wrote:Well hello everyone,

im new to this wine thing and to mac too, i've been using mac for like 8 months now, and i got boot camp (with windows xp, but sux having to switch everytime i need something) the only thing i do in windows is play an MMO called Tibia, and when runing VMware Fusion, the game just doesnt run well it bearly runs, and i just need that game to run, when i run it with wine it says

"Video surface allocation failed (Error Code 13)
Please choose another video graphics mode."

and thats what i wana do but idk how, when in windows i just change the engine to 0 by right clicking on the icon (tibia.exe) and in the location i put something like this

"C:\Program Files\Tibia\Tibia.exe" Engine 0

i wana know how i could do that in mac, or someway to do it i just cant find a way to do it.

Please if anyone could help that'll be awsome.
Thanks everyone.
Hi. First things first, how are you executing the game?

Second, why don't you check the AppDB? ;) http://appdb.winehq.org/objectManager.p ... &iId=10803

What is your (dar)wine version?
adans c
Newbie
Newbie
Posts: 4
Joined: Wed Jun 10, 2009 12:41 am

Post by adans c »

hey,
1. hmm im executing thr game by just double clicking it
2. im cheking that out, just dont understand what's that for xD
3. i have Darwine 1.1.21

ed. btw im using a MacBook the black one, its got 2gb ram (SO-DIMM), 250 hd, mm, Intel Core 2 duo 2,4 GHz, Intel GMA 144 MB.
adans c
Newbie
Newbie
Posts: 4
Joined: Wed Jun 10, 2009 12:41 am

Post by adans c »

well im using the darwine 1.1.22 from http://www.kronenberg.org/darwine/
thats the only wine for mac that works (well that i know of) and when i execute tibia.exe tis appears on the wine log:

fixme:reg:GetNativeSystemInfo (0x32fd7c) using GetSystemInfo()
fixme:win:EnumDisplayDevicesW ((null),0,0x32f61c,0x00000000), stub!
fixme:win:EnumDisplayDevicesW ((null),1,0x32f61c,0x00000000), stub!
fixme:d3d:IWineD3DImpl_FillGLCaps OpenGL implementation supports 16 vertex samplers and 16 total samplers
fixme:d3d:IWineD3DImpl_FillGLCaps Expected vertex samplers + MAX_TEXTURES(=8) > combined_samplers


all i wana do is change the engine from OpenGL (1) to Directx5 (0) and idk how can anyone help me?!?!?
jorl17
Level 5
Level 5
Posts: 365
Joined: Mon Jul 28, 2008 6:44 pm

Post by jorl17 »

adans c wrote:well im using the darwine 1.1.22 from http://www.kronenberg.org/darwine/
thats the only wine for mac that works (well that i know of) and when i execute tibia.exe tis appears on the wine log:

fixme:reg:GetNativeSystemInfo (0x32fd7c) using GetSystemInfo()
fixme:win:EnumDisplayDevicesW ((null),0,0x32f61c,0x00000000), stub!
fixme:win:EnumDisplayDevicesW ((null),1,0x32f61c,0x00000000), stub!
fixme:d3d:IWineD3DImpl_FillGLCaps OpenGL implementation supports 16 vertex samplers and 16 total samplers
fixme:d3d:IWineD3DImpl_FillGLCaps Expected vertex samplers + MAX_TEXTURES(=8) > combined_samplers


all i wana do is change the engine from OpenGL (1) to Directx5 (0) and idk how can anyone help me?!?!?
Well, to be honest, my experience with macs is limited. But if it is similar to Linux, just pop in a console, cd to the game directory and run wine tibia.exe Engine 0 (and to speed up, run it without debug logging, so we set WINEDEBUG=-all)

so, since a Mac is a UNIX:

Code: Select all

cd ~/.wine/drive_c/Program\ Files/Tibia
WINEDEBUG=-all wine Tibia.exe Engine 0
Oh, and the AppDB is extremely useful for any app. Be sure to report that you've been there, unless you want to be spanked to death :P (jk)
adans c
Newbie
Newbie
Posts: 4
Joined: Wed Jun 10, 2009 12:41 am

Post by adans c »

jorl17 wrote:
adans c wrote:well im using the darwine 1.1.22 from http://www.kronenberg.org/darwine/
thats the only wine for mac that works (well that i know of) and when i execute tibia.exe tis appears on the wine log:

fixme:reg:GetNativeSystemInfo (0x32fd7c) using GetSystemInfo()
fixme:win:EnumDisplayDevicesW ((null),0,0x32f61c,0x00000000), stub!
fixme:win:EnumDisplayDevicesW ((null),1,0x32f61c,0x00000000), stub!
fixme:d3d:IWineD3DImpl_FillGLCaps OpenGL implementation supports 16 vertex samplers and 16 total samplers
fixme:d3d:IWineD3DImpl_FillGLCaps Expected vertex samplers + MAX_TEXTURES(=8) > combined_samplers


all i wana do is change the engine from OpenGL (1) to Directx5 (0) and idk how can anyone help me?!?!?
Well, to be honest, my experience with macs is limited. But if it is similar to Linux, just pop in a console, cd to the game directory and run wine tibia.exe Engine 0 (and to speed up, run it without debug logging, so we set WINEDEBUG=-all)

so, since a Mac is a UNIX:

Code: Select all

cd ~/.wine/drive_c/Program\ Files/Tibia
WINEDEBUG=-all wine Tibia.exe Engine 0
Oh, and the AppDB is extremely useful for any app. Be sure to report that you've been there, unless you want to be spanked to death :P (jk)
well... where do i insert the code? and the game doesnt need a cd, do u mean i need to put it in a cd? and where do i insert the code?
DaVince
Level 8
Level 8
Posts: 1099
Joined: Wed Oct 29, 2008 4:53 pm

Post by DaVince »

In a terminal. You'll find it under the app list somewhere, I'm sure.
Locked