-
Notifications
You must be signed in to change notification settings - Fork 82
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Sound emulators don't work with NTVDM #40
Comments
Did you even read their homepage? There is a .reg file that disables time limitation right on the download page. |
sndfx420.zip |
Yes, I did read their homepage and tried to apply the fix. But I still got the "time-limited evaluation" message even after applying the notime.reg file to the registry. I tried the file which you posted, but even that still gets the "time-limited evaluation" message. |
The Source Code sbvdd.c /*
TRACE( 9, ("StartEvalTimeout()\n")); if ( !s_hTimer)
} The reg file: [HKEY_LOCAL_MACHINE\Software\SoftSystems\SoundFX] |
Recompiled sbvdd.dll free build for you, this one should work out of the box (replace it in your SysWOW64 directory): |
Btw: Reg-file probably doesn't work because it must go to WOW64 node on 64bit machines (NTVDM is 32bit application):
|
sbvdd.zip WORK. |
The sbvdd file worked and the problem is now gone. Thanks for your help! |
It seem do NOT support Ad Lib ?? |
Which application did you try with? Also did you set FM Synthesis to emulation,because most PCI hardware soundcards don't prvide AdLib support. |
Please refer to the Sample.zip for more details. SnapShot01.png |
I found out that there are some weird issues with SoundFX and NTVDMx64. If it is enabled, some applications tend to hang on startup sometimes. As soon as SoundFX is disabled, applications work fine again. Not sure, if this is a bug in SoundFX2000 or NTVDMx64. |
It's been some months... Have you been able to figure out where the bug is? (I'm just curious BTW) |
Has been fixed in 13fa209 Uninstall SoundFX2000 and just use NTVDMx64, as it now incorporates Adlib Mousic and Soundblaster Sound emulation in core. |
Awesome! Behold the power of open source! That explains why my Mavis Typing Tutor (uses only PC speaker) was making sound in Windows 10, I initially expected it to be totally quiet. |
If your application only supports PC speaker and no Soundcard, you may want to install the PC Speaker driver mentioned in NTVDMx64 FAQ, as Windows 7 and higher ruined PC speaker output by replacing it with a totally unusable sine wave generator that doesn't abide timing constraints for output (the mentioned driver replaces BEEP.SYS and restores Windows XP behaviour that usese the real PC Speaker hardware. Of course,a PC Speaker needs to be connected to your mainboard in order to work). Regarding Soundcard settings, see the BLASTER= variable in autoexec.nt |
Assuming Soundblaster support works for you via BLASTER= environment variable as described. |
After installing VDMSound and then trying to open a progam with that, I just get a "bad command or file name" message. Why is this?
And also, for SoundFX, I can't use it at all, because it's a "time-limited" evaluation version.
The text was updated successfully, but these errors were encountered: