skiesabove@gmail.com
2006-May-31 17:35 UTC
[Wine] pokerclient wont open new tables?! (wine says the aplication is already running)
Im trying to get my poker-client to run under wine (Svenska Spel). I get wine to start it up with: $wine poker.exe i then get some error but it starts just as nice as in windows, here are the text: err:wave:DSDB_MapBuffer Could not map sound device for direct access (Input/output error) err:wave:DSDB_MapBuffer Please run winecfg, open "Audio" page and set "Hardware Acceleration" to "Emulation". fixme:wininet:InternetGetConnectedState always returning LAN connection. fixme:toolhelp:CreateToolhelp32Snapshot Unimplemented: heap list snapshot fixme:toolhelp:Heap32ListFirst : stub fixme:ddraw:Main_DirectDraw_SetCooperativeLevel (0x7fdee550)->((nil),00000008) DynamicLibrary::LoadLibrary: Failed to load 'gs3functioninterfaceDBG.dll'. DynamicLibrary::LoadLibrary: Failed to load 'gs3functioninterface.dll'. DynamicRNGClient::DynamicRNGClient: Library 'gs3functioninterface.dll' not loaded. I guess the sound is easy to fix, even though it works. Anyway, i log into my account and everyting works fine untill i try to open a table. Then wine spits out the following line in the terminal: fixme:exec:SHELL_execute flags ignored: 0x00000400 And also a window oppens which says: "Error, A Boss Media gaming software is already running on this computer!" There is no problem to open a table in fullscreen, bt then i can only play one table, which is not enough. thanks in advance for the help.
Daniel Skorka
2006-Jun-01 09:50 UTC
[Wine] Re: pokerclient wont open new tables?! (wine says the aplication is already running)
skiesabove@gmail.com wrote:> Anyway, i log into my account and everyting works fine untill i try to > open a table. Then wine spits out the following line in the terminal: > > fixme:exec:SHELL_execute flags ignored: 0x00000400 > > And also a window oppens which says: "Error, A Boss Media gaming > software is already running on this computer!"First, make sure there aren't any old wine process hanging around, they could be your problem. If that is not it, it would say that this ignored flag is the source of the problem. I think by digging around on MSDN you can find what it is for. Daniel
Daniel Skorka
2006-Jun-02 07:10 UTC
[Wine] Re: pokerclient wont open new tables?! (wine says?the aplication is already running)
Geoff Streeter <geoff@dyalog.com> wrote:> At 2006-06-01 15:59 -0700, marken wrote: > >>Daniel Skorka wrote: >> > skiesabove@gmail.com wrote: >> > > Anyway, i log into my account and everyting works fine untill i try to >> > > open a table. Then wine spits out the following line in the terminal: >> > > >> > > fixme:exec:SHELL_execute flags ignored: 0x00000400 >> > > >> > > And also a window oppens which says: "Error, A Boss Media gaming >> > > software is already running on this computer!" > > 0x400 is SEE_MASK_FLAG_NO_UI - do not display an error message box if an > error occurs. Which might explain why you then see an error message box.Ok, so that explains the flag. Unfortunately, it doesn't explain why you don't get your poker window. Daniel