http://bugs.winehq.org/show_bug.cgi?id=31283 --- Comment #10 from Janne <janne.kekkonen@gmail.com> --- Created attachment 80345 --> http://bugs.winehq.org/attachment.cgi?id=80345 Findfirst result Hello, I created a 16‑bit test application that uses interrupt 0x21h and the FindFirst function to retrieve the first filename from a given drive. I tested the application on Windows 2000 and Wine 11, using iso file from archive.org mounted as a CD‑ROM. Based on the results, there appears to be a difference in behavior between Wine and Windows 2000. On Windows 2000, the VOL command reports the volume label as DKMM_ILSC, and FindFirst returns DKMM_ILS.C. On Wine 11.0, both VOL and FindFirst return the same value: DKMM_ILSC. I modified the INT21_FindHelper function so that strings longer than eight characters are converted into the standard 8.3 filename format. After this change, the CD seems to detected correctly. However, the application still does not start properly. The splash screen appears, but the application crashes immediately afterward. -- 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.