Wine SimCity 4 won't render

Questions about Wine on Linux
Locked
carversedge
Newbie
Newbie
Posts: 1
Joined: Fri Jun 21, 2013 3:08 pm

Wine SimCity 4 won't render

Post by carversedge »

Hello, wine community! I am running Lubuntu version 13.04 alongside Windows XP on my computer. Back when I had just Windows XP, I installed the game SimCity 4, and it worked fine. A few weeks ago, I tried to run it on my Linux os through wine. It did not work, and it forced my monitor to stop detecting input until I restarted my computer. But, that's not the point. I fixed that by configuring wine to emulate a desktop with a resolution of 1024 x 768 pixels. When I run SimCity 4 using this, the sound works, and the cursor is rendered. But other than that, I get a blank, blue screen. I ran it in terminal and got this:

Code: Select all

carversedge@ubuntu:~$ wine "/media/carversedge/412F-303D/Program Files/Maxis/SimCity 4 Deluxe/Apps/SimCity 4.exe"
fixme:system:SystemParametersInfoW Unimplemented action: 94 (SPI_GETMOUSETRAILS)
fixme:d3d_caps:wined3d_guess_card No card selector available for GL vendor 0x4 and card vendor 0000 (using GL_RENDERER "Gallium 0.4 on llvmpipe (LLVM 3.2, 128 bits)").
fixme:win:EnumDisplayDevicesW ((null),0,0x32f000,0x00000000), stub!
fixme:d3d_caps:wined3d_guess_card No card selector available for GL vendor 0x4 and card vendor 0000 (using GL_RENDERER "Gallium 0.4 on llvmpipe (LLVM 3.2, 128 bits)").
fixme:win:EnumDisplayDevicesW ((null),0,0x32ef4c,0x00000000), stub!
fixme:d3d_caps:wined3d_guess_card No card selector available for GL vendor 0x4 and card vendor 0000 (using GL_RENDERER "Gallium 0.4 on llvmpipe (LLVM 3.2, 128 bits)").
fixme:win:EnumDisplayDevicesW ((null),0,0x32f604,0x00000000), stub!
fixme:d3d_caps:wined3d_guess_card No card selector available for GL vendor 0x4 and card vendor 0000 (using GL_RENDERER "Gallium 0.4 on llvmpipe (LLVM 3.2, 128 bits)").
fixme:win:EnumDisplayDevicesW ((null),0,0x32f32c,0x00000000), stub!
fixme:x11drv:X11DRV_desktop_SetCurrentMode Cannot change screen BPP from 32 to 16
fixme:d3d_surface:wined3d_surface_blt Can't handle WINEDDBLT_ASYNC flag.
fixme:d3d_caps:wined3d_guess_card No card selector available for GL vendor 0x4 and card vendor 0000 (using GL_RENDERER "Gallium 0.4 on llvmpipe (LLVM 3.2, 128 bits)").
fixme:win:EnumDisplayDevicesW ((null),0,0x32f580,0x00000000), stub!
fixme:d3d_caps:wined3d_guess_card No card selector available for GL vendor 0x4 and card vendor 0000 (using GL_RENDERER "Gallium 0.4 on llvmpipe (LLVM 3.2, 128 bits)").
fixme:win:EnumDisplayDevicesW ((null),0,0x32f580,0x00000000), stub!
fixme:d3d:resource_check_usage Unhandled usage flags 0x8.
fixme:d3d:state_zenable Z buffer disabled, but ARB_depth_clamp isn't supported.
fixme:imm:ImmGetOpenStatus (0x209ce58): semi-stub
fixme:imm:ImmReleaseContext (0x10068, 0x209ce58): stub
ALSA lib pcm.c:7339:(snd_pcm_recover) underrun occurred
It may also be useful to know that the program was still running when I copied that terminal log, but it has stopped saying anything for about 6 minutes, so I assume it is done. Could anyone help me figure out what is the problem?
User avatar
dimesio
Moderator
Moderator
Posts: 13371
Joined: Tue Mar 25, 2008 10:30 pm

Re: Wine SimCity 4 won't render

Post by dimesio »

Code: Select all

fixme:d3d_caps:wined3d_guess_card No card selector available for GL vendor 0x4 and card vendor 0000 (using GL_RENDERER "Gallium 0.4 on llvmpipe (LLVM 3.2, 128 bits)").
What graphics card & driver are you using? Looks like Wine doesn't recognize it.
Locked