cracyc
cracyc
Dos program support is incomplete. Try msdos player if you want to run it in a cmd window.
Palette problems on windows 8 and 10 affect a fairly large number of programs. Some are easy to fix but others like this and pirates (https://github.com/otya128/winevdm/issues/638) abuse palette handing. I...
``` 17d0:Call OLE2.10: OLECREATE(195f:81e4,1ed7:0130,00000000,0000:0000,21470074,20e77ef8,2147:0088) ret=1507:492b ds=195f 17d0:Ret OLE2.10: OLECREATE() retval=80040154 ret=1507:492b ds=195f ``` This is a registry problem. Draw works for me so I can't be sure exactly what but...
I meant graph not draw but specifically "Microsoft Graph 5.0 Chart" not "Microsoft Graph" that you image shows. Equation editor give the same error dialog (different error code, 80040154 is...
Unlike ntvdm, these 16bit ole2 servers run by default in separate processes so they won't work unless winevdm is set in ntvdm64 (or the server registry entries are changed to...
Shouldn't require any other registry changes, If the console is showing up that means the ole server is running.
Error 800700d8 is "Incompatible Binary for your platform". If you have winevdm installed in the ntvdm64 registry key then I have no idea why that would happen.
This is caused by word messing with the system menu. At https://github.com/BlastarIndia/msword/blob/7a66dde071722f6fbdd729148a8820e18eaa0bf0/Opus/open.c#L438 it sets the menu ids to bcmRestoreWnd etc... rather than SC_RESTORE etc... which confuses Windows into thinking they...
There is likely no sane way to fix this because the way the win95+ shell works.
> > > OTVDM doesn't work with MS-DOS applications, only Windows applications. It does but the it's currently quite lacking. Vdos or msdos-player are good alternatives (or dosbox but it's...