http://bugs.winehq.org/show_bug.cgi?id=23452
Summary: For some Windows executables, Wine runs the MS-DOS stub instead Product: Wine Version: 1.2-rc5 Platform: x86 OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown AssignedTo: wine-bugs@winehq.org ReportedBy: markk@clara.co.uk
Attached are two executables for Windows, which when I run them in Wine, just say "this is a Windows 16-bit executable". The MS-DOS stub code is being run, presumably Wine does not recognise the files as Windows executables.
http://bugs.winehq.org/show_bug.cgi?id=23452
--- Comment #1 from markk@clara.co.uk 2010-06-30 12:53:17 --- Created an attachment (id=29268) --> (http://bugs.winehq.org/attachment.cgi?id=29268) SETUP.EXE
http://bugs.winehq.org/show_bug.cgi?id=23452
--- Comment #2 from markk@clara.co.uk 2010-06-30 12:53:41 --- Created an attachment (id=29269) --> (http://bugs.winehq.org/attachment.cgi?id=29269) RUNME_NT.EXE
http://bugs.winehq.org/show_bug.cgi?id=23452
markk@clara.co.uk changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |markk@clara.co.uk
--- Comment #3 from markk@clara.co.uk 2010-06-30 12:57:03 --- The executables are compiled with Watcom C++, a string in them reads: WATCOM C/C++16 Run-Time system. (c) Copyright by WATCOM International Corp. 1988-1994. All rights reserved.
http://bugs.winehq.org/show_bug.cgi?id=23452
--- Comment #4 from Alexandre Julliard julliard@winehq.org 2010-06-30 14:02:04 --- The binaries have an invalid ne_nrestab field (points beyond the end of the file). Presumably Windows ignores it.
http://bugs.winehq.org/show_bug.cgi?id=23452
--- Comment #5 from markk@clara.co.uk 2010-06-30 15:42:49 --- Yes, they run under Vista at least. The files are from an educational CD-ROM published by Knowledge Adventure, "Jump Ahead Toddlers 2000".
http://bugs.winehq.org/show_bug.cgi?id=23452
Dmitry Timoshkov dmitry@codeweavers.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Summary|For some Windows |Some 16-bit Windows NE |executables, Wine runs the |executables are not |MS-DOS stub instead |recognized
http://bugs.winehq.org/show_bug.cgi?id=23452
Dan Kegel dank@kegel.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |dank@kegel.com
--- Comment #6 from Dan Kegel dank@kegel.com 2010-07-01 08:18:40 --- Ah, KA, my old alma mater :-)
http://bugs.winehq.org/show_bug.cgi?id=23452
--- Comment #7 from Austin English austinenglish@gmail.com 2010-07-01 11:40:14 --- Looks like this should be fixed by http://source.winehq.org/git/wine.git/?a=commitdiff;h=2286267aad01b2ecd4e478...
http://bugs.winehq.org/show_bug.cgi?id=23452
Alexandre Julliard julliard@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution| |FIXED
--- Comment #8 from Alexandre Julliard julliard@winehq.org 2010-07-01 12:15:13 --- Fixed.
http://bugs.winehq.org/show_bug.cgi?id=23452
Alexandre Julliard julliard@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #9 from Alexandre Julliard julliard@winehq.org 2010-07-02 12:35:32 --- Closing bugs fixed in 1.2-rc6.