Lwjgl OpenAL cannot initialize

  • The FTB Forum is now read-only, and is here as an archive. To participate in our community discussions, please join our Discord! https://ftb.team/discord
Status
Not open for further replies.

Professor29

New Member
Jul 29, 2019
4
0
0
UPDATE [FIX]: My LWJGL wasn't downloading correctly, causing it to crash. By grabbing the newest version from their web site and replacing the files (both in the bin folder and natives folder) I was able to resolve the problem. Thank you to everyone that provided aid :D

---------------------------------------------------------------------
FTB Launcher version: v1.0.4, problem exists on both .exe and .jar versions
Minecraft Version: v1.4.2
Java version: Java 7 Update 9
Detailed description of the issue: When using the launcher, minecraft crashes and closes itself while attempting to initialize the LWJGL OpenAL. No error is given, it just shuts off. I have done a clean install of Java and the FTB launcher, to no avail. The error doesn't appear to be linked with any mods, since the close occurs when attempting to launch with all mods disabled.
Log with all mods disabled:
09:26:49 [INFO] net.ftb.gui.LauncherConsole$OutputOverride.write:65 From Console: Loading jars...​
09:26:49 [INFO] net.ftb.gui.LauncherConsole$OutputOverride.write:65 From Console: Loading URL: file:/C:/Users/Fako/FTB/FTBBETAA/instMods/MinecraftForge.zip​
09:26:49 [INFO] net.ftb.gui.LauncherConsole$OutputOverride.write:65 From Console: Loading URL: file:/C:/Users/Fako/FTB/FTBBETAA/minecraft/bin/minecraft.jar​
09:26:49 [INFO] net.ftb.gui.LauncherConsole$OutputOverride.write:65 From Console: Loading URL: file:/C:/Users/Fako/FTB/FTBBETAA/minecraft/bin/lwjgl.jar​
09:26:49 [INFO] net.ftb.gui.LauncherConsole$OutputOverride.write:65 From Console: Loading URL: file:/C:/Users/Fako/FTB/FTBBETAA/minecraft/bin/lwjgl_util.jar​
09:26:49 [INFO] net.ftb.gui.LauncherConsole$OutputOverride.write:65 From Console: Loading URL: file:/C:/Users/Fako/FTB/FTBBETAA/minecraft/bin/jinput.jar​
09:26:49 [INFO] net.ftb.gui.LauncherConsole$OutputOverride.write:65 From Console: Loading natives...​
09:26:49 [INFO] net.ftb.gui.LauncherConsole$OutputOverride.write:65 From Console: Fixed Minecraft Path: Field was private static java.io.File net.minecraft.client.Minecraft.an​
09:26:49 [INFO] net.ftb.gui.LauncherConsole$OutputOverride.write:65 From Console: MCDIR: C:\Users\Fako\AppData\Roaming\.minecraft​
09:26:50 [INFO] net.ftb.gui.LauncherConsole$OutputOverride.write:65 From Console: 27 achievements​
09:26:50 [INFO] net.ftb.gui.LauncherConsole$OutputOverride.write:65 From Console: 208 recipes​
09:26:50 [INFO] net.ftb.gui.LauncherConsole$OutputOverride.write:65 From Console: Setting user: Professor29, -902308119820748688​
09:26:50 [INFO] net.ftb.gui.LauncherConsole$OutputOverride.write:65 From Console: Client asked for parameter: server​
09:26:50 [INFO] net.ftb.gui.LauncherConsole$OutputOverride.write:65 From Console: LWJGL Version: 2.4.2​
09:26:51 [INFO] net.ftb.gui.LauncherConsole$OutputOverride.write:65 From Console: Starting up SoundSystem...​
09:26:51 [INFO] net.ftb.gui.LauncherConsole$OutputOverride.write:65 From Console: Initializing LWJGL OpenAL​
09:26:51 [INFO] net.ftb.gui.LauncherConsole$OutputOverride.write:65 From Console: (The LWJGL binding of OpenAL. For more information, see http://www.lwjgl.org)​
I'm running Windows 7 64-bit, if that helps. Not sure what else to try to solve the issue...
Thank you for your time,​
Professor29​
 

arthahar

Active Member
Oct 31, 2012
78
15
34
If you use nvidia video card then install latest driver from nvidia site instead default microsoft installed.
I have semilar problem for windows 8 defaul driver in past.
 

Professor29

New Member
Jul 29, 2019
4
0
0
If you use nvidia video card then install latest driver from nvidia site instead default microsoft installed.
I have semilar problem for windows 8 defaul driver in past.

I'm on a laptop with an integrated Radeon HD graphics card. I know it's not powerful, but it works for minecraft at least...

Try to update your driver. Can you open up normal vanilla Minecraft without the launcher?

I have updated the graphics driver and experience the same issue. I can run vanilla minecraft with no issues, but the launcher still fails at the same point. When testing after updating, the launcher generated the following file... not sure if it will be helpful: http://pastebin.com/HCCBg1f5
 

Professor29

New Member
Jul 29, 2019
4
0
0
Thanks to the google doc set up by Meldiron (found here: https://docs.google.com/document/d/1hafQqciYodOxth152qVampO_t46DBGGMpH9AF9xWFc0/edit?pli=1), I was able to locate the issue: my lwgjl version was apparently out of date every time it downloaded. Grabbed the newest version from their site (link in gdoc), and was up and running after replacing the necessary files. Updating the first post to include information, in case someone else has this problem.
 
  • Like
Reactions: LeC
Status
Not open for further replies.