http://bugs.winehq.org/show_bug.cgi?id=29827
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |focht@gmx.net
--- Comment #4 from Anastasius Focht focht@gmx.net 2012-02-07 14:39:15 CST --- Hello Austin,
it seems we have different versions of the game.
"Where's Wally? The Fantastic Journey" "Classic Media Distribution Ltd, 2009 Ludia" "Published by Avanquest Software Publishing Ltd" ISBN: 978-1-84156-701-3
The setup bootstrapper/launcher creates a temp batch file "setup.bat" with following content:
--- snip --- Main\setup.exe --- snip ---
and executes it using "cmd /c"
--- snip --- ... $ WINEDEBUG=+tid,+process wine setup.exe 002a:trace:process:init_current_directory starting in L"D:\" (nil) 002a:trace:process:__wine_kernel_init starting process name=L"D:\setup.exe" argv[0]=L"D:\setup.exe" ... 002a:trace:process:create_process_impl app (null) cmdline L""C:\users\focht\Temp\5c78.tmp\setup.bat"" 002a:trace:process:find_exe_file looking for L"C:\users\focht\Temp\5c78.tmp\setup.bat" 002a:trace:process:find_exe_file Trying native exe L"C:\users\focht\Temp\5c78.tmp\setup.bat" 002a:trace:process:create_process_impl starting L"C:\users\focht\Temp\5c78.tmp\setup.bat" as batch binary 002a:trace:process:create_process_impl app L"C:\windows\system32\cmd.exe" cmdline L"C:\windows\system32\cmd.exe /c "C:\users\focht\Temp\5c78.tmp\setup.bat"" 002a:trace:process:open_exe_file looking for L"C:\windows\system32\cmd.exe" 002a:trace:process:create_process_impl starting L"C:\windows\system32\cmd.exe" as Win32 binary (0x10000000-0x10082000) 002c:trace:process:init_current_directory starting in L"D:\" (nil) 002c:trace:process:__wine_kernel_init starting process name=L"C:\windows\system32\cmd.exe" argv[0]=L"C:\windows\system32\cmd.exe" 002a:trace:process:create_process_impl started process pid 002b tid 002c 002a:trace:process:create_process_impl started process pid 002b tid 002c ... D:>Main\setup.exe 002c:trace:process:create_process_impl app L"D:\Main\\setup.exe" cmdline L"Main\setup.exe" 002c:trace:process:open_exe_file looking for L"D:\Main\\setup.exe" 002c:trace:process:create_process_impl starting L"D:\Main\\setup.exe" as Win32 binary (0x400000-0x53b000) 002e:trace:process:init_current_directory starting in L"D:\" (nil) 002e:trace:process:__wine_kernel_init starting process name=L"D:\Main\setup.exe" argv[0]=L"Main\setup.exe" 002c:trace:process:create_process_impl started process pid 002d tid 002e ... --- snip ---
Posted just for completeness.
Regards