Jump to content

Having trouble with sound from my audio card (Audigy 2 ZS)


kmccmk9

Recommended Posts

Hello,

So I finally got my Audigy 2 ZS installed under Windows 98 SE by installing VxD drivers manually. I'm using a Asus p5pe-vm motherboard. All of the system sounds come through just fine, CD Audio works fine as well. However, when trying to launch most games I do not get any audio. Most games don't produce an error just silence. However, any of the Humongous Entertainment games do produce this interesting error that prevents the game from running:

"during the dma buffer size search the sound card wouldn't prepare our sound headers"

I honestly have no idea what to do with that and Google hasn't turned up much. I tried disabling hardware acceleration on my sound card and I've also tried enabling DMA on my CD-Drive.

Everything is set to use the Emu10Kx Mixer [E400] which I'm assuming is the Audigy card.

Running DXDIAG sound test I get the following report:

DirectSound [Emu10Kx Wave Out [E400]]
Device ID: PCI\VEN_1102DEV_0004SUBSYS_20021102RE\
Manufacturer ID: 2
Product ID: 104
Type: VXD
Default Device: Yes

CTAUD9X.VXD
4.12.0001.0381
9/23/03
ctaud9x.vxd
Creative Technology, Ltd.


DirectX is set to full acceleration

DirectSound test failed at Step 10 (Secondary buffer): HRESULT = 0x8007000e (Out of memory)

I tried uninstalling the hardware and software for my Audigy 2 ZS and reinstall using the CD available on vogonsdrivers. BIG MISTAKE. Nothing at all worked anymore. So I removed the hardware and software and tried installing the drivers for my motherboard built-in sound. Similar to the other result I can hear the Windows startup chime (although it sounds terrible) and I can hear some sounds from some games (although terrible). Ironically Humongous Entertainment games still throw the same error. I ran DXDIAG sound test again and noticed it failed at Step 17 (out of memory).

 

I'm running out of ideas unfortunately, maybe someone has come across something similar and may have some suggestions.

 

Thank you for any help.

 

Regards

Edited by kmccmk9
Link to comment
Share on other sites


3 hours ago, MrMateczko said:

Have you tried different PCI slots on your motherboard?

What are the rest of the system specs? (CPU, GPU, RAM)

 

Hi I have not tried the other slots (I can do this tomorrow),

CPU: Intel Pentium 5 3.00 GHz

GPU: ATI Radeon 9800XT

RAM: 1024MB

I'm also having a lot of difficulty testing this further. Even though I've uninstalled all Creative software and I have removed the devices from Device Manager, every reboot they automatically install. Therefore, I'm unable to install the VxD drivers I have. What's even more interesting, I can't find the driver files it constantly is installing, they simply don't exist.

Edited by kmccmk9
Link to comment
Share on other sites

Have you tried right clicking the name tab in the system iosubsys folder selecting more then ticking created. Remove the most recent drivers that you think are associated with Audigy and do the same thing in windows inf and subfolders removing infs. Check _Restore (hidden attributed) temp folder for the recently replaced files and make sure installation is not installing from the windows temp folder. Check with msconfig to see what is starting up, registry may be told to start a mixer for example and perhaps a scanreg /restore may be appropriate. Take a copy of bootlog.txt and boot up with bootlogging and check/compare what is happening.

Did you use the dos drivers for Audigy 1 then the patch for 2?

http://www.mbudde.de/mp3player/files/emu10dos.zip

http://prdownloads.sourceforge.net/mpxplay/AUDIGY12.ZIP?download

(A very good AGP board but my AGP port died. Pushed out 75 fps on Western Railway with X850, E6700.)

 

Edited by Goodmaneuver
Link to comment
Share on other sites

On 2/21/2019 at 6:29 PM, MrMateczko said:

Have you tried different PCI slots on your motherboard?

What are the rest of the system specs? (CPU, GPU, RAM)

 

 

16 hours ago, Goodmaneuver said:

Have you tried right clicking the name tab in the system iosubsys folder selecting more then ticking created. Remove the most recent drivers that you think are associated with Audigy and do the same thing in windows inf and subfolders removing infs. Check _Restore (hidden attributed) temp folder for the recently replaced files and make sure installation is not installing from the windows temp folder. Check with msconfig to see what is starting up, registry may be told to start a mixer for example and perhaps a scanreg /restore may be appropriate. Take a copy of bootlog.txt and boot up with bootlogging and check/compare what is happening.

Did you use the dos drivers for Audigy 1 then the patch for 2?

http://www.mbudde.de/mp3player/files/emu10dos.zip

http://prdownloads.sourceforge.net/mpxplay/AUDIGY12.ZIP?download

(A very good AGP board but my AGP port died. Pushed out 75 fps on Western Railway with X850, E6700.)

 

Ok, the scanreg restore somehow got me back to my original state. Windows Startup sound works fine but game audio, does not play. DXDIAG sound test reports Failure at step 10 (Secondary buffer): HRESULT = 0x8007000e (Out of Memory). Also, I have tried all available other slots and the result is the same.

Link to comment
Share on other sites

Some games may use midi wave table output. In the sound and multimedia control panel you could select Microsoft GS Wavetable SW Synth for a trial, it is the one I use. Are you using Audigy2 or ac97 now as vogonsdrivers suggest the drivers I gave in last post for win98. Is there other games that I could try other than Humongous Entertainment that I could check that do not work? In device manager for your sound device there is usually a setting for the amount of memory used for the synthesizer. Sometimes installations over write files in the system that are not compatible with 98, could check in _Restore\temp folder hidden in the root directory for clues and check the most recent created files in windows and system.


 

Edited by Goodmaneuver
typo
Link to comment
Share on other sites

> RAM: 1024MB
Out-of-memory errors with this much ram is a classic problem. Between system ram and graphics ram, you have too much! The solution is usually to reduce the amount of ram. Can someone please add details or links to the instructions how? (TIA)

Link to comment
Share on other sites

This all seems logical, I had some problems with 3DMark 2001SE with 1GB of RAM, even if the rest of the system worked fine, that disappeared when limiting the amount to 512MB.

I myself stand that having the amount of RAM between 512MB and 1024MB may still cause unexpected problems, like me or OP had, even if the system boots up correctly.

I never had ANY problems with using 512MB of RAM or below.

Put:

MaxPhysPage=20000

in the [386enh] section in the system.ini file inside the Windows directory.

This will limit the amount of RAM to 512MB. If you still encounter issues, try

MaxPhysPage=10000

This will limit the amount of RAM to 256MB, although I don't think that would be necessary.

Link to comment
Share on other sites

4 hours ago, MrMateczko said:

This all seems logical, I had some problems with 3DMark 2001SE with 1GB of RAM, even if the rest of the system worked fine, that disappeared when limiting the amount to 512MB.

I myself stand that having the amount of RAM between 512MB and 1024MB may still cause unexpected problems, like me or OP had, even if the system boots up correctly.

I never had ANY problems with using 512MB of RAM or below.

Put:

MaxPhysPage=20000

in the [386enh] section in the system.ini file inside the Windows directory.

This will limit the amount of RAM to 512MB. If you still encounter issues, try

MaxPhysPage=10000

This will limit the amount of RAM to 256MB, although I don't think that would be necessary.

Wow, I'm so happy right now. Who knew such a simple tweak fixed all these errors. Looking back it makes sense, although from a programming background (out of memory) typically means there isn't enough. Not the other way around. Everything is working now. Thank you all so much

Link to comment
Share on other sites

I satisfactorily used an Audigy 2 ZS for a little while a few years back on my ME system and I used the WDM drivers not the VxD. It stopped working properly when I increased system RAM however, this is a known issue with this card and not only for 9x systems if I am not mistaken. Unfortunately I can't remember the amount of RAM at which this starts but that's two things you can try, use WDM driver and reduce RAM amount.

Edited by loblo
Link to comment
Share on other sites

On 2/26/2019 at 7:04 PM, loblo said:

I satisfactorily used an Audigy 2 ZS for a little while a few years back on my ME system and I used the WDM drivers not the VxD. It stopped working properly when I increased system RAM however, this is a known issue with this card and not only for 9x systems if I am not mistaken. Unfortunately I can't remember the amount of RAM at which this starts but that's two things you can try, use WDM driver and reduce RAM amount. 

Thanks for the ideas, if I get courageous I'll keep messing with it a bit. But, Audigy 2 ZS doesn't have proper WDM drivers for 98SE it looks like so that may only work for higher Windows versions though.

Link to comment
Share on other sites

I used WDM drivers for Win 2000, they worked fine on Win ME but had to install them "manually", eg unpack them and then direct the hardware wizard to that folder. I can't remember the driver version unfortunately .

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...