http://bugs.winehq.org/show_bug.cgi?id=10905
Summary: thinstall firefox demo requires native msvcrt Product: Wine Version: CVS/GIT Platform: Other URL: http://thinstall.com/downloads/firefox_autoplay.exe OS/Version: other Status: NEW Keywords: download Severity: normal Priority: P2 Component: wine-msvcrt AssignedTo: wine-bugs@winehq.org ReportedBy: dank@kegel.com
Running http://thinstall.com/downloads/firefox_autoplay.exe aborts silently and quickly just as it's getting started. Using native msvcrt works around this. Looking at the log, it seems the suspicious bit is right around this line:
trace:msvcrt:read_i (111), "[General]\r\nStartWithLastProfile=1\r\n\r\n[Profile0]\r\nName=default\r\nIsRelative=1\r\nPath=Profiles/fm4cpmjr.default\r\n\r\n" trace:msvcrt:read_i already at EOF, returning 0
so I suspect a problem in our fread(). I'll attach the segment of the log from the fopen to the ExitProcess.