http://bugs.winehq.org/show_bug.cgi?id=22571
Louis Lenders xerox_xerox2000@yahoo.co.uk changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |NEW Ever Confirmed|0 |1
--- Comment #8 from Louis Lenders xerox_xerox2000@yahoo.co.uk 2010-05-04 15:30:36 --- (In reply to comment #7)
Seems to be calling through a series of .bat files so is it possible it is having a problem with environment variables?
probably not, i downloaded the demo from http://cdneast.fileshack.com/secure/fileshack/action/half-life2/tools/setup_...
wine cmd CMD Version 1.1.43
C:\Softimage\XSI_4.2_ModTool\Application\bin>xsi.bat fixme:exec:SHELL_execute flags ignored: 0x00000100 Application could not be started, or no application associated with the specified file. ShellExecuteEx failed: Invalid parameter
C:\Softimage\XSI_4.2_ModTool\Application\bin>set . . . XSI_BINDIR=C:\Softimage\XSI_4.2_ModTool\Application\bin XSI_CPU_OPT=nt-x86-p4 XSI_CPU=nt-x86 XSI_EXT=dll XSI_HOME=C:\Softimage\XSI_4.2_ModTool XSI_PLUGINS=;;C:\Softimage\XSI_4.2_ModTool\Application\bin\DX9 XSI_SetenvDone=1 XSI_USER_SHADERPLUGINS=C:\Softimage\XSI_4.2_ModTool\Application\rsrc XSI_USERHOME=c:\users\louis\Softimage\XSI_4.2_ModTool XSI_USERROOT=c:\users\louis XSI_WORKGROUP_SHADERPLUGINS=C:\Softimage\XSI_4.2_ModTool\Application\rsrc XSISDK_ROOT=C:\Softimage\XSI_4.2_ModTool\XSISDK
So looks like the environment is set correctly. The problem looks firstly like problem in ShellexecuteEx, like in bug http://bugs.winehq.org/show_bug.cgi?id=10913 I rediffed Alexander Sornes' patch against current git , and then it gets a bit further: a splash screen appears, but then it seems to crash again due to another bug; i have not been able to track down that last bug. Let's make this bug about the last crash