-
-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
dosemu2 crashes when running DataRescue IDA 3.7 freeware installer #48
Comments
You built w/o debug info. |
int24 error handler installed by IDA installer itself, always returns IGNORE action. As the result, the missing floppy error from C_MEDIACHK and C_BLDBPB were ignored, resulting in invalid dpb and crash. This fixes IDA installer, https://github.com/stsp/dosemu2/issues/750
I added the work-around. |
By the way, Andrew, thanks for the |
So you want to scan the MCB chain, and see which allocated block the interrupt vector's target falls in, or something else? |
Something like this, but walking an MCB is nasty.
IMHO this strategy is quite simple and will catch |
Hello @stsp,
Thanks for the fix! In case it might be useful, I was able to run the IDA installer (without crashes) under DOSBox, and also the old Thank you! |
The crash was because of division by zero, |
During the course of general code review, I've |
Hello @stsp, Yes --- I tried the latest Ubuntu PPA builds ( |
Hmm! |
Describe the bug
dosemu2
crashes when I try to run the installer for DataRescue IDA 3.7 freeware.To Reproduce
ida37fw.zip
(below).install.exe
underdosemu2
like so:dosemu -D9+D -t -quiet -K install.exe
.install.exe
, select "Install Program".Attach the binaries
ida37fw.zip
(also available attextfiles.com
).Attach the log
boot.log
.The text was updated successfully, but these errors were encountered: