Wine no longer launching Apps

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
Matt Sebrasky

Wine no longer launching Apps

Post by Matt Sebrasky »

Hello all,
Yesterday my copy of Wine (1.1.12) no longer launches graphic intensive
applications. It will launch notepad, but WOW, City of Heroes, or any
game I have on Steam simply does not open. The respective splash screens
come up for those games, as does the steam client itself, but once tried
to launch they fail.
When I attempt to run wow via wine in the terminal, I get the following
message:

user@Matt-Laptop:~$ wine wow
fixme:heap:HeapSetInformation (nil) 1 (nil) 0
fixme:advapi:RegisterEventSourceW ((null),L"Bonjour Service"): stub
fixme:winsock:WS_setsockopt Unknown IPPROTO_IP optname 0x00000013
fixme:winsock:WSAIoctl SIO_GET_EXTENSION_FUNCTION_POINTER
{f689d7c8-6f1f-436b-8a53-e54fe351c322}: stub
fixme:winsock:WS_setsockopt Unknown level: 0x00000029
fixme:winsock:WS_setsockopt Unknown level: 0x00000029
fixme:winsock:WS_setsockopt Unknown level: 0x00000029
fixme:winsock:WS_setsockopt Unknown level: 0x00000029
fixme:winsock:WSAIoctl SIO_GET_EXTENSION_FUNCTION_POINTER
{f689d7c8-6f1f-436b-8a53-e54fe351c322}: stub
fixme:winsock:WSAIoctl -> SIO_ADDRESS_LIST_CHANGE request: stub
wine: could not load L"C:\\windows\\system32\\wow.exe": Module not found
user@Matt-Laptop:~$ fixme:winsock:WSAIoctl -> SIO_ADDRESS_LIST_CHANGE
request: stub



Now I'm something of a noob with WINE and Linux in general, so any help
on this would be greatly appreciated.
Thanks!
~Matt
Vincent Povirk

Wine no longer launching Apps

Post by Vincent Povirk »

You need to cd to the directory that contains wow.exe first.

Vincent Povirk
Matt Sebrasky

Wine no longer launching Apps

Post by Matt Sebrasky »

See, like I said noob.
Ok, so I've done that and here's the results:

user@Matt-Laptop:~/.wine/drive_c/Program Files/World of Warcraft$ wine wow
fixme:heap:HeapSetInformation (nil) 1 (nil) 0
fixme:advapi:RegisterEventSourceW ((null),L"Bonjour Service"): stub
fixme:winsock:WS_setsockopt Unknown IPPROTO_IP optname 0x00000013
fixme:winsock:WSAIoctl SIO_GET_EXTENSION_FUNCTION_POINTER
{f689d7c8-6f1f-436b-8a53-e54fe351c322}: stub
fixme:winsock:WS_setsockopt Unknown level: 0x00000029
fixme:winsock:WS_setsockopt Unknown level: 0x00000029
fixme:winsock:WS_setsockopt Unknown level: 0x00000029
fixme:winsock:WS_setsockopt Unknown level: 0x00000029
fixme:winsock:WSAIoctl SIO_GET_EXTENSION_FUNCTION_POINTER
{f689d7c8-6f1f-436b-8a53-e54fe351c322}: stub
fixme:winsock:WSAIoctl -> SIO_ADDRESS_LIST_CHANGE request: stub
X Error of failed request: BadRequest (invalid request code or no such
operation)
Major opcode of failed request: 158 (GLX)
Minor opcode of failed request: 19 (X_GLXQueryServerString)
Serial number of failed request: 133
Current serial number in output stream: 133
user@Matt-Laptop:~/.wine/drive_c/Program Files/World of Warcraft$
fixme:winsock:WSAIoctl -> SIO_ADDRESS_LIST_CHANGE request: stub


I'm running Ubuntu 8.10 btw.
What next?

Vincent Povirk wrote:
You need to cd to the directory that contains wow.exe first.

Vincent Povirk
Locked