Jump to content

Recommended Posts

Posted

I don't know what changed but there were no problems before.  Here's the crash report I have some obscure mods but like I said they all worked perfectly together before I restarted my computer.

 

---- Minecraft Crash Report ----

WARNING: coremods are present:
  CTJSLoadingPlugin (ctjs-1.3.2-1.8.9.jar)
  ModTweaker (Patcher-1.6 (1.8.9).jar)
  FMLLoadingPlugin (Scrollable Tooltips-1.4 (1.8.9).jar)
  FMLLoadingPlugin (ModCore_Container-1.0.jar)
  PatcherTweaker (Patcher-1.6 (1.8.9).jar)
  Perspective Mod ([1.8.9] Perspective Mod-3.0.jar)
  SkyblockAddonsLoadingPlugin (SkyblockAddons-1.6.0-for-MC-1.8.9.jar)
  PlayerAPIPlugin (PlayerAPI-1.8.9-1.0.jar)
  FMLLoadingPlugin (Skypixel-0.0.6.jar)
  FMLLoadingPlugin (OofMod-3.0 (1.8.9).jar)
  LoadingPlugin (replaymod-1.8.9-2.6.0.jar)
Contact their authors BEFORE contacting forge

// Surprise! Haha. Well, this is awkward.

Time: 8/17/21 9:05 PM
Description: Initializing game

java.lang.NullPointerException: Initializing game
    at codes.biscuit.skyblockaddons.features.FetchurManager.hasFetchedToday(FetchurManager.java:80)
    at codes.biscuit.skyblockaddons.features.FetchurManager.postPersistentConfigLoad(FetchurManager.java:128)
    at codes.biscuit.skyblockaddons.config.PersistentValuesManager.loadValues(PersistentValuesManager.java:70)
    at codes.biscuit.skyblockaddons.SkyblockAddons.postInit(SkyblockAddons.java:169)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke(Method.java:497)
    at net.minecraftforge.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:560)
    at sun.reflect.GeneratedMethodAccessor4.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke(Method.java:497)
    at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
    at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
    at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
    at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
    at com.google.common.eventbus.EventBus.post(EventBus.java:275)
    at net.minecraftforge.fml.common.LoadController.sendEventToModContainer(LoadController.java:211)
    at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:189)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke(Method.java:497)
    at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
    at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
    at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
    at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
    at com.google.common.eventbus.EventBus.post(EventBus.java:275)
    at net.minecraftforge.fml.common.LoadController.distributeStateMessage(LoadController.java:118)
    at net.minecraftforge.fml.common.Loader.initializeMods(Loader.java:742)
    at net.minecraftforge.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:310)
    at net.minecraft.client.Minecraft.startGame(Minecraft.java:495)
    at net.minecraft.client.Minecraft.run(Minecraft.java:329)
    at net.minecraft.client.main.Main.main(SourceFile:124)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke(Method.java:497)
    at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
    at net.minecraft.launchwrapper.Launch.main(Launch.java:28)


A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------

-- Head --
Stacktrace:
    at codes.biscuit.skyblockaddons.features.FetchurManager.hasFetchedToday(FetchurManager.java:80)
    at codes.biscuit.skyblockaddons.features.FetchurManager.postPersistentConfigLoad(FetchurManager.java:128)
    at codes.biscuit.skyblockaddons.config.PersistentValuesManager.loadValues(PersistentValuesManager.java:70)
    at codes.biscuit.skyblockaddons.SkyblockAddons.postInit(SkyblockAddons.java:169)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke(Method.java:497)
    at net.minecraftforge.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:560)
    at sun.reflect.GeneratedMethodAccessor4.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke(Method.java:497)
    at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
    at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
    at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
    at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
    at com.google.common.eventbus.EventBus.post(EventBus.java:275)
    at net.minecraftforge.fml.common.LoadController.sendEventToModContainer(LoadController.java:211)
    at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:189)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke(Method.java:497)
    at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
    at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
    at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
    at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
    at com.google.common.eventbus.EventBus.post(EventBus.java:275)
    at net.minecraftforge.fml.common.LoadController.distributeStateMessage(LoadController.java:118)
    at net.minecraftforge.fml.common.Loader.initializeMods(Loader.java:742)
    at net.minecraftforge.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:310)
    at net.minecraft.client.Minecraft.startGame(Minecraft.java:495)

-- Initialization --
Details:
Stacktrace:
    at net.minecraft.client.Minecraft.run(Minecraft.java:329)
    at net.minecraft.client.main.Main.main(SourceFile:124)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke(Method.java:497)
    at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
    at net.minecraft.launchwrapper.Launch.main(Launch.java:28)

-- System Details --
Details:
    ct.js modules: [Module{name=DeepProxy,folder=.\config\ChatTriggers\modules\DeepProxy,metadata=ModuleMetadata(name=DeepProxy, version=2.0.0, entry=null, asmEntry=null, asmExposedFunctions=null, tags=null, pictureLink=null, creator=Ecolsson, description=null, requires=null, helpMessage=null, ignored=null, isRequired=false)}, Module{name=HoeUtilities,folder=.\config\ChatTriggers\modules\HoeUtilities,metadata=ModuleMetadata(name=HoeUtilities, version=3.0.6, entry=index.js, asmEntry=null, asmExposedFunctions=null, tags=null, pictureLink=null, creator=null, description=Provides various utility features to SkyBlock hoes, requires=[SettingsManager, requestV2, PromiseV2], helpMessage=&cType &a&l/hoeutils &r&cto open settings., ignored=null, isRequired=false)}, Module{name=PersistentData,folder=.\config\ChatTriggers\modules\PersistentData,metadata=ModuleMetadata(name=PersistentData, version=1.1.3, entry=null, asmEntry=null, asmExposedFunctions=null, tags=null, pictureLink=null, creator=null, description=Easily store data that persist between game and ct reloads, requires=[DeepProxy], helpMessage=null, ignored=null, isRequired=false)}, Module{name=Promise,folder=.\config\ChatTriggers\modules\Promise,metadata=ModuleMetadata(name=Promise, version=1.1.0, entry=null, asmEntry=null, asmExposedFunctions=null, tags=null, pictureLink=null, creator=null, description=Promise polyfill for 1.0.0, requires=[PromiseV2], helpMessage=null, ignored=null, isRequired=false)}, Module{name=PromiseV2,folder=.\config\ChatTriggers\modules\PromiseV2,metadata=ModuleMetadata(name=PromiseV2, version=1.0.4, entry=index.js, asmEntry=null, asmExposedFunctions=null, tags=null, pictureLink=null, creator=McPqndq, description=Promise polyfill, requires=null, helpMessage=null, ignored=null, isRequired=false)}, Module{name=request,folder=.\config\ChatTriggers\modules\request,metadata=ModuleMetadata(name=request, version=2.1.0, entry=null, asmEntry=null, asmExposedFunctions=null, tags=null, pictureLink=null, creator=Ecolsson, description=A nicer alternative to XMLHttpRequest with a promise-like API. See the README.md for a full api description, requires=[requestV2], helpMessage=null, ignored=null, isRequired=false)}, Module{name=requestV2,folder=.\config\ChatTriggers\modules\requestV2,metadata=ModuleMetadata(name=requestV2, version=2.0.0, entry=index.js, asmEntry=null, asmExposedFunctions=null, tags=null, pictureLink=null, creator=Ecolsson (uploaded by McPqndq), description=A nicer alternative to XMLHttpRequest with a promise-like API. See the README.md for a full api description. (PS from McPqndq: this module is a copy paste of Ecolsson's 'request' except using a different Promise polyfill.), requires=[PromiseV2], helpMessage=null, ignored=null, isRequired=false)}, Module{name=SBInvSee,folder=.\config\ChatTriggers\modules\SBInvSee,metadata=ModuleMetadata(name=SBInvSee, version=1.0.1, entry=index.js, asmEntry=null, asmExposedFunctions=null, tags=null, pictureLink=null, creator=null, description=See the inventory contents of a hypixel skyblock player, requires=[request, PersistentData], helpMessage=null, ignored=null, isRequired=false)}, Module{name=SettingsManager,folder=.\config\ChatTriggers\modules\SettingsManager,metadata=ModuleMetadata(name=SettingsManager, version=1.2.2, entry=null, asmEntry=null, asmExposedFunctions=null, tags=null, pictureLink=null, creator=null, description=Autogenerates a settings file and gui based on the object created and registers. Example usage can be found in UseExample.js, requires=null, helpMessage=null, ignored=null, isRequired=false)}, Module{name=SkyblockCommands,folder=.\config\ChatTriggers\modules\SkyblockCommands,metadata=ModuleMetadata(name=SkyblockCommands, version=1.8.6, entry=main.js, asmEntry=null, asmExposedFunctions=null, tags=null, pictureLink=null, creator=Dolphin0xyz, description=&5&k&l00&r&3 Sky&2Block &6Commands &r&5&k&l00&r &3&l&k0&r&6&l&o1&3&l&o.&6&l&o8&3&l&o.&6&l&o6&r&3&l&k0&r&c&o by &r&4&oDolphin0xyz
&a&l&k0&r&3 Adds keybinds for most skyblock commands, fast travel warps and more in the vanilla controls menu. Use /sc for help and to use some features. &r&a&l&k0
&r&e&l&k0&r&2 If keys conflicts with other keys things may not work and things outside this moudule may break. &r&e&l&k0
&r&b&l&k0&r&d Contact me if you find bugs, need help, or have features to suggest. My discord name is Dolphin0xyz#7887 and you can also find me on twitter @Dolphin0xyz. &r&b&l&k0, requires=null, helpMessage=&e&m---------------&r &5&k&l00&r&3 Sky&2Block &6Commands &r&5&k&l00&r &e&m---------------
&r&eRun /sc to see the help guide!
&r&e&m-----------------------------------------------------, ignored=null, isRequired=false)}]
    Minecraft Version: 1.8.9
    Operating System: Windows 10 (amd64) version 10.0
    Java Version: 1.8.0_51, Oracle Corporation
    Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
    Memory: 325076472 bytes (310 MB) / 1073741824 bytes (1024 MB) up to 4294967296 bytes (4096 MB)
    JVM Flags: 8 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx4G -XX:+UnlockExperimentalVMOptions -XX:+UseG1GC -XX:G1NewSizePercent=20 -XX:G1ReservePercent=20 -XX:MaxGCPauseMillis=50 -XX:G1HeapRegionSize=32M
    IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
    FML: MCP 9.19 Powered by Forge 11.15.1.2318 Optifine OptiFine_1.8.9_HD_U_M5 30 mods loaded, 30 mods active
    States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored

    | State | ID                    | Version      | Source                                  |
    | ----- | --------------------- | ------------ | --------------------------------------- |
    | UCHIJ | mcp                   | 9.19         | minecraft.jar                           |
    | UCHIJ | FML                   | 8.0.99.99    | forge-1.8.9-11.15.1.2318-1.8.9.jar      |
    | UCHIJ | Forge                 | 11.15.1.2318 | forge-1.8.9-11.15.1.2318-1.8.9.jar      |
    | UCHIJ | perspectivemod        | 3.0          | minecraft.jar                           |
    | UCHIJ | refractionoof         | 3.0          | minecraft.jar                           |
    | UCHIJ | PlayerAPI             | 1.0          | minecraft.jar                           |
    | UCHIJ | autotip               | 3.0.1        | Autotip-3.0.1 [1.8-1.12.2].jar          |
    | UCHIJ | replaymod             | 1.8.9-2.6.0  | replaymod-1.8.9-2.6.0.jar               |
    | UCHIJ | essential             | 1.0.0        | Essential (forge_1.8.9).jar             |
    | UCHIJ | modcore               | 0.1.47       | Sk1er Modcore-0.1.47 (1.8.9).jar        |
    | UCHIJ | pownspotionhud        | 1.0          | 1.8.9_Powns_PotionEffect_HUD_-_1.0.jar  |
    | UCHIJ | blockoverlay          | 2.1          | [1.8.9] BlockOverlay-v2.1.jar           |
    | UCHIJ | canelexkeystrokes     | 1.0          | [1.8.9] canelex keystrokes.jar          |
    | UCHIJ | Powns ArmorStatus HUD | 1.0          | [1.8.9] Powns ArmorStatus HUD - 1.1.jar |
    | UCHIJ | pownscoordshud        | 1.0          | [1.8.9] Powns Coords HUD - 1.0.jar      |
    | UCHIJ | pownstogglesneak      | 3.0          | [1.8.9] Powns ToggleSneak - 3.0.jar     |
    | UCHIJ | sidebarmod            | 2.0          | [1.8.9] Sidebar Mod Revamp.jar          |
    | UCHIJ | alwayssharp           | 1.0          | alwayssharp-1.0.jar                     |
    | UCHIJ | autogg                | 4.1.0        | AutoGG-4.1 (1.8.9).jar                  |
    | UCHIJ | AutoWho               | 1.0          | AutoWho-1.0.jar                         |
    | UCHIJ | ct.js                 | 1.3.2        | ctjs-1.3.2-1.8.9.jar                    |
    | UCHIJ | hypixel_auto_complete | 1.1.0        | Hypixel Autocomplete-1.1 (1.8.9).jar    |
    | UCHIJ | modcore_example_mod   | 1.0          | ModCore_Container-1.0.jar               |
    | UCHIJ | patcher               | 1.6.0        | Patcher-1.6 (1.8.9).jar                 |
    | UCHIJ | resourcepackmanager   | 1.0          | Resource_Pack_Manager_1.1.jar           |
    | UCHIJ | text_overflow_scroll  | 1.4.0        | Scrollable Tooltips-1.4 (1.8.9).jar     |
    | UCHIE | skyblockaddons        | 1.6.0        | SkyblockAddons-1.6.0-for-MC-1.8.9.jar   |
    | UCHIJ | SkyblockExtras        | 2.1.4.1      | SkyblockExtras-2.1.4.1.jar              |
    | UCHIJ | skypixel              | 0.0.6        | Skypixel-0.0.6.jar                      |
    | UCHIJ | skywarsmod            | 1.0          | SkyWars Stats Mod-v1.0.3.jar            |

    Loaded coremods (and transformers): 
CTJSLoadingPlugin (ctjs-1.3.2-1.8.9.jar)
  com.chattriggers.ctjs.launch.plugin.CTJSTransformer
ModTweaker (Patcher-1.6 (1.8.9).jar)
  club.sk1er.patcher.tweaker.other.ModClassTransformer
FMLLoadingPlugin (Scrollable Tooltips-1.4 (1.8.9).jar)
  club.sk1er.mods.scrollabletooltips.forge.ClassTransformer
FMLLoadingPlugin (ModCore_Container-1.0.jar)
  club.sk1er.mods.core.forge.ClassTransformer
PatcherTweaker (Patcher-1.6 (1.8.9).jar)
  club.sk1er.patcher.tweaker.ClassTransformer
Perspective Mod ([1.8.9] Perspective Mod-3.0.jar)
  net.canelex.perspectivemod.asm.CameraTransformer
SkyblockAddonsLoadingPlugin (SkyblockAddons-1.6.0-for-MC-1.8.9.jar)
  codes.biscuit.skyblockaddons.tweaker.SkyblockAddonsTransformer
PlayerAPIPlugin (PlayerAPI-1.8.9-1.0.jar)
  api.player.forge.PlayerAPITransformer
FMLLoadingPlugin (Skypixel-0.0.6.jar)
  io.prplz.skypixel.asm.ClassTransformer
FMLLoadingPlugin (OofMod-3.0 (1.8.9).jar)
  us.nickfraction.oofmod.asm.EntityPlayerTransformer
  us.nickfraction.oofmod.asm.EntityArrowTransformer
  us.nickfraction.oofmod.asm.EntityFishHookTransformer
  us.nickfraction.oofmod.asm.RenderGlobalTransformer
LoadingPlugin (replaymod-1.8.9-2.6.0.jar)
  
    GL info: ' Vendor: 'NVIDIA Corporation' Version: '4.6.0 NVIDIA 466.11' Renderer: 'NVIDIA GeForce GTX 1080/PCIe/SSE2'
    Launched Version: 1.8.9-forge1.8.9-11.15.1.2318-1.8.9
    LWJGL: 2.9.4
    OpenGL: NVIDIA GeForce GTX 1080/PCIe/SSE2 GL version 4.6.0 NVIDIA 466.11, NVIDIA Corporation
    GL Caps: Using GL 1.3 multitexturing.
Using GL 1.3 texture combiners.
Using framebuffer objects because OpenGL 3.0 is supported and separate blending is supported.
Shaders are available because OpenGL 2.1 is supported.
VBOs are available because OpenGL 1.5 is supported.

    Using VBOs: Yes
    Is Modded: Definitely; Client brand changed to 'fml,forge'
    Type: Client (map_client.txt)
    Resource Packs: [MODIFIED] v13_16x_Hypixel_Skyblock_Pack, pwaf default
    Current Language: English (US)
    Profiler Position: N/A (disabled)
    CPU: 8x Intel(R) Core(TM) i7-6700K CPU @ 4.00GHz
    OptiFine Version: OptiFine_1.8.9_HD_U_M5
    OptiFine Build: 20210124-163719
    Render Distance Chunks: 16
    Mipmaps: 4
    Anisotropic Filtering: 1
    Antialiasing: 0
    Multitexture: false
    Shaders: null
    OpenGlVersion: 4.6.0 NVIDIA 466.11
    OpenGlRenderer: NVIDIA GeForce GTX 1080/PCIe/SSE2
    OpenGlVendor: NVIDIA Corporation
    CpuCount: 8

Posted

1.8 is no longer supported on this forum.

Please update to a modern version of Minecraft to receive support.

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

 

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

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

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

 

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

  Reveal hidden contents

 

Guest
This topic is now closed to further replies.

Announcements



×
×
  • Create New...

Important Information

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