-
How would I go about attaching 16 bit programs to a modern day debugger, like x32dbg/x64dbg? I want to patch a program.
-
There's already an option in otvdm.ini to limit the Winevdm screen so that it doesn't overlap the taskbar. Could there be an option to limit the "full-screen" window to something specfied by the user…
-
Hi guys,
I'm trying to open URLs in my browser which is currently the `w3m` text based browser. I haven't had much luck with the `gx` mapping, which I narrowed down to redirecting all output from t…
-
**Close the first of the error reports. number 7. Now I report errors during the use of the encyclopedias.**
//////////////////////(High grade error)//////////////////////////
**the one of sci…
-
The x86 16-bit code fragment
``` asm
les bx,ds:[0x100]
head:
mov es:[bx], 0
inc bx
dec cx
jnz head
```
is decompiled into
``` C
segptr32 es_bx_2 = ds->dw0100;
seg16 es_3 = S…
uxmal updated
5 years ago
-
**Describe the bug**
When editing a remote file via Netrw on Windows 10, the name of target temporary file is in bad form (starting with slash `/`) and makes scp complains about "No such file".
**…
-
Version: otvdm-master-1861
Last working version: otvdm-master-1056
Only first run is successful, subsequent runs fail.
Terminal output after several attempts of launching Win16 application in s…
-
Say, I think that it would be a great idea to integrate DOSBox-X into the Windows shell. That means that when one tries to open a DOS program in Windows, the program would be launched inside DOSBox-X.…
-
Title explains everything. Upon launching a graphical program (I'm using Microsoft Musical Instruments for this example), this shows up via the taskbar and I can't close or hide it:
![Annotation 2020…
-
```
What steps will reproduce the problem?
1. win16-run-tests.bat on Windows XP SP3
What is the expected output? What do you see instead?
Several tests fail under Windows XP SP3 (didn't test 98)
Fai…