Jump to content

Crazypenguin184

Members
  • Posts

    2
  • Joined

  • Last visited

Crazypenguin184's Achievements

Tree Puncher

Tree Puncher (2/8)

0

Reputation

  1. Yes, I use the Borderless Gaming program which resizes the game at start up. It looks like that was the issue as it works correctly now that it's off. Thank you so much for the help.
  2. ---- Minecraft Crash Report ---- // I let you down. Sorry Time: 3/28/20 3:26 AM Description: Initializing game java.lang.NullPointerException: Initializing game at net.minecraft.client.Minecraft.func_213226_a(Minecraft.java:996) ~[?:?] {re:classloading,pl:accesstransformer:B,pl:runtimedistcleaner:A} at net.minecraft.client.MainWindow.func_198102_b(SourceFile:267) ~[?:?] {re:classloading} at net.minecraft.client.MainWindow$$Lambda$2022/1929749571.invoke(Unknown Source) ~[?:?] {} at org.lwjgl.glfw.GLFWFramebufferSizeCallbackI.callback(GLFWFramebufferSizeCallbackI.java:37) ~[lwjgl-glfw-3.2.2.jar:build 10] {} at org.lwjgl.system.JNI.invokeV(Native Method) ~[lwjgl-3.2.2.jar:build 10] {} at org.lwjgl.glfw.GLFW.glfwPollEvents(GLFW.java:3101) ~[lwjgl-glfw-3.2.2.jar:build 10] {} at com.mojang.blaze3d.systems.RenderSystem.flipFrame(SourceFile:105) ~[?:?] {re:classloading} at net.minecraft.client.MainWindow.func_227802_e_(SourceFile:301) ~[?:?] {re:classloading} at net.minecraftforge.fml.client.EarlyLoaderGUI.renderTick(EarlyLoaderGUI.java:80) ~[?:?] {re:classloading} at net.minecraftforge.fml.client.ClientModLoader$$Lambda$2188/2017703518.run(Unknown Source) ~[?:?] {} at net.minecraftforge.fml.ModLoader$$Lambda$2345/1491363186.execute(Unknown Source) ~[?:?] {} at net.minecraftforge.fml.ModList.dispatchParallelEvent(ModList.java:136) ~[?:?] {re:classloading} at net.minecraftforge.fml.ModList.lambda$static$2(ModList.java:98) ~[?:?] {re:classloading} at net.minecraftforge.fml.ModList$$Lambda$2192/1455581985.dispatchEvent(Unknown Source) ~[?:?] {} at net.minecraftforge.fml.LifecycleEventProvider.dispatch(LifecycleEventProvider.java:71) ~[?:?] {re:classloading} at net.minecraftforge.fml.ModLoader.dispatchAndHandleError(ModLoader.java:197) ~[?:?] {re:classloading} at net.minecraftforge.fml.ModLoader.gatherAndInitializeMods(ModLoader.java:183) ~[?:?] {re:classloading} at net.minecraftforge.fml.client.ClientModLoader.lambda$begin$2(ClientModLoader.java:97) ~[?:?] {re:classloading,pl:runtimedistcleaner:A} at net.minecraftforge.fml.client.ClientModLoader$$Lambda$2105/1832681663.run(Unknown Source) ~[?:?] {} at net.minecraftforge.fml.client.ClientModLoader.lambda$createRunnableWithCatch$5(ClientModLoader.java:113) ~[?:?] {re:classloading,pl:runtimedistcleaner:A} at net.minecraftforge.fml.client.ClientModLoader$$Lambda$2106/794026109.run(Unknown Source) ~[?:?] {} at net.minecraftforge.fml.client.ClientModLoader.begin(ClientModLoader.java:97) ~[?:?] {re:classloading,pl:runtimedistcleaner:A} at net.minecraft.client.Minecraft.<init>(Minecraft.java:393) [?:?] {re:classloading,pl:accesstransformer:B,pl:runtimedistcleaner:A} at net.minecraft.client.main.Main.main(SourceFile:166) [?:?] {re:classloading} at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_51] {} at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_51] {} at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_51] {} at java.lang.reflect.Method.invoke(Method.java:497) ~[?:1.8.0_51] {} at net.minecraftforge.fml.loading.FMLClientLaunchProvider.lambda$launchService$0(FMLClientLaunchProvider.java:56) [forge-1.15.2-31.1.30.jar:31.1] {} at net.minecraftforge.fml.loading.FMLClientLaunchProvider$$Lambda$404/1280452839.call(Unknown Source) [forge-1.15.2-31.1.30.jar:31.1] {} at cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:37) [modlauncher-5.0.0-milestone.4.jar:?] {} at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:54) [modlauncher-5.0.0-milestone.4.jar:?] {} at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:72) [modlauncher-5.0.0-milestone.4.jar:?] {} at cpw.mods.modlauncher.Launcher.run(Launcher.java:81) [modlauncher-5.0.0-milestone.4.jar:?] {} at cpw.mods.modlauncher.Launcher.main(Launcher.java:65) [modlauncher-5.0.0-milestone.4.jar:?] {} A detailed walkthrough of the error, its code path and all known details is as follows: --------------------------------------------------------------------------------------- -- Head -- Thread: Render thread Stacktrace: at net.minecraft.client.Minecraft.func_213226_a(Minecraft.java:996) at net.minecraft.client.MainWindow.func_198102_b(SourceFile:267) at net.minecraft.client.MainWindow$$Lambda$2022/1929749571.invoke(Unknown Source) at org.lwjgl.glfw.GLFWFramebufferSizeCallbackI.callback(GLFWFramebufferSizeCallbackI.java:37) at org.lwjgl.system.JNI.invokeV(Native Method) at org.lwjgl.glfw.GLFW.glfwPollEvents(GLFW.java:3101) at com.mojang.blaze3d.systems.RenderSystem.flipFrame(SourceFile:105) at net.minecraft.client.MainWindow.func_227802_e_(SourceFile:301) at net.minecraftforge.fml.client.EarlyLoaderGUI.renderTick(EarlyLoaderGUI.java:80) at net.minecraftforge.fml.client.ClientModLoader$$Lambda$2188/2017703518.run(Unknown Source) at net.minecraftforge.fml.ModLoader$$Lambda$2345/1491363186.execute(Unknown Source) at net.minecraftforge.fml.ModList.dispatchParallelEvent(ModList.java:136) at net.minecraftforge.fml.ModList.lambda$static$2(ModList.java:98) at net.minecraftforge.fml.ModList$$Lambda$2192/1455581985.dispatchEvent(Unknown Source) at net.minecraftforge.fml.LifecycleEventProvider.dispatch(LifecycleEventProvider.java:71) at net.minecraftforge.fml.ModLoader.dispatchAndHandleError(ModLoader.java:197) at net.minecraftforge.fml.ModLoader.gatherAndInitializeMods(ModLoader.java:183) at net.minecraftforge.fml.client.ClientModLoader.lambda$begin$2(ClientModLoader.java:97) at net.minecraftforge.fml.client.ClientModLoader$$Lambda$2105/1832681663.run(Unknown Source) at net.minecraftforge.fml.client.ClientModLoader.lambda$createRunnableWithCatch$5(ClientModLoader.java:113) at net.minecraftforge.fml.client.ClientModLoader$$Lambda$2106/794026109.run(Unknown Source) at net.minecraftforge.fml.client.ClientModLoader.begin(ClientModLoader.java:97) at net.minecraft.client.Minecraft.<init>(Minecraft.java:393) -- Initialization -- Details: Stacktrace: at net.minecraft.client.main.Main.main(SourceFile:166) 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.loading.FMLClientLaunchProvider.lambda$launchService$0(FMLClientLaunchProvider.java:56) at net.minecraftforge.fml.loading.FMLClientLaunchProvider$$Lambda$404/1280452839.call(Unknown Source) at cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:37) at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:54) at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:72) at cpw.mods.modlauncher.Launcher.run(Launcher.java:81) at cpw.mods.modlauncher.Launcher.main(Launcher.java:65) -- System Details -- Details: Minecraft Version: 1.15.2 Minecraft Version ID: 1.15.2 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: 2129394672 bytes (2030 MB) / 3564109824 bytes (3399 MB) up to 8657043456 bytes (8256 MB) CPUs: 16 JVM Flags: 5 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xss1M -Xmx9287m -Xms256m -XX:PermSize=256m ModLauncher: 5.0.0-milestone.4+67+b1a340b ModLauncher launch target: fmlclient ModLauncher naming: srg ModLauncher services: /eventbus-2.0.0-milestone.1-service.jar eventbus PLUGINSERVICE /forge-1.15.2-31.1.30.jar object_holder_definalize PLUGINSERVICE /forge-1.15.2-31.1.30.jar runtime_enum_extender PLUGINSERVICE /accesstransformers-2.0.4-shadowed.jar accesstransformer PLUGINSERVICE /forge-1.15.2-31.1.30.jar capability_inject_definalize PLUGINSERVICE /forge-1.15.2-31.1.30.jar runtimedistcleaner PLUGINSERVICE /forge-1.15.2-31.1.30.jar fml TRANSFORMATIONSERVICE FML: 31.1 Forge: net.minecraftforge:31.1.30 FML Language Providers: [email protected] minecraft@1 Mod List: QuarkOddities-1.15.2.jar Quark Oddities {[email protected] CREATE_REGISTRIES} NetherPortalFix_1.15.2-6.0.0.jar NetherPortalFix {[email protected] CREATE_REGISTRIES} item-filters-2.2.0.14.jar Item Filters {[email protected] CREATE_REGISTRIES} jei-1.15.2-6.0.0.2.jar Just Enough Items {[email protected] CREATE_REGISTRIES} JustEnoughCalculation-1.15.2-3.6.1.jar Just Enough Calculation {[email protected] CREATE_REGISTRIES} DoggyTalents-1.15.2-1.15.2.3.jar Doggy Talents {[email protected] CREATE_REGISTRIES} caelus-FORGE-1.15.2-2.0-beta1.jar Caelus API {[email protected] CREATE_REGISTRIES} colytra-FORGE-1.15.2-3.0.jar Colytra {[email protected] CREATE_REGISTRIES} Waystones_1.15.2-6.0.1.jar Waystones {[email protected] CREATE_REGISTRIES} ForgeEndertech-1.15.2-6.0.1.0-build.0011.jar Forge Endertech {[email protected] CREATE_REGISTRIES} AdFinders-1.15.2-4.0.2.0-build.0012.jar Advanced Finders {[email protected] CREATE_REGISTRIES} journeymap-1.15.2-5.7.0beta1.jar Journeymap {[email protected] CREATE_REGISTRIES} CookingForBlockheads_1.15.2-8.0.1.jar Cooking for Blockheads {[email protected] CREATE_REGISTRIES} Placebo-1.15.2-3.0.2.jar Placebo {[email protected] CREATE_REGISTRIES} comforts-FORGE-1.15.2-2.0.jar Comforts {[email protected] CREATE_REGISTRIES} NaturesCompass-1.15.2-1.8.5.jar Nature's Compass {[email protected] CREATE_REGISTRIES} SimpleStorageNetwork-1.15.2-0.3.1.jar Simple Storage Network {[email protected] CREATE_REGISTRIES} SereneSeasons-1.15.2-3.0.0.68-universal.jar Serene Seasons {[email protected] CREATE_REGISTRIES} WitherSkeletonTweaks-1.15.1-4.0.0.jar Wither Skeleton Tweaks {[email protected] CREATE_REGISTRIES} FarmingForBlockheads_1.15.2-6.1.0.jar Farming for Blockheads {[email protected] CREATE_REGISTRIES} Bookshelf-1.15.2-5.3.9.jar Bookshelf {[email protected] CREATE_REGISTRIES} u_team_core-1.15.2-2.11.0.156.jar U Team Core {[email protected] CREATE_REGISTRIES} mcjtylib-1.15-4.0.3-alpha.jar McJtyLib {[email protected] CREATE_REGISTRIES} rftoolsbase-1.15-1.0.1-alpha.jar RFToolsBase {[email protected] CREATE_REGISTRIES} xnet-1.15-2.0.2-alpha.jar XNet {[email protected] CREATE_REGISTRIES} DarkUtilities-1.15.2-3.0.2.jar Dark Utilities {[email protected] CREATE_REGISTRIES} Waddles-1.15.2-0.8.5.jar Waddles {[email protected] CREATE_REGISTRIES} Morpheus-1.15.2-4.2.50.jar Morpheus {morpheus@version CREATE_REGISTRIES} Hwyla-forge-1.10.8-B72_1.15.2.jar Waila {waila@version CREATE_REGISTRIES} speedyhoppers-1.15.2-2.jar Speedy Hoppers {[email protected] CREATE_REGISTRIES} CraftTweaker-1.15.2-6.0.0.9.jar CraftTweaker {[email protected] CREATE_REGISTRIES} rftoolspower-1.15-2.0.1-alpha.jar RFToolsPower {[email protected] CREATE_REGISTRIES} forge-1.15.2-31.1.30-universal.jar Forge {[email protected] CREATE_REGISTRIES} CraftingTweaks_1.15.1-11.0.0.jar Crafting Tweaks {[email protected] CREATE_REGISTRIES} forge-1.15.2-31.1.30-client.jar Minecraft {[email protected] CREATE_REGISTRIES} mcw-bridges-1.0.4fix-mc1.15.2.jar Macaw's Bridges {[email protected] CREATE_REGISTRIES} industrial-foregoing-1.15.2-2.2.2-28d4a81.jar Industrial Foregoing {[email protected] CREATE_REGISTRIES} useful_backpacks-1.15.2-1.9.4.63.jar Useful Backpacks {[email protected] CREATE_REGISTRIES} EnchantmentDescriptions-1.15.2-2.0.5.jar EnchantmentDescriptions {[email protected] CREATE_REGISTRIES} titanium-1.15.2-2.3.7.jar Titanium {[email protected] CREATE_REGISTRIES} useful_railroads-1.15.2-1.3.2.21.jar Useful Railroads {[email protected] CREATE_REGISTRIES} BiomesOPlenty-1.15.2-10.0.0.345-universal.jar Biomes O' Plenty {[email protected] CREATE_REGISTRIES} valkyrielib-1.15.2-3.0.2.1.jar ValkyrieLib {[email protected] CREATE_REGISTRIES} enviromats-1.15.2-2.0.2.1.jar Environmental Materials {[email protected] CREATE_REGISTRIES} AdLods-1.15.2-3.0.1.0-build.0008.jar Large Ore Deposits {[email protected] CREATE_REGISTRIES} Ding-1.15.2-1.1.0.jar Ding {[email protected] CREATE_REGISTRIES} paintings-1.15.2-7.0.0.0.jar Paintings ++ {[email protected] CREATE_REGISTRIES} carrotslib-mc1.15.2-2.5b1.jar Carrots Lib {[email protected] CREATE_REGISTRIES} vanillafoodpantry-mc1.15.2-5.5b1.jar Vanilla Food Pantry {[email protected] CONSTRUCT} gravestone-1.17.3.jar Gravestone Mod {[email protected] CREATE_REGISTRIES} FastWorkbench-1.15.1-3.0.0.jar FastWorkbench {[email protected] CREATE_REGISTRIES} AutoRegLib-1.5-40.jar AutoRegLib {[email protected] CREATE_REGISTRIES} Quark-r2.1-224.jar Quark {[email protected] CONSTRUCT} StorageDrawers-1.15.2-7.0.2.jar Storage Drawers {[email protected] CREATE_REGISTRIES} OreExcavation-1.7.151.jar Ore Excavation {oreexcavation@NONE CREATE_REGISTRIES} elevatorid-1.15.2-1.7.0.jar Elevator Mod {[email protected] CREATE_REGISTRIES} FastFurnace-1.15.1-3.0.0.jar FastFurnace {[email protected] CREATE_REGISTRIES} furniture-7.0.0-pre16-1.15.1.jar MrCrayfish's Furniture Mod {[email protected] CONSTRUCT} AppleSkin-mc1.15.2-forge-1.0.13.jar AppleSkin {[email protected] CREATE_REGISTRIES} RefinedRelocation_1.15.2-7.0.1.jar Refined Relocation {[email protected] CREATE_REGISTRIES} Aquaculture-1.15.2-2.0.13.jar Aquaculture 2 {[email protected] CREATE_REGISTRIES} tramplestopper-1.15.2-2.0.0.1-universal.jar Trample Stopper {[email protected] CREATE_REGISTRIES} XL-Food-Mod-1.15.2-2.2.2.jar XL Food Mod {[email protected] CREATE_REGISTRIES} FastLeafDecay-v20.jar FastLeafDecay {fastleafdecay@v20 CREATE_REGISTRIES} SoundFilters-0.13_for_1.15.2.jar Sound Filters {[email protected]_for_1.15.2 CREATE_REGISTRIES} BetterAdvancements-1.15.2-0.1.0.96.jar Better Advancements {[email protected] CREATE_REGISTRIES} Launched Version: forge-31.1.30 Backend library: LWJGL version 3.2.2 build 10 Backend API: GeForce RTX 2080/PCIe/SSE2 GL version 4.6.0 NVIDIA 442.59, NVIDIA Corporation GL Caps: Using framebuffer using OpenGL 3.0 Using VBOs: Yes Is Modded: Definitely; Client brand changed to 'forge' Type: Client (map_client.txt) CPU: 16x Intel(R) Core(TM) i9-9900K CPU @ 3.60GHz
×
×
  • Create New...

Important Information

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