Re: Problem running 7.1 headsets with OpenAL-Soft

Scott Dev <[email protected]> Tue, 6 Nov 2012 20:12:07 -0800 (PST)
Newsgroups gmane.comp.lib.openal
Message-ID <[email protected]>
 
Hi Chris,
 
I'm not ultra familiar with running lwjgl, so I'm not sure if this
is anything important or just my misuse.  But I could not run the latest build
simply by replacing the 1.14 OpenAL-Soft 32bit windows OpenAL32.dll.
 
Java actually crashed trying to run the native lib  (build 1251): 
 
#
# A fatal error has been detected by the Java Runtime Environment:
#
#  EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x03acbf58, pid=1056, tid=3164
#
# JRE version: 6.0_30-b12
# Java VM: Java HotSpot(TM) Client VM (20.5-b03 mixed mode, sharing windows-x86 )
# Problematic frame:
# C  [OpenAL32.dll+0xbf58]
#
# An error report file with more information is saved as:
# blah\blah\hs_err_pid1056.log
#
# If you would like to submit a bug report, please visit:
#   http://java.sun.com/webapps/bugreport/crash.jsp
# The crash happened outside the Java Virtual Machine in native code.
# See problematic frame for where to report the bug.
#
[error occurred during error reporting , id 0xc0000005]
Java Result: -1
---------------------------------------------------------------------------
 
I seem to get the Java crash from builds 1238 - 1251 (latest I tried.)
 
1237 throws an Exception from lwjgl:
 
Exception in thread "Thread-3" org.lwjgl.openal.OpenALException: OpenAL error: Invalid Name (40961)
 at org.lwjgl.openal.Util.checkALError(Util.java:64)
 at org.lwjgl.openal.AL10.alBufferData(AL10.java:1144)
 
1230 - 1236: simply has no sound.
 
1229 and earlier:  Works!!!
 
Don't know if that helps any, but thanks, I have a library I
can use, so that's great.
 
Let me know if you want me to test any other builds.
 
Scott
--------
 
 
 



----- Original Message -----
From: Chris Robinson <[email protected]>
To: "[email protected]" <[email protected]>
Cc: 
Sent: Sunday, November 4, 2012 12:30 AM
Subject: Re: [Openal] Problem running 7.1 headsets with OpenAL-Soft

On 11/03/2012 10:57 AM, Scott Dev wrote:
> I am trying to understand how to build the GIT version.  I read I need cmake
> and gnu make.  I assume I need a C compiler?  Is there something free that
> works for Windows XP?  (I'm usually in Java when on Windows.)
> 
> Otherwise when might the next release come out?

Possibly soon. I didn't intend for 1.15 to take too long because of a bad bug that snuck into the OSS backend for 1.14, but I ended up doing more than I expected and it needs some good testing.

If you just need a replacement DLL, you can grab one from here:
http://www.newdawnsoftware.com/jenkins/view/OpenAL/

Select the win32 or win64 build depending if Java's running as x86 or x64, and it gives links for the installed files from the last successful build.

Just be aware it hasn't be thoroughly tested, and the Windows builds there are optimized for size instead of performance. I've also not directly used them myself, but I see no reason why they wouldn't work.
_______________________________________________
Openal mailing list
[email protected]
http://opensource.creative.com/mailman/listinfo/openal


_______________________________________________
Openal mailing list
[email protected]
http://opensource.creative.com/mailman/listinfo/openal