Same Error with many games

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

Same Error with many games

Post by Stephan Krämer »

Hello everybody,
i've got a new computer and, by that, started to use linux (ubuntu 64
maverick meercat).
Wine works fine for like steam but not if i want to open a program, its
always the same error.

stephan@stephan-GA-890GPA-UD3H:~/.wine/drive_c/Programme/SEGA/Medieval II
Total War$ wine start medieval2.exe
fixme:ntoskrnl:KeInitializeTimerEx stub: 0x110fb0 0
fixme:exec:SHELL_execute flags ignored: 0x00000100
stephan@stephan-GA-890GPA-UD3H:~/.wine/drive_c/Programme/SEGA/Medieval II
Total War$ fixme:ntdll:NtQuerySystemInformation info_class
SYSTEM_HANDLE_INFORMATION
fixme:ntdll:NtQueryObject Unsupported information class 3
err:rpc:I_RpcGetBuffer no binding
fixme:win:EnumDisplayDevicesW ((null),0,0x39091a8,0x00000000), stub!
X Error of failed request: BadAlloc (insufficient resources for operation)
Major opcode of failed request: 128 (GLX)
Minor opcode of failed request: 27 (X_GLXCreatePbuffer)
Serial number of failed request: 1656
Current serial number in output stream: 1657

i dont think there is insufficient resources for an operation because this
pc should be fine with all of it,
now ive got the question if :
- Ubuntu is incompatible with the new computer parts (i dont think so
because ubuntu works fine)
- The Real-time-core is nasty (installed the unbutu studio core as well)
- Something else is missing

My computer is an AMD 4x3000, Geforce 8800GT and 4GB ram

Greetings, hope to get help
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.winehq.org/pipermail/wine-us ... chment.htm>
Thunderbird
Level 5
Level 5
Posts: 336
Joined: Mon Nov 24, 2008 8:10 am

Post by Thunderbird »

What Wine version are you using? It sounds like it is quite an old Wine version since the game you are running uses Direct3D. In the past our Direct3D code was able to use PBuffers, but we got rid of them a while ago. On new Wine versions you should not be able to see any GLX PBuffer errors.
vitamin
Moderator
Moderator
Posts: 6605
Joined: Sat Feb 23, 2008 2:29 pm

Re: Same Error with many games

Post by vitamin »

Stephan Krämer wrote:fixme:win:EnumDisplayDevicesW ((null),0,0x39091a8,0x00000000), stub!
X Error of failed request: BadAlloc (insufficient resources for operation)
Make sure you have required monitor mode(s) available (check with 'xrandr' program). Or enable virtual desktop mode via winecfg.
uNmowed
Level 1
Level 1
Posts: 7
Joined: Fri Jul 29, 2011 11:26 pm

Post by uNmowed »

I have this problem too :(
Locked