bibendovsky / eaxefx

OpenAL EAX Extension
MIT License
57 stars 4 forks source link

"idSoundCache: error unloading data from OpenAL hardware buffer" error fix #31

Closed bibendovsky closed 2 years ago

bibendovsky commented 2 years ago

The patcher test build: eaxefx_app_patcher-v1.0.3-wip-dff7f396b27bf5f6f2b5ee248a1e3cb48239ddd6.zip

Kappa971 commented 2 years ago

Unfortunately it isn't working. If it isn't possible to implement the fix in the patcher, I have nothing against using your source port (I don't use dhewm3 just because it doesn't have EAX hardware support, instead your port is vanilla Doom 3 with the necessary fixes).

bibendovsky commented 2 years ago

Unfortunately it isn't working.

It crashes or outputs the error message in the console?

Kappa971 commented 2 years ago

It crashes or outputs the error message in the console?

Yes, It displays the same OpenAL error in the console: Doom 3 Screenshot 2022 08 08 - 14 47 59 01

bibendovsky commented 2 years ago

Yes, It displays the same OpenAL error in the console:

Fixed: eaxefx_app_patcher-v1.0.3-wip-6202eb559e78bbe7c81e6329653b6bd1f79a43ae.zip

Tested with OpenAL Soft 1.22.2. HostOAL does not have the issue in my case.

Kappa971 commented 2 years ago

Fixed: eaxefx_app_patcher-v1.0.3-wip-6202eb559e78bbe7c81e6329653b6bd1f79a43ae.zip

Tested with OpenAL Soft 1.22.2. HostOAL does not have the issue in my case.

I confirm that it works now, thanks @bibendovsky.