[Wine] After upgrade BadAlloc major 53, Serial 722, 726

Hi,

I have to admit I am not very used to wine. I just used it to run StarMoney, which did a good job for me all the time. All of a sudden, it does not really start after a system update (I guess…).

The installed version is

wine-1.0-rc3 on a OpenSuSE 11 with latest (2008-08-01) patches.

The trace is:


kc@hermes:~> cat `which smoney` && smoney
#!/bin/bash
wine .wine/drive_c/Programme/StarMoney\ 6.0/StartStarMoney.exe
kc@hermes:~> X Error of failed request:  BadAlloc (insufficient resources for operation)
  Major opcode of failed request:  53 (X_CreatePixmap)
  Serial number of failed request:  722
  Current serial number in output stream:  726

kc@hermes:~>                                     

I reinstalled wine, but still the same behavior exists :frowning:

Anyone knows how to solve this?

Thanks

This might sound dumb, but try this command…

wine C:/Programme/StarMoney\ 6.0/StartStarMoney.exe

Sometimes the “./wine/drive_c/…” command causes problems.

It’s a simple change, but it might help.

Hope it works. :slight_smile:

Hi,

thanks for the tip - unfortunately it does not work. The only thing different, is that the current serial number in the output stream has changed to 726:

Current serial number in output stream:  726

The same error occurs, running:

wine '/home/kc/.wine/dosdevices/c:/Programme/StarMoney 6.0/StartStarMoney.exe'

Does anyone know, where to check the meaning of those numbers?

Thanks and regards