[Bug 26678] BBC Micro emulator crashes

wine-bugs at winehq.org wine-bugs at winehq.org
Fri Apr 8 07:42:48 CDT 2011


http://bugs.winehq.org/show_bug.cgi?id=26678

--- Comment #5 from Andrew Nguyen <arethusa26 at gmail.com> 2011-04-08 07:42:47 CDT ---
(In reply to comment #4)
> The log file path "/crtc.log" is invalid letting the initial fopen() fail,
> returning NULL FILE*.
> The call to fprintf() is done with NULL FILE*/crtclog resulting in garbage
> pointer offset (while trying to lock FILE).
> 
> It is very likely that this app crashes in Windows too - because of that
> invalid log file path - making the bug invalid.
> Someone should verify by running the app from download link on Windows machine.
> 
> Regards

Well, the path is seriously questionable, but Windows does happily create the
log file, presumably by interpreting it relative to the current working drive.
The real problem is that Wine interprets the path as a Unix path and tries to
create the file in the root directory of the filesystem, as the last error of
CreateFile suggests. I think there's an open bug for this somewhere.

-- 
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.



More information about the wine-bugs mailing list