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.