Jump to content

After installingForge 1.10.2 - 12.18.1.2086 Minecraft crashes on world loading s


Recommended Posts

Posted

Hi all

so today i installed forge becuase i wanted to use BackPack mod and a few others

so after i got forge installer version 1.10.2 - 12.18.1.2086 from http://files.minecraftforge.net/ i started the installer, downloaded the client, adn started minecraft with the forge version.

the game booted up with forge without any error, so i tried creating a new world. nut it just gets stuck in the world loading screen(the dirt screen) for a while with a "0%" written on it, and then crashes

i've tried a lot of stuff, and spent hours looking on the internet but couldnt find a solution. so i tried downloading the recommended version of forge, and it still didnt work

i also tried using the universal forge and it didnt work

and btw, this problem is happening even when there are no mods in the mods folder(basically means that forge is the problem not the mods)

 

here is my crash report

 

---- Minecraft Crash Report ----

// I just don't know what went wrong :(

 

Time: 9/15/16 11:25 PM

Description: Ticking memory connection

 

java.lang.NullPointerException: Ticking memory connection

at net.minecraft.server.integrated.IntegratedPlayerList.func_148542_a(SourceFile:30)

at net.minecraft.server.network.NetHandlerLoginServer.func_147326_c(NetHandlerLoginServer.java:102)

at net.minecraft.server.network.NetHandlerLoginServer.func_73660_a(NetHandlerLoginServer.java:60)

at net.minecraft.network.NetworkManager.func_74428_b(NetworkManager.java:287)

at net.minecraft.network.NetworkSystem.func_151269_c(NetworkSystem.java:180)

at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:732)

at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:613)

at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:149)

at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:471)

at java.lang.Thread.run(Unknown Source)

 

 

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

---------------------------------------------------------------------------------------

 

-- Head --

Thread: Server thread

Stacktrace:

at net.minecraft.server.integrated.IntegratedPlayerList.func_148542_a(SourceFile:30)

at net.minecraft.server.network.NetHandlerLoginServer.func_147326_c(NetHandlerLoginServer.java:102)

at net.minecraft.server.network.NetHandlerLoginServer.func_73660_a(NetHandlerLoginServer.java:60)

at net.minecraft.network.NetworkManager.func_74428_b(NetworkManager.java:287)

 

-- Ticking connection --

Details:

Connection: net.minecraft.network.NetworkManager@7adc2fea

Stacktrace:

at net.minecraft.network.NetworkSystem.func_151269_c(NetworkSystem.java:180)

at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:732)

at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:613)

at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:149)

at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:471)

at java.lang.Thread.run(Unknown Source)

 

-- System Details --

Details:

Minecraft Version: 1.10.2

Operating System: Windows 10 (amd64) version 10.0

Java Version: 1.8.0_101, Oracle Corporation

Java VM Version: Java HotSpot 64-Bit Server VM (mixed mode), Oracle Corporation

Memory: 42829016 bytes (40 MB) / 373817344 bytes (356 MB) up to 1029177344 bytes (981 MB)

JVM Flags: 3 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx1G -Xmn128M

IntCache: cache: 1, tcache: 1, allocated: 12, tallocated: 94

FML: MCP 9.32 Powered by Forge 12.18.1.2086 3 mods loaded, 3 mods active

States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored

UCHIJAAAA mcp{9.19} [Minecraft Coder Pack] (minecraft.jar)

UCHIJAAAA FML{8.0.99.99} [Forge Mod Loader] (forge-1.10.2-12.18.1.2086.jar)

UCHIJAAAA Forge{12.18.1.2086} [Minecraft Forge] (forge-1.10.2-12.18.1.2086.jar)

Loaded coremods (and transformers):

GL info: ~~ERROR~~ RuntimeException: No OpenGL context found in the current thread.

Profiler Position: N/A (disabled)

Player Count: 0 / 8; []

Type: Integrated Server (map_client.txt)

Is Modded: Definitely; Client brand changed to 'fml,forge'

 

i would appreciate any help

 

ty

Posted

User was banned for using a cracked launcher, buy the damn game.

I do Forge for free, however the servers to run it arn't free, so anything is appreciated.
Consider supporting the team on Patreon

Guest
This topic is now closed to further replies.

Announcements



  • Recently Browsing

    • No registered users viewing this page.
  • Posts

    • That seems to have fixed it, thank you!
    • I am having some issues starting an RLCraft server on a minimal install of Debian 12. I have Java installed and I'm able to start the vanilla Minecraft server jar no problem and people can join and play without any issues, as soon as I try to create a new directory with the Forge jar the initial install with the INSTALLER jar works when I use the java command with the --installServer flag, but as soon as I try to start the server using the forge jar that is NOT labelled with installer I get the following error: A problem occurred running the Server launcher.java.lang.reflect.InvocationTargetException         at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)         at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)         at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)         at java.base/java.lang.reflect.Method.invoke(Method.java:569)         at net.minecraftforge.fml.relauncher.ServerLaunchWrapper.run(ServerLaunchWrapper.java:70)         at net.minecraftforge.fml.relauncher.ServerLaunchWrapper.main(ServerLaunchWrapper.java:34) Caused by: java.lang.ClassCastException: class jdk.internal.loader.ClassLoaders$AppClassLoader cannot be cast to class java.net.URLClassLoader (jdk.internal.loader.ClassLoaders$AppClassLoader and java.net.URLClassLoader are in module java.base of loader 'bootstrap')         at net.minecraft.launchwrapper.Launch.<init>(Launch.java:34)         at net.minecraft.launchwrapper.Launch.main(Launch.java:28)         ... 6 more   I have tried using newer versions of Java directly from Oracle as well. Has anybody been successful in starting and running a RLCraft server from the terminal on a Linux machine? I cannot figure out why it doesn't want to work but the vanilla jar works without issue. Thank you in advance!
    • This is my latest attempt :  public class ManaScreen extends Screen { Mana mana = new Mana(); boolean removeManaBar = false; ResourceLocation manaBar = ResourceLocation.fromNamespaceAndPath(RSGArmoury.MOD_ID, "/textures/block/spawnable_arena_wall.png"); public ManaScreen() { super(Component.literal("Mana")); } @Override protected void init() { super.init(); Minecraft.getInstance().setScreen(this); } @Override public boolean isPauseScreen() { return false; } @Override public void render(GuiGraphics pGuiGraphics, int pMouseX, int pMouseY, float pPartialTick) { pGuiGraphics.blit(manaBar, 10, -10, 0, 0, mana.getMana(), 10, mana.getMana(), 10); if (removeManaBar) { this.onClose(); return; } super.render(pGuiGraphics, pMouseX, pMouseY, pPartialTick); } public void addManaBar() { removeManaBar = false; Minecraft.getInstance().setScreen(new ManaScreen()); } public boolean removeManaBar() { return removeManaBar = true; } }
    • I tried a few different things that all didnt work. Right now I have nothing but what I had that seemed most likely to work was just a guiOverlay.blit(x, y, z, vx, vy, getMana()). I dont remember the exact code but it was somthing along those lines. It was in a new class extending screen I believe.
  • Topics

×
×
  • Create New...

Important Information

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