Jump to content

[1.12.2] Forge Crashes While Loading a World (No Crash Report Generated?)


PulseBeat_02

Recommended Posts

Hi, I was loading a new world in my modpack, but it crashed. Unfortunately, when Minecraft forge crashed, it did not generate a crash-report file in the crash-reports folder. I made sure all of the directories are correct, but I still couldn't find the crash log. However, I do have a log and debug file, (Which somehow loaded) when I crashed.

 

Forge Version:  14.23.5.2772

 

Latest.log:

https://gist.github.com/PulseBeat02/738bd13f3f6ffe9a40382dccef3e84b4

 

Debug.log:

https://gist.github.com/PulseBeat02/962bbdb1012707169d563c6c90286d11

 

If you can, tell me what the problem is. Thanks.

Edited by PulseBeat_02
Something glitched the files
Link to comment
Share on other sites

You did not attach your logs, please use Gist or Pastebin, it's easier. (For more information check the log section of my signature)

This is my Forum Signature, I am currently attempting to transform it into a small guide for fixing easier issues using spoiler blocks to keep things tidy.

 

As the most common issue I feel I should put this outside the main bulk:

The only official source for Forge is https://files.minecraftforge.net, and the only site I trust for getting mods is CurseForge.

If you use any site other than these, please take a look at the StopModReposts project and install their browser extension, I would also advise running a virus scan.

 

For players asking for assistance with Forge please expand the spoiler below and read the appropriate section(s) in its/their entirety.

Spoiler

Logs (Most issues require logs to diagnose):

Spoiler

Please post logs using one of the following sites (Thank you Lumber Wizard for the list):

https://gist.github.com/100MB Requires member (Free)

https://pastebin.com/: 512KB as guest, 10MB as Pro ($$$)

https://hastebin.com/: 400KB

Do NOT use sites like Mediafire, Dropbox, OneDrive, Google Drive, or a site that has a countdown before offering downloads.

 

What to provide:

...for Crashes and Runtime issues:

Minecraft 1.14.4 and newer:

Post debug.log

Older versions:

Please update...

 

...for Installer Issues:

Post your installer log, found in the same place you ran the installer

This log will be called either installer.log or named the same as the installer but with .log on the end

Note for Windows users:

Windows hides file extensions by default so the installer may appear without the .jar extension then when the .log is added the log will appear with the .jar extension

 

Where to get it:

Mojang Launcher: When using the Mojang launcher debug.log is found in .minecraft\logs.

 

Curse/Overwolf: If you are using the Curse Launcher, their configurations break Forge's log settings, fortunately there is an easier workaround than I originally thought, this works even with Curse's installation of the Minecraft launcher as long as it is not launched THROUGH Twitch:

Spoiler
  1. Make sure you have the correct version of Forge installed (some packs are heavily dependent on one specific build of Forge)
  2. Make a launcher profile targeting this version of Forge.
  3. Set the launcher profile's GameDir property to the pack's instance folder (not the instances folder, the folder that has the pack's name on it).
  4. Now launch the pack through that profile and follow the "Mojang Launcher" instructions above.

Video:

Spoiler

 

 

 

or alternately, 

 

Fallback ("No logs are generated"):

If you don't see logs generated in the usual place, provide the launcher_log.txt from .minecraft

 

Server Not Starting:

Spoiler

If your server does not start or a command window appears and immediately goes away, run the jar manually and provide the output.

 

Reporting Illegal/Inappropriate Adfocus Ads:

Spoiler

Get a screenshot of the URL bar or copy/paste the whole URL into a thread on the General Discussion board with a description of the Ad.

Lex will need the Ad ID contained in that URL to report it to Adfocus' support team.

 

Posting your mod as a GitHub Repo:

Spoiler

When you have an issue with your mod the most helpful thing you can do when asking for help is to provide your code to those helping you. The most convenient way to do this is via GitHub or another source control hub.

When setting up a GitHub Repo it might seem easy to just upload everything, however this method has the potential for mistakes that could lead to trouble later on, it is recommended to use a Git client or to get comfortable with the Git command line. The following instructions will use the Git Command Line and as such they assume you already have it installed and that you have created a repository.

 

  1. Open a command prompt (CMD, Powershell, Terminal, etc).
  2. Navigate to the folder you extracted Forge’s MDK to (the one that had all the licenses in).
  3. Run the following commands:
    1. git init
    2. git remote add origin [Your Repository's URL]
      • In the case of GitHub it should look like: https://GitHub.com/[Your Username]/[Repo Name].git
    3. git fetch
    4. git checkout --track origin/master
    5. git stage *
    6. git commit -m "[Your commit message]"
    7. git push
  4. Navigate to GitHub and you should now see most of the files.
    • note that it is intentional that some are not synced with GitHub and this is done with the (hidden) .gitignore file that Forge’s MDK has provided (hence the strictness on which folder git init is run from)
  5. Now you can share your GitHub link with those who you are asking for help.

[Workaround line, please ignore]

 

Link to comment
Share on other sites

Wait I found something called "hs_err_pid98888.log". Here is the log:

 

Spoiler

#
# There is insufficient memory for the Java Runtime Environment to continue.
# Native memory allocation (malloc) failed to allocate 864496 bytes for Chunk::new
# Possible reasons:
#   The system is out of physical RAM or swap space
#   In 32 bit mode, the process size limit was hit
# Possible solutions:
#   Reduce memory load on the system
#   Increase physical memory or swap space
#   Check if swap backing store is full
#   Use 64 bit Java on a 64 bit OS
#   Decrease Java heap size (-Xmx/-Xms)
#   Decrease number of Java threads
#   Decrease Java thread stack sizes (-Xss)
#   Set larger code cache with -XX:ReservedCodeCacheSize=
# This output file may be truncated or incomplete.
#
#  Out of Memory Error (allocation.cpp:390), pid=9888, tid=5436
#
# JRE version: Java(TM) SE Runtime Environment (8.0_51-b16) (build 1.8.0_51-b16)
# Java VM: Java HotSpot(TM) 64-Bit Server VM (25.51-b03 mixed mode windows-amd64 compressed oops)
# Failed to write core dump. Minidumps are not enabled by default on client versions of Windows
#

---------------  T H R E A D  ---------------

Current thread (0x0000000032556000):  JavaThread "C2 CompilerThread0" daemon [_thread_in_native, id=5436, stack(0x0000000033aa0000,0x0000000033ba0000)]

Stack: [0x0000000033aa0000,0x0000000033ba0000]
Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
V  [jvm.dll+0x32b4ca]
V  [jvm.dll+0x2797e3]
V  [jvm.dll+0x27a479]
V  [jvm.dll+0x271765]
V  [jvm.dll+0xcba02]
V  [jvm.dll+0xcbecc]
V  [jvm.dll+0x476f72]
V  [jvm.dll+0x4b95ff]
V  [jvm.dll+0x46c011]
V  [jvm.dll+0x46cd4e]
V  [jvm.dll+0x4501a2]
V  [jvm.dll+0xa43a2]
V  [jvm.dll+0xa4cdf]
V  [jvm.dll+0x2418a4]
V  [jvm.dll+0x29846a]
C  [msvcr100.dll+0x21d9f]
C  [msvcr100.dll+0x21e3b]
C  [KERNEL32.DLL+0x13034]
C  [ntdll.dll+0x71461]


Current CompileTask:
C2:9043702 65935       4       me.desht.pneumaticcraft.common.block.BlockPneumaticCraft::func_176201_c (29 bytes)


---------------  P R O C E S S  ---------------

Java Threads: ( => current thread )
  0x000000006d8b0800 JavaThread "Thread-202" daemon [_thread_in_native, id=12160, stack(0x000000012e1e0000,0x000000012e2e0000)]
  0x000000006d8af000 JavaThread "VoiceServer Client Input Thread" daemon [_thread_blocked, id=5652, stack(0x000000012d6c0000,0x000000012d7c0000)]
  0x000000006d8aa000 JavaThread "VoiceServer Client Output Thread" daemon [_thread_in_native, id=11412, stack(0x000000012c380000,0x000000012c480000)]
  0x000000006d8a7800 JavaThread "Chunk Batcher 11" daemon [_thread_blocked, id=6860, stack(0x00000001233e0000,0x00000001234e0000)]
  0x000000006d8ae800 JavaThread "Chunk Batcher 10" daemon [_thread_blocked, id=5560, stack(0x00000001232e0000,0x00000001233e0000)]
  0x000000006d8ad800 JavaThread "Chunk Batcher 9" daemon [_thread_blocked, id=9812, stack(0x00000001231e0000,0x00000001232e0000)]
  0x000000006d89b000 JavaThread "Chunk Batcher 8" daemon [_thread_blocked, id=7536, stack(0x00000001230e0000,0x00000001231e0000)]
  0x000000006d8ad000 JavaThread "Keep-Alive-Timer" daemon [_thread_blocked, id=4632, stack(0x0000000120be0000,0x0000000120ce0000)]
  0x000000006d8ac000 JavaThread "pool-19-thread-4" [_thread_blocked, id=10596, stack(0x00000000fca60000,0x00000000fcb60000)]
  0x000000006d8ab800 JavaThread "pool-19-thread-3" [_thread_blocked, id=1204, stack(0x00000000fc760000,0x00000000fc860000)]
  0x000000006d8a7000 JavaThread "pool-19-thread-2" [_thread_blocked, id=6880, stack(0x00000000fbf60000,0x00000000fc060000)]
  0x000000006d8a5800 JavaThread "pool-19-thread-1" [_thread_blocked, id=9076, stack(0x00000000f6930000,0x00000000f6a30000)]
  0x000000006d8aa800 JavaThread "pool-18-thread-1" [_thread_blocked, id=3384, stack(0x00000000f9d60000,0x00000000f9e60000)]
  0x000000006d8a6000 JavaThread "pool-17-thread-1" [_thread_blocked, id=11328, stack(0x00000000c7f00000,0x00000000c8000000)]
  0x000000006d8a3000 JavaThread "ForkJoinPool-1-worker-3" daemon [_thread_blocked, id=7548, stack(0x00000000fcd60000,0x00000000fce60000)]
  0x000000006d8a9000 JavaThread "threadDeathWatcher-2-1" daemon [_thread_blocked, id=11824, stack(0x00000000f9360000,0x00000000f9460000)]
  0x000000006d8a2800 JavaThread "Chunk Batcher 7" daemon [_thread_blocked, id=9676, stack(0x00000000f37f0000,0x00000000f38f0000)]
  0x000000006d8a1800 JavaThread "Chunk Batcher 6" daemon [_thread_blocked, id=4760, stack(0x00000000f1070000,0x00000000f1170000)]
  0x000000006d89e800 JavaThread "Chunk Batcher 5" daemon [_thread_blocked, id=308, stack(0x00000000eba60000,0x00000000ebb60000)]
  0x000000006d8a4000 JavaThread "Chunk Batcher 4" daemon [_thread_blocked, id=9596, stack(0x00000000eb0b0000,0x00000000eb1b0000)]
  0x000000006d89d000 JavaThread "Chunk Batcher 3" daemon [_thread_blocked, id=912, stack(0x00000000fd160000,0x00000000fd260000)]
  0x000000006d8a0000 JavaThread "Chunk Batcher 2" daemon [_thread_blocked, id=4864, stack(0x00000000fd060000,0x00000000fd160000)]
  0x000000006d897000 JavaThread "Chunk Batcher 1" daemon [_thread_blocked, id=9100, stack(0x00000000fcf60000,0x00000000fd060000)]
  0x000000006d895800 JavaThread "Chunk Batcher 0" daemon [_thread_blocked, id=4960, stack(0x00000000fce60000,0x00000000fcf60000)]
  0x000000006d898800 JavaThread "BL Environment Event Overrides Downloader #0" daemon [_thread_blocked, id=9688, stack(0x00000000fc360000,0x00000000fc460000)]
  0x000000006d898000 JavaThread "ModelCleanupTimer" daemon [_thread_blocked, id=1144, stack(0x00000000fbe60000,0x00000000fbf60000)]
  0x000000006d89f800 JavaThread "Thread-156" [_thread_blocked, id=11332, stack(0x00000000f6d30000,0x00000000f6e30000)]
  0x000000006d8a1000 JavaThread "Thread-153" [_thread_blocked, id=10600, stack(0x00000000f1270000,0x00000000f1370000)]
  0x000000006d89c800 JavaThread "Thread-151" [_thread_blocked, id=1552, stack(0x00000000f0b80000,0x00000000f0c80000)]
  0x000000004217e800 JavaThread "AE Compass Service" [_thread_blocked, id=1240, stack(0x00000000fea60000,0x00000000feb60000)]
  0x000000004217d000 JavaThread "Thread-130" [_thread_blocked, id=4108, stack(0x00000000fe960000,0x00000000fea60000)]
  0x0000000042180800 JavaThread "Netty Server IO #1" daemon [_thread_in_native, id=9292, stack(0x00000000fcc60000,0x00000000fcd60000)]
  0x0000000042180000 JavaThread "Netty Local Client IO #0" daemon [_thread_in_Java, id=2724, stack(0x00000000fcb60000,0x00000000fcc60000)]
  0x000000004217f000 JavaThread "Netty Server IO #0" daemon [_thread_in_native, id=10336, stack(0x00000000fc960000,0x00000000fca60000)]
  0x0000000042174000 JavaThread "net.gliby.voicechat.common.networking.voiceservers.udp.UdpServer" daemon [_thread_in_native, id=8696, stack(0x00000000fc860000,0x00000000fc960000)]
  0x0000000042174800 JavaThread "Stream Update" [_thread_blocked, id=12060, stack(0x00000000fc660000,0x00000000fc760000)]
  0x0000000042175800 JavaThread "Stream Queue" [_thread_blocked, id=11628, stack(0x00000000fc560000,0x00000000fc660000)]
  0x0000000042168800 JavaThread "pool-12-thread-1" [_thread_blocked, id=11876, stack(0x00000000fc460000,0x00000000fc560000)]
  0x0000000042171000 JavaThread "Timer-2" [_thread_blocked, id=5960, stack(0x00000000fc060000,0x00000000fc160000)]
  0x0000000042171800 JavaThread "VoiceServer Listen Thread" daemon [_thread_in_native, id=6680, stack(0x00000000fba60000,0x00000000fbb60000)]
  0x000000003aee6000 JavaThread "Timer-1" [_thread_blocked, id=1792, stack(0x00000000f9860000,0x00000000f9960000)]
  0x000000003aedd800 JavaThread "Server thread" [_thread_blocked, id=5616, stack(0x00000000f9560000,0x00000000f9660000)]
  0x000000003aeda000 JavaThread "Snooper Timer" daemon [_thread_blocked, id=2208, stack(0x00000000f9460000,0x00000000f9560000)]
  0x000000004fdc1000 JavaThread "Narrator" daemon [_thread_blocked, id=10508, stack(0x00000000f7870000,0x00000000f7970000)]
  0x000000003748f000 JavaThread "pool-9-thread-4" [_thread_blocked, id=6008, stack(0x00000000f6e30000,0x00000000f6f30000)]
  0x0000000039b68000 JavaThread "pool-9-thread-3" [_thread_blocked, id=8228, stack(0x00000000f6c30000,0x00000000f6d30000)]
  0x0000000039b65000 JavaThread "pool-9-thread-2" [_thread_blocked, id=6028, stack(0x00000000f6b30000,0x00000000f6c30000)]
  0x0000000039b63800 JavaThread "pool-9-thread-1" [_thread_blocked, id=5608, stack(0x00000000f6a30000,0x00000000f6b30000)]
  0x0000000039b65800 JavaThread "PR RoutingThread #3" daemon [_thread_blocked, id=4412, stack(0x00000000f6830000,0x00000000f6930000)]
  0x0000000039b64000 JavaThread "PR RoutingThread #2" daemon [_thread_blocked, id=6696, stack(0x00000000f6730000,0x00000000f6830000)]
  0x0000000039b62800 JavaThread "PR RoutingThread #1" daemon [_thread_blocked, id=8036, stack(0x00000000f6630000,0x00000000f6730000)]
  0x0000000062613000 JavaThread "PR RoutingThread #0" daemon [_thread_blocked, id=1440, stack(0x00000000f6530000,0x00000000f6630000)]
  0x0000000062614000 JavaThread "ic2-poolthread-1" daemon [_thread_blocked, id=9364, stack(0x00000000f1170000,0x00000000f1270000)]
  0x0000000062617000 JavaThread "Ender IO Scheduler" [_thread_blocked, id=7328, stack(0x00000000f0d70000,0x00000000f0e70000)]
  0x000000004fdce800 JavaThread "OpenComputers-SoundUpdater" daemon [_thread_blocked, id=7048, stack(0x00000000ec5d0000,0x00000000ec6d0000)]
  0x000000003cb26800 JavaThread "Thread-40" [_thread_blocked, id=2344, stack(0x00000000cf280000,0x00000000cf380000)]
  0x000000003cb27800 JavaThread "Thread-39" [_thread_blocked, id=11980, stack(0x00000000cf180000,0x00000000cf280000)]
  0x0000000037496800 JavaThread "Timer-0" [_thread_blocked, id=12216, stack(0x00000000cb910000,0x00000000cba10000)]
  0x0000000061125800 JavaThread "Java Sound Event Dispatcher" daemon [_thread_blocked, id=3680, stack(0x00000000cb610000,0x00000000cb710000)]
  0x00000000421f0000 JavaThread "Client Stream Updater" [_thread_blocked, id=2152, stack(0x00000000cb510000,0x00000000cb610000)]
  0x0000000061128800 JavaThread "Client Stream Queue" [_thread_blocked, id=1120, stack(0x00000000cb410000,0x00000000cb510000)]
  0x0000000037498000 JavaThread "Thread-33" [_thread_blocked, id=5576, stack(0x00000000cb310000,0x00000000cb410000)]
  0x000000003748a800 JavaThread "Thread-31" [_thread_blocked, id=1660, stack(0x00000000c5560000,0x00000000c5660000)]
  0x000000003748f800 JavaThread "Thread-29" [_thread_blocked, id=2068, stack(0x00000000c5460000,0x00000000c5560000)]
  0x000000003748b000 JavaThread "pool-4-thread-1" [_thread_blocked, id=3028, stack(0x00000000c46a0000,0x00000000c47a0000)]
  0x00000000349d9800 JavaThread "File IO Thread" [_thread_blocked, id=9140, stack(0x00000000c31a0000,0x00000000c32a0000)]
  0x000000006111c800 JavaThread "AWT-Windows" daemon [_thread_in_native, id=10084, stack(0x0000000059740000,0x0000000059840000)]
  0x00000000421fa000 JavaThread "C&B Model Cache Cleanup" [_thread_blocked, id=12280, stack(0x00000000576f0000,0x00000000577f0000)]
  0x0000000061126000 JavaThread "Ambience Player Thread" daemon [_thread_in_Java, id=6428, stack(0x000000006b930000,0x000000006ba30000)]
  0x00000000378b0800 JavaThread "LWJGL Timer" daemon [_thread_blocked, id=8120, stack(0x000000004f860000,0x000000004f960000)]
  0x0000000042924800 JavaThread "Java2D Disposer" daemon [_thread_blocked, id=10404, stack(0x0000000045200000,0x0000000045300000)]
  0x0000000042e28800 JavaThread "Timer hack thread" daemon [_thread_blocked, id=2736, stack(0x0000000041f00000,0x0000000042000000)]
  0x00000000380dd000 JavaThread "Snooper Timer" daemon [_thread_blocked, id=9856, stack(0x000000003bdb0000,0x000000003beb0000)]
  0x0000000036c91000 JavaThread "Thread-1" [_thread_blocked, id=2400, stack(0x00000000378c0000,0x00000000379c0000)]
  0x0000000033dd9800 JavaThread "Service Thread" daemon [_thread_blocked, id=10584, stack(0x00000000341a0000,0x00000000342a0000)]
  0x0000000032583800 JavaThread "C1 CompilerThread2" daemon [_thread_blocked, id=10628, stack(0x0000000033ca0000,0x0000000033da0000)]
  0x000000003255b800 JavaThread "C2 CompilerThread1" daemon [_thread_blocked, id=11760, stack(0x0000000033ba0000,0x0000000033ca0000)]
=>0x0000000032556000 JavaThread "C2 CompilerThread0" daemon [_thread_in_native, id=5436, stack(0x0000000033aa0000,0x0000000033ba0000)]
  0x0000000032555000 JavaThread "Attach Listener" daemon [_thread_blocked, id=11556, stack(0x00000000339a0000,0x0000000033aa0000)]
  0x0000000032554000 JavaThread "Signal Dispatcher" daemon [_thread_blocked, id=3984, stack(0x00000000338a0000,0x00000000339a0000)]
  0x000000000244d800 JavaThread "Finalizer" daemon [_thread_blocked, id=6536, stack(0x00000000337a0000,0x00000000338a0000)]
  0x0000000002445800 JavaThread "Reference Handler" daemon [_thread_blocked, id=5864, stack(0x00000000336a0000,0x00000000337a0000)]
  0x0000000002355800 JavaThread "Client thread" [_thread_in_native, id=6620, stack(0x0000000002250000,0x0000000002350000)]

Other Threads:
  0x0000000032517800 VMThread [stack: 0x00000000335a0000,0x00000000336a0000] [id=8976]
  0x0000000033ddb000 WatcherThread [stack: 0x00000000342a0000,0x00000000343a0000] [id=3240]

VM state:not at safepoint (normal execution)

VM Mutex/Monitor currently owned by a thread: None

Heap:
 PSYoungGen      total 3520000K, used 1985827K [0x000000069c580000, 0x00000007a5c80000, 0x00000007c0000000)
  eden space 2771456K, 51% used [0x000000069c580000,0x00000006f31e24c0,0x0000000745800000)
  from space 748544K, 75% used [0x0000000774d00000,0x00000007973e6b28,0x00000007a2800000)
  to   space 775168K, 0% used [0x0000000745800000,0x0000000745800000,0x0000000774d00000)
 ParOldGen       total 8714240K, used 8567625K [0x0000000455000000, 0x0000000668e00000, 0x000000069c580000)
  object space 8714240K, 98% used [0x0000000455000000,0x000000065fed2728,0x0000000668e00000)
 Metaspace       used 570535K, capacity 596978K, committed 597196K, reserved 1533952K
  class space    used 101631K, capacity 113589K, committed 113664K, reserved 1048576K

Card table byte_map: [0x0000000011810000,0x0000000013370000] byte_map_base: 0x000000000f568000

Marking Bits: (ParMarkBitMap*) 0x000000005f1b4040
 Begin Bits: [0x00000000149b0000, 0x0000000022470000)
 End Bits:   [0x0000000022470000, 0x000000002ff30000)

Polling page: 0x0000000000650000

CodeCache: size=245760Kb used=166678Kb max_used=166970Kb free=79081Kb
 bounds [0x0000000002450000, 0x000000000c8c0000, 0x0000000011450000]
 total_blobs=45357 nmethods=42701 adapters=2562
 compilation: enabled

Compilation events (10 events):
Event: 9040.296 Thread 0x0000000032583800 nmethod 65930 0x00000000041b5750 code [0x00000000041b5960, 0x00000000041b6558]
Event: 9040.403 Thread 0x0000000032583800 65931       1       micdoodle8.mods.galacticraft.core.blocks.BlockOxygenCompressor$EnumCompressorType::getMeta (5 bytes)
Event: 9040.403 Thread 0x0000000032583800 nmethod 65931 0x0000000008621350 code [0x00000000086214a0, 0x00000000086215b0]
Event: 9040.483 Thread 0x0000000032583800 65932       1       com.shinoow.abyssalcraft.common.blocks.BlockACWall::func_180651_a (2 bytes)
Event: 9040.484 Thread 0x0000000032583800 nmethod 65932 0x0000000008621010 code [0x0000000008621160, 0x0000000008621270]
Event: 9040.515 Thread 0x0000000032583800 65933       3       micdoodle8.mods.galacticraft.core.blocks.BlockGrating::getPickBlock (16 bytes)
Event: 9040.518 Thread 0x0000000032583800 nmethod 65933 0x00000000041b47d0 code [0x00000000041b49c0, 0x00000000041b5268]
Event: 9040.627 Thread 0x0000000032583800 65934       1       crazypants.enderio.machines.machine.vacuum.chest.BlockVacuumChest::func_176201_c (2 bytes)
Event: 9040.628 Thread 0x0000000032583800 nmethod 65934 0x00000000041b4510 code [0x00000000041b4660, 0x00000000041b4770]
Event: 9040.636 Thread 0x0000000032556000 65935       4       me.desht.pneumaticcraft.common.block.BlockPneumaticCraft::func_176201_c (29 bytes)

GC Heap History (10 events):
Event: 8969.219 GC heap before
{Heap before GC invocations=523 (full 31):
 PSYoungGen      total 3348480K, used 2980109K [0x000000069c580000, 0x0000000794b80000, 0x00000007c0000000)
  eden space 2626560K, 100% used [0x000000069c580000,0x000000073ca80000,0x000000073ca80000)
  from space 721920K, 48% used [0x000000073ca80000,0x00000007523c37a8,0x0000000768b80000)
  to   space 687616K, 0% used [0x000000076ac00000,0x000000076ac00000,0x0000000794b80000)
 ParOldGen       total 8714240K, used 8567625K [0x0000000455000000, 0x0000000668e00000, 0x000000069c580000)
  object space 8714240K, 98% used [0x0000000455000000,0x000000065fed2728,0x0000000668e00000)
 Metaspace       used 568985K, capacity 595184K, committed 595404K, reserved 1531904K
  class space    used 101400K, capacity 113352K, committed 113408K, reserved 1048576K
Event: 8969.543 GC heap after
Heap after GC invocations=523 (full 31):
 PSYoungGen      total 3365376K, used 417849K [0x000000069c580000, 0x0000000793c80000, 0x00000007c0000000)
  eden space 2693120K, 0% used [0x000000069c580000,0x000000069c580000,0x0000000740b80000)
  from space 672256K, 62% used [0x000000076ac00000,0x000000078440e760,0x0000000793c80000)
  to   space 680448K, 0% used [0x0000000740b80000,0x0000000740b80000,0x000000076a400000)
 ParOldGen       total 8714240K, used 8567625K [0x0000000455000000, 0x0000000668e00000, 0x000000069c580000)
  object space 8714240K, 98% used [0x0000000455000000,0x000000065fed2728,0x0000000668e00000)
 Metaspace       used 568985K, capacity 595184K, committed 595404K, reserved 1531904K
  class space    used 101400K, capacity 113352K, committed 113408K, reserved 1048576K
}
Event: 8976.276 GC heap before
{Heap before GC invocations=524 (full 31):
 PSYoungGen      total 3365376K, used 3110969K [0x000000069c580000, 0x0000000793c80000, 0x00000007c0000000)
  eden space 2693120K, 100% used [0x000000069c580000,0x0000000740b80000,0x0000000740b80000)
  from space 672256K, 62% used [0x000000076ac00000,0x000000078440e760,0x0000000793c80000)
  to   space 680448K, 0% used [0x0000000740b80000,0x0000000740b80000,0x000000076a400000)
 ParOldGen       total 8714240K, used 8567625K [0x0000000455000000, 0x0000000668e00000, 0x000000069c580000)
  object space 8714240K, 98% used [0x0000000455000000,0x000000065fed2728,0x0000000668e00000)
 Metaspace       used 568985K, capacity 595184K, committed 595404K, reserved 1531904K
  class space    used 101400K, capacity 113352K, committed 113408K, reserved 1048576K
Event: 8976.592 GC heap after
Heap after GC invocations=524 (full 31):
 PSYoungGen      total 3373568K, used 540970K [0x000000069c580000, 0x000000079ca00000, 0x00000007c0000000)
  eden space 2693120K, 0% used [0x000000069c580000,0x000000069c580000,0x0000000740b80000)
  from space 680448K, 79% used [0x0000000740b80000,0x0000000761bca910,0x000000076a400000)
  to   space 717824K, 0% used [0x0000000770d00000,0x0000000770d00000,0x000000079ca00000)
 ParOldGen       total 8714240K, used 8567625K [0x0000000455000000, 0x0000000668e00000, 0x000000069c580000)
  object space 8714240K, 98% used [0x0000000455000000,0x000000065fed2728,0x0000000668e00000)
 Metaspace       used 568985K, capacity 595184K, committed 595404K, reserved 1531904K
  class space    used 101400K, capacity 113352K, committed 113408K, reserved 1048576K
}
Event: 8983.328 GC heap before
{Heap before GC invocations=525 (full 31):
 PSYoungGen      total 3373568K, used 3234090K [0x000000069c580000, 0x000000079ca00000, 0x00000007c0000000)
  eden space 2693120K, 100% used [0x000000069c580000,0x0000000740b80000,0x0000000740b80000)
  from space 680448K, 79% used [0x0000000740b80000,0x0000000761bca910,0x000000076a400000)
  to   space 717824K, 0% used [0x0000000770d00000,0x0000000770d00000,0x000000079ca00000)
 ParOldGen       total 8714240K, used 8567625K [0x0000000455000000, 0x0000000668e00000, 0x000000069c580000)
  object space 8714240K, 98% used [0x0000000455000000,0x000000065fed2728,0x0000000668e00000)
 Metaspace       used 568986K, capacity 595184K, committed 595404K, reserved 1531904K
  class space    used 101400K, capacity 113352K, committed 113408K, reserved 1048576K
Event: 8983.778 GC heap after
Heap after GC invocations=525 (full 31):
 PSYoungGen      total 3451904K, used 544537K [0x000000069c580000, 0x00000007a0a00000, 0x00000007c0000000)
  eden space 2734080K, 0% used [0x000000069c580000,0x000000069c580000,0x0000000743380000)
  from space 717824K, 75% used [0x0000000770d00000,0x00000007920c6590,0x000000079ca00000)
  to   space 747008K, 0% used [0x0000000743380000,0x0000000743380000,0x0000000770d00000)
 ParOldGen       total 8714240K, used 8567625K [0x0000000455000000, 0x0000000668e00000, 0x000000069c580000)
  object space 8714240K, 98% used [0x0000000455000000,0x000000065fed2728,0x0000000668e00000)
 Metaspace       used 568986K, capacity 595184K, committed 595404K, reserved 1531904K
  class space    used 101400K, capacity 113352K, committed 113408K, reserved 1048576K
}
Event: 9017.868 GC heap before
{Heap before GC invocations=526 (full 31):
 PSYoungGen      total 3451904K, used 3278617K [0x000000069c580000, 0x00000007a0a00000, 0x00000007c0000000)
  eden space 2734080K, 100% used [0x000000069c580000,0x0000000743380000,0x0000000743380000)
  from space 717824K, 75% used [0x0000000770d00000,0x00000007920c6590,0x000000079ca00000)
  to   space 747008K, 0% used [0x0000000743380000,0x0000000743380000,0x0000000770d00000)
 ParOldGen       total 8714240K, used 8567625K [0x0000000455000000, 0x0000000668e00000, 0x000000069c580000)
  object space 8714240K, 98% used [0x0000000455000000,0x000000065fed2728,0x0000000668e00000)
 Metaspace       used 568987K, capacity 595184K, committed 595404K, reserved 1531904K
  class space    used 101400K, capacity 113352K, committed 113408K, reserved 1048576K
Event: 9018.124 GC heap after
Heap after GC invocations=526 (full 31):
 PSYoungGen      total 3481088K, used 489299K [0x000000069c580000, 0x00000007a2800000, 0x00000007c0000000)
  eden space 2734080K, 0% used [0x000000069c580000,0x000000069c580000,0x0000000743380000)
  from space 747008K, 65% used [0x0000000743380000,0x0000000761154d60,0x0000000770d00000)
  to   space 748544K, 0% used [0x0000000774d00000,0x0000000774d00000,0x00000007a2800000)
 ParOldGen       total 8714240K, used 8567625K [0x0000000455000000, 0x0000000668e00000, 0x000000069c580000)
  object space 8714240K, 98% used [0x0000000455000000,0x000000065fed2728,0x0000000668e00000)
 Metaspace       used 568987K, capacity 595184K, committed 595404K, reserved 1531904K
  class space    used 101400K, capacity 113352K, committed 113408K, reserved 1048576K
}
Event: 9026.168 GC heap before
{Heap before GC invocations=527 (full 31):
 PSYoungGen      total 3481088K, used 3223379K [0x000000069c580000, 0x00000007a2800000, 0x00000007c0000000)
  eden space 2734080K, 100% used [0x000000069c580000,0x0000000743380000,0x0000000743380000)
  from space 747008K, 65% used [0x0000000743380000,0x0000000761154d60,0x0000000770d00000)
  to   space 748544K, 0% used [0x0000000774d00000,0x0000000774d00000,0x00000007a2800000)
 ParOldGen       total 8714240K, used 8567625K [0x0000000455000000, 0x0000000668e00000, 0x000000069c580000)
  object space 8714240K, 98% used [0x0000000455000000,0x000000065fed2728,0x0000000668e00000)
 Metaspace       used 569011K, capacity 595220K, committed 595404K, reserved 1531904K
  class space    used 101404K, capacity 113358K, committed 113408K, reserved 1048576K
Event: 9026.482 GC heap after
Heap after GC invocations=527 (full 31):
 PSYoungGen      total 3520000K, used 564122K [0x000000069c580000, 0x00000007a5c80000, 0x00000007c0000000)
  eden space 2771456K, 0% used [0x000000069c580000,0x000000069c580000,0x0000000745800000)
  from space 748544K, 75% used [0x0000000774d00000,0x00000007973e6b28,0x00000007a2800000)
  to   space 775168K, 0% used [0x0000000745800000,0x0000000745800000,0x0000000774d00000)
 ParOldGen       total 8714240K, used 8567625K [0x0000000455000000, 0x0000000668e00000, 0x000000069c580000)
  object space 8714240K, 98% used [0x0000000455000000,0x000000065fed2728,0x0000000668e00000)
 Metaspace       used 569011K, capacity 595220K, committed 595404K, reserved 1531904K
  class space    used 101404K, capacity 113358K, committed 113408K, reserved 1048576K
}

Deoptimization events (10 events):
Event: 9038.026 Thread 0x0000000002355800 Uncommon trap: reason=class_check action=maybe_recompile pc=0x000000000b688ccc method=mcjty.lostcities.dimensions.world.WorldTypeTools.isLostCities(Lnet/minecraft/world/World;)Z @ 36
Event: 9038.114 Thread 0x0000000002355800 Uncommon trap: reason=class_check action=maybe_recompile pc=0x000000000b688ccc method=mcjty.lostcities.dimensions.world.WorldTypeTools.isLostCities(Lnet/minecraft/world/World;)Z @ 36
Event: 9038.159 Thread 0x000000006d8af000 Uncommon trap: reason=speculate_class_check action=maybe_recompile pc=0x000000000a2de4f0 method=com.sun.media.sound.AbstractDataLine.start()V @ 30
Event: 9038.159 Thread 0x000000006d8af000 Uncommon trap: reason=unstable_if action=reinterpret pc=0x00000000054c7908 method=com.sun.media.sound.DirectAudioDevice$DirectDL.implStart()V @ 4
Event: 9038.336 Thread 0x0000000002355800 Uncommon trap: reason=unstable_if action=reinterpret pc=0x00000000069f4c30 method=net.minecraft.client.renderer.GlStateManager.func_179112_b(II)V @ 35
Event: 9038.422 Thread 0x0000000042180000 Uncommon trap: reason=unstable_if action=reinterpret pc=0x000000000c29c378 method=li.cil.scannable.util.BlockUtils.getItemStackFromState(Lnet/minecraft/block/state/IBlockState;Lnet/minecraft/world/World;)Lnet/minecraft/item/ItemStack; @ 20
Event: 9039.728 Thread 0x0000000042180000 Uncommon trap: reason=class_check action=maybe_recompile pc=0x0000000009414c40 method=crazypants.enderio.base.material.glass.BlockFusedQuartzBase.func_180651_a(Lnet/minecraft/block/state/IBlockState;)I @ 2
Event: 9039.729 Thread 0x0000000042180000 Uncommon trap: reason=class_check action=maybe_recompile pc=0x0000000009414c40 method=crazypants.enderio.base.material.glass.BlockFusedQuartzBase.func_180651_a(Lnet/minecraft/block/state/IBlockState;)I @ 2
Event: 9039.729 Thread 0x0000000042180000 Uncommon trap: reason=class_check action=maybe_recompile pc=0x0000000009414c40 method=crazypants.enderio.base.material.glass.BlockFusedQuartzBase.func_180651_a(Lnet/minecraft/block/state/IBlockState;)I @ 2
Event: 9039.729 Thread 0x0000000042180000 Uncommon trap: reason=class_check action=maybe_recompile pc=0x0000000009414c40 method=crazypants.enderio.base.material.glass.BlockFusedQuartzBase.func_180651_a(Lnet/minecraft/block/state/IBlockState;)I @ 2

Internal exceptions (10 events):
Event: 9040.700 Thread 0x0000000042180000 Exception <a 'java/lang/NullPointerException'> (0x00000006f1595598) thrown at [C:\re\workspace\8-2-build-windows-amd64-cygwin\jdk8u51\3951\hotspot\src\share\vm\interpreter\linkResolver.cpp, line 1280]
Event: 9040.700 Thread 0x0000000042180000 Exception <a 'java/lang/NullPointerException'> (0x00000006f1596da8) thrown at [C:\re\workspace\8-2-build-windows-amd64-cygwin\jdk8u51\3951\hotspot\src\share\vm\interpreter\linkResolver.cpp, line 1280]
Event: 9040.700 Thread 0x0000000042180000 Exception <a 'java/lang/NullPointerException'> (0x00000006f15985b8) thrown at [C:\re\workspace\8-2-build-windows-amd64-cygwin\jdk8u51\3951\hotspot\src\share\vm\interpreter\linkResolver.cpp, line 1280]
Event: 9040.700 Thread 0x0000000042180000 Exception <a 'java/lang/NullPointerException'> (0x00000006f1599dc8) thrown at [C:\re\workspace\8-2-build-windows-amd64-cygwin\jdk8u51\3951\hotspot\src\share\vm\interpreter\linkResolver.cpp, line 1280]
Event: 9040.700 Thread 0x0000000042180000 Exception <a 'java/lang/NullPointerException'> (0x00000006f159b5d8) thrown at [C:\re\workspace\8-2-build-windows-amd64-cygwin\jdk8u51\3951\hotspot\src\share\vm\interpreter\linkResolver.cpp, line 1280]
Event: 9040.700 Thread 0x0000000042180000 Exception <a 'java/lang/NullPointerException'> (0x00000006f159cde8) thrown at [C:\re\workspace\8-2-build-windows-amd64-cygwin\jdk8u51\3951\hotspot\src\share\vm\interpreter\linkResolver.cpp, line 1280]
Event: 9040.700 Thread 0x0000000042180000 Exception <a 'java/lang/NullPointerException'> (0x00000006f159e5f8) thrown at [C:\re\workspace\8-2-build-windows-amd64-cygwin\jdk8u51\3951\hotspot\src\share\vm\interpreter\linkResolver.cpp, line 1280]
Event: 9040.700 Thread 0x0000000042180000 Exception <a 'java/lang/NullPointerException'> (0x00000006f159fe08) thrown at [C:\re\workspace\8-2-build-windows-amd64-cygwin\jdk8u51\3951\hotspot\src\share\vm\interpreter\linkResolver.cpp, line 1280]
Event: 9040.701 Thread 0x0000000042180000 Exception <a 'java/lang/NullPointerException'> (0x00000006f15a1618) thrown at [C:\re\workspace\8-2-build-windows-amd64-cygwin\jdk8u51\3951\hotspot\src\share\vm\interpreter\linkResolver.cpp, line 1280]
Event: 9040.701 Thread 0x0000000042180000 Exception <a 'java/lang/NullPointerException'> (0x00000006f15a2e28) thrown at [C:\re\workspace\8-2-build-windows-amd64-cygwin\jdk8u51\3951\hotspot\src\share\vm\interpreter\linkResolver.cpp, line 1280]

Events (10 events):
Event: 9040.435 loading class extracells/util/TileUtil
Event: 9040.435 loading class extracells/util/TileUtil done
Event: 9040.484 Executing VM operation: RevokeBias
Event: 9040.484 Executing VM operation: RevokeBias done
Event: 9040.484 Executing VM operation: RevokeBias
Event: 9040.484 Executing VM operation: RevokeBias done
Event: 9040.533 loading class com/animania/common/blocks/BlockStraw$1
Event: 9040.533 loading class com/animania/common/blocks/BlockStraw$1 done
Event: 9040.689 loading class com/animania/common/blocks/BlockSeeds$1
Event: 9040.689 loading class com/animania/common/blocks/BlockSeeds$1 done


Dynamic libraries:
0x00007ff72d9e0000 - 0x00007ff72da17000     C:\Users\Brandon\Documents\Curse\Minecraft\Install\runtime\jre-x64\1.8.0_51\bin\javaw.exe
0x00007fffc3b90000 - 0x00007fffc3d71000     C:\WINDOWS\SYSTEM32\ntdll.dll
0x00007fff91070000 - 0x00007fff91084000     C:\Program Files\AVAST Software\Avast\x64\aswhooka.dll
0x00007fffc39f0000 - 0x00007fffc3aa2000     C:\WINDOWS\System32\KERNEL32.DLL
0x00007fffc0300000 - 0x00007fffc0573000     C:\WINDOWS\System32\KERNELBASE.dll
0x00007fffc3ab0000 - 0x00007fffc3b51000     C:\WINDOWS\System32\ADVAPI32.dll
0x00007fffc30e0000 - 0x00007fffc317e000     C:\WINDOWS\System32\msvcrt.dll
0x00007fffc3770000 - 0x00007fffc37cb000     C:\WINDOWS\System32\sechost.dll
0x00007fffc1590000 - 0x00007fffc16b4000     C:\WINDOWS\System32\RPCRT4.dll
0x00007fffc37d0000 - 0x00007fffc3960000     C:\WINDOWS\System32\USER32.dll
0x00007fffbffc0000 - 0x00007fffbffe0000     C:\WINDOWS\System32\win32u.dll
0x00007fffc3960000 - 0x00007fffc3988000     C:\WINDOWS\System32\GDI32.dll
0x00007fffc0670000 - 0x00007fffc0802000     C:\WINDOWS\System32\gdi32full.dll
0x00007fffc05d0000 - 0x00007fffc066f000     C:\WINDOWS\System32\msvcp_win.dll
0x00007fffc0f20000 - 0x00007fffc101a000     C:\WINDOWS\System32\ucrtbase.dll
0x00007fffaf950000 - 0x00007fffafbb9000     C:\WINDOWS\WinSxS\amd64_microsoft.windows.common-controls_6595b64144ccf1df_6.0.17134.345_none_fb429a5930656358\COMCTL32.dll
0x00007fffc1260000 - 0x00007fffc1583000     C:\WINDOWS\System32\combase.dll
0x00007fffc0280000 - 0x00007fffc02fa000     C:\WINDOWS\System32\bcryptPrimitives.dll
0x00007fffc1020000 - 0x00007fffc104d000     C:\WINDOWS\System32\IMM32.DLL
0x000000005f240000 - 0x000000005f312000     C:\Users\Brandon\Documents\Curse\Minecraft\Install\runtime\jre-x64\1.8.0_51\bin\msvcr100.dll
0x000000005e9b0000 - 0x000000005f233000     C:\Users\Brandon\Documents\Curse\Minecraft\Install\runtime\jre-x64\1.8.0_51\bin\server\jvm.dll
0x00007fffc2b10000 - 0x00007fffc2b18000     C:\WINDOWS\System32\PSAPI.DLL
0x00007fffb31d0000 - 0x00007fffb31d9000     C:\WINDOWS\SYSTEM32\WSOCK32.dll
0x00007fffc2ca0000 - 0x00007fffc2d0c000     C:\WINDOWS\System32\WS2_32.dll
0x00007fffbd130000 - 0x00007fffbd153000     C:\WINDOWS\SYSTEM32\WINMM.dll
0x00007fffb32d0000 - 0x00007fffb32da000     C:\WINDOWS\SYSTEM32\VERSION.dll
0x00007fffbd100000 - 0x00007fffbd12a000     C:\WINDOWS\SYSTEM32\WINMMBASE.dll
0x00007fffc0580000 - 0x00007fffc05c9000     C:\WINDOWS\System32\cfgmgr32.dll
0x000000005e9a0000 - 0x000000005e9af000     C:\Users\Brandon\Documents\Curse\Minecraft\Install\runtime\jre-x64\1.8.0_51\bin\verify.dll
0x000000005e970000 - 0x000000005e999000     C:\Users\Brandon\Documents\Curse\Minecraft\Install\runtime\jre-x64\1.8.0_51\bin\java.dll
0x000000005e950000 - 0x000000005e966000     C:\Users\Brandon\Documents\Curse\Minecraft\Install\runtime\jre-x64\1.8.0_51\bin\zip.dll
0x00007fffc16d0000 - 0x00007fffc2b0f000     C:\WINDOWS\System32\SHELL32.dll
0x00007fffc10b0000 - 0x00007fffc1159000     C:\WINDOWS\System32\shcore.dll
0x00007fffc0810000 - 0x00007fffc0f1d000     C:\WINDOWS\System32\windows.storage.dll
0x00007fffc1050000 - 0x00007fffc10a1000     C:\WINDOWS\System32\shlwapi.dll
0x00007fffbfef0000 - 0x00007fffbff01000     C:\WINDOWS\System32\kernel.appcore.dll
0x00007fffbfed0000 - 0x00007fffbfeef000     C:\WINDOWS\System32\profapi.dll
0x00007fffbff10000 - 0x00007fffbff5c000     C:\WINDOWS\System32\powrprof.dll
0x00007fffbfea0000 - 0x00007fffbfeaa000     C:\WINDOWS\System32\FLTLIB.DLL
0x000000005e940000 - 0x000000005e94d000     C:\Users\Brandon\Documents\Curse\Minecraft\Install\runtime\jre-x64\1.8.0_51\bin\management.dll
0x000000005e920000 - 0x000000005e93a000     C:\Users\Brandon\Documents\Curse\Minecraft\Install\runtime\jre-x64\1.8.0_51\bin\net.dll
0x00007fffbf720000 - 0x00007fffbf786000     C:\WINDOWS\system32\mswsock.dll
0x00007fffae870000 - 0x00007fffae886000     C:\WINDOWS\system32\napinsp.dll
0x00007fffae850000 - 0x00007fffae86a000     C:\WINDOWS\system32\pnrpnsp.dll
0x00007fffbc0e0000 - 0x00007fffbc0f9000     C:\WINDOWS\system32\NLAapi.dll
0x00007fffbf4f0000 - 0x00007fffbf5ae000     C:\WINDOWS\SYSTEM32\DNSAPI.dll
0x00007fffc2e00000 - 0x00007fffc2e08000     C:\WINDOWS\System32\NSI.dll
0x00007fffbf4a0000 - 0x00007fffbf4d8000     C:\WINDOWS\SYSTEM32\IPHLPAPI.DLL
0x00007fffae840000 - 0x00007fffae84e000     C:\WINDOWS\System32\winrnr.dll
0x00007fffae820000 - 0x00007fffae835000     C:\WINDOWS\System32\wshbth.dll
0x00007fffb5aa0000 - 0x00007fffb5aaa000     C:\Windows\System32\rasadhlp.dll
0x00007fffb5c50000 - 0x00007fffb5cc2000     C:\WINDOWS\System32\fwpuclnt.dll
0x00007fffbfa00000 - 0x00007fffbfa25000     C:\WINDOWS\SYSTEM32\bcrypt.dll
0x000000005e900000 - 0x000000005e911000     C:\Users\Brandon\Documents\Curse\Minecraft\Install\runtime\jre-x64\1.8.0_51\bin\nio.dll
0x000000005e8d0000 - 0x000000005e8f4000     C:\Users\Brandon\Documents\Curse\Minecraft\Install\runtime\jre-x64\1.8.0_51\bin\sunec.dll
0x00007fffbf8d0000 - 0x00007fffbf8e7000     C:\WINDOWS\SYSTEM32\CRYPTSP.dll
0x00007fffbf300000 - 0x00007fffbf333000     C:\WINDOWS\system32\rsaenh.dll
0x00007fffbfda0000 - 0x00007fffbfdc8000     C:\WINDOWS\SYSTEM32\USERENV.dll
0x00007fffbf8f0000 - 0x00007fffbf8fb000     C:\WINDOWS\SYSTEM32\CRYPTBASE.dll
0x00007fffb69c0000 - 0x00007fffb69d6000     C:\WINDOWS\SYSTEM32\dhcpcsvc6.DLL
0x00007fffb6a20000 - 0x00007fffb6a3a000     C:\WINDOWS\SYSTEM32\dhcpcsvc.DLL
0x000000005e8b0000 - 0x000000005e8c7000     C:\Users\Brandon\Documents\Curse\Minecraft\Install\runtime\jre-x64\1.8.0_51\bin\unpack.dll
0x0000000180000000 - 0x0000000180053000     C:\Users\Brandon\AppData\Local\Temp\a7d2-57c2-e534-dbbc\lwjgl64.dll
0x00007fff9ce30000 - 0x00007fff9cf50000     C:\WINDOWS\SYSTEM32\OPENGL32.dll
0x00007fff9cdc0000 - 0x00007fff9cdec000     C:\WINDOWS\SYSTEM32\GLU32.dll
0x000000005e710000 - 0x000000005e8a8000     C:\Users\Brandon\Documents\Curse\Minecraft\Install\runtime\jre-x64\1.8.0_51\bin\awt.dll
0x00007fffc2e10000 - 0x00007fffc2ed2000     C:\WINDOWS\System32\OLEAUT32.dll
0x00007fffbd340000 - 0x00007fffbd3cb000     C:\WINDOWS\SYSTEM32\apphelp.dll
0x00007fffbd4b0000 - 0x00007fffbd548000     C:\WINDOWS\system32\uxtheme.dll
0x00007fffc2ee0000 - 0x00007fffc3054000     C:\WINDOWS\System32\MSCTF.dll
0x00007fffbd750000 - 0x00007fffbd779000     C:\WINDOWS\system32\dwmapi.dll
0x00007fffb25d0000 - 0x00007fffb2667000     C:\WINDOWS\System32\TextInputFramework.dll
0x00007fffbb760000 - 0x00007fffbba7e000     C:\WINDOWS\System32\CoreUIComponents.dll
0x00007fffbcce0000 - 0x00007fffbcdba000     C:\WINDOWS\System32\CoreMessaging.dll
0x00007fffbef90000 - 0x00007fffbefc1000     C:\WINDOWS\SYSTEM32\ntmarta.dll
0x00007fffbb420000 - 0x00007fffbb56d000     C:\WINDOWS\SYSTEM32\wintypes.dll
0x00007fffb3a40000 - 0x00007fffb3aab000     C:\WINDOWS\system32\Oleacc.dll
0x00007fff814d0000 - 0x00007fff8222f000     C:\WINDOWS\System32\DriverStore\FileRepository\igdlh64.inf_amd64_65b8809c3ce25523\ig9icd64.dll
0x00007fffbc560000 - 0x00007fffbc573000     C:\WINDOWS\SYSTEM32\WTSAPI32.dll
0x00007fffab5f0000 - 0x00007fffab698000     C:\WINDOWS\SYSTEM32\mscms.dll
0x00007fffac780000 - 0x00007fffac790000     C:\WINDOWS\SYSTEM32\ColorAdapterClient.dll
0x00007fffb7f30000 - 0x00007fffb7f73000     C:\WINDOWS\SYSTEM32\icm32.dll
0x00007fffb80d0000 - 0x00007fffb922d000     C:\WINDOWS\System32\DriverStore\FileRepository\igdlh64.inf_amd64_65b8809c3ce25523\igc64.dll
0x00007fffbedd0000 - 0x00007fffbee8b000     C:\WINDOWS\SYSTEM32\dxgi.dll
0x00007fffbea70000 - 0x00007fffbed7b000     C:\WINDOWS\SYSTEM32\d3d11.dll
0x00007fffb9940000 - 0x00007fffbb09f000     C:\WINDOWS\System32\DriverStore\FileRepository\igdlh64.inf_amd64_65b8809c3ce25523\igd10iumd64.dll
0x00007fffbf9d0000 - 0x00007fffbf9f6000     C:\WINDOWS\SYSTEM32\ncrypt.dll
0x00007fffbf990000 - 0x00007fffbf9c6000     C:\WINDOWS\SYSTEM32\NTASN1.dll
0x00007fffb77f0000 - 0x00007fffb7832000     C:\Users\Brandon\AppData\Local\Temp\jna-1802382214\jna353915051161075082.dll
0x00007fffa63d0000 - 0x00007fffa64fd000     C:\Users\Brandon\Documents\Curse\Minecraft\Instances\King Mammoth\OpenComputersMod-1.7.2.67-lua52-native.64.dll
0x00007fff93bd0000 - 0x00007fff93d71000     C:\Users\Brandon\Documents\Curse\Minecraft\Instances\King Mammoth\OpenComputersMod-1.7.2.67-lua53-native.64.dll
0x000000005e6d0000 - 0x000000005e701000     C:\Users\Brandon\Documents\Curse\Minecraft\Install\runtime\jre-x64\1.8.0_51\bin\jpeg.dll
0x0000000042000000 - 0x0000000042047000     C:\Users\Brandon\Documents\Curse\Minecraft\Install\runtime\jre-x64\1.8.0_51\bin\fontmanager.dll
0x00007fffc2b20000 - 0x00007fffc2c71000     C:\WINDOWS\System32\ole32.dll
0x000000004b220000 - 0x000000004b262000     C:\Users\Brandon\Documents\Curse\Minecraft\Install\runtime\jre-x64\1.8.0_51\bin\t2k.dll
0x00000000c3cc0000 - 0x00000000c3ccc000     C:\Users\Brandon\Documents\Curse\Minecraft\Install\runtime\jre-x64\1.8.0_51\bin\jsound.dll
0x00000000c3cd0000 - 0x00000000c3cdb000     C:\Users\Brandon\Documents\Curse\Minecraft\Install\runtime\jre-x64\1.8.0_51\bin\jsoundds.dll
0x00007fff8ad20000 - 0x00007fff8adaf000     C:\WINDOWS\SYSTEM32\DSOUND.dll
0x00007fffb65c0000 - 0x00007fffb6636000     C:\WINDOWS\SYSTEM32\MMDevAPI.DLL
0x00007fffbfcb0000 - 0x00007fffbfcd7000     C:\WINDOWS\SYSTEM32\DEVOBJ.dll
0x00007fffbc370000 - 0x00007fffbc524000     C:\WINDOWS\SYSTEM32\PROPSYS.dll
0x00007fff965d0000 - 0x00007fff96614000     C:\WINDOWS\SYSTEM32\wdmaud.drv
0x00007fffb6f80000 - 0x00007fffb6f89000     C:\WINDOWS\SYSTEM32\ksuser.dll
0x00007fffbedb0000 - 0x00007fffbedba000     C:\WINDOWS\SYSTEM32\AVRT.dll
0x00007fffa8d70000 - 0x00007fffa8e9c000     C:\WINDOWS\SYSTEM32\AUDIOSES.DLL
0x00007fff96540000 - 0x00007fff9654d000     C:\WINDOWS\SYSTEM32\msacm32.drv
0x00007fff96520000 - 0x00007fff9653c000     C:\WINDOWS\SYSTEM32\MSACM32.dll
0x00007fff964a0000 - 0x00007fff964aa000     C:\WINDOWS\SYSTEM32\midimap.dll
0x00007fffc11c0000 - 0x00007fffc1260000     C:\WINDOWS\System32\clbcatq.dll
0x00000000c53a0000 - 0x00000000c5442000     C:\Users\Brandon\Documents\Curse\Minecraft\Install\runtime\jre-x64\1.8.0_51\bin\mlib_image.dll
0x00000000c9030000 - 0x00000000c9094000     C:\Users\Brandon\AppData\Local\Temp\a7d2-57c2-e534-dbbc\OpenAL64.dll
0x00007fffbc300000 - 0x00007fffbc31a000     C:\Users\Brandon\AppData\Local\Temp\a7d2-57c2-e534-dbbc\SAPIWrapper_x64.dll
0x00007fffb26f0000 - 0x00007fffb2804000     C:\Windows\System32\Windows.UI.dll
0x00007fffb2670000 - 0x00007fffb26e9000     C:\Windows\System32\InputHost.dll
0x00007fffbe820000 - 0x00007fffbe9e9000     C:\WINDOWS\SYSTEM32\dbghelp.dll

VM Arguments:
jvm_args: -Dos.name=Windows 10 -Dos.version=10.0 -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Djava.library.path=C:\Users\Brandon\AppData\Local\Temp\a7d2-57c2-e534-dbbc -Dminecraft.launcher.brand=minecraft-launcher -Dminecraft.launcher.version=2.1.1462 -Dminecraft.client.jar=C:\Users\Brandon\Documents\Curse\Minecraft\Install\versions\1.12.2\1.12.2.jar -Xmx14000m -Xms256m -XX:PermSize=256m -Dminecraft.applet.TargetDirectory=C:\Users\Brandon\Documents\Curse\Minecraft\Instances\King Mammoth -Dfml.ignorePatchDiscrepancies=true -Dfml.ignoreInvalidMinecraftCertificates=true -Duser.language=en -Duser.country=US -Dlog4j.configurationFile=C:/Users\Brandon\Documents\Curse\Minecraft\Install\assets\log_configs\client-1.12.xml 
java_command: net.minecraft.launchwrapper.Launch --username PulseBeat_02 --version forge-14.23.5.2772 --gameDir C:/Users\Brandon\Documents\Curse\Minecraft\Instances\King Mammoth --assetsDir C:/Users\Brandon\Documents\Curse\Minecraft\Install/assets --assetIndex 1.12 --uuid 1e681c6d7e9e48bd82b528a1d593a408 --accessToken 6a11690c5b5249fda659d2f3b2d2ee7c --userType mojang --tweakClass net.minecraftforge.fml.common.launcher.FMLTweaker --versionType Forge --width 1024 --height 768
java_class_path (initial): C:\Users\Brandon\Documents\Curse\Minecraft\Install\libraries\net\minecraftforge\forge\1.12.2-14.23.5.2772\forge-1.12.2-14.23.5.2772.jar;C:\Users\Brandon\Documents\Curse\Minecraft\Install\libraries\net\minecraft\launchwrapper\1.12\launchwrapper-1.12.jar;C:\Users\Brandon\Documents\Curse\Minecraft\Install\libraries\org\ow2\asm\asm-all\5.2\asm-all-5.2.jar;C:\Users\Brandon\Documents\Curse\Minecraft\Install\libraries\org\jline\jline\3.5.1\jline-3.5.1.jar;C:\Users\Brandon\Documents\Curse\Minecraft\Install\libraries\net\java\dev\jna\jna\4.4.0\jna-4.4.0.jar;C:\Users\Brandon\Documents\Curse\Minecraft\Install\libraries\com\typesafe\akka\akka-actor_2.11\2.3.3\akka-actor_2.11-2.3.3.jar;C:\Users\Brandon\Documents\Curse\Minecraft\Install\libraries\com\typesafe\config\1.2.1\config-1.2.1.jar;C:\Users\Brandon\Documents\Curse\Minecraft\Install\libraries\org\scala-lang\scala-actors-migration_2.11\1.1.0\scala-actors-migration_2.11-1.1.0.jar;C:\Users\Brandon\Documents\Curse\Minecraft\Install\libraries\org\scala-lang\scala-compiler\2.11.1\scala-compiler-2.11.1.jar;C:\Users\Brandon\Documents\Curse\Minecraft\Install\libraries\org\scala-lang\plugins\scala-continuations-library_2.11\1.0.2\scala-continuations-library_2.11-1.0.2.jar;C:\Users\Brandon\Documents\Curse\Minecraft\Install\libraries\org\scala-lang\plugins\scala-continuations-plugin_2.11.1\1.0.2\scala-continuations-plugin_2.11.1-1.0.2.jar;C:\Users\Brandon\Documents\Curse\Minecraft\Install\libraries\org\scala-lang\scala-library\2.11.1\scala-library-2.11.1.jar;C:\Users\Brandon\Documents\Curse\Minecraft\Install\libraries\org\scala-lang\scala-parser-combinators_2.11\1.0.1\scala-parser-combinators_2.11-1.0.1.jar;C:\Users\Brandon\Documents\Curse\Minecraft\Install\libraries\org\scala-lang\scala-reflect\2.11.1\scala-reflect-2.11.1.jar;C:\Users\Brandon\Documents\Curse\Minecraft\Install\libraries\org\scala-lang\scala-swing_2.11\1.0.1\scala-swing_2.11-1.0.1.jar;C:\Users\Brandon\Documents\Curse\Minecraft\Install\librar
Launcher Type: SUN_STANDARD

Environment Variables:
JAVA_HOME=C:\Program Files\Java\jdk1.8.0_172
PATH=C:\Program Files (x86)\Common Files\Oracle\Java\javapath;C:\Program Files (x86)\Common Files\Intel\Shared Libraries\redist\intel64\compiler;C:\ProgramData\Oracle\Java\javapath;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\WINDOWS\System32\WindowsPowerShell\v1.0\;C:\Program Files\Intel\WiFi\bin\;C:\Program Files\Common Files\Intel\WirelessCommon\;C:\Program Files (x86)\Skype\Phone\;C:\Program Files\Gradle\gradle-4.5.1\bin;C:\Users\Brandon\Desktop\gradle-4.6-all\gradle-4.6\bin;C:\Program Files (x86)\OpenSSH\bin;C:\Program Files\PuTTY\;C:\Program Files\dotnet\;C:\WINDOWS\System32\OpenSSH\;C:\Program Files\Java\jdk1.8.0_172\bin;C:\Users\Brandon\AppData\Local\Microsoft\WindowsApps;C:\Users\Brandon\AppData\Roaming\Dashlane\4.6.6.23032\bin\Firefox_Extension\{442718d9-475e-452a-b3e1-fb1ee16b8e9f}\components;C:\Users\Brandon\AppData\Roaming\Dashlane\5.2.0.12122\bin\Firefox_Extension\{442718d9-475e-452a-b3e1-fb1ee16b8e9f}\components;C:\Users\Brandon\AppData\Roaming\Dashlane\5.2.0.12122\ucrt;
USERNAME=Brandon
OS=Windows_NT
PROCESSOR_IDENTIFIER=Intel64 Family 6 Model 78 Stepping 3, GenuineIntel

---------------  S Y S T E M  ---------------

OS: Windows 10.0 , 64 bit Build 17134 (10.0.17134.1)

CPU:total 4 (2 cores per cpu, 2 threads per core) family 6 model 78 stepping 3, cmov, cx8, fxsr, mmx, sse, sse2, sse3, ssse3, sse4.1, sse4.2, popcnt, avx, avx2, aes, clmul, erms, 3dnowpref, lzcnt, ht, tsc, tscinvbit, bmi1, bmi2, adx

Memory: 4k page, physical 16684112k(483976k free), swap 21087312k(1312k free)

vm_info: Java HotSpot(TM) 64-Bit Server VM (25.51-b03) for windows-amd64 JRE (1.8.0_51-b16), built on Jun  8 2015 18:03:07 by "java_re" with MS VC++ 10.0 (VS2010)

time: Sun Nov 11 17:37:28 2018
elapsed time: 9040 seconds (0d 2h 30m 40s)

 

 

Link to comment
Share on other sites

How much RAM do you have in your machine?

How much of that is actually available (not being used by other programs)?

This is my Forum Signature, I am currently attempting to transform it into a small guide for fixing easier issues using spoiler blocks to keep things tidy.

 

As the most common issue I feel I should put this outside the main bulk:

The only official source for Forge is https://files.minecraftforge.net, and the only site I trust for getting mods is CurseForge.

If you use any site other than these, please take a look at the StopModReposts project and install their browser extension, I would also advise running a virus scan.

 

For players asking for assistance with Forge please expand the spoiler below and read the appropriate section(s) in its/their entirety.

Spoiler

Logs (Most issues require logs to diagnose):

Spoiler

Please post logs using one of the following sites (Thank you Lumber Wizard for the list):

https://gist.github.com/100MB Requires member (Free)

https://pastebin.com/: 512KB as guest, 10MB as Pro ($$$)

https://hastebin.com/: 400KB

Do NOT use sites like Mediafire, Dropbox, OneDrive, Google Drive, or a site that has a countdown before offering downloads.

 

What to provide:

...for Crashes and Runtime issues:

Minecraft 1.14.4 and newer:

Post debug.log

Older versions:

Please update...

 

...for Installer Issues:

Post your installer log, found in the same place you ran the installer

This log will be called either installer.log or named the same as the installer but with .log on the end

Note for Windows users:

Windows hides file extensions by default so the installer may appear without the .jar extension then when the .log is added the log will appear with the .jar extension

 

Where to get it:

Mojang Launcher: When using the Mojang launcher debug.log is found in .minecraft\logs.

 

Curse/Overwolf: If you are using the Curse Launcher, their configurations break Forge's log settings, fortunately there is an easier workaround than I originally thought, this works even with Curse's installation of the Minecraft launcher as long as it is not launched THROUGH Twitch:

Spoiler
  1. Make sure you have the correct version of Forge installed (some packs are heavily dependent on one specific build of Forge)
  2. Make a launcher profile targeting this version of Forge.
  3. Set the launcher profile's GameDir property to the pack's instance folder (not the instances folder, the folder that has the pack's name on it).
  4. Now launch the pack through that profile and follow the "Mojang Launcher" instructions above.

Video:

Spoiler

 

 

 

or alternately, 

 

Fallback ("No logs are generated"):

If you don't see logs generated in the usual place, provide the launcher_log.txt from .minecraft

 

Server Not Starting:

Spoiler

If your server does not start or a command window appears and immediately goes away, run the jar manually and provide the output.

 

Reporting Illegal/Inappropriate Adfocus Ads:

Spoiler

Get a screenshot of the URL bar or copy/paste the whole URL into a thread on the General Discussion board with a description of the Ad.

Lex will need the Ad ID contained in that URL to report it to Adfocus' support team.

 

Posting your mod as a GitHub Repo:

Spoiler

When you have an issue with your mod the most helpful thing you can do when asking for help is to provide your code to those helping you. The most convenient way to do this is via GitHub or another source control hub.

When setting up a GitHub Repo it might seem easy to just upload everything, however this method has the potential for mistakes that could lead to trouble later on, it is recommended to use a Git client or to get comfortable with the Git command line. The following instructions will use the Git Command Line and as such they assume you already have it installed and that you have created a repository.

 

  1. Open a command prompt (CMD, Powershell, Terminal, etc).
  2. Navigate to the folder you extracted Forge’s MDK to (the one that had all the licenses in).
  3. Run the following commands:
    1. git init
    2. git remote add origin [Your Repository's URL]
      • In the case of GitHub it should look like: https://GitHub.com/[Your Username]/[Repo Name].git
    3. git fetch
    4. git checkout --track origin/master
    5. git stage *
    6. git commit -m "[Your commit message]"
    7. git push
  4. Navigate to GitHub and you should now see most of the files.
    • note that it is intentional that some are not synced with GitHub and this is done with the (hidden) .gitignore file that Forge’s MDK has provided (hence the strictness on which folder git init is run from)
  5. Now you can share your GitHub link with those who you are asking for help.

[Workaround line, please ignore]

 

Link to comment
Share on other sites

Don't do that... You need to leave ram for other programs that are running

3 hours ago, PulseBeat_02 said:

# There is insufficient memory for the Java Runtime Environment to continue.
# Native memory allocation (malloc) failed to allocate 864496 bytes for Chunk::new
# Possible reasons:
#   The system is out of physical RAM or swap space
#   In 32 bit mode, the process size limit was hit
# Possible solutions:
#   Reduce memory load on the system
#   Increase physical memory or swap space
#   Check if swap backing store is full
#   Use 64 bit Java on a 64 bit OS
#   Decrease Java heap size (-Xmx/-Xms)
#   Decrease number of Java threads
#   Decrease Java thread stack sizes (-Xss)
#   Set larger code cache with -XX:ReservedCodeCacheSize=

 

This is my Forum Signature, I am currently attempting to transform it into a small guide for fixing easier issues using spoiler blocks to keep things tidy.

 

As the most common issue I feel I should put this outside the main bulk:

The only official source for Forge is https://files.minecraftforge.net, and the only site I trust for getting mods is CurseForge.

If you use any site other than these, please take a look at the StopModReposts project and install their browser extension, I would also advise running a virus scan.

 

For players asking for assistance with Forge please expand the spoiler below and read the appropriate section(s) in its/their entirety.

Spoiler

Logs (Most issues require logs to diagnose):

Spoiler

Please post logs using one of the following sites (Thank you Lumber Wizard for the list):

https://gist.github.com/100MB Requires member (Free)

https://pastebin.com/: 512KB as guest, 10MB as Pro ($$$)

https://hastebin.com/: 400KB

Do NOT use sites like Mediafire, Dropbox, OneDrive, Google Drive, or a site that has a countdown before offering downloads.

 

What to provide:

...for Crashes and Runtime issues:

Minecraft 1.14.4 and newer:

Post debug.log

Older versions:

Please update...

 

...for Installer Issues:

Post your installer log, found in the same place you ran the installer

This log will be called either installer.log or named the same as the installer but with .log on the end

Note for Windows users:

Windows hides file extensions by default so the installer may appear without the .jar extension then when the .log is added the log will appear with the .jar extension

 

Where to get it:

Mojang Launcher: When using the Mojang launcher debug.log is found in .minecraft\logs.

 

Curse/Overwolf: If you are using the Curse Launcher, their configurations break Forge's log settings, fortunately there is an easier workaround than I originally thought, this works even with Curse's installation of the Minecraft launcher as long as it is not launched THROUGH Twitch:

Spoiler
  1. Make sure you have the correct version of Forge installed (some packs are heavily dependent on one specific build of Forge)
  2. Make a launcher profile targeting this version of Forge.
  3. Set the launcher profile's GameDir property to the pack's instance folder (not the instances folder, the folder that has the pack's name on it).
  4. Now launch the pack through that profile and follow the "Mojang Launcher" instructions above.

Video:

Spoiler

 

 

 

or alternately, 

 

Fallback ("No logs are generated"):

If you don't see logs generated in the usual place, provide the launcher_log.txt from .minecraft

 

Server Not Starting:

Spoiler

If your server does not start or a command window appears and immediately goes away, run the jar manually and provide the output.

 

Reporting Illegal/Inappropriate Adfocus Ads:

Spoiler

Get a screenshot of the URL bar or copy/paste the whole URL into a thread on the General Discussion board with a description of the Ad.

Lex will need the Ad ID contained in that URL to report it to Adfocus' support team.

 

Posting your mod as a GitHub Repo:

Spoiler

When you have an issue with your mod the most helpful thing you can do when asking for help is to provide your code to those helping you. The most convenient way to do this is via GitHub or another source control hub.

When setting up a GitHub Repo it might seem easy to just upload everything, however this method has the potential for mistakes that could lead to trouble later on, it is recommended to use a Git client or to get comfortable with the Git command line. The following instructions will use the Git Command Line and as such they assume you already have it installed and that you have created a repository.

 

  1. Open a command prompt (CMD, Powershell, Terminal, etc).
  2. Navigate to the folder you extracted Forge’s MDK to (the one that had all the licenses in).
  3. Run the following commands:
    1. git init
    2. git remote add origin [Your Repository's URL]
      • In the case of GitHub it should look like: https://GitHub.com/[Your Username]/[Repo Name].git
    3. git fetch
    4. git checkout --track origin/master
    5. git stage *
    6. git commit -m "[Your commit message]"
    7. git push
  4. Navigate to GitHub and you should now see most of the files.
    • note that it is intentional that some are not synced with GitHub and this is done with the (hidden) .gitignore file that Forge’s MDK has provided (hence the strictness on which folder git init is run from)
  5. Now you can share your GitHub link with those who you are asking for help.

[Workaround line, please ignore]

 

Link to comment
Share on other sites

Why don't you try from the low end rather than the high end, unless you have a godlike CPU more RAM will cause more stutter when GC runs

This is my Forum Signature, I am currently attempting to transform it into a small guide for fixing easier issues using spoiler blocks to keep things tidy.

 

As the most common issue I feel I should put this outside the main bulk:

The only official source for Forge is https://files.minecraftforge.net, and the only site I trust for getting mods is CurseForge.

If you use any site other than these, please take a look at the StopModReposts project and install their browser extension, I would also advise running a virus scan.

 

For players asking for assistance with Forge please expand the spoiler below and read the appropriate section(s) in its/their entirety.

Spoiler

Logs (Most issues require logs to diagnose):

Spoiler

Please post logs using one of the following sites (Thank you Lumber Wizard for the list):

https://gist.github.com/100MB Requires member (Free)

https://pastebin.com/: 512KB as guest, 10MB as Pro ($$$)

https://hastebin.com/: 400KB

Do NOT use sites like Mediafire, Dropbox, OneDrive, Google Drive, or a site that has a countdown before offering downloads.

 

What to provide:

...for Crashes and Runtime issues:

Minecraft 1.14.4 and newer:

Post debug.log

Older versions:

Please update...

 

...for Installer Issues:

Post your installer log, found in the same place you ran the installer

This log will be called either installer.log or named the same as the installer but with .log on the end

Note for Windows users:

Windows hides file extensions by default so the installer may appear without the .jar extension then when the .log is added the log will appear with the .jar extension

 

Where to get it:

Mojang Launcher: When using the Mojang launcher debug.log is found in .minecraft\logs.

 

Curse/Overwolf: If you are using the Curse Launcher, their configurations break Forge's log settings, fortunately there is an easier workaround than I originally thought, this works even with Curse's installation of the Minecraft launcher as long as it is not launched THROUGH Twitch:

Spoiler
  1. Make sure you have the correct version of Forge installed (some packs are heavily dependent on one specific build of Forge)
  2. Make a launcher profile targeting this version of Forge.
  3. Set the launcher profile's GameDir property to the pack's instance folder (not the instances folder, the folder that has the pack's name on it).
  4. Now launch the pack through that profile and follow the "Mojang Launcher" instructions above.

Video:

Spoiler

 

 

 

or alternately, 

 

Fallback ("No logs are generated"):

If you don't see logs generated in the usual place, provide the launcher_log.txt from .minecraft

 

Server Not Starting:

Spoiler

If your server does not start or a command window appears and immediately goes away, run the jar manually and provide the output.

 

Reporting Illegal/Inappropriate Adfocus Ads:

Spoiler

Get a screenshot of the URL bar or copy/paste the whole URL into a thread on the General Discussion board with a description of the Ad.

Lex will need the Ad ID contained in that URL to report it to Adfocus' support team.

 

Posting your mod as a GitHub Repo:

Spoiler

When you have an issue with your mod the most helpful thing you can do when asking for help is to provide your code to those helping you. The most convenient way to do this is via GitHub or another source control hub.

When setting up a GitHub Repo it might seem easy to just upload everything, however this method has the potential for mistakes that could lead to trouble later on, it is recommended to use a Git client or to get comfortable with the Git command line. The following instructions will use the Git Command Line and as such they assume you already have it installed and that you have created a repository.

 

  1. Open a command prompt (CMD, Powershell, Terminal, etc).
  2. Navigate to the folder you extracted Forge’s MDK to (the one that had all the licenses in).
  3. Run the following commands:
    1. git init
    2. git remote add origin [Your Repository's URL]
      • In the case of GitHub it should look like: https://GitHub.com/[Your Username]/[Repo Name].git
    3. git fetch
    4. git checkout --track origin/master
    5. git stage *
    6. git commit -m "[Your commit message]"
    7. git push
  4. Navigate to GitHub and you should now see most of the files.
    • note that it is intentional that some are not synced with GitHub and this is done with the (hidden) .gitignore file that Forge’s MDK has provided (hence the strictness on which folder git init is run from)
  5. Now you can share your GitHub link with those who you are asking for help.

[Workaround line, please ignore]

 

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Announcements



×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.