PDA

View Full Version : WoW crashing on launch. High CPU utilization.


h0ser81
December 21st, 2007, 04:14 AM
Alright so I've installed World of Warcraft under Wine following the How To found on this forum. The install completes just fine but when I try to launch WoW all that happens is the hard drive thrashes for a little bit and then my CPU usage jumps to about 75% utilization and stays there. No window launches or anything. WoW creates a crash log and I have to kill the wineserver to get my cpu back to an idle state. I've enclosed the crash log text and the output from the CLI from wine. Any ideas as to what is keeping me from launching it?

Output from wine in the CLI:
fixme:advap:SetSecurityInfo stub
fixme:powerprof:DllMain (0x7c870000,1, (nil)) not fully implemented
fixme:ntdll:NtPowerInformation Unimplemented NtPowerInformation action: 11
fixme:powerprof:DllMain (0x7c870000, 0, (nil)) not fully implemented
fixme:win:EnumDisplayDevicesW ((null),0,0x34ede4,0x00000000, stub!

DarthOpto
December 21st, 2007, 11:40 AM
I hope that this will help.
I installed WoW last night and it works flawlessly.
I followed the instructions found here (https://help.ubuntu.com/community/WorldofWarcraft)
This was a link I found off of the WoWWiki (http://www.wowwiki.com/Linux/Wine)
These instructions worked well.

h0ser81
December 21st, 2007, 02:20 PM
Those were the same directions I'd followed. But thanks for the effort,

Tadock
December 21st, 2007, 02:23 PM
To me it looks like your launching WoW in DirectX Wine doesn't run the well under direct X with WoW. Try cd into the wow directory then
wine ./WoW.exe -opengl
Let me know how it turns out