Latest wine update on ubuntu broke eve online

Questions about Wine on Linux
Locked
liamdawe
Level 2
Level 2
Posts: 22
Joined: Sun Apr 04, 2010 1:05 pm

Latest wine update on ubuntu broke eve online

Post by liamdawe »

Eve online was working perfectly until i updated today to the latest build.

http://pastebin.com/vixzDA6J
User avatar
dimesio
Moderator
Moderator
Posts: 13205
Joined: Tue Mar 25, 2008 10:30 pm

Re: Latest wine update on ubuntu broke eve online

Post by dimesio »

liamdawe
Level 2
Level 2
Posts: 22
Joined: Sun Apr 04, 2010 1:05 pm

Re: Latest wine update on ubuntu broke eve online

Post by liamdawe »

disabling d3d11 in winecfg did nothing for me.
Mateusz Stachowski
Level 3
Level 3
Posts: 71
Joined: Mon Apr 18, 2011 3:49 am

Re: Latest wine update on ubuntu broke eve online

Post by Mateusz Stachowski »

Liam the log that you posted on pastebin clearly shows that you didn't disable d3d11.

Code: Select all

wine: Call from 0x7b83b839 to unimplemented function d3d11.dll.D3D11CreateDevice, aborting
wine: Unimplemented function d3d11.dll.D3D11CreateDevice called at address 0x7b83b839 (thread 003b), starting debugger...
Unhandled exception: unimplemented function d3d11.dll.D3D11CreateDevice called in 32-bit code (0x7b83b839).
Your wineprefix is 64-bit [Program Files (x86)] but the error message in the log is for 32-bit code.

Ubuntu Wine PPA incorporates patches for PulseAudio and in other thread on Wine Forums dimesio suggested that it might cause problems.

http://forum.winehq.org/viewtopic.php?f=8&t=17983 (Latest wine crashes Civ V)
Locked