http://bugs.winehq.org/show_bug.cgi?id=2332
Summary: 16-bit application fails due to regression in NE-module handling Product: Wine Version: 20040615 Platform: PC OS/Version: Linux Status: UNCONFIRMED Severity: critical Priority: P3 Component: wine-files AssignedTo: wine-bugs@winehq.org ReportedBy: saulius.krasuckas@elst.vtu.lt
the patch [1] causes app to inform user about some error:
"Exception EInOutError in module LED2W.EXE at 0237:1236. I/O error 32."
then app quits. it's a piece of proprietary sofware, dictionary and has no public download. AFAICS, it fails to open its own main module file.
the regression in my case was a cross-regression to one, created [2] and eliminated [3] by a pair of patches.
[1] http://cvs.winehq.com/patch.py?root=/home/winehq/opt/cvs-commit&id=9391 [2] http://cvs.winehq.com/patch.py?root=/home/winehq/opt/cvs-commit&id=8753 [3] http://cvs.winehq.com/patch.py?root=/home/winehq/opt/cvs-commit&id=9555
my tests we performed after i've applied the patch [3] to eliminate crash which has no direct relation to this bug, i hope. will try to attach some Wine logs soon.