http://bugs.winehq.org/show_bug.cgi?id=29827
Bug #: 29827 Summary: Where's Wally? The Fantastic Journey gives 'File not found' when running setup.exe Product: Wine Version: 1.3.34 Platform: x86 OS/Version: Linux Status: NEW Keywords: Installer, regression Severity: normal Priority: P2 Component: kernel32 AssignedTo: wine-bugs@winehq.org ReportedBy: austinenglish@gmail.com CC: julliard@winehq.org Blocks: 29130 Classification: Unclassified Regression SHA1: fe7652d0aff8a3c419190f51031a40af81c9de3c
Regression, introduced by: fe7652d0aff8a3c419190f51031a40af81c9de3c is the first bad commit commit fe7652d0aff8a3c419190f51031a40af81c9de3c Author: Alexandre Julliard julliard@winehq.org Date: Tue Dec 13 20:25:53 2011 +0100
kernel32: Don't run a nonexistent builtin from CreateProcess when filename is not specified.
:040000 040000 9f9c9699a29404ba7f375da8a41440bb40c0b7d1 e5529b0ada454455621687a60b768363f466f131 M dlls
austin@aw25 /mnt/cdrom $ wine setup.exe File not found
austin@aw25 /mnt/cdrom $ wine D:\setup.exe File not found
austin@aw25 /mnt/cdrom $ wine "D:\setup.exe" File not found
austin@aw25 /mnt/cdrom $ wine "`winepath -w setup.exe`" File not found
austin@aw25 /mnt/cdrom $ ls autorun.inf* Icon.ico* Main/ setup.exe* Support/
austin@aw25 /mnt/cdrom $ file setup.exe setup.exe: PE32 executable (console) Intel 80386, for MS Windows