Direwolf Crash On Start Up

  • Please make sure you are posting in the correct place. Server ads go here and modpack bugs go here

BadgerChief

New Member
Jul 29, 2019
3
0
0
Hey, I'm hoping someone can help me. I'm using the Curse Client and when i try to launch DireWolf20's 1.7.10 modpack it crashes at the mojang title screen.

It then leaves me with this report: http://pastebin.com/at8HkL4i

Any help is much appreciated.

Thanks
 
Last edited:

Fuzzbling

New Member
Jul 29, 2019
68
-2
1
USA
What you experienced was a Java crash. It's highly unlikely that it's anything Minecraft related. The common causes of this have been, UAC (Vista and Win7), faulty memory, non-administrator user account, corrupt java installation, etc. You have your work cut out for you and will need to do some extensive investigation to sort it out. See the spoiler below for the section of the crash you will need to focus on:

  1. #
  2. # A fatal error has been detected by the Java Runtime Environment:
  3. #
  4. # EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x00000000541015f2, pid=5372, tid=4536
  5. #
  6. # JRE version: Java(TM) SE Runtime Environment (8.0_25-b18) (build 1.8.0_25-b18)
  7. # Java VM: Java HotSpot(TM) 64-Bit Server VM (25.25-b02 mixed mode windows-amd64 compressed oops)
  8. # Problematic frame:
  9. # V [jvm.dll+0xa15f2]
  10. #
  11. # Failed to write core dump. Minidumps are not enabled by default on client versions of Windows
  12. #
  13. # An error report file with more information is saved as:
  14. # C:\Users\Noel\Documents\Curse\Minecraft\Instances\Direwolf20 - 1.7.10\hs_err_pid5372.log

Also take a look at the error report noted in the crash log called "hs_err_pid5372.log". It may yield some additional information.