http://bugs.winehq.com/show_bug.cgi?id=920
Summary: _fdopen should not rewind file Product: Wine Version: CVS Platform: PC OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: wine-misc AssignedTo: wine-bugs@winehq.com ReportedBy: bill@taniwha.org
When running quakeforge (http://quakeforge.net/) in wine, it is unable to read files from paks due to the use of _fdopen and _fdopen rewinding the file causing qf to always read the first N bytes of the pak file. I commented out the call to MSVCRT_rewind and everything worked beautifully.
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://bugs.winehq.com/show_bug.cgi?id=920. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.