Ubuntu 12.04LTS and wine

Questions about Wine on Linux
Locked
A Nonny Moose
Level 4
Level 4
Posts: 217
Joined: Sun May 09, 2010 5:53 pm

Ubuntu 12.04LTS and wine

Post by A Nonny Moose »

Just installed the UBUNTU update which delivered wine 1.4. No real problems so far, but I got this comment about an inaccessible library.

Is this due to the library not being present or a permissions problem?

fixme:system:SystemParametersInfoW Unimplemented action: 94 (SPI_GETMOUSETRAILS)
fixme:win:EnumDisplayDevicesW ((null),0,0x32efa4,0x00000000), stub!
fixme:win:EnumDisplayDevicesW ((null),0,0x32eef0,0x00000000), stub!
fixme:win:EnumDisplayDevicesW ((null),0,0x32f53c,0x00000000), stub!
ALSA lib conf.c:3314:(snd_config_hooks_call) Cannot open shared library libasound_module_conf_pulse.so <------------
ALSA lib pcm.c:2217:(snd_pcm_open_noupdate) Unknown PCM default
fixme:win:EnumDisplayDevicesW ((null),0,0x32f514,0x00000000), stub!
fixme:win:EnumDisplayDevicesW ((null),0,0x32f514,0x00000000), stub!
fixme:d3d_surface:wined3d_surface_flip Ignoring flags 0x1.
fixme:imm:ImmGetOpenStatus (0x210820): semi-stub
fixme:imm:ImmReleaseContext (0x20026, 0x210820): stub

The app is SimCity4 Deluxe version 1,1,641,0 and this happens in both hardware and software rendering modes.
jjmckenzie
Moderator
Moderator
Posts: 1153
Joined: Wed Apr 27, 2011 11:01 pm

Ubuntu 12.04LTS and wine

Post by jjmckenzie »

On Fri, Apr 27, 2012 at 11:09 AM, A Nonny Moose
<[email protected]> wrote:
Just installed the UBUNTU update which delivered wine 1.4.  No real problems so far, but I got this comment about an inaccessible library.

Is this due to the library not being present or a permissions problem?

fixme:system:SystemParametersInfoW Unimplemented action: 94 (SPI_GETMOUSETRAILS)
fixme:win:EnumDisplayDevicesW ((null),0,0x32efa4,0x00000000), stub!
fixme:win:EnumDisplayDevicesW ((null),0,0x32eef0,0x00000000), stub!
fixme:win:EnumDisplayDevicesW ((null),0,0x32f53c,0x00000000), stub!
ALSA lib conf.c:3314:(snd_config_hooks_call) Cannot open shared library libasound_module_conf_pulse.so  <------------
ALSA lib pcm.c:2217:(snd_pcm_open_noupdate) Unknown PCM default
Complain to Ubuntu, we don't configure/install ALSA or Pulseaudio.

James
A Nonny Moose
Level 4
Level 4
Posts: 217
Joined: Sun May 09, 2010 5:53 pm

Post by A Nonny Moose »

OK, I'll post a bug over there. I was really curious to see if it was something in wine before I did that. I guess I'll try posting it on ALSA and see what happens.
Locked