Sometimes, when I open Minecraft with Forge 13.4.1558 for 1.7.10, the game will crash shortly after it starts, with the following error (Note that this only happens if sound is turned on, turning sound off seems to fix the problem):
Description: Unexpected error
java.lang.UnsatisfiedLinkError: org.lwjgl.openal.AL10.nalGetSourcei(II)I at org.lwjgl.openal.AL10.nalGetSourcei(Native Method) at org.lwjgl.openal.AL10.alGetSourcei(AL10.java:853) at paulscode.sound.libraries.ChannelLWJGLOpenAL.playing(ChannelLWJGLOpenAL.java:651) at paulscode.sound.Source.playing(Source.java:1213) at net.minecraft.client.audio.SoundManager$SoundSystemStarterThread.playing(SoundManager.java:500) at net.minecraft.client.audio.SoundManager.func_148597_a(SoundManager.java:284) at net.minecraft.client.audio.SoundHandler.func_147692_c(SourceFile:216) at net.minecraft.client.audio.MusicTicker.func_73660_a(SourceFile:33) at net.minecraft.client.Minecraft.func_71407_l(Minecraft.java:2012) at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:973) at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:898) at net.minecraft.client.main.Main.main(SourceFile:148) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.lang.reflect.Method.invoke(Unknown Source) at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
A detailed walkthrough of the error, its code path and all known details is as follows:---------------------------------------------------------------------------------------
-- System Details --Details: Minecraft Version: 1.7.10 Operating System: Windows 7 (amd64) version 6.1 Java Version: 1.8.0_31, Oracle Corporation Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation Memory: 137359064 bytes (130 MB) / 272494592 bytes (259 MB) up to 1060372480 bytes (1011 MB) JVM Flags: 6 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx1G -XX:+UseConcMarkSweepGC -XX:+CMSIncrementalMode -XX:-UseAdaptiveSizePolicy -Xmn128M AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0 FML: MCP v9.05 FML v7.10.99.99 Minecraft Forge 10.13.4.1558 4 mods loaded, 4 mods active States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored UCHIJA mcp{9.05} [Minecraft Coder Pack] (minecraft.jar) UCHIJA FML{7.10.99.99} [Forge Mod Loader] (forge-1.7.10-10.13.4.1558-1.7.10.jar) UCHIJA Forge{10.13.4.1558} [Minecraft Forge] (forge-1.7.10-10.13.4.1558-1.7.10.jar) UCHIJA SkyLandsForge{1.7.10_0.0.3r} [SkyLandsForge] (SkyLands-Forge-Mod-1.7.10.jar) GL info: ' Vendor: 'Intel' Version: '1.4.0 - Build 8.15.10.1912' Renderer: 'Intel Bear Lake B' Launched Version: 1.7.10-Forge10.13.4.1558-1.7.10 LWJGL: 2.9.1 OpenGL: Intel Bear Lake B GL version 1.4.0 - Build 8.15.10.1912, Intel GL Caps: Using GL 1.3 multitexturing.Not using framebuffer objects because OpenGL 1.4 is supported, EXT_blend_func_separate is supported, OpenGL 3.0 is not supported, ARB_framebuffer_object is not supported, and EXT_framebuffer_object is not supported.Anisotropic filtering is supported and maximum anisotropy is 4.Shaders are not available because OpenGL 2.1 is not supported, ARB_shader_objects is not supported, ARB_vertex_shader is not supported, and ARB_fragment_shader is not supported.
Is Modded: Definitely; Client brand changed to 'fml,forge' Type: Client (map_client.txt) Resource Packs: [] Current Language: English (US) Profiler Position: N/A (disabled) Vec3 Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used Anisotropic Filtering: Off (1)
I was using the Skylands Forge mod at the time but this also affects BWG4 and this might affect other mods too.
Sometimes, when I open Minecraft with Forge 13.4.1558 for 1.7.10, the game will crash shortly after it starts, with the following error (Note that this only happens if sound is turned on, turning sound off seems to fix the problem):
---- Minecraft Crash Report ----// You're mean.
Time: 6/12/17 10:05 AM
Description: Unexpected error
java.lang.UnsatisfiedLinkError: org.lwjgl.openal.AL10.nalGetSourcei(II)I at org.lwjgl.openal.AL10.nalGetSourcei(Native Method) at org.lwjgl.openal.AL10.alGetSourcei(AL10.java:853) at paulscode.sound.libraries.ChannelLWJGLOpenAL.playing(ChannelLWJGLOpenAL.java:651) at paulscode.sound.Source.playing(Source.java:1213) at net.minecraft.client.audio.SoundManager$SoundSystemStarterThread.playing(SoundManager.java:500) at net.minecraft.client.audio.SoundManager.func_148597_a(SoundManager.java:284) at net.minecraft.client.audio.SoundHandler.func_147692_c(SourceFile:216) at net.minecraft.client.audio.MusicTicker.func_73660_a(SourceFile:33) at net.minecraft.client.Minecraft.func_71407_l(Minecraft.java:2012) at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:973) at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:898) at net.minecraft.client.main.Main.main(SourceFile:148) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.lang.reflect.Method.invoke(Unknown Source) at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
A detailed walkthrough of the error, its code path and all known details is as follows:---------------------------------------------------------------------------------------
-- System Details --Details: Minecraft Version: 1.7.10 Operating System: Windows 7 (amd64) version 6.1 Java Version: 1.8.0_31, Oracle Corporation Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation Memory: 137359064 bytes (130 MB) / 272494592 bytes (259 MB) up to 1060372480 bytes (1011 MB) JVM Flags: 6 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx1G -XX:+UseConcMarkSweepGC -XX:+CMSIncrementalMode -XX:-UseAdaptiveSizePolicy -Xmn128M AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0 FML: MCP v9.05 FML v7.10.99.99 Minecraft Forge 10.13.4.1558 4 mods loaded, 4 mods active States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored UCHIJA mcp{9.05} [Minecraft Coder Pack] (minecraft.jar) UCHIJA FML{7.10.99.99} [Forge Mod Loader] (forge-1.7.10-10.13.4.1558-1.7.10.jar) UCHIJA Forge{10.13.4.1558} [Minecraft Forge] (forge-1.7.10-10.13.4.1558-1.7.10.jar) UCHIJA SkyLandsForge{1.7.10_0.0.3r} [SkyLandsForge] (SkyLands-Forge-Mod-1.7.10.jar) GL info: ' Vendor: 'Intel' Version: '1.4.0 - Build 8.15.10.1912' Renderer: 'Intel Bear Lake B' Launched Version: 1.7.10-Forge10.13.4.1558-1.7.10 LWJGL: 2.9.1 OpenGL: Intel Bear Lake B GL version 1.4.0 - Build 8.15.10.1912, Intel GL Caps: Using GL 1.3 multitexturing.Not using framebuffer objects because OpenGL 1.4 is supported, EXT_blend_func_separate is supported, OpenGL 3.0 is not supported, ARB_framebuffer_object is not supported, and EXT_framebuffer_object is not supported.Anisotropic filtering is supported and maximum anisotropy is 4.Shaders are not available because OpenGL 2.1 is not supported, ARB_shader_objects is not supported, ARB_vertex_shader is not supported, and ARB_fragment_shader is not supported.
Is Modded: Definitely; Client brand changed to 'fml,forge' Type: Client (map_client.txt) Resource Packs: [] Current Language: English (US) Profiler Position: N/A (disabled) Vec3 Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used Anisotropic Filtering: Off (1)
I was using the Skylands Forge mod at the time but this also affects BWG4 and this might affect other mods too.
Check out my YouTube channel at https://www.youtube.com/channel/UC4B9cOO6KxTDVnnbvRbDJGw