WoW Ubuntu Lags

Questions about Wine on Linux
Locked
sliziky
Newbie
Newbie
Posts: 1
Joined: Fri Mar 06, 2015 4:41 pm

WoW Ubuntu Lags

Post by sliziky »

Hi guys,I have lags when I start my WoW on Ubuntu.In terminal it shows some "fixme" so I want to ask you what I can do with it and if lags may be caused by that errors..Thanks ! :)

Code: Select all

petko@Petko-System-Product-Name:~/Stiahnuté/wow$ wine Wow.exe
archive Data\enUS\patch-enUS.MPQ opened
archive Data\patch.MPQ opened
archive Data\enUS\patch-enUS-2.MPQ opened
archive Data\enUS\patch-enUS-3.MPQ opened
archive Data\patch-2.MPQ opened
archive Data\patch-3.MPQ opened
archive Data\expansion.MPQ opened
archive Data\lichking.MPQ opened
archive Data\common.MPQ opened
archive Data\common-2.MPQ opened
archive Data\enUS\locale-enUS.MPQ opened
archive Data\enUS\speech-enUS.MPQ opened
archive Data\enUS\expansion-locale-enUS.MPQ opened
archive Data\enUS\lichking-locale-enUS.MPQ opened
archive Data\enUS\expansion-speech-enUS.MPQ opened
archive Data\enUS\lichking-speech-enUS.MPQ opened
fixme:win:EnumDisplayDevicesW ((null),0,0x192ee10,0x00000000), stub!
fixme:win:EnumDisplayDevicesW ((null),0,0x192ec68,0x00000000), stub!
fixme:win:EnumDisplayDevicesW ((null),0,0x192f138,0x00000000), stub!
fixme:win:EnumDisplayDevicesW ((null),0,0x192f430,0x00000000), stub!
fixme:win:EnumDisplayDevicesW ((null),0,0x192f5f0,0x00000000), stub!
fixme:win:EnumDisplayDevicesW ((null),0,0x192f5f0,0x00000000), stub!
fixme:win:EnumDisplayDevicesW ((null),0,0x192f5e0,0x00000000), stub!
fixme:win:EnumDisplayDevicesW ((null),0,0x192f1b0,0x00000000), stub!
fixme:winediag:AUDDRV_GetAudioEndpoint Winepulse is not officially supported by the wine project
fixme:winediag:AUDDRV_GetAudioEndpoint For sound related feedback and support, please visit http://ubuntuforums.org/showthread.php?t=1960599
fixme:win:EnumDisplayDevicesW ((null),0,0x192df50,0x00000000), stub!
fixme:win:EnumDisplayDevicesW ((null),0,0x192df80,0x00000000), stub!
fixme:imm:ImmReleaseContext (0x3003c, 0x138980): stub
User avatar
olivierfrdierick
Level 5
Level 5
Posts: 258
Joined: Thu Sep 13, 2012 12:09 pm

Re: WoW Ubuntu Lags

Post by olivierfrdierick »

I see the mention of winepulse in your terminal output.
Please, re-test in plain, latest development Wine, without any patches or registry changes.
World of Warcraft runs fine on my system with no winetricks, no patches, no registry hack.
Just had to use opengl and launch with this command line:

Code: Select all

$ LD_PRELOAD="libpthread.so.0 libGL.so.1" __GL_THREADED_OPTIMIZATIONS=1 wine Wow.exe -opengl
Locked