I am playing on a modded LAN server with one other person and every 30 minutes or whenever a large event happens it just crashes and I don't know if it's just chunk loading or what because I crash at my base. Any ideas?
I didn't get an actual crash report file but I do have part of the log file:
[21:57:46] [Server thread/ERROR]: Error handling WorldEvent.Unload[21:57:46] [Server thread/ERROR]: Error handling WorldEvent.Unloadjava.lang.NullPointerException: null at journeymap.client.forge.event.WorldEventHandler.onUnload(WorldEventHandler.java:33) [WorldEventHandler.class:1.12.2-5.5.2] at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_2012_WorldEventHandler_onUnload_Unload.invoke(.dynamic) [?:?] at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90) [ASMEventHandler.class:?] at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:182) [EventBus.class:?] at net.minecraftforge.common.DimensionManager.unloadWorlds(DimensionManager.java:403) [DimensionManager.class:?] at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:788) [MinecraftServer.class:?] at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:668) [MinecraftServer.class:?] at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:252) [chd.class:?] at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:526) [MinecraftServer.class:?] at java.lang.Thread.run(Thread.java:745) [?:1.8.0_51][21:57:46] [Server thread/INFO]: Unloading dimension -11325[21:57:46] [Server thread/INFO]: Removing aura cache for world -1[21:57:46] [Server thread/ERROR]: ExecutionException in getPlayer: com.google.common.util.concurrent.UncheckedExecutionException: java.lang.NullPointerException at com.google.common.cache.LocalCache$Segment.get(LocalCache.java:2217) at com.google.common.cache.LocalCache.get(LocalCache.java:4154) at com.google.common.cache.LocalCache.getOrLoad(LocalCache.java:4158) at com.google.common.cache.LocalCache$LocalLoadingCache.get(LocalCache.java:5147) at journeymap.client.data.DataCache.getPlayer(DataCache.java:303) at journeymap.client.data.DataCache.getPlayer(DataCache.java:190) at journeymap.client.forge.event.WorldEventHandler.onUnload(WorldEventHandler.java:33) at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_2012_WorldEventHandler_onUnload_Unload.invoke(.dynamic) at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90) at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:182) at net.minecraftforge.common.DimensionManager.unloadWorlds(DimensionManager.java:403) at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:788) at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:668) at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:252) at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:526) at java.lang.Thread.run(Thread.java:745)Caused by: java.lang.NullPointerException at com.google.common.base.Preconditions.checkNotNull(Preconditions.java:770) at com.google.common.cache.LocalCache.get(LocalCache.java:4153) at com.google.common.cache.LocalCache.getOrLoad(LocalCache.java:4158) at com.google.common.cache.LocalCache$LocalLoadingCache.get(LocalCache.java:5147) at com.google.common.cache.LocalCache$LocalLoadingCache.getUnchecked(LocalCache.java:5153) at journeymap.client.data.DataCache.getEntityDTO(DataCache.java:441) at journeymap.client.data.PlayerData.load(PlayerData.java:86) at journeymap.client.data.PlayerData.load(PlayerData.java:30) at com.google.common.cache.LocalCache$LoadingValueReference.loadFuture(LocalCache.java:3716) at com.google.common.cache.LocalCache$Segment.loadSync(LocalCache.java:2424) at com.google.common.cache.LocalCache$Segment.lockedGetOrLoad(LocalCache.java:2298) at com.google.common.cache.LocalCache$Segment.get(LocalCache.java:2211) ... 15 more
[21:57:46] [Server thread/ERROR]: Error handling WorldEvent.Unloadjava.lang.NullPointerException: null at journeymap.client.forge.event.WorldEventHandler.onUnload(WorldEventHandler.java:33) [WorldEventHandler.class:1.12.2-5.5.2] at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_2012_WorldEventHandler_onUnload_Unload.invoke(.dynamic) [?:?] at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90) [ASMEventHandler.class:?] at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:182) [EventBus.class:?] at net.minecraftforge.common.DimensionManager.unloadWorlds(DimensionManager.java:403) [DimensionManager.class:?] at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:788) [MinecraftServer.class:?] at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:668) [MinecraftServer.class:?] at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:252) [chd.class:?] at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:526) [MinecraftServer.class:?] at java.lang.Thread.run(Thread.java:745) [?:1.8.0_51][21:57:46] [Server thread/INFO]: Unloading dimension -1[21:57:46] [Server thread/INFO]: Removing aura cache for world 7[21:57:46] [Server thread/ERROR]: ExecutionException in getPlayer: com.google.common.util.concurrent.UncheckedExecutionException: java.lang.NullPointerException at com.google.common.cache.LocalCache$Segment.get(LocalCache.java:2217) at com.google.common.cache.LocalCache.get(LocalCache.java:4154) at com.google.common.cache.LocalCache.getOrLoad(LocalCache.java:4158) at com.google.common.cache.LocalCache$LocalLoadingCache.get(LocalCache.java:5147) at journeymap.client.data.DataCache.getPlayer(DataCache.java:303) at journeymap.client.data.DataCache.getPlayer(DataCache.java:190) at journeymap.client.forge.event.WorldEventHandler.onUnload(WorldEventHandler.java:33) at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_2012_WorldEventHandler_onUnload_Unload.invoke(.dynamic) at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90) at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:182) at net.minecraftforge.common.DimensionManager.unloadWorlds(DimensionManager.java:403) at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:788) at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:668) at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:252) at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:526) at java.lang.Thread.run(Thread.java:745)Caused by: java.lang.NullPointerException at com.google.common.base.Preconditions.checkNotNull(Preconditions.java:770) at com.google.common.cache.LocalCache.get(LocalCache.java:4153) at com.google.common.cache.LocalCache.getOrLoad(LocalCache.java:4158) at com.google.common.cache.LocalCache$LocalLoadingCache.get(LocalCache.java:5147) at com.google.common.cache.LocalCache$LocalLoadingCache.getUnchecked(LocalCache.java:5153) at journeymap.client.data.DataCache.getEntityDTO(DataCache.java:441) at journeymap.client.data.PlayerData.load(PlayerData.java:86) at journeymap.client.data.PlayerData.load(PlayerData.java:30) at com.google.common.cache.LocalCache$LoadingValueReference.loadFuture(LocalCache.java:3716) at com.google.common.cache.LocalCache$Segment.loadSync(LocalCache.java:2424) at com.google.common.cache.LocalCache$Segment.lockedGetOrLoad(LocalCache.java:2298) at com.google.common.cache.LocalCache$Segment.get(LocalCache.java:2211) ... 15 more
[21:57:46] [Server thread/ERROR]: Error handling WorldEvent.Unloadjava.lang.NullPointerException: null at journeymap.client.forge.event.WorldEventHandler.onUnload(WorldEventHandler.java:33) [WorldEventHandler.class:1.12.2-5.5.2] at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_2012_WorldEventHandler_onUnload_Unload.invoke(.dynamic) [?:?] at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90) [ASMEventHandler.class:?] at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:182) [EventBus.class:?] at net.minecraftforge.common.DimensionManager.unloadWorlds(DimensionManager.java:403) [DimensionManager.class:?] at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:788) [MinecraftServer.class:?] at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:668) [MinecraftServer.class:?] at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:252) [chd.class:?] at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:526) [MinecraftServer.class:?] at java.lang.Thread.run(Thread.java:745) [?:1.8.0_51][21:57:46] [Server thread/INFO]: Unloading dimension 7[21:57:47] [Netty Local Client IO #0/INFO]: Server protocol version 2[21:57:47] [Netty Server IO #1/INFO]: Client protocol version 2[21:57:47] [Netty Server IO #1/INFO]: Client attempting to join with 138 mods : [email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected]+release.109.220f184,[email protected],[email protected],[email protected],[email protected],[email protected]4.132,[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected]${version},[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected] 2.6.1,[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected][21:57:47] [Netty Server IO #1/INFO]: Sending config sync packet to player.[21:57:47] [Netty Local Client IO #0/INFO]: [Netty Local Client IO #0] Client side modded connection established[21:57:47] [main/INFO]: [AstralSorcery] Using gateway screenshots for folder 'modded_survival'[21:57:47] [Server thread/INFO]: Changing view distance to 8, from 10[21:57:47] [Server thread/WARN]: Can't keep up! Did the system time change, or is the server overloaded? Running 2595ms behind, skipping 51 tick(s)[21:57:47] [Server thread/INFO]: [Server thread] Server side modded connection established[21:57:47] [Server thread/INFO]: The_Enderminer[local:E:2f31a5c4] logged in with entity id 219 at (-80.31665072139474, 63.0, 1728.5182501997206)[21:57:47] [Server thread/INFO]: The_Enderminer joined the game[21:57:51] [Thread-36/INFO]: Stopping aura thread for dim 7[21:57:51] [Thread-35/INFO]: Stopping aura thread for dim -1[21:57:51] [Thread-31/INFO]: Stopping aura thread for dim -11325[21:57:51] [Thread-30/INFO]: Stopping aura thread for dim 28885[21:57:51] [Thread-29/INFO]: Stopping aura thread for dim 53[21:57:51] [Thread-28/INFO]: Stopping aura thread for dim 52[21:57:51] [Thread-25/INFO]: Stopping aura thread for dim 1[21:57:51] [Thread-27/INFO]: Stopping aura thread for dim 51[21:57:51] [Thread-26/INFO]: Stopping aura thread for dim 50[21:57:51] [TheRealp455w0rd Contributors DL Thread/INFO]: [p455w0rdslib.util.ContributorUtils$DLThread:run:328]: java.io.IOException: Server returned HTTP response code: 429 for URL: https://gitlab.com/p455w0rd/patrons/raw/master/patrons.txt[21:57:51] [TheRealp455w0rd Contributors DL Thread/INFO]: [p455w0rdslib.util.ContributorUtils$DLThread:run:328]: at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1839)[21:57:51] [TheRealp455w0rd Contributors DL Thread/INFO]: [p455w0rdslib.util.ContributorUtils$DLThread:run:328]: at sun.net.www.protocol.http.HttpURLConnection.access$200(HttpURLConnection.java:90)[21:57:51] [TheRealp455w0rd Contributors DL Thread/INFO]: [p455w0rdslib.util.ContributorUtils$DLThread:run:328]: at sun.net.www.protocol.http.HttpURLConnection$9.run(HttpURLConnection.java:1432)[21:57:51] [TheRealp455w0rd Contributors DL Thread/INFO]: [p455w0rdslib.util.ContributorUtils$DLThread:run:328]: at sun.net.www.protocol.http.HttpURLConnection$9.run(HttpURLConnection.java:1430)[21:57:51] [TheRealp455w0rd Contributors DL Thread/INFO]: [p455w0rdslib.util.ContributorUtils$DLThread:run:328]: at java.security.AccessController.doPrivileged(Native Method)[21:57:51] [TheRealp455w0rd Contributors DL Thread/INFO]: [p455w0rdslib.util.ContributorUtils$DLThread:run:328]: at java.security.AccessController.doPrivileged(AccessController.java:713)[21:57:51] [TheRealp455w0rd Contributors DL Thread/INFO]: [p455w0rdslib.util.ContributorUtils$DLThread:run:328]: at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1429)[21:57:51] [TheRealp455w0rd Contributors DL Thread/INFO]: [p455w0rdslib.util.ContributorUtils$DLThread:run:328]: at sun.net.www.protocol.https.HttpsURLConnectionImpl.getInputStream(HttpsURLConnectionImpl.java:254)[21:57:51] [TheRealp455w0rd Contributors DL Thread/INFO]: [p455w0rdslib.util.ContributorUtils$DLThread:run:328]: at p455w0rdslib.util.ContributorUtils$DLThread.run(ContributorUtils.java:316)[21:57:51] [main/INFO]: [CHAT] DZ[Mekanism] ǷUsing developer build Ǹ9.4.13[21:57:51] [Server thread/INFO]: Player EntityPlayerMP['The_Enderminer'/219, l='Modded Survival', x=-80.32, y=63.00, z=1728.52] connected. Sending ping[21:57:51] [Server thread/INFO]: Sending server configs to client for com.enderio.core.common.config.ConfigHandler[21:57:51] [Netty Local Client IO #0/INFO]: Received server authentication msg. Remote sync will be activated[21:57:52] [Server thread/INFO]: Successfully loaded WorldData![21:57:52] [Server thread/INFO]: Sending Player Data to player The_Enderminer with UUID aa7f56d9-937f-4025-bd24-3a6e71067d8b.[21:57:52] [main/INFO]: [CoroUtil.forge.CULog:log:14]: CoroUtil: resetting rotating particle renderer[21:57:52] [main/INFO]: [CoroUtil.forge.CULog:log:14]: Extended Renderer: Detected GLSL version: 4.60 NVIDIA[21:57:52] [Netty Local Client IO #0/INFO]: Received config from server.[21:57:52] [Thread-39/INFO]: VoiceServer: Starting client connection...[21:57:52] [Netty Local Client IO #0/INFO]: Received Cardboard Box blacklist entries from server (19 total)[21:57:52] [Thread-39/INFO]: VoiceServer: Successfully connected to server.[21:57:52] [main/INFO]: [CoroUtil.forge.CULog:log:14]: Extended Renderer: Initialized instanced rendering shaders[21:57:52] [VoiceServer Listen Thread/INFO]: VoiceServer: Accepted new connection.[21:57:52] [main/INFO]: [CoroUtil.forge.CULog:log:14]: Weather2: Setting up foliage replacers[21:57:52] [main/INFO]: [CoroUtil.forge.CULog:log:14]: Weather2: Setting up meshes for foliage shader[21:57:52] [Server thread/INFO]: Sent config to 'The_Enderminer.'[21:57:52] [Server thread/INFO]: [AstralSorcery] Synchronizing configuration to The_Enderminer[21:57:52] [Thread-43/INFO]: VoiceServer: Traced IP in 1 attempts.[21:57:52] [Thread-41/INFO]: No custom rewards detected for the current user![21:57:52] [Server thread/INFO]: Saving and pausing game...[21:57:52] [Server thread/INFO]: Saving chunks for level 'Modded Survival'/overworld[21:57:52] [Server thread/INFO]: Saving chunks for level 'Modded Survival'/ExtraUtils2_Quarry_Dim[21:57:52] [Server thread/INFO]: Saving chunks for level 'Modded Survival'/Spectre[21:57:52] [Server thread/INFO]: Saving chunks for level 'Modded Survival'/Storage Cell[21:57:53] [main/INFO]:
[CHAT] ERROR: creativeskull.zs:9 > could not find recipe[21:57:53] [main/INFO]: [CHAT] ERROR: creativeskull.zs:9 > Cannot cast ZenTypeNative: crafttweaker.item.IItemStack to ZenTypeNative: crafttweaker.data.IData[21:57:53] [main/INFO]: [CHAT] ERROR: creativeskull.zs:9 > Cannot cast ZenTypeNative: crafttweaker.item.IItemStack to ZenTypeNative: crafttweaker.data.IData[21:57:53] [main/INFO]: [CHAT] ERROR: creativeskull.zs:9 > Cannot cast ZenTypeNative: crafttweaker.item.IItemStack to ZenTypeNative: crafttweaker.data.IData[21:57:53] [main/INFO]: [CHAT] ERROR: creativeskull.zs:9 > Cannot cast ZenTypeNative: crafttweaker.item.IItemStack to ZenTypeNative: crafttweaker.data.IData[21:57:53] [main/INFO]: [CHAT] ERROR: creativeskull.zs:9 > Cannot cast ZenTypeNative: crafttweaker.item.IItemStack to ZenTypeNative: crafttweaker.data.IData[21:57:53] [main/INFO]: [CHAT] ERROR: creativeskull.zs:9 > Cannot cast ZenTypeNative: crafttweaker.item.IItemStack to ZenTypeNative: crafttweaker.data.IData[21:57:53] [main/INFO]: [CHAT] ERROR: creativeskull.zs:9 > Cannot cast ZenTypeNative: crafttweaker.item.IItemStack to ZenTypeNative: crafttweaker.data.IData[21:57:53] [main/INFO]: [CHAT] ERROR: creativeskull.zs:9 > Cannot cast ZenTypeNative: crafttweaker.item.IItemStack to ZenTypeNative: crafttweaker.data.IData[21:57:53] [main/INFO]: [CHAT] ERROR: creativeskull.zs:9 > Cannot cast ZenTypeNative: crafttweaker.item.IItemStack to ZenTypeNative: crafttweaker.data.IData[21:57:53] [main/INFO]: [CHAT] ERROR: [crafttweaker]: Error executing {[0:crafttweaker]: creativeskull.zs}: Bad type on operand stack\nException Details:\n Location:\n Creativeskull.__script__()V @168: invokestatic\n Reason:\n Type 'stanhebben/zenscript/value/IAny' (current frame, stack[4]) is not assignable to '[Lcrafttweaker/api/data/IData;'\n Current Frame:\n bci: @168\n flags: { }\n locals: { top, 'crafttweaker/api/item/IItemStack', top, 'crafttweaker/api/item/IItemStack', top, 'crafttweaker/api/item/IItemStack', top, 'crafttweaker/api/item/IItemStack', top, 'crafttweaker/api/item/IItemStack' }\n stack: { null, '[Lstanhebben/zenscript/value/IAny;', '[Lstanhebben/zenscript/value/IAny;', integer, 'stanhebben/zenscript/value/IAny' }\n Bytecode:\n 0x0000000: 120b 120c b800 124c 1214 1215 b800 124e\n 0x0000010: 1217 120c b800 123a 0512 1912 15b8 0012\n 0x0000020: 3a07 121b 121c b800 123a 0901 121d bd00\n 0x0000030: 1f59 120c 1909 59c7 0008 5701 a700 06b8\n 0x0000040: 0025 5359 1215 1226 bd00 2859 120c 1226\n 0x0000050: bd00 2859 120c 0153 5912 1501 5359 121d\n 0x0000060: 0153 b800 2e53 5912 1512 26bd 0028 5912\n 0x0000070: 0c01 5359 1215 0153 5912 1d01 53b8 002e\n 0x0000080: 5359 121d 1226 bd00 2859 120c 0153 5912\n 0x0000090: 1501 5359 121d 0153 b800 2e53 59c7 0008\n 0x00000a0: 5701 a700 06b8 0033 b800 2e59 c700 0857\n 0x00000b0: 01a7 0006 b800 3353 b900 3702 0057 b1 \n Stackmap Table:\n full_frame(@63,{Top,Object[#57],Top,Object[#57],Top,Object[#57],Top,Object[#57],Top,Object[#57]},{Null,Object[#59],Object[#59],Integer,Object[#57]})\n full_frame(@66,{Top,Object[#57],Top,Object[#57],Top,Object[#57],Top,Object[#57],Top,Object[#57]},{Null,Object[#59],Object[#59],Integer,Object[#31]})\n full_frame(@165,{Top,Object[#57],Top,Object[#57],Top,Object[#57],Top,Object[#57],Top,Object[#57]},{Null,Object[#59],Object[#59],Integer,Object[#61]})\n full_frame(@168,{Top,Object[#57],Top,Object[#57],Top,Object[#57],Top,Object[#57],Top,Object[#57]},{Null,Object[#59],Object[#59],Integer,Object[#31]})\n full_frame(@180,{Top,Object[#57],Top,Object[#57],Top,Object[#57],Top,Object[#57],Top,Object[#57]},{Null,Object[#59],Object[#59],Integer,Object[#40]})\n full_frame(@183,{Top,Object[#57],Top,Object[#57],Top,Object[#57],Top,Object[#57],Top,Object[#57]},{Null,Object[#59],Object[#59],Integer,Object[#31]})\n[21:57:53] [main/INFO]: Receiving (new or changed) Player Data for player The_Enderminer.[21:57:53] [main/INFO]: [CoroUtil.forge.CULog:log:14]: CoroUtil detected Tough As Nails Seasons Not Installed for use[21:57:53] [main/INFO]: [CoroUtil.forge.CULog:log:14]: CoroUtil detected Serene Seasons Not Installed for use[21:57:53] [Server thread/WARN]: Tried to add entity minecraft:item but it was marked as removed already[21:57:53] [Server thread/WARN]: Tried to add entity minecraft:item but it was marked as removed already[21:57:53] [Server thread/WARN]: Tried to add entity minecraft:item but it was marked as removed already[21:57:53] [Server thread/WARN]: Tried to add entity minecraft:item but it was marked as removed already[21:57:53] [Server thread/WARN]: Tried to add entity minecraft:item but it was marked as removed already[21:57:53] [Server thread/WARN]: Tried to add entity minecraft:item but it was marked as removed already[21:57:53] [Server thread/WARN]: Tried to add entity minecraft:item but it was marked as removed already[21:57:53] [Server thread/WARN]: Tried to add entity minecraft:item but it was marked as removed already[21:57:53] [Server thread/WARN]: Tried to add entity minecraft:item but it was marked as removed already[21:57:54] [Server thread/INFO]: [AstralSorcery] Load CachedWorldData 'structures' for world 0[21:57:54] [Server thread/INFO]: [AstralSorcery] Loading of 'structures' for world 0 finished.[21:57:54] [main/INFO]: Custom modded block handling enabled for bibliocraft[21:57:54] [main/INFO]: Custom modded block handling enabled for biomesoplenty[21:57:55] [main/INFO]: Loaded 441 advancements[21:57:55] [main/INFO]: [CHAT] Veinminer using client keybind. See mod config for details.[21:57:55] [main/INFO]: Received mode change 1[21:57:55] [main/INFO]: [CHAT] Veinminer client keybind set to activate on pressing the key.[21:57:56] [main/WARN]: core (Initialized) Bad configField entry during updateFrom(): optionsManagerViewed=null[21:57:56] [main/WARN]: core (Initialized) Bad configField entry during updateFrom(): splashViewed=null[21:57:56] [main/INFO]: Loading journeymap.topo.config[21:57:56] [main/INFO]: Loaded 17 waypoints from C:\Users\saint\OneDrive\Documents\Curse\Minecraft\Instances\Plus Pack 1.12 v2\journeymap\data\sp\Modded Survival\waypoints[21:57:56] [main/INFO]: Mapping started in C:\Users\saint\OneDrive\Documents\Curse\Minecraft\Instances\Plus Pack 1.12 v2\journeymap\data\sp\Modded Survival\DIM0. Memory: 4207MB total, 1457MB free [21:57:56] [main/INFO]: [CHAT] ȥJourneyMap:Ȧ Press [ȢJȦ][21:57:56] [main/INFO]: JourneyMap: Press [J][21:58:04] [Server thread/WARN]: Tried to add entity minecraft:item but it was marked as removed already[21:58:04] [Server thread/WARN]: Tried to add entity minecraft:item but it was marked as removed already[21:58:04] [Server thread/WARN]: Tried to add entity minecraft:item but it was marked as removed already[21:58:04] [Server thread/WARN]: Tried to add entity minecraft:item but it was marked as removed already[21:58:04] [Server thread/WARN]: Tried to add entity minecraft:item but it was marked as removed already[21:58:16] [main/INFO]: [CHAT] There is an Update for Actually Additions available![21:58:16] [main/INFO]: [CHAT] Current Version: 1.12.2-r135, newest Version: 1.12.2-r142[21:58:16] [main/INFO]: [CHAT] [Click for Changelog] [Click for Download][21:58:18] [Server thread/INFO]: Saving and pausing game...[21:58:18] [Server thread/INFO]: Saving chunks for level 'Modded Survival'/overworld[21:58:19] [Server thread/INFO]: Saving chunks for level 'Modded Survival'/ExtraUtils2_Quarry_Dim[21:58:19] [Server thread/INFO]: Saving chunks for level 'Modded Survival'/Spectre[21:58:19] [Server thread/INFO]: Saving chunks for level 'Modded Survival'/Storage Cell[21:59:19] [Server thread/INFO]: Saving and pausing game...[21:59:19] [Server thread/INFO]: Saving chunks for level 'Modded Survival'/overworld[21:59:20] [Server thread/INFO]: Saving chunks for level 'Modded Survival'/ExtraUtils2_Quarry_Dim[21:59:20] [Server thread/INFO]: Saving chunks for level 'Modded Survival'/Spectre[21:59:20] [Server thread/INFO]: Saving chunks for level 'Modded Survival'/Storage Cell[21:59:28] [Server thread/INFO]: Saving and pausing game...[21:59:28] [Server thread/INFO]: Saving chunks for level 'Modded Survival'/overworld[21:59:28] [Server thread/INFO]: Saving chunks for level 'Modded Survival'/ExtraUtils2_Quarry_Dim[21:59:28] [Server thread/INFO]: Saving chunks for level 'Modded Survival'/Spectre[21:59:28] [Server thread/INFO]: Saving chunks for level 'Modded Survival'/Storage Cell[22:00:08] [main/INFO]: Loaded 443 advancements[22:00:29] [Server thread/INFO]: Saving and pausing game...[22:00:29] [Server thread/INFO]: Saving chunks for level 'Modded Survival'/overworld[22:00:29] [JM-texture-2/WARN]: Couldn't get a skin at all for mysticdrew[22:00:29] [JM-texture-3/WARN]: Couldn't get a skin at all for techbrew[22:00:29] [Server thread/INFO]: Saving chunks for level 'Modded Survival'/ExtraUtils2_Quarry_Dim[22:00:29] [Server thread/INFO]: Saving chunks for level 'Modded Survival'/Spectre[22:00:29] [Server thread/INFO]: Saving chunks for level 'Modded Survival'/Storage Cell[22:00:29] [JM-texture-2/WARN]: Couldn't get a skin at all for AlexDurrani[22:00:29] [JM-texture-3/WARN]: Couldn't get a skin at all for Davkas[22:00:29] [JM-texture-2/WARN]: Couldn't get a skin at all for TECH_GEEK10[22:00:29] [JM-texture-3/WARN]: Couldn't get a skin at all for _TheEndless_[22:00:29] [JM-texture-2/WARN]: Couldn't get a skin at all for eladjenkins[22:00:52] [Server thread/WARN]: Tried to add entity minecraft:item but it was marked as removed already[22:01:15] [Server thread/INFO]: The_Enderminer has made the advancement [Eye Spy][22:01:15] [main/INFO]: [CHAT] The_Enderminer has made the advancement [Eye Spy][22:01:15] [main/INFO]: Loaded 443 advancements[22:02:45] [Server thread/INFO]: Saving and pausing game...[22:02:45] [Server thread/INFO]: Saving chunks for level 'Modded Survival'/overworld[22:02:46] [Server thread/INFO]: Saving chunks for level 'Modded Survival'/ExtraUtils2_Quarry_Dim[22:02:46] [Server thread/INFO]: Saving chunks for level 'Modded Survival'/
Spectre[22:02:46] [Server thread/INFO]: Saving chunks for level 'Modded Survival'/Storage Cell[22:03:01] [Server thread/INFO]: Saving and pausing game...[22:03:01] [Server thread/INFO]: Saving chunks for level 'Modded Survival'/overworld[22:03:01] [Server thread/INFO]: Saving chunks for level 'Modded Survival'/ExtraUtils2_Quarry_Dim[22:03:01] [Server thread/INFO]: Saving chunks for level 'Modded Survival'/Spectre[22:03:01] [Server thread/INFO]: Saving chunks for level 'Modded Survival'/Storage Cell[22:03:04] [main/INFO]: Using default channel type[22:03:04] [main/INFO]: Started on 52082[22:03:04] [main/INFO]: [CHAT] Local game hosted on port 52082[22:03:10] [main/INFO]: Handling crafting slots.[22:03:10] [main/INFO]: Merging stacks.[22:03:10] [main/INFO]: Applying rules.[22:03:10] [main/INFO]: Locking stacks.[22:03:10] [main/INFO]: Default sorting.[22:03:10] [main/INFO]: Sorting done in 15297539ns[22:03:12] [User Authenticator #1/INFO]: UUID of player Charkey_X is 13171a83-14f3-4563-8b4d-1f0730684649[22:03:12] [Netty Server IO #3/INFO]: Client protocol version 2[22:03:12] [Netty Server IO #3/INFO]: Client attempting to join with 138 mods : [email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected]+release.109.220f184,[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected]${version},[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected] 2.6.1,[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected][22:03:12] [Netty Server IO #3/INFO]: Sending config sync packet to player.[22:03:16] [Server thread/INFO]: [Server thread] Server side modded connection established[22:03:16] [Server thread/INFO]: Charkey_X[/192.168.1.244:50451] logged in with entity id 4266 at (247.91582539534008, 70.0, 363.29442723446834)[22:03:16] [Server thread/INFO]: Charkey_X joined the game[22:03:16] [main/INFO]: [CHAT] Charkey_X joined the game[22:03:16] [Server thread/INFO]: Player EntityPlayerMP['Charkey_X'/4266, l='Modded Survival', x=247.92, y=70.00, z=363.29] connected. Sending ping[22:03:16] [Server thread/INFO]: Sending server configs to client for com.enderio.core.common.config.ConfigHandler[22:03:16] [Server thread/INFO]: Sending Player Data to player Charkey_X with UUID 13171a83-14f3-4563-8b4d-1f0730684649.[22:03:16] [Server thread/INFO]: Sent config to 'Charkey_X.'[22:03:16] [Server thread/INFO]: [AstralSorcery] Synchronizing configuration to Charkey_X[22:03:17] [Thread-51/INFO]: No custom rewards detected for the current user![22:03:18] [Server thread/INFO]: <The_Enderminer> [name:"End Portal", x:-152, y:25, z:1679][22:03:18] [main/INFO]: [CHAT] <The_Enderminer> [name:"End Portal", x:-152, y:25, z:1679][22:03:34] [Server thread/INFO]: Loading dimension 1 (Modded Survival) ([email protected])[22:03:34] [Server thread/INFO]: Creating aura cache for world 1[22:03:34] [Server thread/INFO]: The Pigtificate Village data for the_end was read successfully.[22:03:34] [Thread-52/INFO]: Starting aura thread for dim 1[22:04:18] [Server thread/WARN]: Charkey_X moved too quickly! -2.9019528304901883,0.0,10.448397128869374[22:04:18] [Server thread/INFO]: Removing aura cache for world 1[22:04:19] [Server thread/INFO]: Unloading dimension 1[22:04:19] [Thread-52/INFO]: Stopping aura thread for dim 1[22:04:43] [Server thread/WARN]: Tried to add entity minecraft:item but it was marked as removed already[22:04:43] [Server thread/WARN]: Tried to add entity minecraft:item but it was marked as removed already[22:04:43] [Server thread/WARN]: Tried to add entity minecraft:item but it was marked as removed already[22:04:43] [Server thread/WARN]: Tried to add entity minecraft:item but it was marked as removed already[22:04:43] [Server thread/WARN]: Tried to add entity minecraft:item but it was marked as removed already[22:04:43] [Server thread/WARN]: Tried to add entity minecraft:item but it was marked as removed already[22:04:43] [Server thread/WARN]: Tried to add entity minecraft:item but it was marked as removed already[22:04:43] [Server thread/WARN]: Tried to add entity minecraft:item but it was marked as removed already[22:04:43] [Server thread/WARN]: Tried to add entity minecraft:item but it was marked as removed already[22:04:43] [Server thread/WARN]: Tried to add entity minecraft:item but it was marked as removed already[22:04:43] [Server thread/WARN]: Tried to add entity minecraft:item but it was marked as removed already[22:04:43] [Server thread/WARN]: Tried to add entity minecraft:item but it was marked as removed already[22:04:43] [Server thread/WARN]: Tried to add entity minecraft:item but it was marked as removed already[22:04:43] [Server thread/WARN]: Tried to add entity minecraft:item but it was marked as removed already[22:04:43] [Server thread/WARN]: Tried to add entity minecraft:item but it was marked as removed already[22:04:47] [Server thread/WARN]: Tried to add entity minecraft:item but it was marked as removed already[22:04:47] [Server thread/WARN]: Tried to add entity minecraft:item but it was marked as removed already[22:04:47] [Server thread/WARN]: Tried to add entity minecraft:item but it was marked as removed already[22:04:47] [Server thread/WARN]: Tried to add entity minecraft:item but it was marked as removed already[22:04:47] [Server thread/WARN]: Tried to add entity minecraft:item but it was marked as removed already[22:04:47] [Server thread/WARN]: Tried to add entity minecraft:item but it was marked as removed already[22:04:47] [Server thread/WARN]: Tried to add entity minecraft:item but it was marked as removed already[22:04:47] [Server thread/WARN]: Tried to add entity minecraft:item but it was marked as removed already[22:04:47] [Server thread/WARN]: Tried to add entity minecraft:item but it was marked as removed already[22:04:47] [Server thread/WARN]: Tried to add entity minecraft:item but it was marked as removed already[22:04:47] [Server thread/WARN]: Tried to add entity minecraft:item but it was marked as removed already[22:04:47] [Server thread/WARN]: Tried to add entity minecraft:item but it was marked as removed already[22:04:47] [Server thread/WARN]: Tried to add entity minecraft:item but it was marked as removed already[22:04:47] [Server thread/WARN]: Tried to add entity minecraft:item but it was marked as removed already[22:04:47] [Server thread/WARN]: Tried to add entity minecraft:item but it was marked as removed already[22:04:47] [Server thread/WARN]: Tried to add entity minecraft:item but it was marked as removed already[22:04:47] [Server thread/WARN]: Tried to add entity minecraft:item but it was marked as removed already[22:04:47] [Server thread/WARN]: Tried to add entity minecraft:item but it was marked as removed already[22:04:47] [Server thread/WARN]: Tried to add entity minecraft:item but it was marked as removed already[22:04:47] [Server thread/WARN]: Tried to add entity minecraft:item but it was marked as removed already[22:04:47] [Server thread/WARN]: Tried to add entity minecraft:item but it was marked as removed already[22:04:47] [Server thread/WARN]: Tried to add entity minecraft:item but it was marked as removed already[22:04:47] [Server thread/WARN]: Tried to add entity minecraft:item but it was marked as removed already[22:04:47] [Server thread/WARN]: Tried to add entity minecraft:item but it was ma
rked as removed already[22:04:47] [Server thread/WARN]: Tried to add entity minecraft:item but it was marked as removed already[22:04:47] [Server thread/WARN]: Tried to add entity minecraft:item but it was marked as removed already[22:04:47] [Server thread/WARN]: Tried to add entity minecraft:item but it was marked as removed already[22:05:00] [TheRealp455w0rd Contributors DL Thread/INFO]: [p455w0rdslib.util.ContributorUtils$DLThread:run:328]: java.io.IOException: Server returned HTTP response code: 429 for URL: https://gitlab.com/p455w0rd/patrons/raw/master/patrons.txt[22:05:00] [TheRealp455w0rd Contributors DL Thread/INFO]: [p455w0rdslib.util.ContributorUtils$DLThread:run:328]: at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1839)[22:05:00] [TheRealp455w0rd Contributors DL Thread/INFO]: [p455w0rdslib.util.ContributorUtils$DLThread:run:328]: at sun.net.www.protocol.http.HttpURLConnection.access$200(HttpURLConnection.java:90)[22:05:00] [TheRealp455w0rd Contributors DL Thread/INFO]: [p455w0rdslib.util.ContributorUtils$DLThread:run:328]: at sun.net.www.protocol.http.HttpURLConnection$9.run(HttpURLConnection.java:1432)[22:05:00] [TheRealp455w0rd Contributors DL Thread/INFO]: [p455w0rdslib.util.ContributorUtils$DLThread:run:328]: at sun.net.www.protocol.http.HttpURLConnection$9.run(HttpURLConnection.java:1430)[22:05:00] [TheRealp455w0rd Contributors DL Thread/INFO]: [p455w0rdslib.util.ContributorUtils$DLThread:run:328]: at java.security.AccessController.doPrivileged(Native Method)[22:05:00] [TheRealp455w0rd Contributors DL Thread/INFO]: [p455w0rdslib.util.ContributorUtils$DLThread:run:328]: at java.security.AccessController.doPrivileged(AccessController.java:713)[22:05:00] [TheRealp455w0rd Contributors DL Thread/INFO]: [p455w0rdslib.util.ContributorUtils$DLThread:run:328]: at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1429)[22:05:00] [TheRealp455w0rd Contributors DL Thread/INFO]: [p455w0rdslib.util.ContributorUtils$DLThread:run:328]: at sun.net.www.protocol.https.HttpsURLConnectionImpl.getInputStream(HttpsURLConnectionImpl.java:254)[22:05:00] [TheRealp455w0rd Contributors DL Thread/INFO]: [p455w0rdslib.util.ContributorUtils$DLThread:run:328]: at p455w0rdslib.util.ContributorUtils$DLThread.run(ContributorUtils.java:316)[22:05:19] [main/INFO]: [CHAT] You are now AFK (Away From Keyboard).[22:05:24] [main/INFO]: [CHAT] You are no longer AFK.[22:06:05] [main/WARN]: Unable to play empty soundEvent: minecraft:entity.small_slime.jump[22:06:05] [main/WARN]: Unable to play empty soundEvent: minecraft:entity.small_slime.squish[22:06:12] [Server thread/INFO]: Charkey_X has made the advancement [Eye Spy][22:06:12] [main/INFO]: [CHAT] Charkey_X has made the advancement [Eye Spy][22:06:37] [Server thread/INFO]: Loading dimension 1 (Modded Survival) ([email protected])[22:06:37] [Server thread/INFO]: Creating aura cache for world 1[22:06:37] [Server thread/INFO]: The Pigtificate Village data for the_end was read successfully.[22:06:37] [main/INFO]: Mapping halted in C:\Users\saint\OneDrive\Documents\Curse\Minecraft\Instances\Plus Pack 1.12 v2\journeymap\data\sp\Modded Survival\DIM0[22:06:37] [main/INFO]: [CoroUtil.forge.CULog:log:14]: CoroUtil: resetting rotating particle renderer[22:06:37] [Server thread/INFO]: The_Enderminer has made the advancement [The End?][22:06:37] [main/INFO]: [CHAT] The_Enderminer has made the advancement [The End?][22:06:37] [TheRealp455w0rd Contributors DL Thread/INFO]: [p455w0rdslib.util.ContributorUtils$DLThread:run:328]: java.io.IOException: Server returned HTTP response code: 429 for URL: https://gitlab.com/p455w0rd/patrons/raw/master/patrons.txt[22:06:37] [TheRealp455w0rd Contributors DL Thread/INFO]: [p455w0rdslib.util.ContributorUtils$DLThread:run:328]: at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1839)[22:06:37] [TheRealp455w0rd Contributors DL Thread/INFO]: [p455w0rdslib.util.ContributorUtils$DLThread:run:328]: at sun.net.www.protocol.http.HttpURLConnection.access$200(HttpURLConnection.java:90)[22:06:37] [TheRealp455w0rd Contributors DL Thread/INFO]: [p455w0rdslib.util.ContributorUtils$DLThread:run:328]: at sun.net.www.protocol.http.HttpURLConnection$9.run(HttpURLConnection.java:1432)[22:06:37] [TheRealp455w0rd Contributors DL Thread/INFO]: [p455w0rdslib.util.ContributorUtils$DLThread:run:328]: at sun.net.www.protocol.http.HttpURLConnection$9.run(HttpURLConnection.java:1430)[22:06:37] [TheRealp455w0rd Contributors DL Thread/INFO]: [p455w0rdslib.util.ContributorUtils$DLThread:run:328]: at java.security.AccessController.doPrivileged(Native Method)[22:06:37] [TheRealp455w0rd Contributors DL Thread/INFO]: [p455w0rdslib.util.ContributorUtils$DLThread:run:328]: at java.security.AccessController.doPrivileged(AccessController.java:713)[22:06:37] [TheRealp455w0rd Contributors DL Thread/INFO]: [p455w0rdslib.util.ContributorUtils$DLThread:run:328]: at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1429)[22:06:37] [TheRealp455w0rd Contributors DL Thread/INFO]: [p455w0rdslib.util.ContributorUtils$DLThread:run:328]: at sun.net.www.protocol.https.HttpsURLConnectionImpl.getInputStream(HttpsURLConnectionImpl.java:254)[22:06:37] [TheRealp455w0rd Contributors DL Thread/INFO]: [p455w0rdslib.util.ContributorUtils$DLThread:run:328]: at p455w0rdslib.util.ContributorUtils$DLThread.run(ContributorUtils.java:316)[22:06:37] [TheRealp455w0rd Contributors DL Thread/INFO]: [p455w0rdslib.util.ContributorUtils$DLThread:run:328]: java.io.IOException: Server returned HTTP response code: 429 for URL: https://gitlab.com/p455w0rd/patrons/raw/master/patrons.txt[22:06:37] [TheRealp455w0rd Contributors DL Thread/INFO]: [p455w0rdslib.util.ContributorUtils$DLThread:run:328]: at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1839)[22:06:37] [TheRealp455w0rd Contributors DL Thread/INFO]: [p455w0rdslib.util.ContributorUtils$DLThread:run:328]: at sun.net.www.protocol.http.HttpURLConnection.access$200(HttpURLConnection.java:90)[22:06:37] [TheRealp455w0rd Contributors DL Thread/INFO]: [p455w0rdslib.util.ContributorUtils$DLThread:run:328]: at sun.net.www.protocol.http.HttpURLConnection$9.run(HttpURLConnection.java:1432)[22:06:37] [TheRealp455w0rd Contributors DL Thread/INFO]: [p455w0rdslib.util.ContributorUtils$DLThread:run:328]: at sun.net.www.protocol.http.HttpURLConnection$9.run(HttpURLConnection.java:1430)[22:06:37] [TheRealp455w0rd Contributors DL Thread/INFO]: [p455w0rdslib.util.ContributorUtils$DLThread:run:328]: at java.security.AccessController.doPrivileged(Native Method)[22:06:37] [TheRealp455w0rd Contributors DL Thread/INFO]: [p455w0rdslib.util.ContributorUtils$DLThread:run:328]: at java.security.AccessController.doPrivileged(AccessController.java:713)[22:06:37] [TheRealp455w0rd Contributors DL Thread/INFO]: [p455w0rdslib.util.ContributorUtils$DLThread:run:328]: at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1429)[22:06:37] [TheRealp455w0rd Contributors DL Thread/INFO]: [p455w0rdslib.util.ContributorUtils$DLThread:run:328]: at sun.net.www.protocol.https.HttpsURLConnectionImpl.getInputStream(HttpsURLConnectionImpl.java:254)[22:06:37] [TheRealp455w0rd Contributors DL Thread/INFO]: [p455w0rdslib.util.ContributorUtils$DLThread:run:328]: at p455w0rdslib.util.ContributorUtils$DLThread.run(ContributorUtils.java:316)[22:06:37] [Thread-54/INFO]: Starting aura thread for dim 1[22:06:37] [Server thread/INFO]: Scanning for legacy world dragon fight...[22:06:37] [main/WARN]: core (Initialized) Bad configField entry during updateFrom(): optionsManagerViewed=null[22:06:38] [main/INFO]: Loading journeymap.topo.config[22:06:38] [main/INFO]: Loaded 19 waypoints from C:\Users\saint\OneDrive\Documents\Curse\Minecraft\Instances\Plus Pack 1.12 v2\journeymap\data\sp\Modded Survival\waypoints[22:06:38] [main/INFO]: Mapping started in C:\Users\saint\OneDrive\Documents\Curse\Minecraft\Instances\Plus Pack 1.12 v2\journeymap\data\sp\Modded Survival\DIM1. Memory: 4250MB total, 1418MB free [22:06:39] [Server thread/INFO]: Found that the dragon has not yet been killed in this world.[22:06:39] [main/INFO]: Loaded 449 advancements[22:06:39] [Server thread/WARN]: Can't keep up! Did the system time change, or is the server overloaded? Running 2667ms behind, skipping 53 tick(s)[22:06:41] [Server thread/INFO]: Charkey_X has made the advancement [The End?][22:06:41] [main/INFO]: [CHAT] Charkey_X has made the advancement [The End?][22:06:41] [TheRealp455w0rd Contributors DL Thread/INFO]: [p455w0rdslib.util.ContributorUtils$DLThread:run:328]: java.io.IOException: Server returned HTTP response code: 429 for URL: https://gitlab.com/p455w0rd/patrons/raw/master/patrons.txt[22:06:41] [TheRealp455w0rd Contributors DL Thread/INFO]: [p455w0rdslib.util.ContributorUtils$DLThread:run:328]: at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1839)[22:06:41] [TheRealp455w0rd Contributors DL Thread/INFO]: [p455w0rdslib.util.ContributorUtils$DLThread:run:328]: at sun.net.www.protocol.http.HttpURLConnection.access$200(HttpURLConnection.java:90)[22:06:41] [TheRealp455w0rd Contributors DL Thread/INFO]: [p455w0rdslib.util.ContributorUtils$DLThread:run:328]: at sun.net.www.protocol.http.HttpURLConnection$9.run(HttpURLConnection.java:1432)[22:06:41] [TheRealp455w0rd Contributors DL Thread/INFO]: [p455w0rdslib.util.ContributorUtils$DLThread:run:328]: at sun.net.www.protocol.http.HttpURLConnection$9.run(HttpURLConnection.java:1430)[22:06:41] [TheRealp455w0rd Contributors DL Thread/INFO]: [p455w0rdslib.util.ContributorUtils$DLThread:run:328]: at java.security.AccessController.doPrivileged(Native Method)[22:06:41] [TheRealp455w0rd Contributors DL Thread/INFO]: [p455w0rdslib.util.ContributorUtils$DLThread:run:328]: at java.security.AccessController.doPrivileged(AccessController.java:713)[22:06:41] [
TheRealp455w0rd Contributors DL Thread/INFO]: [p455w0rdslib.util.ContributorUtils$DLThread:run:328]: at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1429)[22:06:41] [TheRealp455w0rd Contributors DL Thread/INFO]: [p455w0rdslib.util.ContributorUtils$DLThread:run:328]: at sun.net.www.protocol.https.HttpsURLConnectionImpl.getInputStream(HttpsURLConnectionImpl.java:254)[22:06:41] [TheRealp455w0rd Contributors DL Thread/INFO]: [p455w0rdslib.util.ContributorUtils$DLThread:run:328]: at p455w0rdslib.util.ContributorUtils$DLThread.run(ContributorUtils.java:316)[22:06:47] [Server thread/WARN]: Charkey_X moved too quickly! 251.40708961938117,24.07840000152588,-1673.5970013505496[22:06:47] [TheRealp455w0rd Contributors DL Thread/INFO]: [p455w0rdslib.util.ContributorUtils$DLThread:run:328]: java.io.IOException: Server returned HTTP response code: 429 for URL: https://gitlab.com/p455w0rd/patrons/raw/master/patrons.txt[22:06:47] [TheRealp455w0rd Contributors DL Thread/INFO]: [p455w0rdslib.util.ContributorUtils$DLThread:run:328]: at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1839)[22:06:47] [TheRealp455w0rd Contributors DL Thread/INFO]: [p455w0rdslib.util.ContributorUtils$DLThread:run:328]: at sun.net.www.protocol.http.HttpURLConnection.access$200(HttpURLConnection.java:90)[22:06:47] [TheRealp455w0rd Contributors DL Thread/INFO]: [p455w0rdslib.util.ContributorUtils$DLThread:run:328]: at sun.net.www.protocol.http.HttpURLConnection$9.run(HttpURLConnection.java:1432)[22:06:47] [TheRealp455w0rd Contributors DL Thread/INFO]: [p455w0rdslib.util.ContributorUtils$DLThread:run:328]: at sun.net.www.protocol.http.HttpURLConnection$9.run(HttpURLConnection.java:1430)[22:06:47] [TheRealp455w0rd Contributors DL Thread/INFO]: [p455w0rdslib.util.ContributorUtils$DLThread:run:328]: at java.security.AccessController.doPrivileged(Native Method)[22:06:47] [TheRealp455w0rd Contributors DL Thread/INFO]: [p455w0rdslib.util.ContributorUtils$DLThread:run:328]: at java.security.AccessController.doPrivileged(AccessController.java:713)[22:06:47] [TheRealp455w0rd Contributors DL Thread/INFO]: [p455w0rdslib.util.ContributorUtils$DLThread:run:328]: at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1429)[22:06:47] [TheRealp455w0rd Contributors DL Thread/INFO]: [p455w0rdslib.util.ContributorUtils$DLThread:run:328]: at sun.net.www.protocol.https.HttpsURLConnectionImpl.getInputStream(HttpsURLConnectionImpl.java:254)[22:06:47] [TheRealp455w0rd Contributors DL Thread/INFO]: [p455w0rdslib.util.ContributorUtils$DLThread:run:328]: at p455w0rdslib.util.ContributorUtils$DLThread.run(ContributorUtils.java:316)[22:06:59] [Server thread/INFO]: The_Enderminer was blown up by Ender Dragon[22:06:59] [main/INFO]: [CHAT] The_Enderminer was blown up by Ender Dragon[22:07:00] [main/INFO]: [lumien.randomthings.util.client.RenderUtils:<clinit>:79]: java.lang.NoSuchMethodException: net.minecraft.client.renderer.BlockModelRenderer.func_187492_a(net.minecraft.world.IBlockAccess, net.minecraft.block.state.IBlockState, net.minecraft.util.math.BlockPos, net.minecraft.client.renderer.BufferBuilder, java.util.List, [F, java.util.BitSet, net.minecraft.client.renderer.BlockModelRenderer$AmbientOcclusionFace)[22:07:00] [main/INFO]: [lumien.randomthings.util.client.RenderUtils:<clinit>:79]: at java.lang.Class.getDeclaredMethod(Class.java:2130)[22:07:00] [main/INFO]: [lumien.randomthings.util.client.RenderUtils:<clinit>:79]: at lumien.randomthings.util.client.RenderUtils.<clinit>(RenderUtils.java:71)[22:07:00] [main/INFO]: [lumien.randomthings.util.client.RenderUtils:<clinit>:79]: at lumien.randomthings.client.render.RenderSoul.doRender(RenderSoul.java:34)[22:07:00] [main/INFO]: [lumien.randomthings.util.client.RenderUtils:<clinit>:79]: at lumien.randomthings.client.render.RenderSoul.func_76986_a(RenderSoul.java:78)[22:07:00] [main/INFO]: [lumien.randomthings.util.client.RenderUtils:<clinit>:79]: at net.minecraft.client.renderer.entity.RenderManager.func_188391_a(RenderManager.java:416)[22:07:00] [main/INFO]: [lumien.randomthings.util.client.RenderUtils:<clinit>:79]: at net.minecraft.client.renderer.entity.RenderManager.func_188388_a(RenderManager.java:393)[22:07:00] [main/INFO]: [lumien.randomthings.util.client.RenderUtils:<clinit>:79]: at net.minecraft.client.renderer.RenderGlobal.func_180446_a(RenderGlobal.java:826)[22:07:00] [main/INFO]: [lumien.randomthings.util.client.RenderUtils:<clinit>:79]: at net.minecraft.client.renderer.EntityRenderer.func_175068_a(EntityRenderer.java:1795)[22:07:00] [main/INFO]: [lumien.randomthings.util.client.RenderUtils:<clinit>:79]: at net.minecraft.client.renderer.EntityRenderer.func_78471_a(EntityRenderer.java:1613)[22:07:00] [main/INFO]: [lumien.randomthings.util.client.RenderUtils:<clinit>:79]: at net.minecraft.client.renderer.EntityRenderer.func_181560_a(EntityRenderer.java:1384)[22:07:00] [main/INFO]: [lumien.randomthings.util.client.RenderUtils:<clinit>:79]: at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:1118)[22:07:00] [main/INFO]: [lumien.randomthings.util.client.RenderUtils:<clinit>:79]: at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:397)[22:07:00] [main/INFO]: [lumien.randomthings.util.client.RenderUtils:<clinit>:79]: at net.minecraft.client.main.Main.main(SourceFile:123)[22:07:00] [main/INFO]: [lumien.randomthings.util.client.RenderUtils:<clinit>:79]: at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)[22:07:00] [main/INFO]: [lumien.randomthings.util.client.RenderUtils:<clinit>:79]: at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)[22:07:00] [main/INFO]: [lumien.randomthings.util.client.RenderUtils:<clinit>:79]: at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)[22:07:00] [main/INFO]: [lumien.randomthings.util.client.RenderUtils:<clinit>:79]: at java.lang.reflect.Method.invoke(Method.java:497)[22:07:00] [main/INFO]: [lumien.randomthings.util.client.RenderUtils:<clinit>:79]: at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)[22:07:00] [main/INFO]: [lumien.randomthings.util.client.RenderUtils:<clinit>:79]: at net.minecraft.launchwrapper.Launch.main(Launch.java:28)[22:07:00] [main/INFO]: The_Enderminer died at BlockPos{x=35, y=101, z=-25}. Deathpoints enabled: true. Deathpoint created: true[22:07:01] [Server thread/INFO]: Charkey_X blew up[22:07:01] [main/INFO]: [CHAT] Charkey_X blew up[22:07:01] [TheRealp455w0rd Contributors DL Thread/INFO]: [p455w0rdslib.util.ContributorUtils$DLThread:run:328]: java.io.IOException: Server returned HTTP response code: 429 for URL: https://gitlab.com/p455w0rd/patrons/raw/master/patrons.txt[22:07:01] [TheRealp455w0rd Contributors DL Thread/INFO]: [p455w0rdslib.util.ContributorUtils$DLThread:run:328]: at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1839)[22:07:01] [TheRealp455w0rd Contributors DL Thread/INFO]: [p455w0rdslib.util.ContributorUtils$DLThread:run:328]: at sun.net.www.protocol.http.HttpURLConnection.access$200(HttpURLConnection.java:90)[22:07:01] [TheRealp455w0rd Contributors DL Thread/INFO]: [p455w0rdslib.util.ContributorUtils$DLThread:run:328]: at sun.net.www.protocol.http.HttpURLConnection$9.run(HttpURLConnection.java:1432)[22:07:01] [TheRealp455w0rd Contributors DL Thread/INFO]: [p455w0rdslib.util.ContributorUtils$DLThread:run:328]: at sun.net.www.protocol.http.HttpURLConnection$9.run(HttpURLConnection.java:1430)[22:07:01] [TheRealp455w0rd Contributors DL Thread/INFO]: [p455w0rdslib.util.ContributorUtils$DLThread:run:328]: at java.security.AccessController.doPrivileged(Native Method)[22:07:01] [TheRealp455w0rd Contributors DL Thread/INFO]: [p455w0rdslib.util.ContributorUtils$DLThread:run:328]: at java.security.AccessController.doPrivileged(AccessController.java:713)[22:07:01] [TheRealp455w0rd Contributors DL Thread/INFO]: [p455w0rdslib.util.ContributorUtils$DLThread:run:328]: at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1429)[22:07:01] [TheRealp455w0rd Contributors DL Thread/INFO]: [p455w0rdslib.util.ContributorUtils$DLThread:run:328]: at sun.net.www.protocol.https.HttpsURLConnectionImpl.getInputStream(HttpsURLConnectionImpl.java:254)[22:07:01] [TheRealp455w0rd Contributors DL Thread/INFO]: [p455w0rdslib.util.ContributorUtils$DLThread:run:328]: at p455w0rdslib.util.ContributorUtils$DLThread.run(ContributorUtils.java:316)[22:07:03] [TheRealp455w0rd Contributors DL Thread/INFO]: [p455w0rdslib.util.ContributorUtils$DLThread:run:328]: java.io.IOException: Server returned HTTP response code: 429 for URL: https://gitlab.com/p455w0rd/patrons/raw/master/patrons.txt[22:07:03] [TheRealp455w0rd Contributors DL Thread/INFO]: [p455w0rdslib.util.ContributorUtils$DLThread:run:328]: at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1839)[22:07:03] [TheRealp455w0rd Contributors DL Thread/INFO]: [p455w0rdslib.util.ContributorUtils$DLThread:run:328]: at sun.net.www.protocol.http.HttpURLConnection.access$200(HttpURLConnection.java:90)[22:07:03] [TheRealp455w0rd Contributors DL Thread/INFO]: [p455w0rdslib.util.ContributorUtils$DLThread:run:328]: at sun.net.www.protocol.http.HttpURLConnection$9.run(HttpURLConnection.java:1432)[22:07:03] [TheRealp455w0rd Contributors DL Thread/INFO]: [p455w0rdslib.util.ContributorUtils$DLThread:run:328]: at sun.net.www.protocol.http.HttpURLConnection$9.run(HttpURLConnection.java:1430)[22:07:03] [TheRealp455w0rd Contributors DL Thread/INFO]: [p455w0rdslib.util.ContributorUtils$DLThread:run:328]: at java.security.AccessController.doPrivileged(Native Method)[22:07:03] [TheRealp455w0rd Contributors DL Thread/INFO]: [p455w0rdslib.util.ContributorUtils$DLThread:run:328]: at java.security.AccessController.doPrivileged(AccessController.j
ava:713)[22:07:03] [TheRealp455w0rd Contributors DL Thread/INFO]: [p455w0rdslib.util.ContributorUtils$DLThread:run:328]: at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1429)[22:07:03] [TheRealp455w0rd Contributors DL Thread/INFO]: [p455w0rdslib.util.ContributorUtils$DLThread:run:328]: at sun.net.www.protocol.https.HttpsURLConnectionImpl.getInputStream(HttpsURLConnectionImpl.java:254)[22:07:03] [TheRealp455w0rd Contributors DL Thread/INFO]: [p455w0rdslib.util.ContributorUtils$DLThread:run:328]: at p455w0rdslib.util.ContributorUtils$DLThread.run(ContributorUtils.java:316)[22:07:04] [main/INFO]: Mapping halted in C:\Users\saint\OneDrive\Documents\Curse\Minecraft\Instances\Plus Pack 1.12 v2\journeymap\data\sp\Modded Survival\DIM1[22:07:13] [Server thread/WARN]: Can't keep up! Did the system time change, or is the server overloaded? Running 8780ms behind, skipping 175 tick(s)[22:07:13] [TheRealp455w0rd Contributors DL Thread/INFO]: [p455w0rdslib.util.ContributorUtils$DLThread:run:328]: java.io.IOException: Server returned HTTP response code: 429 for URL: https://gitlab.com/p455w0rd/patrons/raw/master/patrons.txt[22:07:13] [TheRealp455w0rd Contributors DL Thread/INFO]: [p455w0rdslib.util.ContributorUtils$DLThread:run:328]: at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1839)[22:07:13] [TheRealp455w0rd Contributors DL Thread/INFO]: [p455w0rdslib.util.ContributorUtils$DLThread:run:328]: at sun.net.www.protocol.http.HttpURLConnection.access$200(HttpURLConnection.java:90)[22:07:13] [TheRealp455w0rd Contributors DL Thread/INFO]: [p455w0rdslib.util.ContributorUtils$DLThread:run:328]: at sun.net.www.protocol.http.HttpURLConnection$9.run(HttpURLConnection.java:1432)[22:07:13] [TheRealp455w0rd Contributors DL Thread/INFO]: [p455w0rdslib.util.ContributorUtils$DLThread:run:328]: at sun.net.www.protocol.http.HttpURLConnection$9.run(HttpURLConnection.java:1430)[22:07:13] [TheRealp455w0rd Contributors DL Thread/INFO]: [p455w0rdslib.util.ContributorUtils$DLThread:run:328]: at java.security.AccessController.doPrivileged(Native Method)[22:07:13] [TheRealp455w0rd Contributors DL Thread/INFO]: [p455w0rdslib.util.ContributorUtils$DLThread:run:328]: at java.security.AccessController.doPrivileged(AccessController.java:713)[22:07:13] [TheRealp455w0rd Contributors DL Thread/INFO]: [p455w0rdslib.util.ContributorUtils$DLThread:run:328]: at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1429)[22:07:13] [TheRealp455w0rd Contributors DL Thread/INFO]: [p455w0rdslib.util.ContributorUtils$DLThread:run:328]: at sun.net.www.protocol.https.HttpsURLConnectionImpl.getInputStream(HttpsURLConnectionImpl.java:254)[22:07:13] [TheRealp455w0rd Contributors DL Thread/INFO]: [p455w0rdslib.util.ContributorUtils$DLThread:run:328]: at p455w0rdslib.util.ContributorUtils$DLThread.run(ContributorUtils.java:316)[22:07:13] [TheRealp455w0rd Contributors DL Thread/INFO]: [p455w0rdslib.util.ContributorUtils$DLThread:run:328]: java.io.IOException: Server returned HTTP response code: 429 for URL: https://gitlab.com/p455w0rd/patrons/raw/master/patrons.txt[22:07:13] [TheRealp455w0rd Contributors DL Thread/INFO]: [p455w0rdslib.util.ContributorUtils$DLThread:run:328]: at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1839)[22:07:13] [TheRealp455w0rd Contributors DL Thread/INFO]: [p455w0rdslib.util.ContributorUtils$DLThread:run:328]: at sun.net.www.protocol.http.HttpURLConnection.access$200(HttpURLConnection.java:90)[22:07:13] [TheRealp455w0rd Contributors DL Thread/INFO]: [p455w0rdslib.util.ContributorUtils$DLThread:run:328]: at sun.net.www.protocol.http.HttpURLConnection$9.run(HttpURLConnection.java:1432)[22:07:13] [TheRealp455w0rd Contributors DL Thread/INFO]: [p455w0rdslib.util.ContributorUtils$DLThread:run:328]: at sun.net.www.protocol.http.HttpURLConnection$9.run(HttpURLConnection.java:1430)[22:07:13] [TheRealp455w0rd Contributors DL Thread/INFO]: [p455w0rdslib.util.ContributorUtils$DLThread:run:328]: at java.security.AccessController.doPrivileged(Native Method)[22:07:13] [TheRealp455w0rd Contributors DL Thread/INFO]: [p455w0rdslib.util.ContributorUtils$DLThread:run:328]: at java.security.AccessController.doPrivileged(AccessController.java:713)[22:07:13] [TheRealp455w0rd Contributors DL Thread/INFO]: [p455w0rdslib.util.ContributorUtils$DLThread:run:328]: at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1429)[22:07:13] [TheRealp455w0rd Contributors DL Thread/INFO]: [p455w0rdslib.util.ContributorUtils$DLThread:run:328]: at sun.net.www.protocol.https.HttpsURLConnectionImpl.getInputStream(HttpsURLConnectionImpl.java:254)[22:07:13] [TheRealp455w0rd Contributors DL Thread/INFO]: [p455w0rdslib.util.ContributorUtils$DLThread:run:328]: at p455w0rdslib.util.ContributorUtils$DLThread.run(ContributorUtils.java:316)[22:07:13] [Server thread/INFO]: Removing aura cache for world 1[22:07:13] [main/INFO]: [CoroUtil.forge.CULog:log:14]: CoroUtil: resetting rotating particle renderer[22:07:14] [TheRealp455w0rd Contributors DL Thread/INFO]: [p455w0rdslib.util.ContributorUtils$DLThread:run:328]: java.io.IOException: Server returned HTTP response code: 429 for URL: https://gitlab.com/p455w0rd/patrons/raw/master/patrons.txt[22:07:14] [TheRealp455w0rd Contributors DL Thread/INFO]: [p455w0rdslib.util.ContributorUtils$DLThread:run:328]: at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1839)[22:07:14] [TheRealp455w0rd Contributors DL Thread/INFO]: [p455w0rdslib.util.ContributorUtils$DLThread:run:328]: at sun.net.www.protocol.http.HttpURLConnection.access$200(HttpURLConnection.java:90)[22:07:14] [TheRealp455w0rd Contributors DL Thread/INFO]: [p455w0rdslib.util.ContributorUtils$DLThread:run:328]: at sun.net.www.protocol.http.HttpURLConnection$9.run(HttpURLConnection.java:1432)[22:07:14] [TheRealp455w0rd Contributors DL Thread/INFO]: [p455w0rdslib.util.ContributorUtils$DLThread:run:328]: at sun.net.www.protocol.http.HttpURLConnection$9.run(HttpURLConnection.java:1430)[22:07:14] [TheRealp455w0rd Contributors DL Thread/INFO]: [p455w0rdslib.util.ContributorUtils$DLThread:run:328]: at java.security.AccessController.doPrivileged(Native Method)[22:07:14] [TheRealp455w0rd Contributors DL Thread/INFO]: [p455w0rdslib.util.ContributorUtils$DLThread:run:328]: at java.security.AccessController.doPrivileged(AccessController.java:713)[22:07:14] [TheRealp455w0rd Contributors DL Thread/INFO]: [p455w0rdslib.util.ContributorUtils$DLThread:run:328]: at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1429)[22:07:14] [TheRealp455w0rd Contributors DL Thread/INFO]: [p455w0rdslib.util.ContributorUtils$DLThread:run:328]: at sun.net.www.protocol.https.HttpsURLConnectionImpl.getInputStream(HttpsURLConnectionImpl.java:254)[22:07:14] [TheRealp455w0rd Contributors DL Thread/INFO]: [p455w0rdslib.util.ContributorUtils$DLThread:run:328]: at p455w0rdslib.util.ContributorUtils$DLThread.run(ContributorUtils.java:316)[22:07:14] [main/WARN]: core (Initialized) Bad configField entry during updateFrom(): optionsManagerViewed=null[22:07:14] [main/INFO]: Loading journeymap.topo.config[22:07:15] [main/INFO]: Loaded 20 waypoints from C:\Users\saint\OneDrive\Documents\Curse\Minecraft\Instances\Plus Pack 1.12 v2\journeymap\data\sp\Modded Survival\waypoints[22:07:15] [main/INFO]: Mapping started in C:\Users\saint\OneDrive\Documents\Curse\Minecraft\Instances\Plus Pack 1.12 v2\journeymap\data\sp\Modded Survival\DIM0. Memory: 4282MB total, 1551MB free [22:07:15] [Thread-54/INFO]: Stopping aura thread for dim 1[22:07:16] [Server thread/INFO]: Unloading dimension 1[22:07:37] [main/INFO]: Unloaded world <[email protected] 0 MultiplayerChunkCache: 289, 289> is still hanging around after 60 seconds.[22:07:37] [main/INFO]: This may be due to a world leak, or there is little memory pressure.[22:07:37] [main/INFO]: Use the relevant FoamFix options to adjust the wait time.[22:08:04] [main/INFO]: Unloaded world <[email protected] 1 MultiplayerChunkCache: 0, 0> is still hanging around after 60 seconds.[22:08:53] [TheRealp455w0rd Contributors DL Thread/INFO]: [p455w0rdslib.util.ContributorUtils$DLThread:run:328]: java.io.IOException: Server returned HTTP response code: 429 for URL: https://gitlab.com/p455w0rd/patrons/raw/master/patrons.txt[22:08:53] [TheRealp455w0rd Contributors DL Thread/INFO]: [p455w0rdslib.util.ContributorUtils$DLThread:run:328]: at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1839)[22:08:53] [TheRealp455w0rd Contributors DL Thread/INFO]: [p455w0rdslib.util.ContributorUtils$DLThread:run:328]: at sun.net.www.protocol.http.HttpURLConnection.access$200(HttpURLConnection.java:90)[22:08:53] [TheRealp455w0rd Contributors DL Thread/INFO]: [p455w0rdslib.util.ContributorUtils$DLThread:run:328]: at sun.net.www.protocol.http.HttpURLConnection$9.run(HttpURLConnection.java:1432)[22:08:53] [TheRealp455w0rd Contributors DL Thread/INFO]: [p455w0rdslib.util.ContributorUtils$DLThread:run:328]: at sun.net.www.protocol.http.HttpURLConnection$9.run(HttpURLConnection.java:1430)[22:08:53] [TheRealp455w0rd Contributors DL Thread/INFO]: [p455w0rdslib.util.ContributorUtils$DLThread:run:328]: at java.security.AccessController.doPrivileged(Native Method)[22:08:53] [TheRealp455w0rd Contributors DL Thread/INFO]: [p455w0rdslib.util.ContributorUtils$DLThread:run:328]: at java.security.AccessController.doPrivileged(AccessController.java:713)[22:08:53] [TheRealp455w0rd Contributors DL Thread/INFO]: [p455w0rdslib.util.ContributorUtils$DLThread:run:328]: at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1429)[22:08:53] [TheRealp455w0rd Contributors DL Thread/INFO]: [p455w0rdslib.util.ContributorUtils$DLThread:run:328]: at sun.net.www.protocol.https.HttpsURLConnectionImpl.get
InputStream(HttpsURLConnectionImpl.java:254)[22:08:53] [TheRealp455w0rd Contributors DL Thread/INFO]: [p455w0rdslib.util.ContributorUtils$DLThread:run:328]: at p455w0rdslib.util.ContributorUtils$DLThread.run(ContributorUtils.java:316)[22:09:48] [main/INFO]: Automatic stack replacement.[22:10:20] [main/INFO]: Handling crafting slots.[22:10:20] [main/INFO]: Merging stacks.[22:10:20] [main/INFO]: Applying rules.[22:10:20] [main/INFO]: Locking stacks.[22:10:20] [main/INFO]: Default sorting.[22:10:20] [main/INFO]: Sorting done in 4931585ns[22:12:44] [Server thread/WARN]: The_Enderminer moved wrongly![22:13:09] [Server thread/WARN]: The_Enderminer moved wrongly![22:13:17] [main/INFO]: [CHAT] Weather Deflector set to mode: Prevent block damage only[22:13:19] [main/INFO]: [CHAT] Weather Deflector set to mode: Kill thunderstorms and deadlier[22:13:22] [main/INFO]: [CHAT] Weather Deflector set to mode: Prevent block damage only[22:13:23] [main/INFO]: [CHAT] Weather Deflector set to mode: Kill thunderstorms and deadlier[22:14:27] [main/INFO]: Started loading book...[22:14:28] [main/INFO]: Finished loading book[22:20:14] [main/INFO]: Started loading book...[22:20:14] [main/INFO]: Finished loading book[22:26:10] [Server thread/WARN]: Charkey_X moved too quickly! -1.1390212074476835,-11.635735917043888,-0.2165820690735245[22:26:23] [Server thread/WARN]: Charkey_X moved too quickly! -2.913599656828765,0.0,10.491834297652417[22:26:25] [Server thread/WARN]: Charkey_X moved too quickly! -2.8515366360670384,0.0,10.273469115401554[22:26:29] [main/WARN]: Received passengers for unknown entity[22:26:55] [Server thread/WARN]: Tried to add entity minecraft:item but it was marked as removed already[22:27:14] [TheRealp455w0rd Contributors DL Thread/INFO]: [p455w0rdslib.util.ContributorUtils$DLThread:run:328]: java.io.IOException: Server returned HTTP response code: 429 for URL: https://gitlab.com/p455w0rd/patrons/raw/master/patrons.txt[22:27:14] [TheRealp455w0rd Contributors DL Thread/INFO]: [p455w0rdslib.util.ContributorUtils$DLThread:run:328]: at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1839)[22:27:14] [TheRealp455w0rd Contributors DL Thread/INFO]: [p455w0rdslib.util.ContributorUtils$DLThread:run:328]: at sun.net.www.protocol.http.HttpURLConnection.access$200(HttpURLConnection.java:90)[22:27:14] [TheRealp455w0rd Contributors DL Thread/INFO]: [p455w0rdslib.util.ContributorUtils$DLThread:run:328]: at sun.net.www.protocol.http.HttpURLConnection$9.run(HttpURLConnection.java:1432)[22:27:14] [TheRealp455w0rd Contributors DL Thread/INFO]: [p455w0rdslib.util.ContributorUtils$DLThread:run:328]: at sun.net.www.protocol.http.HttpURLConnection$9.run(HttpURLConnection.java:1430)[22:27:14] [TheRealp455w0rd Contributors DL Thread/INFO]: [p455w0rdslib.util.ContributorUtils$DLThread:run:328]: at java.security.AccessController.doPrivileged(Native Method)[22:27:14] [TheRealp455w0rd Contributors DL Thread/INFO]: [p455w0rdslib.util.ContributorUtils$DLThread:run:328]: at java.security.AccessController.doPrivileged(AccessController.java:713)[22:27:14] [TheRealp455w0rd Contributors DL Thread/INFO]: [p455w0rdslib.util.ContributorUtils$DLThread:run:328]: at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1429)[22:27:14] [TheRealp455w0rd Contributors DL Thread/INFO]: [p455w0rdslib.util.ContributorUtils$DLThread:run:328]: at sun.net.www.protocol.https.HttpsURLConnectionImpl.getInputStream(HttpsURLConnectionImpl.java:254)[22:27:14] [TheRealp455w0rd Contributors DL Thread/INFO]: [p455w0rdslib.util.ContributorUtils$DLThread:run:328]: at p455w0rdslib.util.ContributorUtils$DLThread.run(ContributorUtils.java:316)[22:28:38] [Server thread/INFO]: Loading dimension 1 (Modded Survival) ([email protected])[22:28:38] [Server thread/INFO]: Creating aura cache for world 1[22:28:38] [Server thread/INFO]: The Pigtificate Village data for the_end was read successfully.[22:28:38] [main/INFO]: Mapping halted in C:\Users\saint\OneDrive\Documents\Curse\Minecraft\Instances\Plus Pack 1.12 v2\journeymap\data\sp\Modded Survival\DIM0[22:28:38] [main/INFO]: [CoroUtil.forge.CULog:log:14]: CoroUtil: resetting rotating particle renderer[22:28:38] [Thread-57/INFO]: Starting aura thread for dim 1[22:28:38] [Server thread/INFO]: Scanning for legacy world dragon fight...[22:28:38] [main/WARN]: core (Initialized) Bad configField entry during updateFrom(): optionsManagerViewed=null[22:28:38] [TheRealp455w0rd Contributors DL Thread/INFO]: [p455w0rdslib.util.ContributorUtils$DLThread:run:328]: java.io.IOException: Server returned HTTP response code: 429 for URL: https://gitlab.com/p455w0rd/patrons/raw/master/patrons.txt[22:28:38] [TheRealp455w0rd Contributors DL Thread/INFO]: [p455w0rdslib.util.ContributorUtils$DLThread:run:328]: at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1839)[22:28:38] [TheRealp455w0rd Contributors DL Thread/INFO]: [p455w0rdslib.util.ContributorUtils$DLThread:run:328]: at sun.net.www.protocol.http.HttpURLConnection.access$200(HttpURLConnection.java:90)[22:28:38] [TheRealp455w0rd Contributors DL Thread/INFO]: [p455w0rdslib.util.ContributorUtils$DLThread:run:328]: at sun.net.www.protocol.http.HttpURLConnection$9.run(HttpURLConnection.java:1432)[22:28:38] [TheRealp455w0rd Contributors DL Thread/INFO]: [p455w0rdslib.util.ContributorUtils$DLThread:run:328]: at sun.net.www.protocol.http.HttpURLConnection$9.run(HttpURLConnection.java:1430)[22:28:38] [TheRealp455w0rd Contributors DL Thread/INFO]: [p455w0rdslib.util.ContributorUtils$DLThread:run:328]: at java.security.AccessController.doPrivileged(Native Method)[22:28:38] [TheRealp455w0rd Contributors DL Thread/INFO]: [p455w0rdslib.util.ContributorUtils$DLThread:run:328]: at java.security.AccessController.doPrivileged(AccessController.java:713)[22:28:38] [TheRealp455w0rd Contributors DL Thread/INFO]: [p455w0rdslib.util.ContributorUtils$DLThread:run:328]: at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1429)[22:28:38] [TheRealp455w0rd Contributors DL Thread/INFO]: [p455w0rdslib.util.ContributorUtils$DLThread:run:328]: at sun.net.www.protocol.https.HttpsURLConnectionImpl.getInputStream(HttpsURLConnectionImpl.java:254)[22:28:38] [TheRealp455w0rd Contributors DL Thread/INFO]: [p455w0rdslib.util.ContributorUtils$DLThread:run:328]: at p455w0rdslib.util.ContributorUtils$DLThread.run(ContributorUtils.java:316)[22:28:38] [TheRealp455w0rd Contributors DL Thread/INFO]: [p455w0rdslib.util.ContributorUtils$DLThread:run:328]: java.io.IOException: Server returned HTTP response code: 429 for URL: https://gitlab.com/p455w0rd/patrons/raw/master/patrons.txt[22:28:38] [TheRealp455w0rd Contributors DL Thread/INFO]: [p455w0rdslib.util.ContributorUtils$DLThread:run:328]: at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1839)[22:28:38] [TheRealp455w0rd Contributors DL Thread/INFO]: [p455w0rdslib.util.ContributorUtils$DLThread:run:328]: at sun.net.www.protocol.http.HttpURLConnection.access$200(HttpURLConnection.java:90)[22:28:38] [TheRealp455w0rd Contributors DL Thread/INFO]: [p455w0rdslib.util.ContributorUtils$DLThread:run:328]: at sun.net.www.protocol.http.HttpURLConnection$9.run(HttpURLConnection.java:1432)[22:28:38] [TheRealp455w0rd Contributors DL Thread/INFO]: [p455w0rdslib.util.ContributorUtils$DLThread:run:328]: at sun.net.www.protocol.http.HttpURLConnection$9.run(HttpURLConnection.java:1430)[22:28:38] [TheRealp455w0rd Contributors DL Thread/INFO]: [p455w0rdslib.util.ContributorUtils$DLThread:run:328]: at java.security.AccessController.doPrivileged(Native Method)[22:28:38] [TheRealp455w0rd Contributors DL Thread/INFO]: [p455w0rdslib.util.ContributorUtils$DLThread:run:328]: at java.security.AccessController.doPrivileged(AccessController.java:713)[22:28:38] [TheRealp455w0rd Contributors DL Thread/INFO]: [p455w0rdslib.util.ContributorUtils$DLThread:run:328]: at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1429)[22:28:38] [TheRealp455w0rd Contributors DL Thread/INFO]: [p455w0rdslib.util.ContributorUtils$DLThread:run:328]: at sun.net.www.protocol.https.HttpsURLConnectionImpl.getInputStream(HttpsURLConnectionImpl.java:254)[22:28:38] [TheRealp455w0rd Contributors DL Thread/INFO]: [p455w0rdslib.util.ContributorUtils$DLThread:run:328]: at p455w0rdslib.util.ContributorUtils$DLThread.run(ContributorUtils.java:316)[22:28:38] [Server thread/INFO]: Found that the dragon has not yet been killed in this world.[22:28:38] [main/INFO]: Loading journeymap.topo.config[22:28:38] [Server thread/INFO]: Found that there's a dragon still alive (EntityDragon['Ender Dragon'/18059, l='Modded Survival', x=36.65, y=111.96, z=-0.99])[22:28:38] [Server thread/INFO]: But we didn't have a portal, let's remove it.[22:28:38] [main/INFO]: Loaded 20 waypoints from C:\Users\saint\OneDrive\Documents\Curse\Minecraft\Instances\Plus Pack 1.12 v2\journeymap\data\sp\Modded Survival\waypoints[22:28:38] [main/INFO]: Mapping started in C:\Users\saint\OneDrive\Documents\Curse\Minecraft\Instances\Plus Pack 1.12 v2\journeymap\data\sp\Modded Survival\DIM1. Memory: 4725MB total, 1791MB free [22:28:50] [TheRealp455w0rd Contributors DL Thread/INFO]: [p455w0rdslib.util.ContributorUtils$DLThread:run:328]: java.io.IOException: Server returned HTTP response code: 429 for URL: https://gitlab.com/p455w0rd/patrons/raw/master/patrons.txt[22:28:50] [TheRealp455w0rd Contributors DL Thread/INFO]: [p455w0rdslib.util.ContributorUtils$DLThread:run:328]: at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1839)[22:28:50] [TheRealp455w0rd Contributors DL Thread/INFO]: [p455w0rdslib.util.ContributorUtils$DLThread:run:328]: at sun.net.www.protocol.http.HttpURLConnection.access$200(HttpURLConnection.java:90)[22:28:50] [TheRealp455w0rd Contributors DL Thread/INFO]: [p455w0rdslib.util.ContributorUtils$DLThread:run:328]: at sun.net. www.protocol.http.HttpURLConnection$9.run(HttpURLConnection.java:1432)[22:28:50] [TheRealp455w0rd Contributors DL Thread/INFO]: [p455w0rdslib.util.ContributorUtils$DLThread:run:328]: at sun.net.www.protocol.http.HttpURLConnection$9.run(HttpURLConnection.java:1430)[22:28:50] [TheRealp455w0rd Contributors DL Thread/INFO]: [p455w0rdslib.util.ContributorUtils$DLThread:run:328]: at java.security.AccessController.doPrivileged(Native Method)[22:28:50] [TheRealp455w0rd Contributors DL Thread/INFO]: [p455w0rdslib.util.ContributorUtils$DLThread:run:328]: at java.security.AccessController.doPrivileged(AccessController.java:713)[22:28:50] [TheRealp455w0rd Contributors DL Thread/INFO]: [p455w0rdslib.util.ContributorUtils$DLThread:run:328]: at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1429)[22:28:50] [TheRealp455w0rd Contributors DL Thread/INFO]: [p455w0rdslib.util.ContributorUtils$DLThread:run:328]: at sun.net.www.protocol.https.HttpsURLConnectionImpl.getInputStream(HttpsURLConnectionImpl.java:254)[22:28:50] [TheRealp455w0rd Contributors DL Thread/INFO]: [p455w0rdslib.util.ContributorUtils$DLThread:run:328]: at p455w0rdslib.util.ContributorUtils$DLThread.run(ContributorUtils.java:316)[22:28:50] [Server thread/WARN]: Charkey_X moved too quickly! 251.5402288964449,24.23363200604248,-1673.4098441502083[22:28:50] [TheRealp455w0rd Contributors DL Thread/INFO]: [p455w0rdslib.util.ContributorUtils$DLThread:run:328]: java.io.IOException: Server returned HTTP response code: 429 for URL: https://gitlab.com/p455w0rd/patrons/raw/master/patrons.txt[22:28:50] [TheRealp455w0rd Contributors DL Thread/INFO]: [p455w0rdslib.util.ContributorUtils$DLThread:run:328]: at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1839)[22:28:50] [TheRealp455w0rd Contributors DL Thread/INFO]: [p455w0rdslib.util.ContributorUtils$DLThread:run:328]: at sun.net.www.protocol.http.HttpURLConnection.access$200(HttpURLConnection.java:90)[22:28:50] [TheRealp455w0rd Contributors DL Thread/INFO]: [p455w0rdslib.util.ContributorUtils$DLThread:run:328]: at sun.net.www.protocol.http.HttpURLConnection$9.run(HttpURLConnection.java:1432)[22:28:50] [TheRealp455w0rd Contributors DL Thread/INFO]: [p455w0rdslib.util.ContributorUtils$DLThread:run:328]: at sun.net.www.protocol.http.HttpURLConnection$9.run(HttpURLConnection.java:1430)[22:28:50] [TheRealp455w0rd Contributors DL Thread/INFO]: [p455w0rdslib.util.ContributorUtils$DLThread:run:328]: at java.security.AccessController.doPrivileged(Native Method)[22:28:50] [TheRealp455w0rd Contributors DL Thread/INFO]: [p455w0rdslib.util.ContributorUtils$DLThread:run:328]: at java.security.AccessController.doPrivileged(AccessController.java:713)[22:28:50] [TheRealp455w0rd Contributors DL Thread/INFO]: [p455w0rdslib.util.ContributorUtils$DLThread:run:328]: at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1429)[22:28:50] [TheRealp455w0rd Contributors DL Thread/INFO]: [p455w0rdslib.util.ContributorUtils$DLThread:run:328]: at sun.net.www.protocol.https.HttpsURLConnectionImpl.getInputStream(HttpsURLConnectionImpl.java:254)[22:28:50] [TheRealp455w0rd Contributors DL Thread/INFO]: [p455w0rdslib.util.ContributorUtils$DLThread:run:328]: at p455w0rdslib.util.ContributorUtils$DLThread.run(ContributorUtils.java:316)[22:28:57] [TheRealp455w0rd Contributors DL Thread/INFO]: [p455w0rdslib.util.ContributorUtils$DLThread:run:328]: java.io.IOException: Server returned HTTP response code: 429 for URL: https://gitlab.com/p455w0rd/patrons/raw/master/patrons.txt[22:28:57] [TheRealp455w0rd Contributors DL Thread/INFO]: [p455w0rdslib.util.ContributorUtils$DLThread:run:328]: at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1839)[22:28:57] [TheRealp455w0rd Contributors DL Thread/INFO]: [p455w0rdslib.util.ContributorUtils$DLThread:run:328]: at sun.net.www.protocol.http.HttpURLConnection.access$200(HttpURLConnection.java:90)[22:28:57] [TheRealp455w0rd Contributors DL Thread/INFO]: [p455w0rdslib.util.ContributorUtils$DLThread:run:328]: at sun.net.www.protocol.http.HttpURLConnection$9.run(HttpURLConnection.java:1432)[22:28:57] [TheRealp455w0rd Contributors DL Thread/INFO]: [p455w0rdslib.util.ContributorUtils$DLThread:run:328]: at sun.net.www.protocol.http.HttpURLConnection$9.run(HttpURLConnection.java:1430)[22:28:57] [TheRealp455w0rd Contributors DL Thread/INFO]: [p455w0rdslib.util.ContributorUtils$DLThread:run:328]: at java.security.AccessController.doPrivileged(Native Method)[22:28:57] [TheRealp455w0rd Contributors DL Thread/INFO]: [p455w0rdslib.util.ContributorUtils$DLThread:run:328]: at java.security.AccessController.doPrivileged(AccessController.java:713)[22:28:57] [TheRealp455w0rd Contributors DL Thread/INFO]: [p455w0rdslib.util.ContributorUtils$DLThread:run:328]: at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1429)[22:28:57] [TheRealp455w0rd Contributors DL Thread/INFO]: [p455w0rdslib.util.ContributorUtils$DLThread:run:328]: at sun.net.www.protocol.https.HttpsURLConnectionImpl.getInputStream(HttpsURLConnectionImpl.java:254)[22:28:57] [TheRealp455w0rd Contributors DL Thread/INFO]: [p455w0rdslib.util.ContributorUtils$DLThread:run:328]: at p455w0rdslib.util.ContributorUtils$DLThread.run(ContributorUtils.java:316)[22:29:38] [main/INFO]: Unloaded world <[email protected] 0 MultiplayerChunkCache: 289, 289> is still hanging around after 60 seconds.[22:31:29] [Server thread/INFO]: The_Enderminer has made the advancement [Free the End][22:31:29] [main/INFO]: [CHAT] The_Enderminer has made the advancement [Free the End][22:31:29] [main/INFO]: Loaded 450 advancements
It is in the standard document directory. It just for some reason shows the onedrive Directory.
If it shows "OneDrive" then, it's in the OneDrive directory.
Rollback Post to RevisionRollBack
Say something silly, Laugh 'til it hurts, Take a risk, Sing out loud, Rock the boat, Shake things up, Flirt with disaster, Buy something frivolous, Color outside the lines, Cause a scene, Order dessert, Make waves, Get carried away, Have a great day!
To post a comment, please login or register a new account.
I am playing on a modded LAN server with one other person and every 30 minutes or whenever a large event happens it just crashes and I don't know if it's just chunk loading or what because I crash at my base. Any ideas?
I didn't get an actual crash report file but I do have part of the log file:
[21:57:46] [Server thread/ERROR]: Error handling WorldEvent.Unloadjava.lang.NullPointerException: null at journeymap.client.forge.event.WorldEventHandler.onUnload(WorldEventHandler.java:33) [WorldEventHandler.class:1.12.2-5.5.2] at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_2012_WorldEventHandler_onUnload_Unload.invoke(.dynamic) [?:?] at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90) [ASMEventHandler.class:?] at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:182) [EventBus.class:?] at net.minecraftforge.common.DimensionManager.unloadWorlds(DimensionManager.java:403) [DimensionManager.class:?] at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:788) [MinecraftServer.class:?] at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:668) [MinecraftServer.class:?] at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:252) [chd.class:?] at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:526) [MinecraftServer.class:?] at java.lang.Thread.run(Thread.java:745) [?:1.8.0_51][21:57:46] [Server thread/INFO]: Unloading dimension -1[21:57:46] [Server thread/INFO]: Removing aura cache for world 7[21:57:46] [Server thread/ERROR]: ExecutionException in getPlayer: com.google.common.util.concurrent.UncheckedExecutionException: java.lang.NullPointerException at com.google.common.cache.LocalCache$Segment.get(LocalCache.java:2217) at com.google.common.cache.LocalCache.get(LocalCache.java:4154) at com.google.common.cache.LocalCache.getOrLoad(LocalCache.java:4158) at com.google.common.cache.LocalCache$LocalLoadingCache.get(LocalCache.java:5147) at journeymap.client.data.DataCache.getPlayer(DataCache.java:303) at journeymap.client.data.DataCache.getPlayer(DataCache.java:190) at journeymap.client.forge.event.WorldEventHandler.onUnload(WorldEventHandler.java:33) at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_2012_WorldEventHandler_onUnload_Unload.invoke(.dynamic) at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90) at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:182) at net.minecraftforge.common.DimensionManager.unloadWorlds(DimensionManager.java:403) at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:788) at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:668) at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:252) at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:526) at java.lang.Thread.run(Thread.java:745)Caused by: java.lang.NullPointerException at com.google.common.base.Preconditions.checkNotNull(Preconditions.java:770) at com.google.common.cache.LocalCache.get(LocalCache.java:4153) at com.google.common.cache.LocalCache.getOrLoad(LocalCache.java:4158) at com.google.common.cache.LocalCache$LocalLoadingCache.get(LocalCache.java:5147) at com.google.common.cache.LocalCache$LocalLoadingCache.getUnchecked(LocalCache.java:5153) at journeymap.client.data.DataCache.getEntityDTO(DataCache.java:441) at journeymap.client.data.PlayerData.load(PlayerData.java:86) at journeymap.client.data.PlayerData.load(PlayerData.java:30) at com.google.common.cache.LocalCache$LoadingValueReference.loadFuture(LocalCache.java:3716) at com.google.common.cache.LocalCache$Segment.loadSync(LocalCache.java:2424) at com.google.common.cache.LocalCache$Segment.lockedGetOrLoad(LocalCache.java:2298) at com.google.common.cache.LocalCache$Segment.get(LocalCache.java:2211) ... 15 more
[21:57:46] [Server thread/ERROR]: Error handling WorldEvent.Unloadjava.lang.NullPointerException: null at journeymap.client.forge.event.WorldEventHandler.onUnload(WorldEventHandler.java:33) [WorldEventHandler.class:1.12.2-5.5.2] at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_2012_WorldEventHandler_onUnload_Unload.invoke(.dynamic) [?:?] at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90) [ASMEventHandler.class:?] at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:182) [EventBus.class:?] at net.minecraftforge.common.DimensionManager.unloadWorlds(DimensionManager.java:403) [DimensionManager.class:?] at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:788) [MinecraftServer.class:?] at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:668) [MinecraftServer.class:?] at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:252) [chd.class:?] at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:526) [MinecraftServer.class:?] at java.lang.Thread.run(Thread.java:745) [?:1.8.0_51][21:57:46] [Server thread/INFO]: Unloading dimension 7[21:57:47] [Netty Local Client IO #0/INFO]: Server protocol version 2[21:57:47] [Netty Server IO #1/INFO]: Client protocol version 2[21:57:47] [Netty Server IO #1/INFO]: Client attempting to join with 138 mods : [email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected]+release.109.220f184,[email protected],[email protected],[email protected],[email protected],[email protected]4.132,[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected]${version},[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected] 2.6.1,[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected][21:57:47] [Netty Server IO #1/INFO]: Sending config sync packet to player.[21:57:47] [Netty Local Client IO #0/INFO]: [Netty Local Client IO #0] Client side modded connection established[21:57:47] [main/INFO]: [AstralSorcery] Using gateway screenshots for folder 'modded_survival'[21:57:47] [Server thread/INFO]: Changing view distance to 8, from 10[21:57:47] [Server thread/WARN]: Can't keep up! Did the system time change, or is the server overloaded? Running 2595ms behind, skipping 51 tick(s)[21:57:47] [Server thread/INFO]: [Server thread] Server side modded connection established[21:57:47] [Server thread/INFO]: The_Enderminer[local:E:2f31a5c4] logged in with entity id 219 at (-80.31665072139474, 63.0, 1728.5182501997206)[21:57:47] [Server thread/INFO]: The_Enderminer joined the game[21:57:51] [Thread-36/INFO]: Stopping aura thread for dim 7[21:57:51] [Thread-35/INFO]: Stopping aura thread for dim -1[21:57:51] [Thread-31/INFO]: Stopping aura thread for dim -11325[21:57:51] [Thread-30/INFO]: Stopping aura thread for dim 28885[21:57:51] [Thread-29/INFO]: Stopping aura thread for dim 53[21:57:51] [Thread-28/INFO]: Stopping aura thread for dim 52[21:57:51] [Thread-25/INFO]: Stopping aura thread for dim 1[21:57:51] [Thread-27/INFO]: Stopping aura thread for dim 51[21:57:51] [Thread-26/INFO]: Stopping aura thread for dim 50[21:57:51] [TheRealp455w0rd Contributors DL Thread/INFO]: [p455w0rdslib.util.ContributorUtils$DLThread:run:328]: java.io.IOException: Server returned HTTP response code: 429 for URL: https://gitlab.com/p455w0rd/patrons/raw/master/patrons.txt[21:57:51] [TheRealp455w0rd Contributors DL Thread/INFO]: [p455w0rdslib.util.ContributorUtils$DLThread:run:328]: at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1839)[21:57:51] [TheRealp455w0rd Contributors DL Thread/INFO]: [p455w0rdslib.util.ContributorUtils$DLThread:run:328]: at sun.net.www.protocol.http.HttpURLConnection.access$200(HttpURLConnection.java:90)[21:57:51] [TheRealp455w0rd Contributors DL Thread/INFO]: [p455w0rdslib.util.ContributorUtils$DLThread:run:328]: at sun.net.www.protocol.http.HttpURLConnection$9.run(HttpURLConnection.java:1432)[21:57:51] [TheRealp455w0rd Contributors DL Thread/INFO]: [p455w0rdslib.util.ContributorUtils$DLThread:run:328]: at sun.net.www.protocol.http.HttpURLConnection$9.run(HttpURLConnection.java:1430)[21:57:51] [TheRealp455w0rd Contributors DL Thread/INFO]: [p455w0rdslib.util.ContributorUtils$DLThread:run:328]: at java.security.AccessController.doPrivileged(Native Method)[21:57:51] [TheRealp455w0rd Contributors DL Thread/INFO]: [p455w0rdslib.util.ContributorUtils$DLThread:run:328]: at java.security.AccessController.doPrivileged(AccessController.java:713)[21:57:51] [TheRealp455w0rd Contributors DL Thread/INFO]: [p455w0rdslib.util.ContributorUtils$DLThread:run:328]: at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1429)[21:57:51] [TheRealp455w0rd Contributors DL Thread/INFO]: [p455w0rdslib.util.ContributorUtils$DLThread:run:328]: at sun.net.www.protocol.https.HttpsURLConnectionImpl.getInputStream(HttpsURLConnectionImpl.java:254)[21:57:51] [TheRealp455w0rd Contributors DL Thread/INFO]: [p455w0rdslib.util.ContributorUtils$DLThread:run:328]: at p455w0rdslib.util.ContributorUtils$DLThread.run(ContributorUtils.java:316)[21:57:51] [main/INFO]: [CHAT] DZ[Mekanism] ǷUsing developer build Ǹ9.4.13[21:57:51] [Server thread/INFO]: Player EntityPlayerMP['The_Enderminer'/219, l='Modded Survival', x=-80.32, y=63.00, z=1728.52] connected. Sending ping[21:57:51] [Server thread/INFO]: Sending server configs to client for com.enderio.core.common.config.ConfigHandler[21:57:51] [Netty Local Client IO #0/INFO]: Received server authentication msg. Remote sync will be activated[21:57:52] [Server thread/INFO]: Successfully loaded WorldData![21:57:52] [Server thread/INFO]: Sending Player Data to player The_Enderminer with UUID aa7f56d9-937f-4025-bd24-3a6e71067d8b.[21:57:52] [main/INFO]: [CoroUtil.forge.CULog:log:14]: CoroUtil: resetting rotating particle renderer[21:57:52] [main/INFO]: [CoroUtil.forge.CULog:log:14]: Extended Renderer: Detected GLSL version: 4.60 NVIDIA[21:57:52] [Netty Local Client IO #0/INFO]: Received config from server.[21:57:52] [Thread-39/INFO]: VoiceServer: Starting client connection...[21:57:52] [Netty Local Client IO #0/INFO]: Received Cardboard Box blacklist entries from server (19 total)[21:57:52] [Thread-39/INFO]: VoiceServer: Successfully connected to server.[21:57:52] [main/INFO]: [CoroUtil.forge.CULog:log:14]: Extended Renderer: Initialized instanced rendering shaders[21:57:52] [VoiceServer Listen Thread/INFO]: VoiceServer: Accepted new connection.[21:57:52] [main/INFO]: [CoroUtil.forge.CULog:log:14]: Weather2: Setting up foliage replacers[21:57:52] [main/INFO]: [CoroUtil.forge.CULog:log:14]: Weather2: Setting up meshes for foliage shader[21:57:52] [Server thread/INFO]: Sent config to 'The_Enderminer.'[21:57:52] [Server thread/INFO]: [AstralSorcery] Synchronizing configuration to The_Enderminer[21:57:52] [Thread-43/INFO]: VoiceServer: Traced IP in 1 attempts.[21:57:52] [Thread-41/INFO]: No custom rewards detected for the current user![21:57:52] [Server thread/INFO]: Saving and pausing game...[21:57:52] [Server thread/INFO]: Saving chunks for level 'Modded Survival'/overworld[21:57:52] [Server thread/INFO]: Saving chunks for level 'Modded Survival'/ExtraUtils2_Quarry_Dim[21:57:52] [Server thread/INFO]: Saving chunks for level 'Modded Survival'/Spectre[21:57:52] [Server thread/INFO]: Saving chunks for level 'Modded Survival'/Storage Cell[21:57:53] [main/INFO]:
[CHAT] ERROR: creativeskull.zs:9 > could not find recipe[21:57:53] [main/INFO]: [CHAT] ERROR: creativeskull.zs:9 > Cannot cast ZenTypeNative: crafttweaker.item.IItemStack to ZenTypeNative: crafttweaker.data.IData[21:57:53] [main/INFO]: [CHAT] ERROR: creativeskull.zs:9 > Cannot cast ZenTypeNative: crafttweaker.item.IItemStack to ZenTypeNative: crafttweaker.data.IData[21:57:53] [main/INFO]: [CHAT] ERROR: creativeskull.zs:9 > Cannot cast ZenTypeNative: crafttweaker.item.IItemStack to ZenTypeNative: crafttweaker.data.IData[21:57:53] [main/INFO]: [CHAT] ERROR: creativeskull.zs:9 > Cannot cast ZenTypeNative: crafttweaker.item.IItemStack to ZenTypeNative: crafttweaker.data.IData[21:57:53] [main/INFO]: [CHAT] ERROR: creativeskull.zs:9 > Cannot cast ZenTypeNative: crafttweaker.item.IItemStack to ZenTypeNative: crafttweaker.data.IData[21:57:53] [main/INFO]: [CHAT] ERROR: creativeskull.zs:9 > Cannot cast ZenTypeNative: crafttweaker.item.IItemStack to ZenTypeNative: crafttweaker.data.IData[21:57:53] [main/INFO]: [CHAT] ERROR: creativeskull.zs:9 > Cannot cast ZenTypeNative: crafttweaker.item.IItemStack to ZenTypeNative: crafttweaker.data.IData[21:57:53] [main/INFO]: [CHAT] ERROR: creativeskull.zs:9 > Cannot cast ZenTypeNative: crafttweaker.item.IItemStack to ZenTypeNative: crafttweaker.data.IData[21:57:53] [main/INFO]: [CHAT] ERROR: creativeskull.zs:9 > Cannot cast ZenTypeNative: crafttweaker.item.IItemStack to ZenTypeNative: crafttweaker.data.IData[21:57:53] [main/INFO]: [CHAT] ERROR: [crafttweaker]: Error executing {[0:crafttweaker]: creativeskull.zs}: Bad type on operand stack\nException Details:\n Location:\n Creativeskull.__script__()V @168: invokestatic\n Reason:\n Type 'stanhebben/zenscript/value/IAny' (current frame, stack[4]) is not assignable to '[Lcrafttweaker/api/data/IData;'\n Current Frame:\n bci: @168\n flags: { }\n locals: { top, 'crafttweaker/api/item/IItemStack', top, 'crafttweaker/api/item/IItemStack', top, 'crafttweaker/api/item/IItemStack', top, 'crafttweaker/api/item/IItemStack', top, 'crafttweaker/api/item/IItemStack' }\n stack: { null, '[Lstanhebben/zenscript/value/IAny;', '[Lstanhebben/zenscript/value/IAny;', integer, 'stanhebben/zenscript/value/IAny' }\n Bytecode:\n 0x0000000: 120b 120c b800 124c 1214 1215 b800 124e\n 0x0000010: 1217 120c b800 123a 0512 1912 15b8 0012\n 0x0000020: 3a07 121b 121c b800 123a 0901 121d bd00\n 0x0000030: 1f59 120c 1909 59c7 0008 5701 a700 06b8\n 0x0000040: 0025 5359 1215 1226 bd00 2859 120c 1226\n 0x0000050: bd00 2859 120c 0153 5912 1501 5359 121d\n 0x0000060: 0153 b800 2e53 5912 1512 26bd 0028 5912\n 0x0000070: 0c01 5359 1215 0153 5912 1d01 53b8 002e\n 0x0000080: 5359 121d 1226 bd00 2859 120c 0153 5912\n 0x0000090: 1501 5359 121d 0153 b800 2e53 59c7 0008\n 0x00000a0: 5701 a700 06b8 0033 b800 2e59 c700 0857\n 0x00000b0: 01a7 0006 b800 3353 b900 3702 0057 b1 \n Stackmap Table:\n full_frame(@63,{Top,Object[#57],Top,Object[#57],Top,Object[#57],Top,Object[#57],Top,Object[#57]},{Null,Object[#59],Object[#59],Integer,Object[#57]})\n full_frame(@66,{Top,Object[#57],Top,Object[#57],Top,Object[#57],Top,Object[#57],Top,Object[#57]},{Null,Object[#59],Object[#59],Integer,Object[#31]})\n full_frame(@165,{Top,Object[#57],Top,Object[#57],Top,Object[#57],Top,Object[#57],Top,Object[#57]},{Null,Object[#59],Object[#59],Integer,Object[#61]})\n full_frame(@168,{Top,Object[#57],Top,Object[#57],Top,Object[#57],Top,Object[#57],Top,Object[#57]},{Null,Object[#59],Object[#59],Integer,Object[#31]})\n full_frame(@180,{Top,Object[#57],Top,Object[#57],Top,Object[#57],Top,Object[#57],Top,Object[#57]},{Null,Object[#59],Object[#59],Integer,Object[#40]})\n full_frame(@183,{Top,Object[#57],Top,Object[#57],Top,Object[#57],Top,Object[#57],Top,Object[#57]},{Null,Object[#59],Object[#59],Integer,Object[#31]})\n[21:57:53] [main/INFO]: Receiving (new or changed) Player Data for player The_Enderminer.[21:57:53] [main/INFO]: [CoroUtil.forge.CULog:log:14]: CoroUtil detected Tough As Nails Seasons Not Installed for use[21:57:53] [main/INFO]: [CoroUtil.forge.CULog:log:14]: CoroUtil detected Serene Seasons Not Installed for use[21:57:53] [Server thread/WARN]: Tried to add entity minecraft:item but it was marked as removed already[21:57:53] [Server thread/WARN]: Tried to add entity minecraft:item but it was marked as removed already[21:57:53] [Server thread/WARN]: Tried to add entity minecraft:item but it was marked as removed already[21:57:53] [Server thread/WARN]: Tried to add entity minecraft:item but it was marked as removed already[21:57:53] [Server thread/WARN]: Tried to add entity minecraft:item but it was marked as removed already[21:57:53] [Server thread/WARN]: Tried to add entity minecraft:item but it was marked as removed already[21:57:53] [Server thread/WARN]: Tried to add entity minecraft:item but it was marked as removed already[21:57:53] [Server thread/WARN]: Tried to add entity minecraft:item but it was marked as removed already[21:57:53] [Server thread/WARN]: Tried to add entity minecraft:item but it was marked as removed already[21:57:54] [Server thread/INFO]: [AstralSorcery] Load CachedWorldData 'structures' for world 0[21:57:54] [Server thread/INFO]: [AstralSorcery] Loading of 'structures' for world 0 finished.[21:57:54] [main/INFO]: Custom modded block handling enabled for bibliocraft[21:57:54] [main/INFO]: Custom modded block handling enabled for biomesoplenty[21:57:55] [main/INFO]: Loaded 441 advancements[21:57:55] [main/INFO]: [CHAT] Veinminer using client keybind. See mod config for details.[21:57:55] [main/INFO]: Received mode change 1[21:57:55] [main/INFO]: [CHAT] Veinminer client keybind set to activate on pressing the key.[21:57:56] [main/WARN]: core (Initialized) Bad configField entry during updateFrom(): optionsManagerViewed=null[21:57:56] [main/WARN]: core (Initialized) Bad configField entry during updateFrom(): splashViewed=null[21:57:56] [main/INFO]: Loading journeymap.topo.config[21:57:56] [main/INFO]: Loaded 17 waypoints from C:\Users\saint\OneDrive\Documents\Curse\Minecraft\Instances\Plus Pack 1.12 v2\journeymap\data\sp\Modded Survival\waypoints[21:57:56] [main/INFO]: Mapping started in C:\Users\saint\OneDrive\Documents\Curse\Minecraft\Instances\Plus Pack 1.12 v2\journeymap\data\sp\Modded Survival\DIM0. Memory: 4207MB total, 1457MB free [21:57:56] [main/INFO]: [CHAT] ȥJourneyMap:Ȧ Press [ȢJȦ][21:57:56] [main/INFO]: JourneyMap: Press [J][21:58:04] [Server thread/WARN]: Tried to add entity minecraft:item but it was marked as removed already[21:58:04] [Server thread/WARN]: Tried to add entity minecraft:item but it was marked as removed already[21:58:04] [Server thread/WARN]: Tried to add entity minecraft:item but it was marked as removed already[21:58:04] [Server thread/WARN]: Tried to add entity minecraft:item but it was marked as removed already[21:58:04] [Server thread/WARN]: Tried to add entity minecraft:item but it was marked as removed already[21:58:16] [main/INFO]: [CHAT] There is an Update for Actually Additions available![21:58:16] [main/INFO]: [CHAT] Current Version: 1.12.2-r135, newest Version: 1.12.2-r142[21:58:16] [main/INFO]: [CHAT] [Click for Changelog] [Click for Download][21:58:18] [Server thread/INFO]: Saving and pausing game...[21:58:18] [Server thread/INFO]: Saving chunks for level 'Modded Survival'/overworld[21:58:19] [Server thread/INFO]: Saving chunks for level 'Modded Survival'/ExtraUtils2_Quarry_Dim[21:58:19] [Server thread/INFO]: Saving chunks for level 'Modded Survival'/Spectre[21:58:19] [Server thread/INFO]: Saving chunks for level 'Modded Survival'/Storage Cell[21:59:19] [Server thread/INFO]: Saving and pausing game...[21:59:19] [Server thread/INFO]: Saving chunks for level 'Modded Survival'/overworld[21:59:20] [Server thread/INFO]: Saving chunks for level 'Modded Survival'/ExtraUtils2_Quarry_Dim[21:59:20] [Server thread/INFO]: Saving chunks for level 'Modded Survival'/Spectre[21:59:20] [Server thread/INFO]: Saving chunks for level 'Modded Survival'/Storage Cell[21:59:28] [Server thread/INFO]: Saving and pausing game...[21:59:28] [Server thread/INFO]: Saving chunks for level 'Modded Survival'/overworld[21:59:28] [Server thread/INFO]: Saving chunks for level 'Modded Survival'/ExtraUtils2_Quarry_Dim[21:59:28] [Server thread/INFO]: Saving chunks for level 'Modded Survival'/Spectre[21:59:28] [Server thread/INFO]: Saving chunks for level 'Modded Survival'/Storage Cell[22:00:08] [main/INFO]: Loaded 443 advancements[22:00:29] [Server thread/INFO]: Saving and pausing game...[22:00:29] [Server thread/INFO]: Saving chunks for level 'Modded Survival'/overworld[22:00:29] [JM-texture-2/WARN]: Couldn't get a skin at all for mysticdrew[22:00:29] [JM-texture-3/WARN]: Couldn't get a skin at all for techbrew[22:00:29] [Server thread/INFO]: Saving chunks for level 'Modded Survival'/ExtraUtils2_Quarry_Dim[22:00:29] [Server thread/INFO]: Saving chunks for level 'Modded Survival'/Spectre[22:00:29] [Server thread/INFO]: Saving chunks for level 'Modded Survival'/Storage Cell[22:00:29] [JM-texture-2/WARN]: Couldn't get a skin at all for AlexDurrani[22:00:29] [JM-texture-3/WARN]: Couldn't get a skin at all for Davkas[22:00:29] [JM-texture-2/WARN]: Couldn't get a skin at all for TECH_GEEK10[22:00:29] [JM-texture-3/WARN]: Couldn't get a skin at all for _TheEndless_[22:00:29] [JM-texture-2/WARN]: Couldn't get a skin at all for eladjenkins[22:00:52] [Server thread/WARN]: Tried to add entity minecraft:item but it was marked as removed already[22:01:15] [Server thread/INFO]: The_Enderminer has made the advancement [Eye Spy][22:01:15] [main/INFO]: [CHAT] The_Enderminer has made the advancement [Eye Spy][22:01:15] [main/INFO]: Loaded 443 advancements[22:02:45] [Server thread/INFO]: Saving and pausing game...[22:02:45] [Server thread/INFO]: Saving chunks for level 'Modded Survival'/overworld[22:02:46] [Server thread/INFO]: Saving chunks for level 'Modded Survival'/ExtraUtils2_Quarry_Dim[22:02:46] [Server thread/INFO]: Saving chunks for level 'Modded Survival'/
Spectre[22:02:46] [Server thread/INFO]: Saving chunks for level 'Modded Survival'/Storage Cell[22:03:01] [Server thread/INFO]: Saving and pausing game...[22:03:01] [Server thread/INFO]: Saving chunks for level 'Modded Survival'/overworld[22:03:01] [Server thread/INFO]: Saving chunks for level 'Modded Survival'/ExtraUtils2_Quarry_Dim[22:03:01] [Server thread/INFO]: Saving chunks for level 'Modded Survival'/Spectre[22:03:01] [Server thread/INFO]: Saving chunks for level 'Modded Survival'/Storage Cell[22:03:04] [main/INFO]: Using default channel type[22:03:04] [main/INFO]: Started on 52082[22:03:04] [main/INFO]: [CHAT] Local game hosted on port 52082[22:03:10] [main/INFO]: Handling crafting slots.[22:03:10] [main/INFO]: Merging stacks.[22:03:10] [main/INFO]: Applying rules.[22:03:10] [main/INFO]: Locking stacks.[22:03:10] [main/INFO]: Default sorting.[22:03:10] [main/INFO]: Sorting done in 15297539ns[22:03:12] [User Authenticator #1/INFO]: UUID of player Charkey_X is 13171a83-14f3-4563-8b4d-1f0730684649[22:03:12] [Netty Server IO #3/INFO]: Client protocol version 2[22:03:12] [Netty Server IO #3/INFO]: Client attempting to join with 138 mods : [email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected]+release.109.220f184,[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected]${version},[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected] 2.6.1,[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected][22:03:12] [Netty Server IO #3/INFO]: Sending config sync packet to player.[22:03:16] [Server thread/INFO]: [Server thread] Server side modded connection established[22:03:16] [Server thread/INFO]: Charkey_X[/192.168.1.244:50451] logged in with entity id 4266 at (247.91582539534008, 70.0, 363.29442723446834)[22:03:16] [Server thread/INFO]: Charkey_X joined the game[22:03:16] [main/INFO]: [CHAT] Charkey_X joined the game[22:03:16] [Server thread/INFO]: Player EntityPlayerMP['Charkey_X'/4266, l='Modded Survival', x=247.92, y=70.00, z=363.29] connected. Sending ping[22:03:16] [Server thread/INFO]: Sending server configs to client for com.enderio.core.common.config.ConfigHandler[22:03:16] [Server thread/INFO]: Sending Player Data to player Charkey_X with UUID 13171a83-14f3-4563-8b4d-1f0730684649.[22:03:16] [Server thread/INFO]: Sent config to 'Charkey_X.'[22:03:16] [Server thread/INFO]: [AstralSorcery] Synchronizing configuration to Charkey_X[22:03:17] [Thread-51/INFO]: No custom rewards detected for the current user![22:03:18] [Server thread/INFO]: <The_Enderminer> [name:"End Portal", x:-152, y:25, z:1679][22:03:18] [main/INFO]: [CHAT] <The_Enderminer> [name:"End Portal", x:-152, y:25, z:1679][22:03:34] [Server thread/INFO]: Loading dimension 1 (Modded Survival) ([email protected])[22:03:34] [Server thread/INFO]: Creating aura cache for world 1[22:03:34] [Server thread/INFO]: The Pigtificate Village data for the_end was read successfully.[22:03:34] [Thread-52/INFO]: Starting aura thread for dim 1[22:04:18] [Server thread/WARN]: Charkey_X moved too quickly! -2.9019528304901883,0.0,10.448397128869374[22:04:18] [Server thread/INFO]: Removing aura cache for world 1[22:04:19] [Server thread/INFO]: Unloading dimension 1[22:04:19] [Thread-52/INFO]: Stopping aura thread for dim 1[22:04:43] [Server thread/WARN]: Tried to add entity minecraft:item but it was marked as removed already[22:04:43] [Server thread/WARN]: Tried to add entity minecraft:item but it was marked as removed already[22:04:43] [Server thread/WARN]: Tried to add entity minecraft:item but it was marked as removed already[22:04:43] [Server thread/WARN]: Tried to add entity minecraft:item but it was marked as removed already[22:04:43] [Server thread/WARN]: Tried to add entity minecraft:item but it was marked as removed already[22:04:43] [Server thread/WARN]: Tried to add entity minecraft:item but it was marked as removed already[22:04:43] [Server thread/WARN]: Tried to add entity minecraft:item but it was marked as removed already[22:04:43] [Server thread/WARN]: Tried to add entity minecraft:item but it was marked as removed already[22:04:43] [Server thread/WARN]: Tried to add entity minecraft:item but it was marked as removed already[22:04:43] [Server thread/WARN]: Tried to add entity minecraft:item but it was marked as removed already[22:04:43] [Server thread/WARN]: Tried to add entity minecraft:item but it was marked as removed already[22:04:43] [Server thread/WARN]: Tried to add entity minecraft:item but it was marked as removed already[22:04:43] [Server thread/WARN]: Tried to add entity minecraft:item but it was marked as removed already[22:04:43] [Server thread/WARN]: Tried to add entity minecraft:item but it was marked as removed already[22:04:43] [Server thread/WARN]: Tried to add entity minecraft:item but it was marked as removed already[22:04:47] [Server thread/WARN]: Tried to add entity minecraft:item but it was marked as removed already[22:04:47] [Server thread/WARN]: Tried to add entity minecraft:item but it was marked as removed already[22:04:47] [Server thread/WARN]: Tried to add entity minecraft:item but it was marked as removed already[22:04:47] [Server thread/WARN]: Tried to add entity minecraft:item but it was marked as removed already[22:04:47] [Server thread/WARN]: Tried to add entity minecraft:item but it was marked as removed already[22:04:47] [Server thread/WARN]: Tried to add entity minecraft:item but it was marked as removed already[22:04:47] [Server thread/WARN]: Tried to add entity minecraft:item but it was marked as removed already[22:04:47] [Server thread/WARN]: Tried to add entity minecraft:item but it was marked as removed already[22:04:47] [Server thread/WARN]: Tried to add entity minecraft:item but it was marked as removed already[22:04:47] [Server thread/WARN]: Tried to add entity minecraft:item but it was marked as removed already[22:04:47] [Server thread/WARN]: Tried to add entity minecraft:item but it was marked as removed already[22:04:47] [Server thread/WARN]: Tried to add entity minecraft:item but it was marked as removed already[22:04:47] [Server thread/WARN]: Tried to add entity minecraft:item but it was marked as removed already[22:04:47] [Server thread/WARN]: Tried to add entity minecraft:item but it was marked as removed already[22:04:47] [Server thread/WARN]: Tried to add entity minecraft:item but it was marked as removed already[22:04:47] [Server thread/WARN]: Tried to add entity minecraft:item but it was marked as removed already[22:04:47] [Server thread/WARN]: Tried to add entity minecraft:item but it was marked as removed already[22:04:47] [Server thread/WARN]: Tried to add entity minecraft:item but it was marked as removed already[22:04:47] [Server thread/WARN]: Tried to add entity minecraft:item but it was marked as removed already[22:04:47] [Server thread/WARN]: Tried to add entity minecraft:item but it was marked as removed already[22:04:47] [Server thread/WARN]: Tried to add entity minecraft:item but it was marked as removed already[22:04:47] [Server thread/WARN]: Tried to add entity minecraft:item but it was marked as removed already[22:04:47] [Server thread/WARN]: Tried to add entity minecraft:item but it was marked as removed already[22:04:47] [Server thread/WARN]: Tried to add entity minecraft:item but it was ma
rked as removed already[22:04:47] [Server thread/WARN]: Tried to add entity minecraft:item but it was marked as removed already[22:04:47] [Server thread/WARN]: Tried to add entity minecraft:item but it was marked as removed already[22:04:47] [Server thread/WARN]: Tried to add entity minecraft:item but it was marked as removed already[22:05:00] [TheRealp455w0rd Contributors DL Thread/INFO]: [p455w0rdslib.util.ContributorUtils$DLThread:run:328]: java.io.IOException: Server returned HTTP response code: 429 for URL: https://gitlab.com/p455w0rd/patrons/raw/master/patrons.txt[22:05:00] [TheRealp455w0rd Contributors DL Thread/INFO]: [p455w0rdslib.util.ContributorUtils$DLThread:run:328]: at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1839)[22:05:00] [TheRealp455w0rd Contributors DL Thread/INFO]: [p455w0rdslib.util.ContributorUtils$DLThread:run:328]: at sun.net.www.protocol.http.HttpURLConnection.access$200(HttpURLConnection.java:90)[22:05:00] [TheRealp455w0rd Contributors DL Thread/INFO]: [p455w0rdslib.util.ContributorUtils$DLThread:run:328]: at sun.net.www.protocol.http.HttpURLConnection$9.run(HttpURLConnection.java:1432)[22:05:00] [TheRealp455w0rd Contributors DL Thread/INFO]: [p455w0rdslib.util.ContributorUtils$DLThread:run:328]: at sun.net.www.protocol.http.HttpURLConnection$9.run(HttpURLConnection.java:1430)[22:05:00] [TheRealp455w0rd Contributors DL Thread/INFO]: [p455w0rdslib.util.ContributorUtils$DLThread:run:328]: at java.security.AccessController.doPrivileged(Native Method)[22:05:00] [TheRealp455w0rd Contributors DL Thread/INFO]: [p455w0rdslib.util.ContributorUtils$DLThread:run:328]: at java.security.AccessController.doPrivileged(AccessController.java:713)[22:05:00] [TheRealp455w0rd Contributors DL Thread/INFO]: [p455w0rdslib.util.ContributorUtils$DLThread:run:328]: at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1429)[22:05:00] [TheRealp455w0rd Contributors DL Thread/INFO]: [p455w0rdslib.util.ContributorUtils$DLThread:run:328]: at sun.net.www.protocol.https.HttpsURLConnectionImpl.getInputStream(HttpsURLConnectionImpl.java:254)[22:05:00] [TheRealp455w0rd Contributors DL Thread/INFO]: [p455w0rdslib.util.ContributorUtils$DLThread:run:328]: at p455w0rdslib.util.ContributorUtils$DLThread.run(ContributorUtils.java:316)[22:05:19] [main/INFO]: [CHAT] You are now AFK (Away From Keyboard).[22:05:24] [main/INFO]: [CHAT] You are no longer AFK.[22:06:05] [main/WARN]: Unable to play empty soundEvent: minecraft:entity.small_slime.jump[22:06:05] [main/WARN]: Unable to play empty soundEvent: minecraft:entity.small_slime.squish[22:06:12] [Server thread/INFO]: Charkey_X has made the advancement [Eye Spy][22:06:12] [main/INFO]: [CHAT] Charkey_X has made the advancement [Eye Spy][22:06:37] [Server thread/INFO]: Loading dimension 1 (Modded Survival) ([email protected])[22:06:37] [Server thread/INFO]: Creating aura cache for world 1[22:06:37] [Server thread/INFO]: The Pigtificate Village data for the_end was read successfully.[22:06:37] [main/INFO]: Mapping halted in C:\Users\saint\OneDrive\Documents\Curse\Minecraft\Instances\Plus Pack 1.12 v2\journeymap\data\sp\Modded Survival\DIM0[22:06:37] [main/INFO]: [CoroUtil.forge.CULog:log:14]: CoroUtil: resetting rotating particle renderer[22:06:37] [Server thread/INFO]: The_Enderminer has made the advancement [The End?][22:06:37] [main/INFO]: [CHAT] The_Enderminer has made the advancement [The End?][22:06:37] [TheRealp455w0rd Contributors DL Thread/INFO]: [p455w0rdslib.util.ContributorUtils$DLThread:run:328]: java.io.IOException: Server returned HTTP response code: 429 for URL: https://gitlab.com/p455w0rd/patrons/raw/master/patrons.txt[22:06:37] [TheRealp455w0rd Contributors DL Thread/INFO]: [p455w0rdslib.util.ContributorUtils$DLThread:run:328]: at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1839)[22:06:37] [TheRealp455w0rd Contributors DL Thread/INFO]: [p455w0rdslib.util.ContributorUtils$DLThread:run:328]: at sun.net.www.protocol.http.HttpURLConnection.access$200(HttpURLConnection.java:90)[22:06:37] [TheRealp455w0rd Contributors DL Thread/INFO]: [p455w0rdslib.util.ContributorUtils$DLThread:run:328]: at sun.net.www.protocol.http.HttpURLConnection$9.run(HttpURLConnection.java:1432)[22:06:37] [TheRealp455w0rd Contributors DL Thread/INFO]: [p455w0rdslib.util.ContributorUtils$DLThread:run:328]: at sun.net.www.protocol.http.HttpURLConnection$9.run(HttpURLConnection.java:1430)[22:06:37] [TheRealp455w0rd Contributors DL Thread/INFO]: [p455w0rdslib.util.ContributorUtils$DLThread:run:328]: at java.security.AccessController.doPrivileged(Native Method)[22:06:37] [TheRealp455w0rd Contributors DL Thread/INFO]: [p455w0rdslib.util.ContributorUtils$DLThread:run:328]: at java.security.AccessController.doPrivileged(AccessController.java:713)[22:06:37] [TheRealp455w0rd Contributors DL Thread/INFO]: [p455w0rdslib.util.ContributorUtils$DLThread:run:328]: at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1429)[22:06:37] [TheRealp455w0rd Contributors DL Thread/INFO]: [p455w0rdslib.util.ContributorUtils$DLThread:run:328]: at sun.net.www.protocol.https.HttpsURLConnectionImpl.getInputStream(HttpsURLConnectionImpl.java:254)[22:06:37] [TheRealp455w0rd Contributors DL Thread/INFO]: [p455w0rdslib.util.ContributorUtils$DLThread:run:328]: at p455w0rdslib.util.ContributorUtils$DLThread.run(ContributorUtils.java:316)[22:06:37] [TheRealp455w0rd Contributors DL Thread/INFO]: [p455w0rdslib.util.ContributorUtils$DLThread:run:328]: java.io.IOException: Server returned HTTP response code: 429 for URL: https://gitlab.com/p455w0rd/patrons/raw/master/patrons.txt[22:06:37] [TheRealp455w0rd Contributors DL Thread/INFO]: [p455w0rdslib.util.ContributorUtils$DLThread:run:328]: at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1839)[22:06:37] [TheRealp455w0rd Contributors DL Thread/INFO]: [p455w0rdslib.util.ContributorUtils$DLThread:run:328]: at sun.net.www.protocol.http.HttpURLConnection.access$200(HttpURLConnection.java:90)[22:06:37] [TheRealp455w0rd Contributors DL Thread/INFO]: [p455w0rdslib.util.ContributorUtils$DLThread:run:328]: at sun.net.www.protocol.http.HttpURLConnection$9.run(HttpURLConnection.java:1432)[22:06:37] [TheRealp455w0rd Contributors DL Thread/INFO]: [p455w0rdslib.util.ContributorUtils$DLThread:run:328]: at sun.net.www.protocol.http.HttpURLConnection$9.run(HttpURLConnection.java:1430)[22:06:37] [TheRealp455w0rd Contributors DL Thread/INFO]: [p455w0rdslib.util.ContributorUtils$DLThread:run:328]: at java.security.AccessController.doPrivileged(Native Method)[22:06:37] [TheRealp455w0rd Contributors DL Thread/INFO]: [p455w0rdslib.util.ContributorUtils$DLThread:run:328]: at java.security.AccessController.doPrivileged(AccessController.java:713)[22:06:37] [TheRealp455w0rd Contributors DL Thread/INFO]: [p455w0rdslib.util.ContributorUtils$DLThread:run:328]: at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1429)[22:06:37] [TheRealp455w0rd Contributors DL Thread/INFO]: [p455w0rdslib.util.ContributorUtils$DLThread:run:328]: at sun.net.www.protocol.https.HttpsURLConnectionImpl.getInputStream(HttpsURLConnectionImpl.java:254)[22:06:37] [TheRealp455w0rd Contributors DL Thread/INFO]: [p455w0rdslib.util.ContributorUtils$DLThread:run:328]: at p455w0rdslib.util.ContributorUtils$DLThread.run(ContributorUtils.java:316)[22:06:37] [Thread-54/INFO]: Starting aura thread for dim 1[22:06:37] [Server thread/INFO]: Scanning for legacy world dragon fight...[22:06:37] [main/WARN]: core (Initialized) Bad configField entry during updateFrom(): optionsManagerViewed=null[22:06:38] [main/INFO]: Loading journeymap.topo.config[22:06:38] [main/INFO]: Loaded 19 waypoints from C:\Users\saint\OneDrive\Documents\Curse\Minecraft\Instances\Plus Pack 1.12 v2\journeymap\data\sp\Modded Survival\waypoints[22:06:38] [main/INFO]: Mapping started in C:\Users\saint\OneDrive\Documents\Curse\Minecraft\Instances\Plus Pack 1.12 v2\journeymap\data\sp\Modded Survival\DIM1. Memory: 4250MB total, 1418MB free [22:06:39] [Server thread/INFO]: Found that the dragon has not yet been killed in this world.[22:06:39] [main/INFO]: Loaded 449 advancements[22:06:39] [Server thread/WARN]: Can't keep up! Did the system time change, or is the server overloaded? Running 2667ms behind, skipping 53 tick(s)[22:06:41] [Server thread/INFO]: Charkey_X has made the advancement [The End?][22:06:41] [main/INFO]: [CHAT] Charkey_X has made the advancement [The End?][22:06:41] [TheRealp455w0rd Contributors DL Thread/INFO]: [p455w0rdslib.util.ContributorUtils$DLThread:run:328]: java.io.IOException: Server returned HTTP response code: 429 for URL: https://gitlab.com/p455w0rd/patrons/raw/master/patrons.txt[22:06:41] [TheRealp455w0rd Contributors DL Thread/INFO]: [p455w0rdslib.util.ContributorUtils$DLThread:run:328]: at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1839)[22:06:41] [TheRealp455w0rd Contributors DL Thread/INFO]: [p455w0rdslib.util.ContributorUtils$DLThread:run:328]: at sun.net.www.protocol.http.HttpURLConnection.access$200(HttpURLConnection.java:90)[22:06:41] [TheRealp455w0rd Contributors DL Thread/INFO]: [p455w0rdslib.util.ContributorUtils$DLThread:run:328]: at sun.net.www.protocol.http.HttpURLConnection$9.run(HttpURLConnection.java:1432)[22:06:41] [TheRealp455w0rd Contributors DL Thread/INFO]: [p455w0rdslib.util.ContributorUtils$DLThread:run:328]: at sun.net.www.protocol.http.HttpURLConnection$9.run(HttpURLConnection.java:1430)[22:06:41] [TheRealp455w0rd Contributors DL Thread/INFO]: [p455w0rdslib.util.ContributorUtils$DLThread:run:328]: at java.security.AccessController.doPrivileged(Native Method)[22:06:41] [TheRealp455w0rd Contributors DL Thread/INFO]: [p455w0rdslib.util.ContributorUtils$DLThread:run:328]: at java.security.AccessController.doPrivileged(AccessController.java:713)[22:06:41] [
TheRealp455w0rd Contributors DL Thread/INFO]: [p455w0rdslib.util.ContributorUtils$DLThread:run:328]: at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1429)[22:06:41] [TheRealp455w0rd Contributors DL Thread/INFO]: [p455w0rdslib.util.ContributorUtils$DLThread:run:328]: at sun.net.www.protocol.https.HttpsURLConnectionImpl.getInputStream(HttpsURLConnectionImpl.java:254)[22:06:41] [TheRealp455w0rd Contributors DL Thread/INFO]: [p455w0rdslib.util.ContributorUtils$DLThread:run:328]: at p455w0rdslib.util.ContributorUtils$DLThread.run(ContributorUtils.java:316)[22:06:47] [Server thread/WARN]: Charkey_X moved too quickly! 251.40708961938117,24.07840000152588,-1673.5970013505496[22:06:47] [TheRealp455w0rd Contributors DL Thread/INFO]: [p455w0rdslib.util.ContributorUtils$DLThread:run:328]: java.io.IOException: Server returned HTTP response code: 429 for URL: https://gitlab.com/p455w0rd/patrons/raw/master/patrons.txt[22:06:47] [TheRealp455w0rd Contributors DL Thread/INFO]: [p455w0rdslib.util.ContributorUtils$DLThread:run:328]: at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1839)[22:06:47] [TheRealp455w0rd Contributors DL Thread/INFO]: [p455w0rdslib.util.ContributorUtils$DLThread:run:328]: at sun.net.www.protocol.http.HttpURLConnection.access$200(HttpURLConnection.java:90)[22:06:47] [TheRealp455w0rd Contributors DL Thread/INFO]: [p455w0rdslib.util.ContributorUtils$DLThread:run:328]: at sun.net.www.protocol.http.HttpURLConnection$9.run(HttpURLConnection.java:1432)[22:06:47] [TheRealp455w0rd Contributors DL Thread/INFO]: [p455w0rdslib.util.ContributorUtils$DLThread:run:328]: at sun.net.www.protocol.http.HttpURLConnection$9.run(HttpURLConnection.java:1430)[22:06:47] [TheRealp455w0rd Contributors DL Thread/INFO]: [p455w0rdslib.util.ContributorUtils$DLThread:run:328]: at java.security.AccessController.doPrivileged(Native Method)[22:06:47] [TheRealp455w0rd Contributors DL Thread/INFO]: [p455w0rdslib.util.ContributorUtils$DLThread:run:328]: at java.security.AccessController.doPrivileged(AccessController.java:713)[22:06:47] [TheRealp455w0rd Contributors DL Thread/INFO]: [p455w0rdslib.util.ContributorUtils$DLThread:run:328]: at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1429)[22:06:47] [TheRealp455w0rd Contributors DL Thread/INFO]: [p455w0rdslib.util.ContributorUtils$DLThread:run:328]: at sun.net.www.protocol.https.HttpsURLConnectionImpl.getInputStream(HttpsURLConnectionImpl.java:254)[22:06:47] [TheRealp455w0rd Contributors DL Thread/INFO]: [p455w0rdslib.util.ContributorUtils$DLThread:run:328]: at p455w0rdslib.util.ContributorUtils$DLThread.run(ContributorUtils.java:316)[22:06:59] [Server thread/INFO]: The_Enderminer was blown up by Ender Dragon[22:06:59] [main/INFO]: [CHAT] The_Enderminer was blown up by Ender Dragon[22:07:00] [main/INFO]: [lumien.randomthings.util.client.RenderUtils:<clinit>:79]: java.lang.NoSuchMethodException: net.minecraft.client.renderer.BlockModelRenderer.func_187492_a(net.minecraft.world.IBlockAccess, net.minecraft.block.state.IBlockState, net.minecraft.util.math.BlockPos, net.minecraft.client.renderer.BufferBuilder, java.util.List, [F, java.util.BitSet, net.minecraft.client.renderer.BlockModelRenderer$AmbientOcclusionFace)[22:07:00] [main/INFO]: [lumien.randomthings.util.client.RenderUtils:<clinit>:79]: at java.lang.Class.getDeclaredMethod(Class.java:2130)[22:07:00] [main/INFO]: [lumien.randomthings.util.client.RenderUtils:<clinit>:79]: at lumien.randomthings.util.client.RenderUtils.<clinit>(RenderUtils.java:71)[22:07:00] [main/INFO]: [lumien.randomthings.util.client.RenderUtils:<clinit>:79]: at lumien.randomthings.client.render.RenderSoul.doRender(RenderSoul.java:34)[22:07:00] [main/INFO]: [lumien.randomthings.util.client.RenderUtils:<clinit>:79]: at lumien.randomthings.client.render.RenderSoul.func_76986_a(RenderSoul.java:78)[22:07:00] [main/INFO]: [lumien.randomthings.util.client.RenderUtils:<clinit>:79]: at net.minecraft.client.renderer.entity.RenderManager.func_188391_a(RenderManager.java:416)[22:07:00] [main/INFO]: [lumien.randomthings.util.client.RenderUtils:<clinit>:79]: at net.minecraft.client.renderer.entity.RenderManager.func_188388_a(RenderManager.java:393)[22:07:00] [main/INFO]: [lumien.randomthings.util.client.RenderUtils:<clinit>:79]: at net.minecraft.client.renderer.RenderGlobal.func_180446_a(RenderGlobal.java:826)[22:07:00] [main/INFO]: [lumien.randomthings.util.client.RenderUtils:<clinit>:79]: at net.minecraft.client.renderer.EntityRenderer.func_175068_a(EntityRenderer.java:1795)[22:07:00] [main/INFO]: [lumien.randomthings.util.client.RenderUtils:<clinit>:79]: at net.minecraft.client.renderer.EntityRenderer.func_78471_a(EntityRenderer.java:1613)[22:07:00] [main/INFO]: [lumien.randomthings.util.client.RenderUtils:<clinit>:79]: at net.minecraft.client.renderer.EntityRenderer.func_181560_a(EntityRenderer.java:1384)[22:07:00] [main/INFO]: [lumien.randomthings.util.client.RenderUtils:<clinit>:79]: at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:1118)[22:07:00] [main/INFO]: [lumien.randomthings.util.client.RenderUtils:<clinit>:79]: at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:397)[22:07:00] [main/INFO]: [lumien.randomthings.util.client.RenderUtils:<clinit>:79]: at net.minecraft.client.main.Main.main(SourceFile:123)[22:07:00] [main/INFO]: [lumien.randomthings.util.client.RenderUtils:<clinit>:79]: at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)[22:07:00] [main/INFO]: [lumien.randomthings.util.client.RenderUtils:<clinit>:79]: at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)[22:07:00] [main/INFO]: [lumien.randomthings.util.client.RenderUtils:<clinit>:79]: at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)[22:07:00] [main/INFO]: [lumien.randomthings.util.client.RenderUtils:<clinit>:79]: at java.lang.reflect.Method.invoke(Method.java:497)[22:07:00] [main/INFO]: [lumien.randomthings.util.client.RenderUtils:<clinit>:79]: at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)[22:07:00] [main/INFO]: [lumien.randomthings.util.client.RenderUtils:<clinit>:79]: at net.minecraft.launchwrapper.Launch.main(Launch.java:28)[22:07:00] [main/INFO]: The_Enderminer died at BlockPos{x=35, y=101, z=-25}. Deathpoints enabled: true. Deathpoint created: true[22:07:01] [Server thread/INFO]: Charkey_X blew up[22:07:01] [main/INFO]: [CHAT] Charkey_X blew up[22:07:01] [TheRealp455w0rd Contributors DL Thread/INFO]: [p455w0rdslib.util.ContributorUtils$DLThread:run:328]: java.io.IOException: Server returned HTTP response code: 429 for URL: https://gitlab.com/p455w0rd/patrons/raw/master/patrons.txt[22:07:01] [TheRealp455w0rd Contributors DL Thread/INFO]: [p455w0rdslib.util.ContributorUtils$DLThread:run:328]: at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1839)[22:07:01] [TheRealp455w0rd Contributors DL Thread/INFO]: [p455w0rdslib.util.ContributorUtils$DLThread:run:328]: at sun.net.www.protocol.http.HttpURLConnection.access$200(HttpURLConnection.java:90)[22:07:01] [TheRealp455w0rd Contributors DL Thread/INFO]: [p455w0rdslib.util.ContributorUtils$DLThread:run:328]: at sun.net.www.protocol.http.HttpURLConnection$9.run(HttpURLConnection.java:1432)[22:07:01] [TheRealp455w0rd Contributors DL Thread/INFO]: [p455w0rdslib.util.ContributorUtils$DLThread:run:328]: at sun.net.www.protocol.http.HttpURLConnection$9.run(HttpURLConnection.java:1430)[22:07:01] [TheRealp455w0rd Contributors DL Thread/INFO]: [p455w0rdslib.util.ContributorUtils$DLThread:run:328]: at java.security.AccessController.doPrivileged(Native Method)[22:07:01] [TheRealp455w0rd Contributors DL Thread/INFO]: [p455w0rdslib.util.ContributorUtils$DLThread:run:328]: at java.security.AccessController.doPrivileged(AccessController.java:713)[22:07:01] [TheRealp455w0rd Contributors DL Thread/INFO]: [p455w0rdslib.util.ContributorUtils$DLThread:run:328]: at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1429)[22:07:01] [TheRealp455w0rd Contributors DL Thread/INFO]: [p455w0rdslib.util.ContributorUtils$DLThread:run:328]: at sun.net.www.protocol.https.HttpsURLConnectionImpl.getInputStream(HttpsURLConnectionImpl.java:254)[22:07:01] [TheRealp455w0rd Contributors DL Thread/INFO]: [p455w0rdslib.util.ContributorUtils$DLThread:run:328]: at p455w0rdslib.util.ContributorUtils$DLThread.run(ContributorUtils.java:316)[22:07:03] [TheRealp455w0rd Contributors DL Thread/INFO]: [p455w0rdslib.util.ContributorUtils$DLThread:run:328]: java.io.IOException: Server returned HTTP response code: 429 for URL: https://gitlab.com/p455w0rd/patrons/raw/master/patrons.txt[22:07:03] [TheRealp455w0rd Contributors DL Thread/INFO]: [p455w0rdslib.util.ContributorUtils$DLThread:run:328]: at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1839)[22:07:03] [TheRealp455w0rd Contributors DL Thread/INFO]: [p455w0rdslib.util.ContributorUtils$DLThread:run:328]: at sun.net.www.protocol.http.HttpURLConnection.access$200(HttpURLConnection.java:90)[22:07:03] [TheRealp455w0rd Contributors DL Thread/INFO]: [p455w0rdslib.util.ContributorUtils$DLThread:run:328]: at sun.net.www.protocol.http.HttpURLConnection$9.run(HttpURLConnection.java:1432)[22:07:03] [TheRealp455w0rd Contributors DL Thread/INFO]: [p455w0rdslib.util.ContributorUtils$DLThread:run:328]: at sun.net.www.protocol.http.HttpURLConnection$9.run(HttpURLConnection.java:1430)[22:07:03] [TheRealp455w0rd Contributors DL Thread/INFO]: [p455w0rdslib.util.ContributorUtils$DLThread:run:328]: at java.security.AccessController.doPrivileged(Native Method)[22:07:03] [TheRealp455w0rd Contributors DL Thread/INFO]: [p455w0rdslib.util.ContributorUtils$DLThread:run:328]: at java.security.AccessController.doPrivileged(AccessController.j
ava:713)[22:07:03] [TheRealp455w0rd Contributors DL Thread/INFO]: [p455w0rdslib.util.ContributorUtils$DLThread:run:328]: at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1429)[22:07:03] [TheRealp455w0rd Contributors DL Thread/INFO]: [p455w0rdslib.util.ContributorUtils$DLThread:run:328]: at sun.net.www.protocol.https.HttpsURLConnectionImpl.getInputStream(HttpsURLConnectionImpl.java:254)[22:07:03] [TheRealp455w0rd Contributors DL Thread/INFO]: [p455w0rdslib.util.ContributorUtils$DLThread:run:328]: at p455w0rdslib.util.ContributorUtils$DLThread.run(ContributorUtils.java:316)[22:07:04] [main/INFO]: Mapping halted in C:\Users\saint\OneDrive\Documents\Curse\Minecraft\Instances\Plus Pack 1.12 v2\journeymap\data\sp\Modded Survival\DIM1[22:07:13] [Server thread/WARN]: Can't keep up! Did the system time change, or is the server overloaded? Running 8780ms behind, skipping 175 tick(s)[22:07:13] [TheRealp455w0rd Contributors DL Thread/INFO]: [p455w0rdslib.util.ContributorUtils$DLThread:run:328]: java.io.IOException: Server returned HTTP response code: 429 for URL: https://gitlab.com/p455w0rd/patrons/raw/master/patrons.txt[22:07:13] [TheRealp455w0rd Contributors DL Thread/INFO]: [p455w0rdslib.util.ContributorUtils$DLThread:run:328]: at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1839)[22:07:13] [TheRealp455w0rd Contributors DL Thread/INFO]: [p455w0rdslib.util.ContributorUtils$DLThread:run:328]: at sun.net.www.protocol.http.HttpURLConnection.access$200(HttpURLConnection.java:90)[22:07:13] [TheRealp455w0rd Contributors DL Thread/INFO]: [p455w0rdslib.util.ContributorUtils$DLThread:run:328]: at sun.net.www.protocol.http.HttpURLConnection$9.run(HttpURLConnection.java:1432)[22:07:13] [TheRealp455w0rd Contributors DL Thread/INFO]: [p455w0rdslib.util.ContributorUtils$DLThread:run:328]: at sun.net.www.protocol.http.HttpURLConnection$9.run(HttpURLConnection.java:1430)[22:07:13] [TheRealp455w0rd Contributors DL Thread/INFO]: [p455w0rdslib.util.ContributorUtils$DLThread:run:328]: at java.security.AccessController.doPrivileged(Native Method)[22:07:13] [TheRealp455w0rd Contributors DL Thread/INFO]: [p455w0rdslib.util.ContributorUtils$DLThread:run:328]: at java.security.AccessController.doPrivileged(AccessController.java:713)[22:07:13] [TheRealp455w0rd Contributors DL Thread/INFO]: [p455w0rdslib.util.ContributorUtils$DLThread:run:328]: at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1429)[22:07:13] [TheRealp455w0rd Contributors DL Thread/INFO]: [p455w0rdslib.util.ContributorUtils$DLThread:run:328]: at sun.net.www.protocol.https.HttpsURLConnectionImpl.getInputStream(HttpsURLConnectionImpl.java:254)[22:07:13] [TheRealp455w0rd Contributors DL Thread/INFO]: [p455w0rdslib.util.ContributorUtils$DLThread:run:328]: at p455w0rdslib.util.ContributorUtils$DLThread.run(ContributorUtils.java:316)[22:07:13] [TheRealp455w0rd Contributors DL Thread/INFO]: [p455w0rdslib.util.ContributorUtils$DLThread:run:328]: java.io.IOException: Server returned HTTP response code: 429 for URL: https://gitlab.com/p455w0rd/patrons/raw/master/patrons.txt[22:07:13] [TheRealp455w0rd Contributors DL Thread/INFO]: [p455w0rdslib.util.ContributorUtils$DLThread:run:328]: at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1839)[22:07:13] [TheRealp455w0rd Contributors DL Thread/INFO]: [p455w0rdslib.util.ContributorUtils$DLThread:run:328]: at sun.net.www.protocol.http.HttpURLConnection.access$200(HttpURLConnection.java:90)[22:07:13] [TheRealp455w0rd Contributors DL Thread/INFO]: [p455w0rdslib.util.ContributorUtils$DLThread:run:328]: at sun.net.www.protocol.http.HttpURLConnection$9.run(HttpURLConnection.java:1432)[22:07:13] [TheRealp455w0rd Contributors DL Thread/INFO]: [p455w0rdslib.util.ContributorUtils$DLThread:run:328]: at sun.net.www.protocol.http.HttpURLConnection$9.run(HttpURLConnection.java:1430)[22:07:13] [TheRealp455w0rd Contributors DL Thread/INFO]: [p455w0rdslib.util.ContributorUtils$DLThread:run:328]: at java.security.AccessController.doPrivileged(Native Method)[22:07:13] [TheRealp455w0rd Contributors DL Thread/INFO]: [p455w0rdslib.util.ContributorUtils$DLThread:run:328]: at java.security.AccessController.doPrivileged(AccessController.java:713)[22:07:13] [TheRealp455w0rd Contributors DL Thread/INFO]: [p455w0rdslib.util.ContributorUtils$DLThread:run:328]: at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1429)[22:07:13] [TheRealp455w0rd Contributors DL Thread/INFO]: [p455w0rdslib.util.ContributorUtils$DLThread:run:328]: at sun.net.www.protocol.https.HttpsURLConnectionImpl.getInputStream(HttpsURLConnectionImpl.java:254)[22:07:13] [TheRealp455w0rd Contributors DL Thread/INFO]: [p455w0rdslib.util.ContributorUtils$DLThread:run:328]: at p455w0rdslib.util.ContributorUtils$DLThread.run(ContributorUtils.java:316)[22:07:13] [Server thread/INFO]: Removing aura cache for world 1[22:07:13] [main/INFO]: [CoroUtil.forge.CULog:log:14]: CoroUtil: resetting rotating particle renderer[22:07:14] [TheRealp455w0rd Contributors DL Thread/INFO]: [p455w0rdslib.util.ContributorUtils$DLThread:run:328]: java.io.IOException: Server returned HTTP response code: 429 for URL: https://gitlab.com/p455w0rd/patrons/raw/master/patrons.txt[22:07:14] [TheRealp455w0rd Contributors DL Thread/INFO]: [p455w0rdslib.util.ContributorUtils$DLThread:run:328]: at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1839)[22:07:14] [TheRealp455w0rd Contributors DL Thread/INFO]: [p455w0rdslib.util.ContributorUtils$DLThread:run:328]: at sun.net.www.protocol.http.HttpURLConnection.access$200(HttpURLConnection.java:90)[22:07:14] [TheRealp455w0rd Contributors DL Thread/INFO]: [p455w0rdslib.util.ContributorUtils$DLThread:run:328]: at sun.net.www.protocol.http.HttpURLConnection$9.run(HttpURLConnection.java:1432)[22:07:14] [TheRealp455w0rd Contributors DL Thread/INFO]: [p455w0rdslib.util.ContributorUtils$DLThread:run:328]: at sun.net.www.protocol.http.HttpURLConnection$9.run(HttpURLConnection.java:1430)[22:07:14] [TheRealp455w0rd Contributors DL Thread/INFO]: [p455w0rdslib.util.ContributorUtils$DLThread:run:328]: at java.security.AccessController.doPrivileged(Native Method)[22:07:14] [TheRealp455w0rd Contributors DL Thread/INFO]: [p455w0rdslib.util.ContributorUtils$DLThread:run:328]: at java.security.AccessController.doPrivileged(AccessController.java:713)[22:07:14] [TheRealp455w0rd Contributors DL Thread/INFO]: [p455w0rdslib.util.ContributorUtils$DLThread:run:328]: at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1429)[22:07:14] [TheRealp455w0rd Contributors DL Thread/INFO]: [p455w0rdslib.util.ContributorUtils$DLThread:run:328]: at sun.net.www.protocol.https.HttpsURLConnectionImpl.getInputStream(HttpsURLConnectionImpl.java:254)[22:07:14] [TheRealp455w0rd Contributors DL Thread/INFO]: [p455w0rdslib.util.ContributorUtils$DLThread:run:328]: at p455w0rdslib.util.ContributorUtils$DLThread.run(ContributorUtils.java:316)[22:07:14] [main/WARN]: core (Initialized) Bad configField entry during updateFrom(): optionsManagerViewed=null[22:07:14] [main/INFO]: Loading journeymap.topo.config[22:07:15] [main/INFO]: Loaded 20 waypoints from C:\Users\saint\OneDrive\Documents\Curse\Minecraft\Instances\Plus Pack 1.12 v2\journeymap\data\sp\Modded Survival\waypoints[22:07:15] [main/INFO]: Mapping started in C:\Users\saint\OneDrive\Documents\Curse\Minecraft\Instances\Plus Pack 1.12 v2\journeymap\data\sp\Modded Survival\DIM0. Memory: 4282MB total, 1551MB free [22:07:15] [Thread-54/INFO]: Stopping aura thread for dim 1[22:07:16] [Server thread/INFO]: Unloading dimension 1[22:07:37] [main/INFO]: Unloaded world <[email protected] 0 MultiplayerChunkCache: 289, 289> is still hanging around after 60 seconds.[22:07:37] [main/INFO]: This may be due to a world leak, or there is little memory pressure.[22:07:37] [main/INFO]: Use the relevant FoamFix options to adjust the wait time.[22:08:04] [main/INFO]: Unloaded world <[email protected] 1 MultiplayerChunkCache: 0, 0> is still hanging around after 60 seconds.[22:08:53] [TheRealp455w0rd Contributors DL Thread/INFO]: [p455w0rdslib.util.ContributorUtils$DLThread:run:328]: java.io.IOException: Server returned HTTP response code: 429 for URL: https://gitlab.com/p455w0rd/patrons/raw/master/patrons.txt[22:08:53] [TheRealp455w0rd Contributors DL Thread/INFO]: [p455w0rdslib.util.ContributorUtils$DLThread:run:328]: at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1839)[22:08:53] [TheRealp455w0rd Contributors DL Thread/INFO]: [p455w0rdslib.util.ContributorUtils$DLThread:run:328]: at sun.net.www.protocol.http.HttpURLConnection.access$200(HttpURLConnection.java:90)[22:08:53] [TheRealp455w0rd Contributors DL Thread/INFO]: [p455w0rdslib.util.ContributorUtils$DLThread:run:328]: at sun.net.www.protocol.http.HttpURLConnection$9.run(HttpURLConnection.java:1432)[22:08:53] [TheRealp455w0rd Contributors DL Thread/INFO]: [p455w0rdslib.util.ContributorUtils$DLThread:run:328]: at sun.net.www.protocol.http.HttpURLConnection$9.run(HttpURLConnection.java:1430)[22:08:53] [TheRealp455w0rd Contributors DL Thread/INFO]: [p455w0rdslib.util.ContributorUtils$DLThread:run:328]: at java.security.AccessController.doPrivileged(Native Method)[22:08:53] [TheRealp455w0rd Contributors DL Thread/INFO]: [p455w0rdslib.util.ContributorUtils$DLThread:run:328]: at java.security.AccessController.doPrivileged(AccessController.java:713)[22:08:53] [TheRealp455w0rd Contributors DL Thread/INFO]: [p455w0rdslib.util.ContributorUtils$DLThread:run:328]: at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1429)[22:08:53] [TheRealp455w0rd Contributors DL Thread/INFO]: [p455w0rdslib.util.ContributorUtils$DLThread:run:328]: at sun.net.www.protocol.https.HttpsURLConnectionImpl.get
InputStream(HttpsURLConnectionImpl.java:254)[22:08:53] [TheRealp455w0rd Contributors DL Thread/INFO]: [p455w0rdslib.util.ContributorUtils$DLThread:run:328]: at p455w0rdslib.util.ContributorUtils$DLThread.run(ContributorUtils.java:316)[22:09:48] [main/INFO]: Automatic stack replacement.[22:10:20] [main/INFO]: Handling crafting slots.[22:10:20] [main/INFO]: Merging stacks.[22:10:20] [main/INFO]: Applying rules.[22:10:20] [main/INFO]: Locking stacks.[22:10:20] [main/INFO]: Default sorting.[22:10:20] [main/INFO]: Sorting done in 4931585ns[22:12:44] [Server thread/WARN]: The_Enderminer moved wrongly![22:13:09] [Server thread/WARN]: The_Enderminer moved wrongly![22:13:17] [main/INFO]: [CHAT] Weather Deflector set to mode: Prevent block damage only[22:13:19] [main/INFO]: [CHAT] Weather Deflector set to mode: Kill thunderstorms and deadlier[22:13:22] [main/INFO]: [CHAT] Weather Deflector set to mode: Prevent block damage only[22:13:23] [main/INFO]: [CHAT] Weather Deflector set to mode: Kill thunderstorms and deadlier[22:14:27] [main/INFO]: Started loading book...[22:14:28] [main/INFO]: Finished loading book[22:20:14] [main/INFO]: Started loading book...[22:20:14] [main/INFO]: Finished loading book[22:26:10] [Server thread/WARN]: Charkey_X moved too quickly! -1.1390212074476835,-11.635735917043888,-0.2165820690735245[22:26:23] [Server thread/WARN]: Charkey_X moved too quickly! -2.913599656828765,0.0,10.491834297652417[22:26:25] [Server thread/WARN]: Charkey_X moved too quickly! -2.8515366360670384,0.0,10.273469115401554[22:26:29] [main/WARN]: Received passengers for unknown entity[22:26:55] [Server thread/WARN]: Tried to add entity minecraft:item but it was marked as removed already[22:27:14] [TheRealp455w0rd Contributors DL Thread/INFO]: [p455w0rdslib.util.ContributorUtils$DLThread:run:328]: java.io.IOException: Server returned HTTP response code: 429 for URL: https://gitlab.com/p455w0rd/patrons/raw/master/patrons.txt[22:27:14] [TheRealp455w0rd Contributors DL Thread/INFO]: [p455w0rdslib.util.ContributorUtils$DLThread:run:328]: at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1839)[22:27:14] [TheRealp455w0rd Contributors DL Thread/INFO]: [p455w0rdslib.util.ContributorUtils$DLThread:run:328]: at sun.net.www.protocol.http.HttpURLConnection.access$200(HttpURLConnection.java:90)[22:27:14] [TheRealp455w0rd Contributors DL Thread/INFO]: [p455w0rdslib.util.ContributorUtils$DLThread:run:328]: at sun.net.www.protocol.http.HttpURLConnection$9.run(HttpURLConnection.java:1432)[22:27:14] [TheRealp455w0rd Contributors DL Thread/INFO]: [p455w0rdslib.util.ContributorUtils$DLThread:run:328]: at sun.net.www.protocol.http.HttpURLConnection$9.run(HttpURLConnection.java:1430)[22:27:14] [TheRealp455w0rd Contributors DL Thread/INFO]: [p455w0rdslib.util.ContributorUtils$DLThread:run:328]: at java.security.AccessController.doPrivileged(Native Method)[22:27:14] [TheRealp455w0rd Contributors DL Thread/INFO]: [p455w0rdslib.util.ContributorUtils$DLThread:run:328]: at java.security.AccessController.doPrivileged(AccessController.java:713)[22:27:14] [TheRealp455w0rd Contributors DL Thread/INFO]: [p455w0rdslib.util.ContributorUtils$DLThread:run:328]: at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1429)[22:27:14] [TheRealp455w0rd Contributors DL Thread/INFO]: [p455w0rdslib.util.ContributorUtils$DLThread:run:328]: at sun.net.www.protocol.https.HttpsURLConnectionImpl.getInputStream(HttpsURLConnectionImpl.java:254)[22:27:14] [TheRealp455w0rd Contributors DL Thread/INFO]: [p455w0rdslib.util.ContributorUtils$DLThread:run:328]: at p455w0rdslib.util.ContributorUtils$DLThread.run(ContributorUtils.java:316)[22:28:38] [Server thread/INFO]: Loading dimension 1 (Modded Survival) ([email protected])[22:28:38] [Server thread/INFO]: Creating aura cache for world 1[22:28:38] [Server thread/INFO]: The Pigtificate Village data for the_end was read successfully.[22:28:38] [main/INFO]: Mapping halted in C:\Users\saint\OneDrive\Documents\Curse\Minecraft\Instances\Plus Pack 1.12 v2\journeymap\data\sp\Modded Survival\DIM0[22:28:38] [main/INFO]: [CoroUtil.forge.CULog:log:14]: CoroUtil: resetting rotating particle renderer[22:28:38] [Thread-57/INFO]: Starting aura thread for dim 1[22:28:38] [Server thread/INFO]: Scanning for legacy world dragon fight...[22:28:38] [main/WARN]: core (Initialized) Bad configField entry during updateFrom(): optionsManagerViewed=null[22:28:38] [TheRealp455w0rd Contributors DL Thread/INFO]: [p455w0rdslib.util.ContributorUtils$DLThread:run:328]: java.io.IOException: Server returned HTTP response code: 429 for URL: https://gitlab.com/p455w0rd/patrons/raw/master/patrons.txt[22:28:38] [TheRealp455w0rd Contributors DL Thread/INFO]: [p455w0rdslib.util.ContributorUtils$DLThread:run:328]: at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1839)[22:28:38] [TheRealp455w0rd Contributors DL Thread/INFO]: [p455w0rdslib.util.ContributorUtils$DLThread:run:328]: at sun.net.www.protocol.http.HttpURLConnection.access$200(HttpURLConnection.java:90)[22:28:38] [TheRealp455w0rd Contributors DL Thread/INFO]: [p455w0rdslib.util.ContributorUtils$DLThread:run:328]: at sun.net.www.protocol.http.HttpURLConnection$9.run(HttpURLConnection.java:1432)[22:28:38] [TheRealp455w0rd Contributors DL Thread/INFO]: [p455w0rdslib.util.ContributorUtils$DLThread:run:328]: at sun.net.www.protocol.http.HttpURLConnection$9.run(HttpURLConnection.java:1430)[22:28:38] [TheRealp455w0rd Contributors DL Thread/INFO]: [p455w0rdslib.util.ContributorUtils$DLThread:run:328]: at java.security.AccessController.doPrivileged(Native Method)[22:28:38] [TheRealp455w0rd Contributors DL Thread/INFO]: [p455w0rdslib.util.ContributorUtils$DLThread:run:328]: at java.security.AccessController.doPrivileged(AccessController.java:713)[22:28:38] [TheRealp455w0rd Contributors DL Thread/INFO]: [p455w0rdslib.util.ContributorUtils$DLThread:run:328]: at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1429)[22:28:38] [TheRealp455w0rd Contributors DL Thread/INFO]: [p455w0rdslib.util.ContributorUtils$DLThread:run:328]: at sun.net.www.protocol.https.HttpsURLConnectionImpl.getInputStream(HttpsURLConnectionImpl.java:254)[22:28:38] [TheRealp455w0rd Contributors DL Thread/INFO]: [p455w0rdslib.util.ContributorUtils$DLThread:run:328]: at p455w0rdslib.util.ContributorUtils$DLThread.run(ContributorUtils.java:316)[22:28:38] [TheRealp455w0rd Contributors DL Thread/INFO]: [p455w0rdslib.util.ContributorUtils$DLThread:run:328]: java.io.IOException: Server returned HTTP response code: 429 for URL: https://gitlab.com/p455w0rd/patrons/raw/master/patrons.txt[22:28:38] [TheRealp455w0rd Contributors DL Thread/INFO]: [p455w0rdslib.util.ContributorUtils$DLThread:run:328]: at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1839)[22:28:38] [TheRealp455w0rd Contributors DL Thread/INFO]: [p455w0rdslib.util.ContributorUtils$DLThread:run:328]: at sun.net.www.protocol.http.HttpURLConnection.access$200(HttpURLConnection.java:90)[22:28:38] [TheRealp455w0rd Contributors DL Thread/INFO]: [p455w0rdslib.util.ContributorUtils$DLThread:run:328]: at sun.net.www.protocol.http.HttpURLConnection$9.run(HttpURLConnection.java:1432)[22:28:38] [TheRealp455w0rd Contributors DL Thread/INFO]: [p455w0rdslib.util.ContributorUtils$DLThread:run:328]: at sun.net.www.protocol.http.HttpURLConnection$9.run(HttpURLConnection.java:1430)[22:28:38] [TheRealp455w0rd Contributors DL Thread/INFO]: [p455w0rdslib.util.ContributorUtils$DLThread:run:328]: at java.security.AccessController.doPrivileged(Native Method)[22:28:38] [TheRealp455w0rd Contributors DL Thread/INFO]: [p455w0rdslib.util.ContributorUtils$DLThread:run:328]: at java.security.AccessController.doPrivileged(AccessController.java:713)[22:28:38] [TheRealp455w0rd Contributors DL Thread/INFO]: [p455w0rdslib.util.ContributorUtils$DLThread:run:328]: at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1429)[22:28:38] [TheRealp455w0rd Contributors DL Thread/INFO]: [p455w0rdslib.util.ContributorUtils$DLThread:run:328]: at sun.net.www.protocol.https.HttpsURLConnectionImpl.getInputStream(HttpsURLConnectionImpl.java:254)[22:28:38] [TheRealp455w0rd Contributors DL Thread/INFO]: [p455w0rdslib.util.ContributorUtils$DLThread:run:328]: at p455w0rdslib.util.ContributorUtils$DLThread.run(ContributorUtils.java:316)[22:28:38] [Server thread/INFO]: Found that the dragon has not yet been killed in this world.[22:28:38] [main/INFO]: Loading journeymap.topo.config[22:28:38] [Server thread/INFO]: Found that there's a dragon still alive (EntityDragon['Ender Dragon'/18059, l='Modded Survival', x=36.65, y=111.96, z=-0.99])[22:28:38] [Server thread/INFO]: But we didn't have a portal, let's remove it.[22:28:38] [main/INFO]: Loaded 20 waypoints from C:\Users\saint\OneDrive\Documents\Curse\Minecraft\Instances\Plus Pack 1.12 v2\journeymap\data\sp\Modded Survival\waypoints[22:28:38] [main/INFO]: Mapping started in C:\Users\saint\OneDrive\Documents\Curse\Minecraft\Instances\Plus Pack 1.12 v2\journeymap\data\sp\Modded Survival\DIM1. Memory: 4725MB total, 1791MB free [22:28:50] [TheRealp455w0rd Contributors DL Thread/INFO]: [p455w0rdslib.util.ContributorUtils$DLThread:run:328]: java.io.IOException: Server returned HTTP response code: 429 for URL: https://gitlab.com/p455w0rd/patrons/raw/master/patrons.txt[22:28:50] [TheRealp455w0rd Contributors DL Thread/INFO]: [p455w0rdslib.util.ContributorUtils$DLThread:run:328]: at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1839)[22:28:50] [TheRealp455w0rd Contributors DL Thread/INFO]: [p455w0rdslib.util.ContributorUtils$DLThread:run:328]: at sun.net.www.protocol.http.HttpURLConnection.access$200(HttpURLConnection.java:90)[22:28:50] [TheRealp455w0rd Contributors DL Thread/INFO]: [p455w0rdslib.util.ContributorUtils$DLThread:run:328]: at sun.net.
www.protocol.http.HttpURLConnection$9.run(HttpURLConnection.java:1432)[22:28:50] [TheRealp455w0rd Contributors DL Thread/INFO]: [p455w0rdslib.util.ContributorUtils$DLThread:run:328]: at sun.net.www.protocol.http.HttpURLConnection$9.run(HttpURLConnection.java:1430)[22:28:50] [TheRealp455w0rd Contributors DL Thread/INFO]: [p455w0rdslib.util.ContributorUtils$DLThread:run:328]: at java.security.AccessController.doPrivileged(Native Method)[22:28:50] [TheRealp455w0rd Contributors DL Thread/INFO]: [p455w0rdslib.util.ContributorUtils$DLThread:run:328]: at java.security.AccessController.doPrivileged(AccessController.java:713)[22:28:50] [TheRealp455w0rd Contributors DL Thread/INFO]: [p455w0rdslib.util.ContributorUtils$DLThread:run:328]: at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1429)[22:28:50] [TheRealp455w0rd Contributors DL Thread/INFO]: [p455w0rdslib.util.ContributorUtils$DLThread:run:328]: at sun.net.www.protocol.https.HttpsURLConnectionImpl.getInputStream(HttpsURLConnectionImpl.java:254)[22:28:50] [TheRealp455w0rd Contributors DL Thread/INFO]: [p455w0rdslib.util.ContributorUtils$DLThread:run:328]: at p455w0rdslib.util.ContributorUtils$DLThread.run(ContributorUtils.java:316)[22:28:50] [Server thread/WARN]: Charkey_X moved too quickly! 251.5402288964449,24.23363200604248,-1673.4098441502083[22:28:50] [TheRealp455w0rd Contributors DL Thread/INFO]: [p455w0rdslib.util.ContributorUtils$DLThread:run:328]: java.io.IOException: Server returned HTTP response code: 429 for URL: https://gitlab.com/p455w0rd/patrons/raw/master/patrons.txt[22:28:50] [TheRealp455w0rd Contributors DL Thread/INFO]: [p455w0rdslib.util.ContributorUtils$DLThread:run:328]: at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1839)[22:28:50] [TheRealp455w0rd Contributors DL Thread/INFO]: [p455w0rdslib.util.ContributorUtils$DLThread:run:328]: at sun.net.www.protocol.http.HttpURLConnection.access$200(HttpURLConnection.java:90)[22:28:50] [TheRealp455w0rd Contributors DL Thread/INFO]: [p455w0rdslib.util.ContributorUtils$DLThread:run:328]: at sun.net.www.protocol.http.HttpURLConnection$9.run(HttpURLConnection.java:1432)[22:28:50] [TheRealp455w0rd Contributors DL Thread/INFO]: [p455w0rdslib.util.ContributorUtils$DLThread:run:328]: at sun.net.www.protocol.http.HttpURLConnection$9.run(HttpURLConnection.java:1430)[22:28:50] [TheRealp455w0rd Contributors DL Thread/INFO]: [p455w0rdslib.util.ContributorUtils$DLThread:run:328]: at java.security.AccessController.doPrivileged(Native Method)[22:28:50] [TheRealp455w0rd Contributors DL Thread/INFO]: [p455w0rdslib.util.ContributorUtils$DLThread:run:328]: at java.security.AccessController.doPrivileged(AccessController.java:713)[22:28:50] [TheRealp455w0rd Contributors DL Thread/INFO]: [p455w0rdslib.util.ContributorUtils$DLThread:run:328]: at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1429)[22:28:50] [TheRealp455w0rd Contributors DL Thread/INFO]: [p455w0rdslib.util.ContributorUtils$DLThread:run:328]: at sun.net.www.protocol.https.HttpsURLConnectionImpl.getInputStream(HttpsURLConnectionImpl.java:254)[22:28:50] [TheRealp455w0rd Contributors DL Thread/INFO]: [p455w0rdslib.util.ContributorUtils$DLThread:run:328]: at p455w0rdslib.util.ContributorUtils$DLThread.run(ContributorUtils.java:316)[22:28:57] [TheRealp455w0rd Contributors DL Thread/INFO]: [p455w0rdslib.util.ContributorUtils$DLThread:run:328]: java.io.IOException: Server returned HTTP response code: 429 for URL: https://gitlab.com/p455w0rd/patrons/raw/master/patrons.txt[22:28:57] [TheRealp455w0rd Contributors DL Thread/INFO]: [p455w0rdslib.util.ContributorUtils$DLThread:run:328]: at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1839)[22:28:57] [TheRealp455w0rd Contributors DL Thread/INFO]: [p455w0rdslib.util.ContributorUtils$DLThread:run:328]: at sun.net.www.protocol.http.HttpURLConnection.access$200(HttpURLConnection.java:90)[22:28:57] [TheRealp455w0rd Contributors DL Thread/INFO]: [p455w0rdslib.util.ContributorUtils$DLThread:run:328]: at sun.net.www.protocol.http.HttpURLConnection$9.run(HttpURLConnection.java:1432)[22:28:57] [TheRealp455w0rd Contributors DL Thread/INFO]: [p455w0rdslib.util.ContributorUtils$DLThread:run:328]: at sun.net.www.protocol.http.HttpURLConnection$9.run(HttpURLConnection.java:1430)[22:28:57] [TheRealp455w0rd Contributors DL Thread/INFO]: [p455w0rdslib.util.ContributorUtils$DLThread:run:328]: at java.security.AccessController.doPrivileged(Native Method)[22:28:57] [TheRealp455w0rd Contributors DL Thread/INFO]: [p455w0rdslib.util.ContributorUtils$DLThread:run:328]: at java.security.AccessController.doPrivileged(AccessController.java:713)[22:28:57] [TheRealp455w0rd Contributors DL Thread/INFO]: [p455w0rdslib.util.ContributorUtils$DLThread:run:328]: at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1429)[22:28:57] [TheRealp455w0rd Contributors DL Thread/INFO]: [p455w0rdslib.util.ContributorUtils$DLThread:run:328]: at sun.net.www.protocol.https.HttpsURLConnectionImpl.getInputStream(HttpsURLConnectionImpl.java:254)[22:28:57] [TheRealp455w0rd Contributors DL Thread/INFO]: [p455w0rdslib.util.ContributorUtils$DLThread:run:328]: at p455w0rdslib.util.ContributorUtils$DLThread.run(ContributorUtils.java:316)[22:29:38] [main/INFO]: Unloaded world <[email protected] 0 MultiplayerChunkCache: 289, 289> is still hanging around after 60 seconds.[22:31:29] [Server thread/INFO]: The_Enderminer has made the advancement [Free the End][22:31:29] [main/INFO]: [CHAT] The_Enderminer has made the advancement [Free the End][22:31:29] [main/INFO]: Loaded 450 advancements
I know some stuff.
Discord: Ender#1648
Try removing journy map
I do live support at:
https://minecraftirc.net/minecrafthelp/landing/
https://discordapp.com/invite/minecraft
My discord: Greymagic27#4493
Use a regular directory, NOT OneDrive.
It is in the standard document directory. It just for some reason shows the onedrive Directory.
I know some stuff.
Discord: Ender#1648
If it shows "OneDrive" then, it's in the OneDrive directory.