Skip to content
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

I can not install it in Windows Server 2008 R2 x64? #14

Closed
afimpel opened this issue Dec 15, 2017 · 8 comments
Closed

I can not install it in Windows Server 2008 R2 x64? #14

afimpel opened this issue Dec 15, 2017 · 8 comments

Comments

@afimpel
Copy link

afimpel commented Dec 15, 2017

It is windows server standard edition without any additional service pack.
I have all the other packages intalado but this does not work for me.
That I have a software developed in foxpro, by a provider.

Thank you.
Alvaro.

@leecher1337
Copy link
Owner

This is currently for Windows 10 only, sorry. The reason behind this is that the processing function for invalid Images, which in turn kicks in NTVDM if it is a DOS-Application, is not exported from the KERNEL32.DLL on earlier versions and therefore it is much harder to intercept it.
I tried to write some code for interception, but it didn't turn out to be very stable atm. and may cause your Windows to lock up, so I didn't release it yet.
Additionally some Win10-specific adaptions to NTVDM may also need to be changed for earlier Windows versions, that's why it currently only works on Win10.

Btw.: I suggest that you use a 32bit Windows Server version if you want to run DOS-applications for multiple users. The reason for this is that ntvdmx64 build uses CPU-emulation ine DOSbox also does, but using V86 mode would be far more efficient in terms of CPU load, but is only possilble in 32bit protected mode.

@leecher1337
Copy link
Owner

Hi,
NTVDMX64 now also works with Windows 7, this may increase chance that it now also works with Windows Server 2008 as well, can you check it?

@juckdo
Copy link

juckdo commented Feb 18, 2018

36349467-0ba24e12-14cb-11e8-92a0-0e50a2964a91

NTVDMx64 is works with Windows Server 2008 R2 x64 properly ..

@ohharsad
Copy link

error

I have this kind of error on Windows Server 2008 R2. any tips?

@leecher1337
Copy link
Owner

Loader not injected properly, use DbgView to check why this is the case. Maybe some guarding application prevented injection of the loader.

@leecher1337
Copy link
Owner

Does new loader fix the issue?

@ohharsad
Copy link

ohharsad commented Dec 4, 2018

Does new loader fix the issue?

sorry for the late reply,
DbgView not showing anything, Actually i want to run a process from oracle form 6i that will run ntvdm.
but i will try this solution.
#28 (comment)

@leecher1337
Copy link
Owner

leecher1337 commented Jan 7, 2022

Assuming fixed with new loader, if not, reopen.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants