Hello, I'm trying to run Electronics Workbench 5c under Wine, but when I try to run it it shows the main screen then quits with this: renan@diamond:~/.wine/drive_c/Ewb5$ wine Wewb32.exe X Error of failed request: BadAlloc (insufficient resources for operation) Major opcode of failed request: 53 (X_CreatePixmap) Serial number of failed request: 21414 Current serial number in output stream: 21461 Any ideas? I am use Wine 0.9.12 under Debian. Thanks! -- /\/\/ Thanks, Renan(r) - Canoas, RS, Brazil - LRU#390969 \/\/\ /\/\/ "My income is ALL disposable!" -- Zippy the Pinhead Inviato da X-Privat.Org - Registrazione gratuita http://www.x-privat.org/join.php
I tried to install EWB with wine with no help. However, Multisim which the next step of EWB worked ok with wine. If I were you, I would first upgrade to wine 0.9.16 then give another shot. On 2 Jul 2006 01:31:10 +0200, Renan(r) <renan@bogus.nil> wrote:> > Hello, > > I'm trying to run Electronics Workbench 5c under Wine, but when I try to > run it it shows the main screen then quits with this: > > renan@diamond:~/.wine/drive_c/Ewb5$ wine Wewb32.exe > X Error of failed request: BadAlloc (insufficient resources for operation) > Major opcode of failed request: 53 (X_CreatePixmap) > Serial number of failed request: 21414 > Current serial number in output stream: 21461 > > Any ideas? I am use Wine 0.9.12 under Debian. > > Thanks! > -- > /\/\/ Thanks, Renan(r) - Canoas, RS, Brazil - LRU#390969 > \/\/\ > /\/\/ "My income is ALL disposable!" -- Zippy the Pinhead > > Inviato da X-Privat.Org - Registrazione gratuita http://www.x-privat.org/join.php > _______________________________________________ > wine-users mailing list > wine-users@winehq.org > http://www.winehq.org/mailman/listinfo/wine-users >-- OOzy Kubuntu-Dapper
> $ wine Wewb32.exe > X Error of failed request: BadAlloc (insufficient resources for operation) > Major opcode of failed request: 53 (X_CreatePixmap) > Serial number of failed request: 21414 > Current serial number in output stream: 21461 > > Any ideas? I am use Wine 0.9.12 under Debian.That sounds like a familiar problem: http://bugs.winehq.org/show_bug.cgi?id=3826 http://bugs.winehq.org/show_bug.cgi?id=3573 This is an old bug in Wine triggered by a new, more stringent check in the X server. You might try running with export WINEDEBUG=+synchronous and posting the stack dump (minus the big list of loaded modules), that would help narrow it down a bit. It also doesn't hurt to use the latest Wine, though I haven't heard of this being fixed. - Dan
Renan(r) <renan@bogus.nil> wrote:> renan@diamond:~/.wine/drive_c/Ewb5$ wine Wewb32.exe > X Error of failed request: BadAlloc (insufficient resources for operation) > Major opcode of failed request: 53 (X_CreatePixmap) > Serial number of failed request: 21414 > Current serial number in output stream: 21461Wine is unable to get enough memory to create a single pixmap. Are you limited on memory? Does this program show a splash screen on startup? Daniel
Daniel Skorka <skorka@gmx.net> writes:> Renan(r) <renan@bogus.nil> wrote:> Are you > limited on memory?No: renan@diamond:~/.wine/drive_c/Ewb5$ free -tm total used free shared buffers cached Mem: 503 303 200 0 3 89 -/+ buffers/cache: 210 293 Swap: 805 9 795 Total: 1308 313 995> Does this program show a splash screen on startup?Yes, it does. -- /\/\/ Thanks, Renan(r) - Canoas, RS, Brazil - LRU#390969 \/\/\ /\/\/ "My income is ALL disposable!" -- Zippy the Pinhead Inviato da X-Privat.Org - Registrazione gratuita http://www.x-privat.org/join.php