-
Notifications
You must be signed in to change notification settings - Fork 549
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
Deus Ex - Environment Size out of range #1115
Comments
Might wanna try playing for longer to see what's the max value it reaches.
|
Well dsoal loglevel 4 produced a 2.5GB file so I don't think I'm gonna be able to upload that one lol e: okay i loaded it up and ran around for a couple minutes and got a smaller log |
There's probably a ton of redundant data so maybe max compression would've helped? Anyhow, now there's |
This is confusing. The game seems to only be using EAX1, which doesn't have access to the Environment Size property. The EAX1 listener property Is it possible to generate a combined alsoft and dsoal log? You'll need to have them output to stderr instead of specifying DSOAL/ALSOFT_LOGFILE with filenames (otherwise they'll try to overwrite each other's log file if given the same name), and pipe the process's stderr to a file, which I'm not sure how to do on Windows. But if you can, it should show what DSound calls were made that cause the EAX error in OpenAL Soft. |
I have no idea how to do that tbh. @ThreeDeeJay any thoughts? |
I know how to output to a file by appending instead of overwriting ( |
I don't know if it's even worth noting, I was just adjusting my config to 2ch speakers for streaming on twitch and noticed this in the alsoft-error log. Figured I'd post it up in case
[ALSOFT] (EE) EAXSetDirect [EAX_REVERB_EFFECT] Environment Size out of range (value: 0.482380; min: 1.000000; max: 100.000000).
alsoft_error.txt
dsoal_error.txt
The text was updated successfully, but these errors were encountered: