http://bugs.winehq.org/show_bug.cgi?id=31680
Bug #: 31680 Summary: Bwin Poker installer fails Product: Wine Version: 1.5.12 Platform: x86-64 URL: http://download.ongamepoker.com/games/233/W3YA/Install BwinPoker.exe OS/Version: Linux Status: NEW Keywords: download, Installer Severity: normal Priority: P2 Component: -unknown AssignedTo: wine-bugs@winehq.org ReportedBy: kennybobs@o2.co.uk Blocks: 26830, 28068 Classification: Unclassified
The installer for Bwin Poker downloads the files it needs then attempts to execute them, but Wine's cmd cannot handle the command line.
C:\bwinPoker>set PATH=C:\bwinPoker\arch\win32\jre\bin;C:\bwinPoker\arch\win32\jre\bin\client;C:\windows\system32;C:\windows;C:\windows\system32\wbem
C:\bwinPoker>set JAVA_HOME=C:\bwinPoker\arch\win32\jre
C:\bwinPoker>start "" "bwinPoker.exe" -classpath DJNativeSwing-SWT.jar;DJNativeSwing.jar;bjava.jar;jna-3.0.7.jar;jna_WindowsUtils.jar;jpc5_obfuscated_3480.jar;resources.jar;swt.jar -classname PokerClient -dir . -lang en -logdir "C:\users\test\Local Settings\Application Data\P5\bwin\logs" -brand bwin fixme:exec:SHELL_execute flags ignored: 0x00000100 Application could not be started, or no application associated with the specified file. ShellExecuteEx failed: Invalid parameter.
Evidently this is a Java application. The installer downloads its own Java runtime, hence the "PATH=C:\bwinPoker\arch\win32\jre\bin".
I tried
$ wine-git cmd /C start 'bwinPoker.exe -classpath DJNativeSwing-SWT.jar;DJNativeSwing.jar;bjava.jar;jna-3.0.7.jar;jna_WindowsUtils.jar;jpc5_obfuscated_3480.jar;resources.jar;swt.jar -classname PokerClient -dir . -lang en -logdir "C:\users\test\Local Settings\Application Data\P5\bwin\logs" -brand bwin'
but the result is the same
Application could not be started, or no application associated with the specified file. ShellExecuteEx failed: Invalid name.
This is not a Wine regression as the application has been updated.
Other than the above there is nothing of relevance in the console.
http://bugs.winehq.org/show_bug.cgi?id=31680
--- Comment #1 from Ken Sharp kennybobs@o2.co.uk 2013-07-15 14:30:36 CDT --- In wine-1.6-rc5 the downloader hangs. Going back to Wine-1.5.12 and the installer fails with a new error message. The installer itself must have been updated so this bug is now blocked by whatever is causing the hang.
http://bugs.winehq.org/show_bug.cgi?id=31680
Ken Sharp kennybobs@o2.co.uk changed:
What |Removed |Added ---------------------------------------------------------------------------- Depends on| |34068
http://bugs.winehq.org/show_bug.cgi?id=31680
Bug 31680 depends on bug 34068, which changed state.
Bug 34068 Summary: Bwin Poker installer fails to download files http://bugs.winehq.org/show_bug.cgi?id=34068
What |Old Value |New Value ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |DUPLICATE
http://bugs.winehq.org/show_bug.cgi?id=31680
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |focht@gmx.net Component|-unknown |programs
--- Comment #2 from Anastasius Focht focht@gmx.net 2013-10-03 10:59:47 CDT --- Hello folks,
dupe of bug 10913 (start.exe needs to handle optional process title argument)
Regards
http://bugs.winehq.org/show_bug.cgi?id=31680
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |DUPLICATE
--- Comment #3 from Anastasius Focht focht@gmx.net 2013-10-03 11:00:46 CDT --- Now really mark this as dupe ...
*** This bug has been marked as a duplicate of bug 10913 ***
http://bugs.winehq.org/show_bug.cgi?id=31680
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #4 from Austin English austinenglish@gmail.com 2013-10-22 04:42:49 CDT --- Closing.