1.0.2: Random crash

Thomas Junker

New Member
Jul 29, 2019
32
0
0
Version:
1.0.2

What is the bug:
the Direwolf20 1.7.10 - 1.0.1 & 1.0.2 both crash on random in SSP.
its the game itself that crashes.

it doesnt create a crash log, and the FTB console, does not show anything at all.



and just to "list" the machine specs i have
AMD FX 8350 octa core 4.0ghz
16gb DDR3 2400mhz
Asus Radeon R9 295x2
Samsung SSD HDD

Mod & Version:
Direwolf20 1.0.1 & 1.0.2

Paste.feed-the-beast.com log:


Can it be repeated:
it has happend 6 times today alone, and have had the crashes, since it came out

Known Fix: Downgrade to Java 7
 
Last edited:

Trisscar

New Member
Jul 29, 2019
974
0
0
Could Java itself be the issue? Certainly doesn't look like your specs are the problem. Also scan your computer, on the random chance it's some virus or malware?
 

Thomas Junker

New Member
Jul 29, 2019
32
0
0
just scanned for malware and virus, did come up empty on those 2

for java, im using
Java 8 update 25 (build 1.8.0_25-b18)
 

Trisscar

New Member
Jul 29, 2019
974
0
0
One way to keep it open most of the time, is to go into the launcher's settings and tell it to come back up whenever you quit MC.
 

Thomas Junker

New Member
Jul 29, 2019
32
0
0
heres the logs it created..

there is one more, but its to "big" to be uploaded
its the FTB log, its 2.7mb.
if you have interest in seeing it, feel free to message me, and i will send it pr email
 

Attachments

  • hs_err_pid39761.txt
    38.5 KB · Views: 68
  • replay_pid39761.txt
    917.4 KB · Views: 75

Trisscar

New Member
Jul 29, 2019
974
0
0
Ack, downloads. Post these to pastebin instead plox? They're easier to navigate there as well. Plus, there's a handy button on the console to do so any time you want.
 

itanshi

New Member
Jul 29, 2019
201
0
1
Java 8 is known to cause crash to desktop with minecraft if its running for a long enough time. I want to say 3h, but I have not counted. I've restarted the client more often as result of this. I've not had so many crashes like this.
 

Trisscar

New Member
Jul 29, 2019
974
0
0
Alright, point on the size. Try selecting the Error section by itself and paste that? Assuming you don't have things constantly spamming the console with messages, it should start right after you stop seeing stuff about Aroma Backup and various in-game things.
 

Thomas Junker

New Member
Jul 29, 2019
32
0
0
after "reading" the log file, i can see that this is what about 9/10's of it contains


java.lang.NoSuchFieldException: pressed
at java.lang.Class.getDeclaredField(Unknown Source)
at modwarriors.notenoughkeys.keys.Keybinds.setKeyPressed(Keybinds.java:111)
at modwarriors.notenoughkeys.keys.Keybinds.onKeyEvent(Keybinds.java:78)
at cpw.mods.fml.common.eventhandler.ASMEventHandler_380_Keybinds_onKeyEvent_KeyInputEvent.invoke(.dynamic)
at cpw.mods.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:54)
at cpw.mods.fml.common.eventhandler.EventBus.post(EventBus.java:138)
at cpw.mods.fml.common.FMLCommonHandler.fireKeyInput(FMLCommonHandler.java:540)
at net.minecraft.client.Minecraft.func_71407_l(Minecraft.java:1862)
at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:962)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:887)
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)


the only "error" it comes with is this one

#
# A fatal error has been detected by the Java Runtime Environment:
#
# EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x000000006d6c96e7, pid=3976, tid=1396
#
# JRE version: Java(TM) SE Runtime Environment (8.0_25-b18) (build 1.8.0_25-b18)
# Java VM: Java HotSpot(TM) 64-Bit Server VM (25.25-b02 mixed mode windows-amd64 compressed oops)
# Problematic frame:
# V [jvm.dll+0x4c96e7]
#
# Failed to write core dump. Minidumps are not enabled by default on client versions of Windows
#
# An error report file with more information is saved as:
# C:\Minecraft\direwolf20_17\minecraft\hs_err_pid3976.log
#
# Compiler replay data is saved as:
# C:\Minecraft\direwolf20_17\minecraft\replay_pid3976.log
#
# If you would like to submit a bug report, please visit:
# http://bugreport.sun.com/bugreport/crash.jsp
#
AL lib: (EE) alc_cleanup: 1 device not closed
Java HotSpot(TM) 64-Bit Server VM warning: ignoring option PermSize=256m; support was removed in 8.0[/QUOTE]
 

Yaeger

New Member
Jul 29, 2019
121
0
0
Maybe try disabling 'not enough keys'? I think I did that on my client (can't check now, at work).
 

Trisscar

New Member
Jul 29, 2019
974
0
0
After the downloads finally worked...
These are not the log I was looking for. I believe the FTB log might be more help. Though only the part centered around the error and crash.
 

Thomas Junker

New Member
Jul 29, 2019
32
0
0
but to sum up the FTB log

this part here, is listed roughly 200 times, over a few hours, after i disabled notenoughkeys, that part at least, disappeared.
-------------------------------------------------------------------------------------------------------------------------------------
java.lang.NoSuchFieldException: pressed
at java.lang.Class.getDeclaredField(Unknown Source)
at modwarriors.notenoughkeys.keys.Keybinds.setKeyPressed(Keybinds.java:111)
at modwarriors.notenoughkeys.keys.Keybinds.onKeyEvent(Keybinds.java:78)
at cpw.mods.fml.common.eventhandler.ASMEventHandler_380_Keybinds_onKeyEvent_KeyInputEvent.invoke(.dynamic)
at cpw.mods.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:54)
at cpw.mods.fml.common.eventhandler.EventBus.post(EventBus.java:138)
at cpw.mods.fml.common.FMLCommonHandler.fireKeyInput(FMLCommonHandler.java:540)
at net.minecraft.client.Minecraft.func_71407_l(Minecraft.java:1862)
at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:962)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:887)
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)
------------------------------------------------------------------------------------------------------------------------

which left me with this, which i get everytime the game crashes..


#
# A fatal error has been detected by the Java Runtime Environment:
#
# EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x000000006d6c96e7, pid=3976, tid=1396
#
# JRE version: Java(TM) SE Runtime Environment (8.0_25-b18) (build 1.8.0_25-b18)
# Java VM: Java HotSpot(TM) 64-Bit Server VM (25.25-b02 mixed mode windows-amd64 compressed oops)
# Problematic frame:
# V [jvm.dll+0x4c96e7]
#
# Failed to write core dump. Minidumps are not enabled by default on client versions of Windows
#
# An error report file with more information is saved as:
# C:\Minecraft\direwolf20_17\minecraft\hs_err_pid3976.log
#
# Compiler replay data is saved as:
# C:\Minecraft\direwolf20_17\minecraft\replay_pid3976.log
#
# If you would like to submit a bug report, please visit:
# http://bugreport.sun.com/bugreport/crash.jsp
#
AL lib: (EE) alc_cleanup: 1 device not closed
Java HotSpot(TM) 64-Bit Server VM warning: ignoring option PermSize=256m; support was removed in 8.0
[23:13:04] [INFO] OptionsPane.<init>:153: [i18n] Added 0 enUS to options pane
[23:13:04] [INFO] OptionsPane.<init>:153: [i18n] Added 1 cyGB to options pane
[23:13:04] [INFO] OptionsPane.<init>:153: [i18n] Added 2 daDK to options pane
[23:13:04] [INFO] OptionsPane.<init>:153: [i18n] Added 3 deDE to options pane
[23:13:04] [INFO] OptionsPane.<init>:153: [i18n] Added 4 enUS to options pane
[23:13:04] [INFO] OptionsPane.<init>:153: [i18n] Added 5 enGB to options pane
[23:13:04] [INFO] OptionsPane.<init>:153: [i18n] Added 6 esES to options pane
[23:13:04] [INFO] OptionsPane.<init>:153: [i18n] Added 7 fiFI to options pane
[23:13:04] [INFO] OptionsPane.<init>:153: [i18n] Added 8 frFR to options pane
[23:13:04] [INFO] OptionsPane.<init>:153: [i18n] Added 9 itIT to options pane
[23:13:04] [INFO] OptionsPane.<init>:153: [i18n] Added 10 nlNL to options pane
[23:13:04] [INFO] OptionsPane.<init>:153: [i18n] Added 11 noNO to options pane
[23:13:04] [INFO] OptionsPane.<init>:153: [i18n] Added 12 maHU to options pane
[23:13:04] [INFO] OptionsPane.<init>:153: [i18n] Added 13 ptBR to options pane
[23:13:04] [INFO] OptionsPane.<init>:153: [i18n] Added 14 ptPT to options pane
[23:13:04] [INFO] OptionsPane.<init>:153: [i18n] Added 15 ruRU to options pane
[23:13:04] [INFO] OptionsPane.<init>:153: [i18n] Added 16 svSE to options pane
[23:13:04] [INFO] OptionsPane.<init>:153: [i18n] Added 17 zhCN to options pane
[23:13:04] [INFO] I18N.setLocale:120: [i18n] enUS English (US) language file loaded!
[23:14:43] [ERROR] PastebinPoster.run:87: Read timed out
[23:15:31] [ERROR] PastebinPoster.run:87: Read timed out
[23:19:43] Logs copied to clipboard
 

Yaeger

New Member
Jul 29, 2019
121
0
0
You can check/post the other logfile that is mentioned: "C:\Minecraft\direwolf20_17\minecraft\hs_err_pid3976.log". It may contain a clue as to what is causing the jvm to crash.
 

Trisscar

New Member
Jul 29, 2019
974
0
0
No worries mate, the part you just posted is exactly what I wanted. :)
This appears to be mostly Java's fault. It seems to be something to do with native libraries, according to their crash/bug site.
Honestly, you might want to just regress to Java 7 and see if that fixes it. I've heard 8 has issues lately anyway.