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.
I need some help
Re: I need some help
Hi. First things first, how are you executing the game?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.
Second, why don't you check the AppDB?

What is your (dar)wine version?
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?!?!?
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)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?!?!?
so, since a Mac is a UNIX:
Code: Select all
cd ~/.wine/drive_c/Program\ Files/Tibia
WINEDEBUG=-all wine Tibia.exe Engine 0

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?jorl17 wrote: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)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?!?!?
so, since a Mac is a UNIX:
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 deathCode: Select all
cd ~/.wine/drive_c/Program\ Files/Tibia WINEDEBUG=-all wine Tibia.exe Engine 0
(jk)