3790 posts
Location
Lincoln, Nebraska
Posted 22 May 2013 - 12:55 AM
Yes, this is a help me topic. Yes, it is in the General section. No, it is not related to CC in any way.
Now that we have that out of the way, I need some expert help. I have been getting random crashes with minecraft for some time now, on my new computer i might add.
It seems to be an error with sound, although I'm not sure how I am expected to fix it, considering I have updated my audio drivers, and have updated Java.
If you can tell me what's wrong, and help me fix it, I would be very grateful.
Here;s my error log (the only one I could get from MultiMC):
http://pastebin.com/cEgfA3v2Edit: If it helps, the server log shows this error each time:
Spoiler
04:36:17 [SEVERE] ======================= Start Netty Debug Log =======================
04:36:17 [SEVERE] Error caught whilst handling [id: 0xdb1becfc, /76.85.169.157:55020 => /209.105.248.19:25565]
java.io.IOException: Connection reset by peer
at sun.nio.ch.FileDispatcherImpl.read0(Native Method)
at sun.nio.ch.SocketDispatcher.read(SocketDispatcher.java:39)
at sun.nio.ch.IOUtil.readIntoNativeBuffer(IOUtil.java:225)
at sun.nio.ch.IOUtil.read(IOUtil.java:193)
at sun.nio.ch.SocketChannelImpl.read(SocketChannelImpl.java:359)
at io.netty.buffer.PooledUnsafeDirectByteBuf.setBytes(PooledUnsafeDirectByteBuf.java:259)
at io.netty.buffer.AbstractByteBuf.writeBytes(AbstractByteBuf.java:885)
at io.netty.channel.socket.nio.NioSocketChannel.doReadBytes(NioSocketChannel.java:226)
at io.netty.channel.nio.AbstractNioByteChannel$NioByteUnsafe.read(AbstractNioByteChannel.java:72)
at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:434)
at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:397)
at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:327)
at io.netty.util.concurrent.SingleThreadEventExecutor$2.run(SingleThreadEventExecutor.java:109)
at java.lang.Thread.run(Thread.java:722)
04:36:17 [SEVERE] ======================= End Netty Debug Log =======================Edit 2: And to be absolutely thorough, here is my forge log:
http://pastebin.com/8R9h1RvB
Edited on 21 May 2013 - 10:58 PM
570 posts
Location
Germany
Posted 22 May 2013 - 01:09 AM
What mods have you installed?
1522 posts
Location
The Netherlands
Posted 22 May 2013 - 02:03 AM
Is this happening with one modpack specific, considerijg you have MultiMC
3790 posts
Location
Lincoln, Nebraska
Posted 22 May 2013 - 09:14 AM
It does not matter what mods I have installed, actually. This occurs with Vanilla Minecraft as well as Modded.
169 posts
Posted 22 May 2013 - 10:30 AM
Well, Nick, the first thing I'd try is using Mojang's launcher instead of MultiMC (clear your .minecraft folder and re-download everything, as well). If the crash still happens, get the crash log from Minecraft like
this. Minecraft might actually save the crash log in .minecraft/crash-reports, but use that if it doesn't.
3790 posts
Location
Lincoln, Nebraska
Posted 22 May 2013 - 10:40 AM
Well, Nick, the first thing I'd try is using Mojang's launcher instead of MultiMC (clear your .minecraft folder and re-download everything, as well). If the crash still happens, get the crash log from Minecraft like
this. Minecraft might actually save the crash log in .minecraft/crash-reports, but use that if it doesn't.
Well, that would work, if the game was crashing inside minecraft. The issue is not minecraft, or any mods. As you can see, the error is with OpenAL, which is an audio system. The error is caught with 'native code', as seen on line 15 of the first log:
# The crash happened outside the Java Virtual Machine in native code.
I am aware of the crash reports, however minecraft cannot generate one, as it never errors. It's something else that causes the problem.
1522 posts
Location
The Netherlands
Posted 22 May 2013 - 10:50 AM
You could try installing the library on your computer, and to see if that was the problem. Here is a quick link:
http://connect.creativelabs.com/openal/Downloads/Forms/AllItems.aspxYou should download the oalinst for your OS (I saw you were using that in the log :P/> )
Oh, and before I forget to say this. I do not take responsibility if this program is malicious etc. Not saying it is malicious, but you never know. And if you dont trust the link: google OpenAL and the first link should be fine. Then in the upper left are the downloads.
3790 posts
Location
Lincoln, Nebraska
Posted 22 May 2013 - 11:53 AM
I have installed that(before I left for work), but I haven't had the chance to test it yet. I'll have more information later tonight.
3790 posts
Location
Lincoln, Nebraska
Posted 22 May 2013 - 10:36 PM
Update: Nope. Still crashing.I have no idea why this is occurring.
3790 posts
Location
Lincoln, Nebraska
Posted 25 May 2013 - 12:08 PM
Well, I've tried everything I can think of. I installed OpenAL manually using the download link above, and yet I am still getting the crash. I never get a minecraft crash report, instead I get the crash report listed above.
If anybody knows how this can be fixed, I would greatly appreciate their input.
3790 posts
Location
Lincoln, Nebraska
Posted 26 May 2013 - 03:15 PM
Well good new, if anyone else ever has this error, I have fixed it. I simply manually updated LWJGL.
1522 posts
Location
The Netherlands
Posted 26 May 2013 - 03:22 PM
Good to see it has been fixed!