Jump to content

Recommended Posts

Posted

So, anytime I try to do anything OpenGL related, I get this error when calling the method.

 

---- Minecraft Crash Report ----
// There are four lights!

Time: 3/25/15 10:29 PM
Description: Ticking player

java.lang.RuntimeException: No OpenGL context found in the current thread.
at org.lwjgl.opengl.GLContext.getCapabilities(GLContext.java:124)
at org.lwjgl.opengl.GL11.glPushMatrix(GL11.java:2592)
at com.happykiller.crewmod.client.gui.GuiCoinCollected.updateGui(GuiCoinCollected.java:73)
at com.happykiller.crewmod.client.gui.GuiCoinCollected.checkUnlockTime(GuiCoinCollected.java:150)
at com.happykiller.crewmod.events.CrewEventHandler.notifyPickup(CrewEventHandler.java:30)
at cpw.mods.fml.common.eventhandler.ASMEventHandler_6_CrewEventHandler_notifyPickup_ItemPickupEvent.invoke(.dynamic)
at cpw.mods.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:54)
at cpw.mods.fml.common.eventhandler.EventBus.post(EventBus.java:138)
at cpw.mods.fml.common.FMLCommonHandler.firePlayerItemPickupEvent(FMLCommonHandler.java:565)
at net.minecraft.entity.item.EntityItem.onCollideWithPlayer(EntityItem.java:430)
at net.minecraft.entity.player.EntityPlayer.collideWithPlayer(EntityPlayer.java:681)
at net.minecraft.entity.player.EntityPlayer.onLivingUpdate(EntityPlayer.java:672)
at net.minecraft.entity.EntityLivingBase.onUpdate(EntityLivingBase.java:1816)
at net.minecraft.entity.player.EntityPlayer.onUpdate(EntityPlayer.java:327)
at net.minecraft.entity.player.EntityPlayerMP.onUpdateEntity(EntityPlayerMP.java:330)
at net.minecraft.network.NetHandlerPlayServer.processPlayer(NetHandlerPlayServer.java:329)
at net.minecraft.network.play.client.C03PacketPlayer.processPacket(C03PacketPlayer.java:37)
at net.minecraft.network.play.client.C03PacketPlayer.processPacket(C03PacketPlayer.java:111)
at net.minecraft.network.NetworkManager.processReceivedPackets(NetworkManager.java:241)
at net.minecraft.network.NetworkSystem.networkTick(NetworkSystem.java:182)
at net.minecraft.server.MinecraftServer.updateTimeLightAndEntities(MinecraftServer.java:726)
at net.minecraft.server.MinecraftServer.tick(MinecraftServer.java:614)
at net.minecraft.server.integrated.IntegratedServer.tick(IntegratedServer.java:118)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:485)
at net.minecraft.server.MinecraftServer$2.run(MinecraftServer.java:752)


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

-- Head --
Stacktrace:
at org.lwjgl.opengl.GLContext.getCapabilities(GLContext.java:124)
at org.lwjgl.opengl.GL11.glPushMatrix(GL11.java:2592)
at com.happykiller.crewmod.client.gui.GuiCoinCollected.updateGui(GuiCoinCollected.java:73)
at com.happykiller.crewmod.client.gui.GuiCoinCollected.checkUnlockTime(GuiCoinCollected.java:150)
at com.happykiller.crewmod.events.CrewEventHandler.notifyPickup(CrewEventHandler.java:30)
at cpw.mods.fml.common.eventhandler.ASMEventHandler_6_CrewEventHandler_notifyPickup_ItemPickupEvent.invoke(.dynamic)
at cpw.mods.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:54)
at cpw.mods.fml.common.eventhandler.EventBus.post(EventBus.java:138)
at cpw.mods.fml.common.FMLCommonHandler.firePlayerItemPickupEvent(FMLCommonHandler.java:565)
at net.minecraft.entity.item.EntityItem.onCollideWithPlayer(EntityItem.java:430)
at net.minecraft.entity.player.EntityPlayer.collideWithPlayer(EntityPlayer.java:681)
at net.minecraft.entity.player.EntityPlayer.onLivingUpdate(EntityPlayer.java:672)
at net.minecraft.entity.EntityLivingBase.onUpdate(EntityLivingBase.java:1816)
at net.minecraft.entity.player.EntityPlayer.onUpdate(EntityPlayer.java:327)

-- Player being ticked --
Details:
Entity Type: null (net.minecraft.entity.player.EntityPlayerMP)
Entity ID: 369
Entity Name: Player909
Entity's Exact location: -116.24, 71.00, 269.88
Entity's Block location: World: (-117,71,269), Chunk: (at 11,4,13 in -8,16; contains blocks -128,0,256 to -113,255,271), Region: (-1,0; contains chunks -32,0 to -1,31, blocks -512,0,0 to -1,255,511)
Entity's Momentum: 0.00, -0.08, 0.00
Stacktrace:
at net.minecraft.entity.player.EntityPlayerMP.onUpdateEntity(EntityPlayerMP.java:330)
at net.minecraft.network.NetHandlerPlayServer.processPlayer(NetHandlerPlayServer.java:329)
at net.minecraft.network.play.client.C03PacketPlayer.processPacket(C03PacketPlayer.java:37)
at net.minecraft.network.play.client.C03PacketPlayer.processPacket(C03PacketPlayer.java:111)
at net.minecraft.network.NetworkManager.processReceivedPackets(NetworkManager.java:241)

-- Ticking connection --
Details:
Connection: net.minecraft.network.NetworkManager@5e77de98
Stacktrace:
at net.minecraft.network.NetworkSystem.networkTick(NetworkSystem.java:182)
at net.minecraft.server.MinecraftServer.updateTimeLightAndEntities(MinecraftServer.java:726)
at net.minecraft.server.MinecraftServer.tick(MinecraftServer.java:614)
at net.minecraft.server.integrated.IntegratedServer.tick(IntegratedServer.java:118)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:485)
at net.minecraft.server.MinecraftServer$2.run(MinecraftServer.java:752)

-- System Details --
Details:
Minecraft Version: 1.7.10
Operating System: Windows 7 (amd64) version 6.1
Java Version: 1.7.0_75, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 926575768 bytes (883 MB) / 1056309248 bytes (1007 MB) up to 1056309248 bytes (1007 MB)
JVM Flags: 3 total; -Xincgc -Xmx1024M -Xms1024M
AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
IntCache: cache: 0, tcache: 0, allocated: 13, tallocated: 95
FML: MCP v9.05 FML v7.10.85.1291 Minecraft Forge 10.13.2.1291 4 mods loaded, 4 mods active
mcp{9.05} [Minecraft Coder Pack] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
FML{7.10.85.1291} [Forge Mod Loader] (forgeSrc-1.7.10-10.13.2.1291.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
Forge{10.13.2.1291} [Minecraft Forge] (forgeSrc-1.7.10-10.13.2.1291.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
CrewMod{1.0.0} [The Crew Mod] (bin) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
Profiler Position: N/A (disabled)
Vec3 Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
Player Count: 1 / 8; [EntityPlayerMP['Player909'/369, l='Test World Crew Mod', x=-116.24, y=71.00, z=269.88]]
Type: Integrated Server (map_client.txt)
Is Modded: Definitely; Client brand changed to 'fml,forge'

 

Please help me with this!

I am not a cat. I know my profile picture is sexy and amazing beyond anything you could imagine but my cat like features only persist in my fierce eyes. I might be a cat.

Posted

You're running GUI stuff on the server thread.. don't do that.

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

Posted

How would I make it run on a client thread? Sorry if that's an ignorant question, this error has persisted on me for quite some time.

I am not a cat. I know my profile picture is sexy and amazing beyond anything you could imagine but my cat like features only persist in my fierce eyes. I might be a cat.

Posted

Same way you figure out which world you're dealing with. isRemote.

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

Posted

Thanks! Maybe you could help me with this; when I pickup an item I'm trying to call the updateGui method below but, it won't run! When I don't check for the isRemote, it runs and crashes with the thread error.

 

@SideOnly(Side.CLIENT)
public class GuiCoinCollected extends Gui
{
    private static final ResourceLocation texAchi = new ResourceLocation("textures/gui/achievement/achievement_background.png");

    /** Holds the instance of the game (Minecraft) */
    private Minecraft theGame;

    /** Holds the latest width scaled to fit the game window. */
    private int width;

    /** Holds the latest height scaled to fit the game window. */
    private int height;
    private String headerText;
    private String coinNameText;
    
    private RenderItem renderedItem;
    
    private boolean canUpdate;

    private long unlockedTime;
    
    public GuiCoinCollected(Minecraft mc) {
    	this.theGame = mc;
    	this.renderedItem = new RenderItem();
    	this.canUpdate = false;
    }
    
    private void updateWindowScale()
    {
    	if(!theGame.theWorld.isRemote) {
    	System.out.println("STARTING WINDOW SCALE");
        GL11.glViewport(0, 0, this.theGame.displayWidth, this.theGame.displayHeight);
        GL11.glMatrixMode(GL11.GL_PROJECTION);
        GL11.glLoadIdentity();
        GL11.glMatrixMode(GL11.GL_MODELVIEW);
        GL11.glLoadIdentity();
        this.width = this.theGame.displayWidth;
        this.height = this.theGame.displayHeight;
        ScaledResolution scaledresolution = new ScaledResolution(this.theGame, this.theGame.displayWidth, this.theGame.displayHeight);
        this.width = scaledresolution.getScaledWidth();
        this.height = scaledresolution.getScaledHeight();
        GL11.glClear(GL11.GL_DEPTH_BUFFER_BIT);
        GL11.glMatrixMode(GL11.GL_PROJECTION);
        GL11.glLoadIdentity();
        GL11.glOrtho(0.0D, (double)this.width, (double)this.height, 0.0D, 1000.0D, 3000.0D);
        GL11.glMatrixMode(GL11.GL_MODELVIEW);
        GL11.glLoadIdentity();
        GL11.glTranslatef(0.0F, 0.0F, -2000.0F);
    	System.out.println("ENDING WINDOW SCALE");
    	}
    }

    public void updateGui()
    {
    	if(!theGame.theWorld.isRemote) {
        if (this.unlockedTime != 0L && Minecraft.getMinecraft().thePlayer != null)
        {
        	System.out.println("PAST FIRST LINE!");
        	
            double d0 = (double)(Minecraft.getSystemTime() - this.unlockedTime) / 3000.0D;

            if (!this.canUpdate)
            {
            	System.out.println("canUpdate EQUALED FALSE!");
            	
                if (d0 < 0.0D || d0 > 1.0D)
                {
                    this.unlockedTime = 0L;
                    return;
                }
            }
            else if (d0 > 0.5D)
            {
                d0 = 0.5D;
            }
            
            System.out.println("STARTING RENDER");

            this.updateWindowScale();
            GL11.glDisable(GL11.GL_DEPTH_TEST);
            GL11.glDepthMask(false);
            double d1 = d0 * 2.0D;

            if (d1 > 1.0D)
            {
                d1 = 2.0D - d1;
            }

            d1 *= 4.0D;
            d1 = 1.0D - d1;

            if (d1 < 0.0D)
            {
                d1 = 0.0D;
            }

            d1 *= d1;
            d1 *= d1;
            int i = this.width - 160;
            int j = 0 - (int)(d1 * 36.0D);
            GL11.glColor4f(1.0F, 1.0F, 1.0F, 1.0F);
            GL11.glEnable(GL11.GL_TEXTURE_2D);
            this.theGame.getTextureManager().bindTexture(texAchi);
            GL11.glDisable(GL11.GL_LIGHTING);
            this.drawTexturedModalRect(i, j, 96, 202, 160, 32);
            
        	System.out.println("RENDERED BOX");

            //if (this.field_146262_n)
            //{
            //    this.theGame.fontRenderer.drawSplitString(this.field_146265_j, i + 30, j + 7, 120, -1);
            //}
            //else
           // {
                this.theGame.fontRenderer.drawString(this.headerText, i + 30, j + 7, -256);
                this.theGame.fontRenderer.drawString(this.coinNameText, i + 30, j + 18, -1);
           // }

            RenderHelper.enableGUIStandardItemLighting();
            GL11.glDisable(GL11.GL_LIGHTING);
            GL11.glEnable(GL12.GL_RESCALE_NORMAL);
            GL11.glEnable(GL11.GL_COLOR_MATERIAL);
            GL11.glEnable(GL11.GL_LIGHTING);
            this.renderedItem.renderItemAndEffectIntoGUI(this.theGame.fontRenderer, this.theGame.getTextureManager(), new ItemStack(CrewMod.crewCoin), i + 8, j + ;
            GL11.glDisable(GL11.GL_LIGHTING);
            GL11.glDepthMask(true);
            GL11.glEnable(GL11.GL_DEPTH_TEST);
            
        	System.out.println("FINISHED RENDERING");
        }
    	}
    }
    
    public void checkUnlockTime() {
    	if(this.unlockedTime != 0) {
    		updateGui();
    	}
    }
    
    public long setUnlockTime(long amount) {
    	System.out.println("SET UNLOCK TIME TO: " + amount);
    	return this.unlockedTime = amount;
    }
    
    public void setUnlockTime() {
    	this.unlockedTime = theGame.getSystemTime() + 2500L;
    	this.canUpdate = true;
    	updateGui();
    	System.out.println("SET UNLOCK TIME TO SYSTEM TIME");
    }
}

 

Here's my EventHandler method:

 

@SubscribeEvent
public void notifyPickup(ItemPickupEvent event) {
	Minecraft mc = Minecraft.getMinecraft();
	GuiCoinCollected guiCoin = new GuiCoinCollected(mc);

	if(event.pickedUp.getEntityItem().isItemEqual(new ItemStack(CrewMod.crewCoin))) {
		event.player.inventory.consumeInventoryItem(CrewMod.crewCoin);	
		CoinKeeper.addCoin(event.player);
		PacketRegistry.network.sendTo(new PacketCoinChangeClient(event.player, CoinKeeper.getCoinAmount(event.player)), (EntityPlayerMP)event.player);
		guiCoin.setUnlockTime();
		//guiCoin.checkUnlockTime();
		//System.out.println("Ran Correctly! Your current coin total is: " + CoinKeeper.getCoinAmount(event.player));
	}
}

I am not a cat. I know my profile picture is sexy and amazing beyond anything you could imagine but my cat like features only persist in my fierce eyes. I might be a cat.

Posted
		Minecraft mc = Minecraft.getMinecraft();

 

You don't say.

Apparently I'm a complete and utter jerk and come to this forum just like to make fun of people, be confrontational, and make your personal life miserable.  If you think this is the case, JUST REPORT ME.  Otherwise you're just going to get reported when you reply to my posts and point it out, because odds are, I was trying to be nice.

 

Exception: If you do not understand Java, I WILL NOT HELP YOU and your thread will get locked.

 

DO NOT PM ME WITH PROBLEMS. No help will be given.

Posted

public void notifyPickup(ItemPickupEvent event) {
	Minecraft mc = Minecraft.getMinecraft();

 

if (event.player.isRemote) {

That won't save  you on a dedicated server, if notifyPickup is ever called from the server thread, it will crash in a dedicated server regardless of the isRemote check or not.  Strange but true.

 

I'm guessing this event never fires on the client, only on the server.  You can check by just putting System.out.println("notifyPickup"); in your event handler and nothing else.

 

If so, you'll need to open your GUI on the client by sending it a message from the server.  You could do this by sending it a network message. 

http://greyminecraftcoder.blogspot.com.au/2015/01/client-server-communication-using-your.html for 1.8, 1.7 was similar.

There is another way using Containers which I'm not really familiar with.  Perhaps others too - google may help.

 

-TGG

 

Posted

That won't save  you on a dedicated server, if notifyPickup is ever called from the server thread, it will crash in a dedicated server regardless of the isRemote check or not.  Strange but true.

 

I'm guessing this event never fires on the client, only on the server.  You can check by just putting System.out.println("notifyPickup"); in your event handler and nothing else.

 

If so, you'll need to open your GUI on the client by sending it a message from the server.  You could do this by sending it a network message. 

http://greyminecraftcoder.blogspot.com.au/2015/01/client-server-communication-using-your.html for 1.8, 1.7 was similar.

There is another way using Containers which I'm not really familiar with.  Perhaps others too - google may help.

 

-TGG

 

Back tracing the code it leads to the ItemPickupEvent getting called from

 

EntityItem/onCollideWithPlayer

 

    public void onCollideWithPlayer(EntityPlayer entityIn)
    {
        if (!this.worldObj.isRemote)
        {
            if (this.delayBeforeCanPickup > 0) return;
            ItemStack itemstack = this.getEntityItem();
            int i = itemstack.stackSize;

            int hook = net.minecraftforge.event.ForgeEventFactory.onItemPickup(this, entityIn, itemstack);

 

Which only gets called if it's on the server side apparently.

Posted

Which only gets called if it's on the server side apparently.

 

Correct.  That's why you can't pick up ghost items.

 

So stop calling the client main class.  Even if it's never called (because you wrapped it in an "is not remote" check) it will still crash, because the compiled code is invalid.

Apparently I'm a complete and utter jerk and come to this forum just like to make fun of people, be confrontational, and make your personal life miserable.  If you think this is the case, JUST REPORT ME.  Otherwise you're just going to get reported when you reply to my posts and point it out, because odds are, I was trying to be nice.

 

Exception: If you do not understand Java, I WILL NOT HELP YOU and your thread will get locked.

 

DO NOT PM ME WITH PROBLEMS. No help will be given.

Posted

I don't think you guys are understanding what I want to do. I am trying to add the onscreen overlay (like the hud and stuff) that acts like and looks like the achievement overlay that says "Achievement Get!". So, in the notify pickup (which is running correctly) I have to use the worldObj to check if the world is remote? I don't see how that would change my circumstance.

I am not a cat. I know my profile picture is sexy and amazing beyond anything you could imagine but my cat like features only persist in my fierce eyes. I might be a cat.

Posted

The item pickup happens server side only, the achievement GUI is client side only.  The two sides cannot mix or you will crash a dedicated server.

 

Use packets.

Apparently I'm a complete and utter jerk and come to this forum just like to make fun of people, be confrontational, and make your personal life miserable.  If you think this is the case, JUST REPORT ME.  Otherwise you're just going to get reported when you reply to my posts and point it out, because odds are, I was trying to be nice.

 

Exception: If you do not understand Java, I WILL NOT HELP YOU and your thread will get locked.

 

DO NOT PM ME WITH PROBLEMS. No help will be given.

Posted

Could you give me an example of what the packet would consist of and where to put it? Packets are honestly my weakest link when it comes to programming.

I am not a cat. I know my profile picture is sexy and amazing beyond anything you could imagine but my cat like features only persist in my fierce eyes. I might be a cat.

Posted

I know how to setup packets and such. I just don't know how I would use a packet to tell the game to display the achievement get overlay.

I am not a cat. I know my profile picture is sexy and amazing beyond anything you could imagine but my cat like features only persist in my fierce eyes. I might be a cat.

Posted

		Minecraft mc = Minecraft.getMinecraft();

 

You don't say.

 

Not sure if that's sarcasm but, that is how you grab the instance of Minecraft you know. xD

I am not a cat. I know my profile picture is sexy and amazing beyond anything you could imagine but my cat like features only persist in my fierce eyes. I might be a cat.

Posted

		Minecraft mc = Minecraft.getMinecraft();

 

You don't say.

 

Not sure if that's sarcasm but, that is how you grab the instance of Minecraft you know. xD

He was telling you why it was crashing on the server.

 

Anytime you try to access the Minecraft instance on the server it crashes.

I'm back from being gone for... I think its been about a year. I'm pretty sure nobody remembers me, but hello anybody who does!

Posted

Well, I need the minecraft instance to create an instance for my GuiCoinCollected. Would I just do:

 

GuiCoinCollected guiCoin = new GuiCoinCollected(Minecraft.getMinecraft);

I am not a cat. I know my profile picture is sexy and amazing beyond anything you could imagine but my cat like features only persist in my fierce eyes. I might be a cat.

Posted

Well, I need the minecraft instance to create an instance for my GuiCoinCollected. Would I just do:

 

GuiCoinCollected guiCoin = new GuiCoinCollected(Minecraft.getMinecraft);

Yes... but on the client side.

So you would need a packet...

 

In the packet all you need to put is... nothing.... I think

 

Just in the onMessage() tell it to start displaying the gui

I'm back from being gone for... I think its been about a year. I'm pretty sure nobody remembers me, but hello anybody who does!

Posted

Hm ok. Then just send the packet to the client?

I am not a cat. I know my profile picture is sexy and amazing beyond anything you could imagine but my cat like features only persist in my fierce eyes. I might be a cat.

Posted

Hm ok. Then just send the packet to the client?

Yes and as I had told you in the other thread to have that canUpdate boolean?

 

In the onMessage of your packet have it set the canUpdate to true.

I'm back from being gone for... I think its been about a year. I'm pretty sure nobody remembers me, but hello anybody who does!

Posted

I'll get to work on that! Thank you for the help so far.

I am not a cat. I know my profile picture is sexy and amazing beyond anything you could imagine but my cat like features only persist in my fierce eyes. I might be a cat.

Posted

I'll get to work on that! Thank you for the help so far.

Theres a thank you button if you want to... you know.... thank somebody  :o

I'm back from being gone for... I think its been about a year. I'm pretty sure nobody remembers me, but hello anybody who does!

  • 4 months later...
Posted

You're running GUI stuff on the server thread.. don't do that.

 

Not necessary.

 

I just had the same problem on a client with a dedicated server when I tried to handle a network packet and show a GuiScreen.

 

The problem was that my code was running on Netty thread, not on the main thread.

 

Since I already have some scheduling system that is based on ticks, I just pushed to that system a no-delay task that opened the window. Since the system runs all tasks on the main thread, it solved the problem.

  • 11 months later...
Posted

I am getting the problem too here is the crash report

 

 

 

---- Minecraft Crash Report ----

// I'm sorry, Dave.

 

Time: 7/12/16 10:50 AM

Description: Exception in server tick loop

 

java.lang.NumberFormatException: For input string: ""

at java.lang.NumberFormatException.forInputString(NumberFormatException.java:65)

at java.lang.Integer.parseInt(Integer.java:592)

at java.lang.Integer.parseInt(Integer.java:615)

at drzhark.customspawner.environment.EnvironmentSettings.processEntityConfig(EnvironmentSettings.java:517)

at drzhark.customspawner.environment.EnvironmentSettings.registerEntity(EnvironmentSettings.java:428)

at drzhark.customspawner.environment.EnvironmentSettings.initializeEntities(EnvironmentSettings.java:271)

at drzhark.customspawner.utils.CMSUtils.addWorldEnvironment(CMSUtils.java:127)

at drzhark.customspawner.EventHooks.structureMapGen(EventHooks.java:196)

at cpw.mods.fml.common.eventhandler.ASMEventHandler_22_EventHooks_structureMapGen_InitMapGenEvent.invoke(.dynamic)

at cpw.mods.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:54)

at cpw.mods.fml.common.eventhandler.EventBus.post(EventBus.java:140)

at net.minecraftforge.event.terraingen.TerrainGen.getModdedMapGen(TerrainGen.java:29)

at net.minecraft.world.gen.ChunkProviderGenerate.<init>(ChunkProviderGenerate.java:66)

at net.minecraft.world.WorldType.getChunkGenerator(WorldType.java:149)

at net.minecraft.world.WorldProvider.func_76555_c(WorldProvider.java:66)

at net.minecraft.world.WorldServer.func_72970_h(WorldServer.java:654)

at net.minecraft.world.World.<init>(World.java:245)

at net.minecraft.world.WorldServer.<init>(WorldServer.java:97)

at net.minecraft.server.integrated.IntegratedServer.func_71247_a(IntegratedServer.java:62)

at net.minecraft.server.integrated.IntegratedServer.func_71197_b(IntegratedServer.java:92)

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

at net.minecraft.server.MinecraftServer$2.run(MinecraftServer.java:685)

 

 

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

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

 

-- System Details --

Details:

Minecraft Version: 1.7.10

Operating System: Windows 7 (amd64) version 6.1

Java Version: 1.8.0_25, Oracle Corporation

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

Memory: 138440968 bytes (132 MB) / 427884544 bytes (408 MB) up to 1060372480 bytes (1011 MB)

JVM Flags: 6 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx1G -XX:+UseConcMarkSweepGC -XX:+CMSIncrementalMode -XX:-UseAdaptiveSizePolicy -Xmn128M

AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used

IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0

FML: MCP v9.05 FML v7.10.99.99 Minecraft Forge 10.13.4.1614 33 mods loaded, 33 mods active

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

UCHIJAA mcp{9.05} [Minecraft Coder Pack] (minecraft.jar)

UCHIJAA FML{7.10.99.99} [Forge Mod Loader] (forge-1.7.10-10.13.4.1614-1.7.10.jar)

UCHIJAA Forge{10.13.4.1614} [Minecraft Forge] (forge-1.7.10-10.13.4.1614-1.7.10.jar)

UCHIJAA CodeChickenCore{1.0.7.46} [CodeChicken Core] (minecraft.jar)

UCHIJAA NotEnoughItems{1.0.5.110} [Not Enough Items] (NotEnoughItems-1.7.10-1.0.5.110-universal.jar)

UCHIJAA adminweapons{1.0} [Admin Weapons] (adminweapons-v1-mc1.7.10.jar.zip)

UCHIJAA animalbikes{1.7.10} [Animal Bikes] (AnimalBikes_1.7.10.jar)

UCHIJAA AnimationAPI{1.2.4} [AnimationAPI] (AnimationAPI-1.7.10-1.2.4.jar)

UCHIJAA BetterSprinting{1.1.3} [better Sprinting] (BetterSprinting  MC-1.7.10  v1.1.3.jar)

UCHIJAA craftguide{1.6.8.1} [CraftGuide] (CraftGuide-1.6.8.1.zip)

UCHIJAA CustomSpawner{3.3.0} [DrZhark's CustomSpawner] (CustomMobSpawner 3.3.0.zip)

UCHIJAA DamageIndicatorsMod{3.2.0} [Damage Indicators] (Damage-Indicators-Mod-1.7.10.jar.zip)

UCHIJAA MoCreatures{6.3.1} [DrZhark's Mo'Creatures Mod] (DrZharks MoCreatures Mod v6.3.1.zip)

UCHIJAA fossil{1.7.10 Build 7.0.1} [Fossils and Archeology Revival] (Fossils_Archeology_Revival-1.7.10_Build-7.0.1.jar.zip)

UCHIJAA foxlib{0.4.0} [FoxLib] (FoxLib-1.7.10.jar)

UCHIJAA iChunUtil{4.2.2} [iChunUtil] (iChunUtil-4.2.2.jar)

UCHIJAA GraviGun{4.0.0-beta} [GraviGun] (GravityGun-4.0.0-beta.jar)

UCHIJAA InfernalMobs{1.6.0} [infernal Mobs] (InfernalMobs-1.7.10.jar)

UCHIJAA lucky{5.1.0} [Lucky Block] (Lucky-Block-Mod-1.7.10.jar)

UCHIJAA RadixCore{2.1.1} [RadixCore] (RadixCore-1.7.10-2.1.1-universal.jar)

UCHIJAA MCA{1.7.10-5.1.2} [Minecraft Comes Alive] (MCA-1.7.10-5.1.2-universal.jar)

UCHIJAA me{1.3.2.1} [More Enchantments] (MoreEnchantments-1.7.10-1.3.2.1.jar)

UCHIJAA AencEx{0.0.1} [AencEx] (MoreEnchantments-1.7.10-1.3.2.1.jar)

UCHIJAA moreplayermodels{1.7.10b} [MorePlayerModels] (MorePlayerModels_1.7.10b.jar)

UCHIJAA Morph{0.9.2} [Morph] (Morphing-Mod-1.7.10.jar)

UCHIJAA cfm{3.4.7} [§9MrCrayfish's Furniture Mod] (MrCrayfishs-Furniture-Mod-1.7.10.jar)

UCHIJAA MutantCreatures{1.4.9} [Mutant Creatures] (MutantCreatures-1.7.10-1.4.9.jar)

UCHIJAA OreSpawn{1.7.10.20.3} [OreSpawn] (Ore-Spawn-Mod-1.7.10.zip)

UCHIJAA PortalGun{4.0.0-beta-4} [PortalGun] (PortalGun-4.0.0-beta-4.jar)

UCHIJAA realmsofchaos{Alpha 1.0 pre 1} [Realms of Chaos] (realmsofchaos-Alpha_1.0.jar)

UCHIJAA Tails{$version} [Tails] (Tails-1.7.10-1.0.0.jar)

UCHIJAA TwilightForest{2.3.2} [The Twilight Forest] (twilightforest-1.7.10-2.3.2.jar)

UCHIJAA weaponcaseloot{1.2.12} [WeaponCaseLoot] (weaponcaseloot-1.2.12.jar)

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'

 

 

Can someone help me plz

Guest
This topic is now closed to further replies.

Announcements



  • Recently Browsing

    • No registered users viewing this page.
  • Posts

    • Hi guys i have a problem i trying to play with my Cobblemon Modpack that is 1.20.1 Forge and it crashing whenever i press play and i have AMD Graphics Card and i have updated it to the latest driver via the website but its still crashing and also here is the log: [13:11:42] [main/INFO]: ModLauncher running: args [--username, Pallante3, --version, forge-47.4.2, --gameDir, C:\Users\Gallo\curseforge\minecraft\Instances\Cobblemon Official Modpack [Forge], --assetsDir, C:\Users\Gallo\curseforge\minecraft\Install\assets, --assetIndex, 5, --uuid, 66d892fe1fbd45d79e690c1aeea691f3, --accessToken, ????????, --clientId, MWJjYmRiM2UtMjRjYi00NjdiLWFlOTUtZWM4OTU4MjBhMmI2, --xuid, 2535465252781045, --userType, msa, --versionType, release, --width, 1024, --height, 768, --quickPlayPath, C:\Users\Gallo\curseforge\minecraft\Install\quickPlay\java\1750590701334.json, --launchTarget, forgeclient, --fml.forgeVersion, 47.4.2, --fml.mcVersion, 1.20.1, --fml.forgeGroup, net.minecraftforge, --fml.mcpVersion, 20230612.114412] [13:11:42] [main/INFO]: ModLauncher 10.0.9+10.0.9+main.dcd20f30 starting: java version 17.0.15 by Microsoft; OS Windows 10 arch amd64 version 10.0 [13:11:43] [main/INFO]: Loading ImmediateWindowProvider fmlearlywindow [13:11:43] [main/INFO]: Trying GL version 4.6 [13:11:43] [main/INFO]: Requested GL version 4.6 got version 4.6 [13:11:43] [main/INFO]: SpongePowered MIXIN Subsystem Version=0.8.5 Source=union:/C:/Users/Gallo/curseforge/minecraft/Install/libraries/org/spongepowered/mixin/0.8.5/mixin-0.8.5.jar%23100!/ Service=ModLauncher Env=CLIENT [13:11:43] [pool-2-thread-1/INFO]: GL info: AMD Radeon RX 6600 GL version 4.6.0 Core Profile Context 25.6.1.250522, ATI Technologies Inc. [13:11:44] [main/INFO]: Found mod file 1.20-Ghostwriter-2.4.5.jar of type MOD with provider {mods folder locator at C:\Users\Gallo\curseforge\minecraft\Instances\Cobblemon Official Modpack [Forge]\mods} [13:11:44] [main/INFO]: Found mod file 20-rediculousoregeneration_1.7.2.jar of type MOD with provider {mods folder locator at C:\Users\Gallo\curseforge\minecraft\Instances\Cobblemon Official Modpack [Forge]\mods} [13:11:44] [main/INFO]: Found mod file [1.20.1] SecurityCraft v1.10.0.1.jar of type MOD with provider {mods folder locator at C:\Users\Gallo\curseforge\minecraft\Instances\Cobblemon Official Modpack [Forge]\mods} [13:11:44] [main/INFO]: Found mod file advanced-xray-forge-1.20.1-2.18.1-build.22.jar of type MOD with provider {mods folder locator at C:\Users\Gallo\curseforge\minecraft\Instances\Cobblemon Official Modpack [Forge]\mods} [13:11:44] [main/INFO]: Found mod file AdvancementPlaques-1.20.1-forge-1.6.9.jar of type MOD with provider {mods folder locator at C:\Users\Gallo\curseforge\minecraft\Instances\Cobblemon Official Modpack [Forge]\mods} [13:11:44] [main/INFO]: Found mod file AI-Improvements-1.20-0.5.2.jar of type MOD with provider {mods folder locator at C:\Users\Gallo\curseforge\minecraft\Instances\Cobblemon Official Modpack [Forge]\mods} [13:11:44] [main/INFO]: Found mod file almanac-1.20.x-forge-1.0.2.jar of type MOD with provider {mods folder locator at C:\Users\Gallo\curseforge\minecraft\Instances\Cobblemon Official Modpack [Forge]\mods} [13:11:44] [main/INFO]: Found mod file AmbientEnvironment-forge-1.20.1-11.0.0.1.jar of type MOD with provider {mods folder locator at C:\Users\Gallo\curseforge\minecraft\Instances\Cobblemon Official Modpack [Forge]\mods} [13:11:44] [main/INFO]: Found mod file appleskin-forge-mc1.20.1-2.5.1.jar of type MOD with provider {mods folder locator at C:\Users\Gallo\curseforge\minecraft\Instances\Cobblemon Official Modpack [Forge]\mods} [13:11:44] [main/INFO]: Found mod file architectury-9.2.14-forge.jar of type MOD with provider {mods folder locator at C:\Users\Gallo\curseforge\minecraft\Instances\Cobblemon Official Modpack [Forge]\mods} [13:11:44] [main/INFO]: Found mod file BadMobs-1.20.1-19.0.4.jar of type MOD with provider {mods folder locator at C:\Users\Gallo\curseforge\minecraft\Instances\Cobblemon Official Modpack [Forge]\mods} [13:11:44] [main/INFO]: Found mod file balm-forge-1.20.1-7.3.31-all.jar of type MOD with provider {mods folder locator at C:\Users\Gallo\curseforge\minecraft\Instances\Cobblemon Official Modpack [Forge]\mods} [13:11:44] [main/INFO]: Found mod file BetterAdvancements-Forge-1.20.1-0.4.2.25.jar of type MOD with provider {mods folder locator at C:\Users\Gallo\curseforge\minecraft\Instances\Cobblemon Official Modpack [Forge]\mods} [13:11:44] [main/INFO]: Found mod file betterfpsdist-1.20.1-6.0.jar of type MOD with provider {mods folder locator at C:\Users\Gallo\curseforge\minecraft\Instances\Cobblemon Official Modpack [Forge]\mods} [13:11:44] [main/INFO]: Found mod file BetterPingDisplay-1.20.1-1.1.jar of type MOD with provider {mods folder locator at C:\Users\Gallo\curseforge\minecraft\Instances\Cobblemon Official Modpack [Forge]\mods} [13:11:44] [main/INFO]: Found mod file BetterThirdPerson-Forge-1.20-1.9.0.jar of type MOD with provider {mods folder locator at C:\Users\Gallo\curseforge\minecraft\Instances\Cobblemon Official Modpack [Forge]\mods} [13:11:44] [main/INFO]: Found mod file biggerstacks-1.20.1-1.0.4-all.jar of type MOD with provider {mods folder locator at C:\Users\Gallo\curseforge\minecraft\Instances\Cobblemon Official Modpack [Forge]\mods} [13:11:44] [main/INFO]: Found mod file BiomesOPlenty-forge-1.20.1-19.0.0.96.jar of type MOD with provider {mods folder locator at C:\Users\Gallo\curseforge\minecraft\Instances\Cobblemon Official Modpack [Forge]\mods} [13:11:44] [main/INFO]: Found mod file blastingclay-1.20.1-forge-1.1.jar of type MOD with provider {mods folder locator at C:\Users\Gallo\curseforge\minecraft\Instances\Cobblemon Official Modpack [Forge]\mods} [13:11:44] [main/INFO]: Found mod file blastingraw-1.20.1-forge-3.1.jar of type MOD with provider {mods folder locator at C:\Users\Gallo\curseforge\minecraft\Instances\Cobblemon Official Modpack [Forge]\mods} [13:11:44] [main/INFO]: Found mod file blastingsand-forge-1.20.1-12.3.jar of type MOD with provider {mods folder locator at C:\Users\Gallo\curseforge\minecraft\Instances\Cobblemon Official Modpack [Forge]\mods} [13:11:44] [main/INFO]: Found mod file BlastingSmeltingRawBlocks_Prop_1.0.3.jar of type MOD with provider {mods folder locator at C:\Users\Gallo\curseforge\minecraft\Instances\Cobblemon Official Modpack [Forge]\mods} [13:11:44] [main/INFO]: Found mod file blastingstone-1.20.1-forge-2.1.jar of type MOD with provider {mods folder locator at C:\Users\Gallo\curseforge\minecraft\Instances\Cobblemon Official Modpack [Forge]\mods} [13:11:44] [main/INFO]: Found mod file Bookshelf-Forge-1.20.1-20.2.13.jar of type MOD with provider {mods folder locator at C:\Users\Gallo\curseforge\minecraft\Instances\Cobblemon Official Modpack [Forge]\mods} [13:11:44] [main/INFO]: Found mod file BorderlessWindow-1.20-1.6.0.jar of type MOD with provider {mods folder locator at C:\Users\Gallo\curseforge\minecraft\Instances\Cobblemon Official Modpack [Forge]\mods} [13:11:44] [main/INFO]: Found mod file bwncr-forge-1.20.1-3.17.2.jar of type MOD with provider {mods folder locator at C:\Users\Gallo\curseforge\minecraft\Instances\Cobblemon Official Modpack [Forge]\mods} [13:11:44] [main/INFO]: Found mod file caelus-forge-3.2.0+1.20.1.jar of type MOD with provider {mods folder locator at C:\Users\Gallo\curseforge\minecraft\Instances\Cobblemon Official Modpack [Forge]\mods} [13:11:44] [main/INFO]: Found mod file canary-mc1.20.1-0.3.3.jar of type MOD with provider {mods folder locator at C:\Users\Gallo\curseforge\minecraft\Instances\Cobblemon Official Modpack [Forge]\mods} [13:11:44] [main/INFO]: Found mod file catalogue-forge-1.20.1-1.8.0.jar of type MOD with provider {mods folder locator at C:\Users\Gallo\curseforge\minecraft\Instances\Cobblemon Official Modpack [Forge]\mods} [13:11:44] [main/INFO]: Found mod file CGM-Unofficial-1.4.18+Forge+1.20.1.jar of type MOD with provider {mods folder locator at C:\Users\Gallo\curseforge\minecraft\Instances\Cobblemon Official Modpack [Forge]\mods} [13:11:44] [main/INFO]: Found mod file cherishedworlds-forge-6.1.7+1.20.1.jar of type MOD with provider {mods folder locator at C:\Users\Gallo\curseforge\minecraft\Instances\Cobblemon Official Modpack [Forge]\mods} [13:11:44] [main/INFO]: Found mod file Clear-Water-2.1.jar of type MOD with provider {mods folder locator at C:\Users\Gallo\curseforge\minecraft\Instances\Cobblemon Official Modpack [Forge]\mods} [13:11:44] [main/INFO]: Found mod file ClearDespawn-forge-1.20.2-1.1.15.jar of type MOD with provider {mods folder locator at C:\Users\Gallo\curseforge\minecraft\Instances\Cobblemon Official Modpack [Forge]\mods} [13:11:44] [main/INFO]: Found mod file cloth-config-11.1.136-forge.jar of type MOD with provider {mods folder locator at C:\Users\Gallo\curseforge\minecraft\Instances\Cobblemon Official Modpack [Forge]\mods} [13:11:44] [main/INFO]: Found mod file Clumps-forge-1.20.1-12.0.0.4.jar of type MOD with provider {mods folder locator at C:\Users\Gallo\curseforge\minecraft\Instances\Cobblemon Official Modpack [Forge]\mods} [13:11:44] [main/INFO]: Found mod file CNPC-Cobblemon-Addon-1.20.1.20241027.jar of type MOD with provider {mods folder locator at C:\Users\Gallo\curseforge\minecraft\Instances\Cobblemon Official Modpack [Forge]\mods} [13:11:44] [main/INFO]: Found mod file cnpcs_contentback_1.2.3.jar of type MOD with provider {mods folder locator at C:\Users\Gallo\curseforge\minecraft\Instances\Cobblemon Official Modpack [Forge]\mods} [13:11:44] [main/INFO]: Found mod file cobble_contests-v1.0.1-forge.jar of type MOD with provider {mods folder locator at C:\Users\Gallo\curseforge\minecraft\Instances\Cobblemon Official Modpack [Forge]\mods} [13:11:44] [main/INFO]: Found mod file cobbledex-1.20.1-forge-1.1.0.jar of type MOD with provider {mods folder locator at C:\Users\Gallo\curseforge\minecraft\Instances\Cobblemon Official Modpack [Forge]\mods} [13:11:44] [main/INFO]: Found mod file CobbleDollars-forge-1.5.2+1.20.1.jar of type MOD with provider {mods folder locator at C:\Users\Gallo\curseforge\minecraft\Instances\Cobblemon Official Modpack [Forge]\mods} [13:11:44] [main/INFO]: Found mod file Cobblemon O' Plenty 1.20.1 B.2.0.jar of type MOD with provider {mods folder locator at C:\Users\Gallo\curseforge\minecraft\Instances\Cobblemon Official Modpack [Forge]\mods} [13:11:44] [main/INFO]: Found mod file cobblemon-capturexp-1.5-forge-1.0.1.jar of type MOD with provider {mods folder locator at C:\Users\Gallo\curseforge\minecraft\Instances\Cobblemon Official Modpack [Forge]\mods} [13:11:44] [main/INFO]: Found mod file cobblemon-counter-1.5-forge-1.2.0.jar of type MOD with provider {mods folder locator at C:\Users\Gallo\curseforge\minecraft\Instances\Cobblemon Official Modpack [Forge]\mods} [13:11:44] [main/INFO]: Found mod file cobblemon-field-moves-1.5-forge-1.1.1.jar of type MOD with provider {mods folder locator at C:\Users\Gallo\curseforge\minecraft\Instances\Cobblemon Official Modpack [Forge]\mods} [13:11:44] [main/INFO]: Found mod file Cobblemon-forge-1.5.2+1.20.1.jar of type MOD with provider {mods folder locator at C:\Users\Gallo\curseforge\minecraft\Instances\Cobblemon Official Modpack [Forge]\mods} [13:11:44] [main/INFO]: Found mod file cobblemon-shedders-1.4-forge-1.0.0.jar of type MOD with provider {mods folder locator at C:\Users\Gallo\curseforge\minecraft\Instances\Cobblemon Official Modpack [Forge]\mods} [13:11:44] [main/INFO]: Found mod file cobblemon-spawn-notification-1.5-forge-1.2.0.jar of type MOD with provider {mods folder locator at C:\Users\Gallo\curseforge\minecraft\Instances\Cobblemon Official Modpack [Forge]\mods} [13:11:44] [main/INFO]: Found mod file cobblemon-unchained-1.5-forge-1.0.1.jar of type MOD with provider {mods folder locator at C:\Users\Gallo\curseforge\minecraft\Instances\Cobblemon Official Modpack [Forge]\mods} [13:11:44] [main/INFO]: Found mod file cobblemon-unimplemented-items-1.5-forge-1.3.0.jar of type MOD with provider {mods folder locator at C:\Users\Gallo\curseforge\minecraft\Instances\Cobblemon Official Modpack [Forge]\mods} [13:11:44] [main/INFO]: Found mod file cobblemon-whiteout-1.5-forge-1.0.0.jar of type MOD with provider {mods folder locator at C:\Users\Gallo\curseforge\minecraft\Instances\Cobblemon Official Modpack [Forge]\mods} [13:11:44] [main/INFO]: Found mod file cobblemon_armor_sets-FORGE-2.0.1.jar of type MOD with provider {mods folder locator at C:\Users\Gallo\curseforge\minecraft\Instances\Cobblemon Official Modpack [Forge]\mods} [13:11:44] [main/INFO]: Found mod file cobblemon_poke_labs-1.0.0-forge-1.20.1.jar of type MOD with provider {mods folder locator at C:\Users\Gallo\curseforge\minecraft\Instances\Cobblemon Official Modpack [Forge]\mods} [13:11:44] [main/INFO]: Found mod file cobblemon_simple_center-1.0.0-forge-1.20.1.jar of type MOD with provider {mods folder locator at C:\Users\Gallo\curseforge\minecraft\Instances\Cobblemon Official Modpack [Forge]\mods} [13:11:44] [main/INFO]: Found mod file CobblemonMegas-forge-1.3.0+1.5.2.jar of type MOD with provider {mods folder locator at C:\Users\Gallo\curseforge\minecraft\Instances\Cobblemon Official Modpack [Forge]\mods} [13:11:44] [main/INFO]: Found mod file cobblemonrider-1.2.4.jar of type MOD with provider {mods folder locator at C:\Users\Gallo\curseforge\minecraft\Instances\Cobblemon Official Modpack [Forge]\mods} [13:11:44] [main/INFO]: Found mod file CobblemonTrainers-1.1.11+1.5.2-forge.jar of type MOD with provider {mods folder locator at C:\Users\Gallo\curseforge\minecraft\Instances\Cobblemon Official Modpack [Forge]\mods} [13:11:44] [main/INFO]: Found mod file cobblemore_lib-1.1.1-forge-1.20.1.jar of type MOD with provider {mods folder locator at C:\Users\Gallo\curseforge\minecraft\Instances\Cobblemon Official Modpack [Forge]\mods} [13:11:44] [main/INFO]: Found mod file collective-1.20.1-8.3.jar of type MOD with provider {mods folder locator at C:\Users\Gallo\curseforge\minecraft\Instances\Cobblemon Official Modpack [Forge]\mods} [13:11:44] [main/INFO]: Found mod file comforts-forge-6.4.0+1.20.1.jar of type MOD with provider {mods folder locator at C:\Users\Gallo\curseforge\minecraft\Instances\Cobblemon Official Modpack [Forge]\mods} [13:11:44] [main/INFO]: Found mod file Controlling-forge-1.20.1-12.0.2.jar of type MOD with provider {mods folder locator at C:\Users\Gallo\curseforge\minecraft\Instances\Cobblemon Official Modpack [Forge]\mods} [13:11:44] [main/INFO]: Found mod file cosmeticarmorreworked-1.20.1-v1a.jar of type MOD with provider {mods folder locator at C:\Users\Gallo\curseforge\minecraft\Instances\Cobblemon Official Modpack [Forge]\mods} [13:11:44] [main/INFO]: Found mod file craftingtweaks-forge-1.20.1-18.2.5.jar of type MOD with provider {mods folder locator at C:\Users\Gallo\curseforge\minecraft\Instances\Cobblemon Official Modpack [Forge]\mods} [13:11:44] [main/INFO]: Found mod file CraftPresence-2.6.1+1.20.1-forge.jar of type MOD with provider {mods folder locator at C:\Users\Gallo\curseforge\minecraft\Instances\Cobblemon Official Modpack [Forge]\mods} [13:11:44] [main/INFO]: Found mod file create_klinks_n_klangs-1.0.4.jar of type MOD with provider {mods folder locator at C:\Users\Gallo\curseforge\minecraft\Instances\Cobblemon Official Modpack [Forge]\mods} [13:11:44] [main/INFO]: Found mod file CreativeCore_FORGE_v2.12.32_mc1.20.1.jar of type MOD with provider {mods folder locator at C:\Users\Gallo\curseforge\minecraft\Instances\Cobblemon Official Modpack [Forge]\mods} [13:11:44] [main/INFO]: Found mod file cristellib-1.1.6-forge.jar of type MOD with provider {mods folder locator at C:\Users\Gallo\curseforge\minecraft\Instances\Cobblemon Official Modpack [Forge]\mods} [13:11:44] [main/INFO]: Found mod file Croptopia-1.20.1-FORGE-3.0.4.jar of type MOD with provider {mods folder locator at C:\Users\Gallo\curseforge\minecraft\Instances\Cobblemon Official Modpack [Forge]\mods} [13:11:44] [main/INFO]: Found mod file cupboard-1.20.1-2.7.jar of type MOD with provider {mods folder locator at C:\Users\Gallo\curseforge\minecraft\Instances\Cobblemon Official Modpack [Forge]\mods} [13:11:44] [main/INFO]: Found mod file curios-forge-5.14.1+1.20.1.jar of type MOD with provider {mods folder locator at C:\Users\Gallo\curseforge\minecraft\Instances\Cobblemon Official Modpack [Forge]\mods} [13:11:44] [main/INFO]: Found mod file CustomNPCs-1.20.1-GBPort-Unofficial-20250429.jar of type MOD with provider {mods folder locator at C:\Users\Gallo\curseforge\minecraft\Instances\Cobblemon Official Modpack [Forge]\mods} [13:11:44] [main/INFO]: Found mod file darkmining-forge-1.20.1-1.1.0.jar of type MOD with provider {mods folder locator at C:\Users\Gallo\curseforge\minecraft\Instances\Cobblemon Official Modpack [Forge]\mods} [13:11:44] [main/INFO]: Found mod file darksmelting-forge-1.20.1-1.0.5.jar of type MOD with provider {mods folder locator at C:\Users\Gallo\curseforge\minecraft\Instances\Cobblemon Official Modpack [Forge]\mods} [13:11:44] [main/INFO]: Found mod file defaultoptions-forge-1.20-18.0.1.jar of type MOD with provider {mods folder locator at C:\Users\Gallo\curseforge\minecraft\Instances\Cobblemon Official Modpack [Forge]\mods} [13:11:44] [main/INFO]: Found mod file deimos-1.20.1-forge-2.2.jar of type MOD with provider {mods folder locator at C:\Users\Gallo\curseforge\minecraft\Instances\Cobblemon Official Modpack [Forge]\mods} [13:11:44] [main/INFO]: Found mod file DripSounds-1.19.4-0.3.2.jar of type MOD with provider {mods folder locator at C:\Users\Gallo\curseforge\minecraft\Instances\Cobblemon Official Modpack [Forge]\mods} [13:11:44] [main/INFO]: Found mod file dtcobblemon-1.20.1-1.1.1-slim.jar of type MOD with provider {mods folder locator at C:\Users\Gallo\curseforge\minecraft\Instances\Cobblemon Official Modpack [Forge]\mods} [13:11:44] [main/INFO]: Found mod file dynamic-fps-3.9.5+minecraft-1.20.0-forge.jar of type MOD with provider {mods folder locator at C:\Users\Gallo\curseforge\minecraft\Instances\Cobblemon Official Modpack [Forge]\mods} [13:11:44] [main/INFO]: Found mod file dynamiccrosshair-9.3+1.20.1-forge.jar of type MOD with provider {mods folder locator at C:\Users\Gallo\curseforge\minecraft\Instances\Cobblemon Official Modpack [Forge]\mods} [13:11:44] [main/INFO]: Found mod file DynamicTrees-1.20.1-1.4.5.jar of type MOD with provider {mods folder locator at C:\Users\Gallo\curseforge\minecraft\Instances\Cobblemon Official Modpack [Forge]\mods} [13:11:44] [main/INFO]: Found mod file DynamicTreesBOP-1.20.1-3.3.2.jar of type MOD with provider {mods folder locator at C:\Users\Gallo\curseforge\minecraft\Instances\Cobblemon Official Modpack [Forge]\mods} [13:11:44] [main/INFO]: Found mod file DynamicTreesCroptopia-1.20.1-1.0.0.jar of type MOD with provider {mods folder locator at C:\Users\Gallo\curseforge\minecraft\Instances\Cobblemon Official Modpack [Forge]\mods} [13:11:44] [main/INFO]: Found mod file DynamicTreesPHC2-1.20.1-1.3.1.jar of type MOD with provider {mods folder locator at C:\Users\Gallo\curseforge\minecraft\Instances\Cobblemon Official Modpack [Forge]\mods} [13:11:44] [main/INFO]: Found mod file eggs-cobblemon-addon-0.3.jar of type MOD with provider {mods folder locator at C:\Users\Gallo\curseforge\minecraft\Instances\Cobblemon Official Modpack [Forge]\mods} [13:11:44] [main/INFO]: Found mod file elytraslot-forge-6.4.4+1.20.1.jar of type MOD with provider {mods folder locator at C:\Users\Gallo\curseforge\minecraft\Instances\Cobblemon Official Modpack [Forge]\mods} [13:11:44] [main/INFO]: Found mod file embeddium-0.3.31+mc1.20.1.jar of type MOD with provider {mods folder locator at C:\Users\Gallo\curseforge\minecraft\Instances\Cobblemon Official Modpack [Forge]\mods} [13:11:44] [main/INFO]: Found mod file EnchantmentDescriptions-Forge-1.20.1-17.1.19.jar of type MOD with provider {mods folder locator at C:\Users\Gallo\curseforge\minecraft\Instances\Cobblemon Official Modpack [Forge]\mods} [13:11:44] [main/INFO]: Found mod file entity_model_features_forge_1.20.1-2.4.1.jar of type MOD with provider {mods folder locator at C:\Users\Gallo\curseforge\minecraft\Instances\Cobblemon Official Modpack [Forge]\mods} [13:11:44] [main/INFO]: Found mod file entity_texture_features_forge_1.20.1-6.2.9.jar of type MOD with provider {mods folder locator at C:\Users\Gallo\curseforge\minecraft\Instances\Cobblemon Official Modpack [Forge]\mods} [13:11:44] [main/INFO]: Found mod file EpheroLib-1.20.1-FORGE-1.2.0.jar of type MOD with provider {mods folder locator at C:\Users\Gallo\curseforge\minecraft\Instances\Cobblemon Official Modpack [Forge]\mods} [13:11:44] [main/INFO]: Found mod file fallingleaves-1.20.1-2.1.2.jar of type MOD with provider {mods folder locator at C:\Users\Gallo\curseforge\minecraft\Instances\Cobblemon Official Modpack [Forge]\mods} [13:11:44] [main/INFO]: Found mod file fancymenu_forge_3.5.2_MC_1.20.1.jar of type MOD with provider {mods folder locator at C:\Users\Gallo\curseforge\minecraft\Instances\Cobblemon Official Modpack [Forge]\mods} [13:11:44] [main/INFO]: Found mod file farsight-1.20.1-3.7.jar of type MOD with provider {mods folder locator at C:\Users\Gallo\curseforge\minecraft\Instances\Cobblemon Official Modpack [Forge]\mods} [13:11:44] [main/INFO]: Found mod file ferritecore-6.0.1-forge.jar of type MOD with provider {mods folder locator at C:\Users\Gallo\curseforge\minecraft\Instances\Cobblemon Official Modpack [Forge]\mods} [13:11:44] [main/INFO]: Found mod file fightorflight-forge-0.6.1.jar of type MOD with provider {mods folder locator at C:\Users\Gallo\curseforge\minecraft\Instances\Cobblemon Official Modpack [Forge]\mods} [13:11:44] [main/INFO]: Found mod file forge-lava_walker-2.0.0.jar of type MOD with provider {mods folder locator at C:\Users\Gallo\curseforge\minecraft\Instances\Cobblemon Official Modpack [Forge]\mods} [13:11:44] [main/INFO]: Found mod file framework-forge-1.20.1-0.7.15.jar of type MOD with provider {mods folder locator at C:\Users\Gallo\curseforge\minecraft\Instances\Cobblemon Official Modpack [Forge]\mods} [13:11:44] [main/INFO]: Found mod file From-The-Fog-1.20-v1.9.2-Forge-Fabric.jar of type MOD with provider {mods folder locator at C:\Users\Gallo\curseforge\minecraft\Instances\Cobblemon Official Modpack [Forge]\mods} [13:11:44] [main/INFO]: Found mod file geckolib-forge-1.20.1-4.7.2.jar of type MOD with provider {mods folder locator at C:\Users\Gallo\curseforge\minecraft\Instances\Cobblemon Official Modpack [Forge]\mods} [13:11:44] [main/INFO]: Found mod file gk_unbreakable-2.7.jar of type MOD with provider {mods folder locator at C:\Users\Gallo\curseforge\minecraft\Instances\Cobblemon Official Modpack [Forge]\mods} [13:11:44] [main/INFO]: Found mod file GlitchCore-forge-1.20.1-0.0.1.1.jar of type MOD with provider {mods folder locator at C:\Users\Gallo\curseforge\minecraft\Instances\Cobblemon Official Modpack [Forge]\mods} [13:11:44] [main/INFO]: Found mod file highlight-forge-1.20-2.0.1.jar of type MOD with provider {mods folder locator at C:\Users\Gallo\curseforge\minecraft\Instances\Cobblemon Official Modpack [Forge]\mods} [13:11:44] [main/INFO]: Found mod file Highlighter-1.20.1-forge-1.1.9.jar of type MOD with provider {mods folder locator at C:\Users\Gallo\curseforge\minecraft\Instances\Cobblemon Official Modpack [Forge]\mods} [13:11:44] [main/INFO]: Found mod file Iceberg-1.20.1-forge-1.1.25.jar of type MOD with provider {mods folder locator at C:\Users\Gallo\curseforge\minecraft\Instances\Cobblemon Official Modpack [Forge]\mods} [13:11:44] [main/INFO]: Found mod file ImmediatelyFast-Forge-1.5.0+1.20.4.jar of type MOD with provider {mods folder locator at C:\Users\Gallo\curseforge\minecraft\Instances\Cobblemon Official Modpack [Forge]\mods} [13:11:44] [main/INFO]: Found mod file InvMove-1.20-0.8.4-Forge.jar of type MOD with provider {mods folder locator at C:\Users\Gallo\curseforge\minecraft\Instances\Cobblemon Official Modpack [Forge]\mods} [13:11:44] [main/INFO]: Found mod file ironfurnaces-1.20.1-4.1.6.jar of type MOD with provider {mods folder locator at C:\Users\Gallo\curseforge\minecraft\Instances\Cobblemon Official Modpack [Forge]\mods} [13:11:44] [main/INFO]: Found mod file ItemPhysic_FORGE_v1.8.7_mc1.20.1.jar of type MOD with provider {mods folder locator at C:\Users\Gallo\curseforge\minecraft\Instances\Cobblemon Official Modpack [Forge]\mods} [13:11:44] [main/INFO]: Found mod file Jade-1.20.1-Forge-11.13.1.jar of type MOD with provider {mods folder locator at C:\Users\Gallo\curseforge\minecraft\Instances\Cobblemon Official Modpack [Forge]\mods} [13:11:44] [main/INFO]: Found mod file jei-1.20.1-forge-15.20.0.112.jar of type MOD with provider {mods folder locator at C:\Users\Gallo\curseforge\minecraft\Instances\Cobblemon Official Modpack [Forge]\mods} [13:11:44] [main/INFO]: Found mod file justzoom_forge_2.1.1_MC_1.20.1.jar of type MOD with provider {mods folder locator at C:\Users\Gallo\curseforge\minecraft\Instances\Cobblemon Official Modpack [Forge]\mods} [13:11:44] [main/INFO]: Found mod file konkrete_forge_1.8.0_MC_1.20-1.20.1.jar of type MOD with provider {mods folder locator at C:\Users\Gallo\curseforge\minecraft\Instances\Cobblemon Official Modpack [Forge]\mods} [13:11:44] [main/INFO]: Found mod file kotlinforforge-4.11.0-all.jar of type LIBRARY with provider {mods folder locator at C:\Users\Gallo\curseforge\minecraft\Instances\Cobblemon Official Modpack [Forge]\mods} [13:11:44] [main/INFO]: Found mod file LavaClearView-1.20.1-forge-7.0.0.jar of type MOD with provider {mods folder locator at C:\Users\Gallo\curseforge\minecraft\Instances\Cobblemon Official Modpack [Forge]\mods} [13:11:44] [main/INFO]: Found mod file letmedespawn-1.20.x-forge-1.5.0.jar of type MOD with provider {mods folder locator at C:\Users\Gallo\curseforge\minecraft\Instances\Cobblemon Official Modpack [Forge]\mods} [13:11:44] [main/INFO]: Found mod file LongerChatHistory-1.3-Forge.jar of type MOD with provider {mods folder locator at C:\Users\Gallo\curseforge\minecraft\Instances\Cobblemon Official Modpack [Forge]\mods} [13:11:44] [main/INFO]: Found mod file majrusz-library-forge-1.20.1-7.0.8.jar of type MOD with provider {mods folder locator at C:\Users\Gallo\curseforge\minecraft\Instances\Cobblemon Official Modpack [Forge]\mods} [13:11:44] [main/INFO]: Found mod file majruszs-enchantments-forge-1.20.1-1.10.8.jar of type MOD with provider {mods folder locator at C:\Users\Gallo\curseforge\minecraft\Instances\Cobblemon Official Modpack [Forge]\mods} [13:11:44] [main/INFO]: Found mod file make_bubbles_pop-0.3.0-forge-mc1.19.4-1.20.4.jar of type MOD with provider {mods folder locator at C:\Users\Gallo\curseforge\minecraft\Instances\Cobblemon Official Modpack [Forge]\mods} [13:11:44] [main/INFO]: Found mod file mcw-bridges-3.1.0-mc1.20.1forge.jar of type MOD with provider {mods folder locator at C:\Users\Gallo\curseforge\minecraft\Instances\Cobblemon Official Modpack [Forge]\mods} [13:11:44] [main/INFO]: Found mod file mcw-doors-1.1.2-mc1.20.1forge.jar of type MOD with provider {mods folder locator at C:\Users\Gallo\curseforge\minecraft\Instances\Cobblemon Official Modpack [Forge]\mods} [13:11:44] [main/INFO]: Found mod file mcw-fences-1.2.0-1.20.1forge.jar of type MOD with provider {mods folder locator at C:\Users\Gallo\curseforge\minecraft\Instances\Cobblemon Official Modpack [Forge]\mods} [13:11:44] [main/INFO]: Found mod file mcw-furniture-3.3.0-mc1.20.1forge.jar of type MOD with provider {mods folder locator at C:\Users\Gallo\curseforge\minecraft\Instances\Cobblemon Official Modpack [Forge]\mods} [13:11:44] [main/INFO]: Found mod file mcw-roofs-2.3.2-mc1.20.1forge.jar of type MOD with provider {mods folder locator at C:\Users\Gallo\curseforge\minecraft\Instances\Cobblemon Official Modpack [Forge]\mods} [13:11:44] [main/INFO]: Found mod file melody_forge_1.0.3_MC_1.20.1-1.20.4.jar of type MOD with provider {mods folder locator at C:\Users\Gallo\curseforge\minecraft\Instances\Cobblemon Official Modpack [Forge]\mods} [13:11:44] [main/INFO]: Found mod file memoryleakfix-forge-1.17+-1.1.5.jar of type MOD with provider {mods folder locator at C:\Users\Gallo\curseforge\minecraft\Instances\Cobblemon Official Modpack [Forge]\mods} [13:11:44] [main/INFO]: Found mod file merenc-forge-1.20.[0-4]-v4.2.jar of type MOD with provider {mods folder locator at C:\Users\Gallo\curseforge\minecraft\Instances\Cobblemon Official Modpack [Forge]\mods} [13:11:44] [main/INFO]: Found mod file minecraft-comes-alive-7.6.10+1.20.1-universal.jar of type MOD with provider {mods folder locator at C:\Users\Gallo\curseforge\minecraft\Instances\Cobblemon Official Modpack [Forge]\mods} [13:11:44] [main/INFO]: Found mod file modernfix-forge-5.23.1+mc1.20.1.jar of type MOD with provider {mods folder locator at C:\Users\Gallo\curseforge\minecraft\Instances\Cobblemon Official Modpack [Forge]\mods} [13:11:44] [main/INFO]: Found mod file moonlight-1.20-2.14.9-forge.jar of type MOD with provider {mods folder locator at C:\Users\Gallo\curseforge\minecraft\Instances\Cobblemon Official Modpack [Forge]\mods} [13:11:44] [main/INFO]: Found mod file MouseTweaks-forge-mc1.20.1-2.25.1.jar of type MOD with provider {mods folder locator at C:\Users\Gallo\curseforge\minecraft\Instances\Cobblemon Official Modpack [Forge]\mods} [13:11:44] [main/INFO]: Found mod file Myths_and_Legends-1.6.1-forge.jar of type MOD with provider {mods folder locator at C:\Users\Gallo\curseforge\minecraft\Instances\Cobblemon Official Modpack [Forge]\mods} [13:11:44] [main/INFO]: Found mod file netherportalfix-forge-1.20-13.0.1.jar of type MOD with provider {mods folder locator at C:\Users\Gallo\curseforge\minecraft\Instances\Cobblemon Official Modpack [Forge]\mods} [13:11:44] [main/INFO]: Found mod file netherrackblasting-1.20.1-0-forge.jar of type MOD with provider {mods folder locator at C:\Users\Gallo\curseforge\minecraft\Instances\Cobblemon Official Modpack [Forge]\mods} [13:11:44] [main/INFO]: Found mod file nightvision-mod-1.0.6.jar of type MOD with provider {mods folder locator at C:\Users\Gallo\curseforge\minecraft\Instances\Cobblemon Official Modpack [Forge]\mods} [13:11:44] [main/INFO]: Found mod file notenoughanimations-forge-1.9.3-mc1.20.1.jar of type MOD with provider {mods folder locator at C:\Users\Gallo\curseforge\minecraft\Instances\Cobblemon Official Modpack [Forge]\mods} [13:11:44] [main/INFO]: Found mod file oculus-mc1.20.1-1.8.0.jar of type MOD with provider {mods folder locator at C:\Users\Gallo\curseforge\minecraft\Instances\Cobblemon Official Modpack [Forge]\mods} [13:11:44] [main/INFO]: Found mod file oreexcavation-1.13.174.jar of type MOD with provider {mods folder locator at C:\Users\Gallo\curseforge\minecraft\Instances\Cobblemon Official Modpack [Forge]\mods} [13:11:44] [main/INFO]: Found mod file pamhc2trees-1.20-1.0.2.jar of type MOD with provider {mods folder locator at C:\Users\Gallo\curseforge\minecraft\Instances\Cobblemon Official Modpack [Forge]\mods} [13:11:44] [main/INFO]: Found mod file Patchouli-1.20.1-84.1-FORGE.jar of type MOD with provider {mods folder locator at C:\Users\Gallo\curseforge\minecraft\Instances\Cobblemon Official Modpack [Forge]\mods} [13:11:44] [main/INFO]: Found mod file Paxi-1.20-Forge-4.0.jar of type MOD with provider {mods folder locator at C:\Users\Gallo\curseforge\minecraft\Instances\Cobblemon Official Modpack [Forge]\mods} [13:11:44] [main/INFO]: Found mod file Pehkui-3.8.2+1.20.1-forge.jar of type MOD with provider {mods folder locator at C:\Users\Gallo\curseforge\minecraft\Instances\Cobblemon Official Modpack [Forge]\mods} [13:11:44] [main/INFO]: Found mod file petyourcobblemon-1.2.0.jar of type MOD with provider {mods folder locator at C:\Users\Gallo\curseforge\minecraft\Instances\Cobblemon Official Modpack [Forge]\mods} [13:11:44] [main/INFO]: Found mod file PKGBadges 5.0.jar of type MOD with provider {mods folder locator at C:\Users\Gallo\curseforge\minecraft\Instances\Cobblemon Official Modpack [Forge]\mods} [13:11:44] [main/INFO]: Found mod file polytone-1.20-3.3.10.jar of type MOD with provider {mods folder locator at C:\Users\Gallo\curseforge\minecraft\Instances\Cobblemon Official Modpack [Forge]\mods} [13:11:44] [main/INFO]: Found mod file prefab-1.10.0.1.jar of type MOD with provider {mods folder locator at C:\Users\Gallo\curseforge\minecraft\Instances\Cobblemon Official Modpack [Forge]\mods} [13:11:44] [main/INFO]: Found mod file rctmod-forge-1.20.1-0.12.1-beta.jar of type MOD with provider {mods folder locator at C:\Users\Gallo\curseforge\minecraft\Instances\Cobblemon Official Modpack [Forge]\mods} [13:11:44] [main/INFO]: Found mod file refurbished_furniture-forge-1.20.1-1.0.14.jar of type MOD with provider {mods folder locator at C:\Users\Gallo\curseforge\minecraft\Instances\Cobblemon Official Modpack [Forge]\mods} [13:11:44] [main/INFO]: Found mod file resourcefulconfig-forge-1.20.1-2.1.3.jar of type MOD with provider {mods folder locator at C:\Users\Gallo\curseforge\minecraft\Instances\Cobblemon Official Modpack [Forge]\mods} [13:11:44] [main/INFO]: Found mod file RotomPhoneCobblemon-forge-1.0.2+1.20.1.jar of type MOD with provider {mods folder locator at C:\Users\Gallo\curseforge\minecraft\Instances\Cobblemon Official Modpack [Forge]\mods} [13:11:44] [main/INFO]: Found mod file rubidium-extra-0.5.4.4+mc1.20.1-build.131.jar of type MOD with provider {mods folder locator at C:\Users\Gallo\curseforge\minecraft\Instances\Cobblemon Official Modpack [Forge]\mods} [13:11:44] [main/INFO]: Found mod file Searchables-forge-1.20.1-1.0.3.jar of type MOD with provider {mods folder locator at C:\Users\Gallo\curseforge\minecraft\Instances\Cobblemon Official Modpack [Forge]\mods} [13:11:44] [main/INFO]: Found mod file SereneSeasons-forge-1.20.1-9.1.0.2.jar of type MOD with provider {mods folder locator at C:\Users\Gallo\curseforge\minecraft\Instances\Cobblemon Official Modpack [Forge]\mods} [13:11:44] [main/INFO]: Found mod file shulkerboxtooltip-forge-4.0.4+1.20.1.jar of type MOD with provider {mods folder locator at C:\Users\Gallo\curseforge\minecraft\Instances\Cobblemon Official Modpack [Forge]\mods} [13:11:44] [main/INFO]: Found mod file SimpleTMsForge-1.1.2.jar of type MOD with provider {mods folder locator at C:\Users\Gallo\curseforge\minecraft\Instances\Cobblemon Official Modpack [Forge]\mods} [13:11:44] [main/INFO]: Found mod file skinlayers3d-forge-1.8.0-mc1.20.1.jar of type MOD with provider {mods folder locator at C:\Users\Gallo\curseforge\minecraft\Instances\Cobblemon Official Modpack [Forge]\mods} [13:11:44] [main/INFO]: Found mod file sodiumdynamiclights-forge-1.0.10-1.20.1.jar of type MOD with provider {mods folder locator at C:\Users\Gallo\curseforge\minecraft\Instances\Cobblemon Official Modpack [Forge]\mods} [13:11:44] [main/INFO]: Found mod file sodiumoptionsapi-forge-1.0.10-1.20.1.jar of type MOD with provider {mods folder locator at C:\Users\Gallo\curseforge\minecraft\Instances\Cobblemon Official Modpack [Forge]\mods} [13:11:44] [main/INFO]: Found mod file sophisticatedbackpacks-1.20.1-3.23.19.1263.jar of type MOD with provider {mods folder locator at C:\Users\Gallo\curseforge\minecraft\Instances\Cobblemon Official Modpack [Forge]\mods} [13:11:44] [main/INFO]: Found mod file sophisticatedcore-1.20.1-1.2.71.1022.jar of type MOD with provider {mods folder locator at C:\Users\Gallo\curseforge\minecraft\Instances\Cobblemon Official Modpack [Forge]\mods} [13:11:44] [main/INFO]: Found mod file sound-physics-remastered-forge-1.20.1-1.4.13.jar of type MOD with provider {mods folder locator at C:\Users\Gallo\curseforge\minecraft\Instances\Cobblemon Official Modpack [Forge]\mods} [13:11:44] [main/INFO]: Found mod file starlight-1.1.2+forge.1cda73c.jar of type MOD with provider {mods folder locator at C:\Users\Gallo\curseforge\minecraft\Instances\Cobblemon Official Modpack [Forge]\mods} [13:11:44] [main/INFO]: Found mod file Structory_1.20.x_v1.3.5.jar of type MOD with provider {mods folder locator at C:\Users\Gallo\curseforge\minecraft\Instances\Cobblemon Official Modpack [Forge]\mods} [13:11:44] [main/INFO]: Found mod file Structory_Towers_1.20.x_v1.0.7.jar of type MOD with provider {mods folder locator at C:\Users\Gallo\curseforge\minecraft\Instances\Cobblemon Official Modpack [Forge]\mods} [13:11:44] [main/INFO]: Found mod file superflatworldnoslimes-1.20.1-3.5.jar of type MOD with provider {mods folder locator at C:\Users\Gallo\curseforge\minecraft\Instances\Cobblemon Official Modpack [Forge]\mods} [13:11:44] [main/INFO]: Found mod file supplementaries-1.20-3.1.31.jar of type MOD with provider {mods folder locator at C:\Users\Gallo\curseforge\minecraft\Instances\Cobblemon Official Modpack [Forge]\mods} [13:11:44] [main/INFO]: Found mod file teleportcraft-1.1.2-1.20.1.jar of type MOD with provider {mods folder locator at C:\Users\Gallo\curseforge\minecraft\Instances\Cobblemon Official Modpack [Forge]\mods} [13:11:44] [main/INFO]: Found mod file TerraBlender-forge-1.20.1-3.0.1.10.jar of type MOD with provider {mods folder locator at C:\Users\Gallo\curseforge\minecraft\Instances\Cobblemon Official Modpack [Forge]\mods} [13:11:44] [main/INFO]: Found mod file ToolStats-Forge-1.20.1-16.0.9.jar of type MOD with provider {mods folder locator at C:\Users\Gallo\curseforge\minecraft\Instances\Cobblemon Official Modpack [Forge]\mods} [13:11:44] [main/INFO]: Found mod file Towns-and-Towers-1.12-Fabric+Forge.jar of type MOD with provider {mods folder locator at C:\Users\Gallo\curseforge\minecraft\Instances\Cobblemon Official Modpack [Forge]\mods} [13:11:44] [main/INFO]: Found mod file UnbreakableAnvil-1.20.x-1.0.0.jar of type MOD with provider {mods folder locator at C:\Users\Gallo\curseforge\minecraft\Instances\Cobblemon Official Modpack [Forge]\mods} [13:11:44] [main/INFO]: Found mod file UniLib-1.1.0+1.20.1-forge.jar of type MOD with provider {mods folder locator at C:\Users\Gallo\curseforge\minecraft\Instances\Cobblemon Official Modpack [Forge]\mods} [13:11:44] [main/INFO]: Found mod file visuality-forge-2.0.2.jar of type MOD with provider {mods folder locator at C:\Users\Gallo\curseforge\minecraft\Instances\Cobblemon Official Modpack [Forge]\mods} [13:11:44] [main/INFO]: Found mod file voicechat-forge-1.20.1-2.5.30.jar of type MOD with provider {mods folder locator at C:\Users\Gallo\curseforge\minecraft\Instances\Cobblemon Official Modpack [Forge]\mods} [13:11:44] [main/INFO]: Found mod file walljump-1.20.1-1.3.5-forge.jar of type MOD with provider {mods folder locator at C:\Users\Gallo\curseforge\minecraft\Instances\Cobblemon Official Modpack [Forge]\mods} [13:11:44] [main/INFO]: Found mod file water-erosion-1.20.1-forge-1.1.7.jar of type MOD with provider {mods folder locator at C:\Users\Gallo\curseforge\minecraft\Instances\Cobblemon Official Modpack [Forge]\mods} [13:11:44] [main/INFO]: Found mod file waveycapes-forge-1.5.2-mc1.20.1.jar of type MOD with provider {mods folder locator at C:\Users\Gallo\curseforge\minecraft\Instances\Cobblemon Official Modpack [Forge]\mods} [13:11:44] [main/INFO]: Found mod file waystones-forge-1.20.1-14.1.13.jar of type MOD with provider {mods folder locator at C:\Users\Gallo\curseforge\minecraft\Instances\Cobblemon Official Modpack [Forge]\mods} [13:11:44] [main/INFO]: Found mod file Xaeros_Minimap_25.2.6_Forge_1.20.jar of type MOD with provider {mods folder locator at C:\Users\Gallo\curseforge\minecraft\Instances\Cobblemon Official Modpack [Forge]\mods} [13:11:44] [main/INFO]: Found mod file XaerosWorldMap_1.39.9_Forge_1.20.jar of type MOD with provider {mods folder locator at C:\Users\Gallo\curseforge\minecraft\Instances\Cobblemon Official Modpack [Forge]\mods} [13:11:44] [main/INFO]: Found mod file YungsApi-1.20-Forge-4.0.6.jar of type MOD with provider {mods folder locator at C:\Users\Gallo\curseforge\minecraft\Instances\Cobblemon Official Modpack [Forge]\mods} [13:11:44] [main/WARN]: Mod file C:\Users\Gallo\curseforge\minecraft\Install\libraries\net\minecraftforge\fmlcore\1.20.1-47.4.2\fmlcore-1.20.1-47.4.2.jar is missing mods.toml file [13:11:44] [main/WARN]: Mod file C:\Users\Gallo\curseforge\minecraft\Install\libraries\net\minecraftforge\javafmllanguage\1.20.1-47.4.2\javafmllanguage-1.20.1-47.4.2.jar is missing mods.toml file [13:11:44] [main/WARN]: Mod file C:\Users\Gallo\curseforge\minecraft\Install\libraries\net\minecraftforge\lowcodelanguage\1.20.1-47.4.2\lowcodelanguage-1.20.1-47.4.2.jar is missing mods.toml file [13:11:44] [main/WARN]: Mod file C:\Users\Gallo\curseforge\minecraft\Install\libraries\net\minecraftforge\mclanguage\1.20.1-47.4.2\mclanguage-1.20.1-47.4.2.jar is missing mods.toml file [13:11:44] [main/INFO]: Found mod file fmlcore-1.20.1-47.4.2.jar of type LIBRARY with provider net.minecraftforge.fml.loading.moddiscovery.MinecraftLocator@65ec8b24 [13:11:44] [main/INFO]: Found mod file javafmllanguage-1.20.1-47.4.2.jar of type LANGPROVIDER with provider net.minecraftforge.fml.loading.moddiscovery.MinecraftLocator@65ec8b24 [13:11:44] [main/INFO]: Found mod file lowcodelanguage-1.20.1-47.4.2.jar of type LANGPROVIDER with provider net.minecraftforge.fml.loading.moddiscovery.MinecraftLocator@65ec8b24 [13:11:44] [main/INFO]: Found mod file mclanguage-1.20.1-47.4.2.jar of type LANGPROVIDER with provider net.minecraftforge.fml.loading.moddiscovery.MinecraftLocator@65ec8b24 [13:11:44] [main/INFO]: Found mod file client-1.20.1-20230612.114412-srg.jar of type MOD with provider net.minecraftforge.fml.loading.moddiscovery.MinecraftLocator@65ec8b24 [13:11:44] [main/INFO]: Found mod file forge-1.20.1-47.4.2-universal.jar of type MOD with provider net.minecraftforge.fml.loading.moddiscovery.MinecraftLocator@65ec8b24 [13:11:44] [main/WARN]: Attempted to select two dependency jars from JarJar which have the same identification: Mod File:  and Mod File: . Using Mod File:  [13:11:44] [main/WARN]: Attempted to select a dependency jar for JarJar which was passed in as source: cloth_config. Using Mod File: C:\Users\Gallo\curseforge\minecraft\Instances\Cobblemon Official Modpack [Forge]\mods\cloth-config-11.1.136-forge.jar [13:11:44] [main/INFO]: Found 33 dependencies adding them to mods collection [13:11:44] [main/INFO]: Found mod file kuma-api-forge-20.1.10+1.20.1.jar of type MOD with provider net.minecraftforge.fml.loading.moddiscovery.JarInJarDependencyLocator@57272109 [13:11:44] [main/INFO]: Found mod file fabric-api-base-0.4.31+ef105b4977.jar of type MOD with provider net.minecraftforge.fml.loading.moddiscovery.JarInJarDependencyLocator@57272109 [13:11:44] [main/INFO]: Found mod file BiggerStacksTransformerLib-1.5.1.jar of type GAMELIBRARY with provider net.minecraftforge.fml.loading.moddiscovery.JarInJarDependencyLocator@57272109 [13:11:44] [main/INFO]: Found mod file xstream-1.4.20.jar of type GAMELIBRARY with provider net.minecraftforge.fml.loading.moddiscovery.JarInJarDependencyLocator@57272109 [13:11:44] [main/INFO]: Found mod file battery-1.3.0.jar of type GAMELIBRARY with provider net.minecraftforge.fml.loading.moddiscovery.JarInJarDependencyLocator@57272109 [13:11:44] [main/INFO]: Found mod file mixinsquared-forge-0.1.2-beta.6.jar of type GAMELIBRARY with provider net.minecraftforge.fml.loading.moddiscovery.JarInJarDependencyLocator@57272109 [13:11:44] [main/INFO]: Found mod file kfflang-4.11.0.jar of type LANGPROVIDER with provider net.minecraftforge.fml.loading.moddiscovery.JarInJarDependencyLocator@57272109 [13:11:44] [main/INFO]: Found mod file BiggerStacksConfigLib-1.8.jar of type GAMELIBRARY with provider net.minecraftforge.fml.loading.moddiscovery.JarInJarDependencyLocator@57272109 [13:11:44] [main/INFO]: Found mod file spectrelib-forge-0.13.15+1.20.1.jar of type MOD with provider net.minecraftforge.fml.loading.moddiscovery.JarInJarDependencyLocator@57272109 [13:11:44] [main/INFO]: Found mod file httpmime-4.5.10.jar of type GAMELIBRARY with provider net.minecraftforge.fml.loading.moddiscovery.JarInJarDependencyLocator@57272109 [13:11:44] [main/INFO]: Found mod file dynamiccrosshair-9.3+1.20.1-forge-api.jar of type MOD with provider net.minecraftforge.fml.loading.moddiscovery.JarInJarDependencyLocator@57272109 [13:11:44] [main/INFO]: Found mod file configlibtxf-4.2.8-forge.jar of type MOD with provider net.minecraftforge.fml.loading.moddiscovery.JarInJarDependencyLocator@57272109 [13:11:44] [main/INFO]: Found mod file mclib-20.jar of type GAMELIBRARY with provider net.minecraftforge.fml.loading.moddiscovery.JarInJarDependencyLocator@57272109 [13:11:44] [main/INFO]: Found mod file toml4j-0.7.2.jar of type GAMELIBRARY with provider net.minecraftforge.fml.loading.moddiscovery.JarInJarDependencyLocator@57272109 [13:11:44] [main/INFO]: Found mod file TRender-1.0.4-1.20.1-forge-SNAPSHOT.jar of type MOD with provider net.minecraftforge.fml.loading.moddiscovery.JarInJarDependencyLocator@57272109 [13:11:44] [main/INFO]: Found mod file kffmod-4.11.0.jar of type MOD with provider net.minecraftforge.fml.loading.moddiscovery.JarInJarDependencyLocator@57272109 [13:11:44] [main/INFO]: Found mod file kfflib-4.11.0.jar of type GAMELIBRARY with provider net.minecraftforge.fml.loading.moddiscovery.JarInJarDependencyLocator@57272109 [13:11:44] [main/INFO]: Found mod file libbamboo-2.2+1.20.1-forge.jar of type MOD with provider net.minecraftforge.fml.loading.moddiscovery.JarInJarDependencyLocator@57272109 [13:11:44] [main/INFO]: Found mod file MixinExtras-0.4.1.jar of type GAMELIBRARY with provider net.minecraftforge.fml.loading.moddiscovery.JarInJarDependencyLocator@57272109 [13:11:44] [main/INFO]: Found mod file jcpp-1.4.14.jar of type GAMELIBRARY with provider net.minecraftforge.fml.loading.moddiscovery.JarInJarDependencyLocator@57272109 [13:11:44] [main/INFO]: Found mod file mixinextras-forge-0.2.0-beta.6.jar of type GAMELIBRARY with provider net.minecraftforge.fml.loading.moddiscovery.JarInJarDependencyLocator@57272109 [13:11:44] [main/INFO]: Found mod file resourcefullib-forge-1.20-2.0.7.jar of type MOD with provider net.minecraftforge.fml.loading.moddiscovery.JarInJarDependencyLocator@57272109 [13:11:44] [main/INFO]: Found mod file jankson-1.2.3.jar of type GAMELIBRARY with provider net.minecraftforge.fml.loading.moddiscovery.JarInJarDependencyLocator@57272109 [13:11:44] [main/INFO]: Found mod file yabn-1.0.3.jar of type GAMELIBRARY with provider net.minecraftforge.fml.loading.moddiscovery.JarInJarDependencyLocator@57272109 [13:11:44] [main/INFO]: Found mod file TRansition-1.0.2-1.20.1-forge-SNAPSHOT.jar of type MOD with provider net.minecraftforge.fml.loading.moddiscovery.JarInJarDependencyLocator@57272109 [13:11:44] [main/INFO]: Found mod file animated-gif-lib-for-java-animated-gif-lib-1.7.jar of type GAMELIBRARY with provider net.minecraftforge.fml.loading.moddiscovery.JarInJarDependencyLocator@57272109 [13:11:44] [main/INFO]: Found mod file exp4j-0.4.8.jar of type GAMELIBRARY with provider net.minecraftforge.fml.loading.moddiscovery.JarInJarDependencyLocator@57272109 [13:11:44] [main/INFO]: Found mod file Reflect-1.3.4.jar of type GAMELIBRARY with provider net.minecraftforge.fml.loading.moddiscovery.JarInJarDependencyLocator@57272109 [13:11:44] [main/INFO]: Found mod file MixinSquared-0.1.2-beta.6.jar of type GAMELIBRARY with provider net.minecraftforge.fml.loading.moddiscovery.JarInJarDependencyLocator@57272109 [13:11:44] [main/INFO]: Found mod file jctools-core-4.0.5.jar of type GAMELIBRARY with provider net.minecraftforge.fml.loading.moddiscovery.JarInJarDependencyLocator@57272109 [13:11:44] [main/INFO]: Found mod file NanoLiveConfig-1.2.1.jar of type GAMELIBRARY with provider net.minecraftforge.fml.loading.moddiscovery.JarInJarDependencyLocator@57272109 [13:11:44] [main/INFO]: Found mod file SimpleLoggerWrapper-1.0.jar of type GAMELIBRARY with provider net.minecraftforge.fml.loading.moddiscovery.JarInJarDependencyLocator@57272109 [13:11:44] [main/INFO]: Found mod file japng-0.5.3.jar of type GAMELIBRARY with provider net.minecraftforge.fml.loading.moddiscovery.JarInJarDependencyLocator@57272109 [13:11:47] [main/INFO]: Compatibility level set to JAVA_17 [13:11:47] [main/ERROR]: Mixin config entity_model_features.mixins.json does not specify "minVersion" property [13:11:47] [main/INFO]: Successfully loaded Mixin Connector [ca.spottedleaf.starlight.mixin.MixinConnector] [13:11:47] [main/INFO]: Successfully loaded Mixin Connector [com.sonicether.soundphysics.MixinConnector] [13:11:47] [main/INFO]: Launching target 'forgeclient' with arguments [--version, forge-47.4.2, --gameDir, C:\Users\Gallo\curseforge\minecraft\Instances\Cobblemon Official Modpack [Forge], --assetsDir, C:\Users\Gallo\curseforge\minecraft\Install\assets, --uuid, 66d892fe1fbd45d79e690c1aeea691f3, --username, Pallante3, --assetIndex, 5, --accessToken, ????????, --clientId, MWJjYmRiM2UtMjRjYi00NjdiLWFlOTUtZWM4OTU4MjBhMmI2, --xuid, 2535465252781045, --userType, msa, --versionType, release, --width, 1024, --height, 768, --quickPlayPath, C:\Users\Gallo\curseforge\minecraft\Install\quickPlay\java\1750590701334.json] [13:11:47] [main/INFO]: Loaded configuration file for ModernFix 5.23.1+mc1.20.1: 95 options available, 0 override(s) found [13:11:47] [main/INFO]: Applying Nashorn fix [13:11:47] [main/INFO]: Applied Forge config corruption patch [13:11:48] [main/INFO]: Loaded transformer transformers/vanilla.xml [13:11:48] [main/INFO]: Loaded transformer transformers/gregtechmodernce.xml [13:11:48] [main/INFO]: Loaded transformer transformers/simpletomb.xml [13:11:48] [main/INFO]: Loaded transformer transformers/assortedstorage.xml [13:11:48] [main/INFO]: Loaded transformer transformers/refinedstorage.xml [13:11:48] [main/INFO]: Loaded transformer transformers/ic2.xml [13:11:48] [main/INFO]: Loaded transformer transformers/computercraft.xml [13:11:48] [main/INFO]: Loaded transformer transformers/sophisticated_core.xml [13:11:48] [main/INFO]: Loaded transformer transformers/mekanism.xml [13:11:48] [main/INFO]: Loaded transformer transformers/puzzlesapi.xml [13:11:48] [main/INFO]: Loaded transformer transformers/ironfurnaces.xml [13:11:48] [main/INFO]: Loaded configuration file for Embeddium: 238 options available, 3 override(s) found [13:11:48] [main/INFO]: Searching for graphics cards... [13:11:48] [main/INFO]: Found graphics card: GraphicsAdapterInfo[vendor=AMD, name=AMD Radeon RX 6600, version=DriverVersion=32.0.21013.1000] [13:11:48] [main/WARN]: Reference map 'EpheroLib-refmap.json' for epherolib.mixins.json could not be read. If this is a development environment you can ignore this message [13:11:48] [main/WARN]: Reference map 'LongerChatHistory-forge-refmap.json' for longerchathistory.mixins.json could not be read. If this is a development environment you can ignore this message [13:11:48] [main/INFO]: Loaded configuration file for Canary: 116 options available, 0 override(s) found [13:11:48] [main/INFO]: [java.lang.ThreadGroup:uncaughtException:1077]: java.lang.RuntimeException: java.lang.NoClassDefFoundError: net/minecraft/server/packs/resources/PreparableReloadListener [13:11:48] [main/INFO]: [java.lang.ThreadGroup:uncaughtException:1077]:     at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:32) [13:11:48] [main/INFO]: [java.lang.ThreadGroup:uncaughtException:1077]:     at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:53) [13:11:48] [main/INFO]: [java.lang.ThreadGroup:uncaughtException:1077]:     at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:71) [13:11:48] [main/INFO]: [java.lang.ThreadGroup:uncaughtException:1077]:     at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.Launcher.run(Launcher.java:108) [13:11:48] [main/INFO]: [java.lang.ThreadGroup:uncaughtException:1077]:     at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.Launcher.main(Launcher.java:78) [13:11:48] [main/INFO]: [java.lang.ThreadGroup:uncaughtException:1077]:     at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:26) [13:11:48] [main/INFO]: [java.lang.ThreadGroup:uncaughtException:1077]:     at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:23) [13:11:48] [main/INFO]: [java.lang.ThreadGroup:uncaughtException:1077]:     at [email protected]/cpw.mods.bootstraplauncher.BootstrapLauncher.main(BootstrapLauncher.java:141) [13:11:48] [main/INFO]: [java.lang.ThreadGroup:uncaughtException:1086]: Caused by: java.lang.NoClassDefFoundError: net/minecraft/server/packs/resources/PreparableReloadListener [13:11:48] [main/INFO]: [java.lang.ThreadGroup:uncaughtException:1086]:     at TRANSFORMER/[email protected]+1.20.4/net.raphimc.immediatelyfast.injection.ImmediatelyFastMixinPlugin.onLoad(ImmediatelyFastMixinPlugin.java:39) [13:11:48] [main/INFO]: [java.lang.ThreadGroup:uncaughtException:1086]:     at MC-BOOTSTRAP/org.spongepowered.mixin/org.spongepowered.asm.mixin.transformer.PluginHandle.onLoad(PluginHandle.java:119) [13:11:48] [main/INFO]: [java.lang.ThreadGroup:uncaughtException:1086]:     at MC-BOOTSTRAP/org.spongepowered.mixin/org.spongepowered.asm.mixin.transformer.MixinConfig.onSelect(MixinConfig.java:707) [13:11:48] [main/INFO]: [java.lang.ThreadGroup:uncaughtException:1086]:     at MC-BOOTSTRAP/org.spongepowered.mixin/org.spongepowered.asm.mixin.transformer.MixinProcessor.selectConfigs(MixinProcessor.java:498) [13:11:48] [main/INFO]: [java.lang.ThreadGroup:uncaughtException:1086]:     at MC-BOOTSTRAP/org.spongepowered.mixin/org.spongepowered.asm.mixin.transformer.MixinProcessor.select(MixinProcessor.java:460) [13:11:48] [main/INFO]: [java.lang.ThreadGroup:uncaughtException:1086]:     at MC-BOOTSTRAP/org.spongepowered.mixin/org.spongepowered.asm.mixin.transformer.MixinProcessor.checkSelect(MixinProcessor.java:438) [13:11:48] [main/INFO]: [java.lang.ThreadGroup:uncaughtException:1086]:     at MC-BOOTSTRAP/org.spongepowered.mixin/org.spongepowered.asm.mixin.transformer.MixinProcessor.applyMixins(MixinProcessor.java:290) [13:11:48] [main/INFO]: [java.lang.ThreadGroup:uncaughtException:1086]:     at MC-BOOTSTRAP/org.spongepowered.mixin/org.spongepowered.asm.mixin.transformer.MixinTransformer.transformClass(MixinTransformer.java:250) [13:11:48] [main/INFO]: [java.lang.ThreadGroup:uncaughtException:1086]:     at MC-BOOTSTRAP/org.spongepowered.mixin/org.spongepowered.asm.service.modlauncher.MixinTransformationHandler.processClass(MixinTransformationHandler.java:131) [13:11:48] [main/INFO]: [java.lang.ThreadGroup:uncaughtException:1086]:     at MC-BOOTSTRAP/org.spongepowered.mixin/org.spongepowered.asm.launch.MixinLaunchPluginLegacy.processClass(MixinLaunchPluginLegacy.java:131) [13:11:48] [main/INFO]: [java.lang.ThreadGroup:uncaughtException:1086]:     at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.serviceapi.ILaunchPluginService.processClassWithFlags(ILaunchPluginService.java:156) [13:11:48] [main/INFO]: [java.lang.ThreadGroup:uncaughtException:1086]:     at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.LaunchPluginHandler.offerClassNodeToPlugins(LaunchPluginHandler.java:88) [13:11:48] [main/INFO]: [java.lang.ThreadGroup:uncaughtException:1086]:     at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.ClassTransformer.transform(ClassTransformer.java:120) [13:11:48] [main/INFO]: [java.lang.ThreadGroup:uncaughtException:1086]:     at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.TransformingClassLoader.maybeTransformClassBytes(TransformingClassLoader.java:50) [13:11:48] [main/INFO]: [java.lang.ThreadGroup:uncaughtException:1086]:     at cpw.mods.securejarhandler/cpw.mods.cl.ModuleClassLoader.readerToClass(ModuleClassLoader.java:113) [13:11:48] [main/INFO]: [java.lang.ThreadGroup:uncaughtException:1086]:     at cpw.mods.securejarhandler/cpw.mods.cl.ModuleClassLoader.lambda$findClass$15(ModuleClassLoader.java:219) [13:11:48] [main/INFO]: [java.lang.ThreadGroup:uncaughtException:1086]:     at cpw.mods.securejarhandler/cpw.mods.cl.ModuleClassLoader.loadFromModule(ModuleClassLoader.java:229) [13:11:48] [main/INFO]: [java.lang.ThreadGroup:uncaughtException:1086]:     at cpw.mods.securejarhandler/cpw.mods.cl.ModuleClassLoader.findClass(ModuleClassLoader.java:219) [13:11:48] [main/INFO]: [java.lang.ThreadGroup:uncaughtException:1086]:     at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:637) [13:11:48] [main/INFO]: [java.lang.ThreadGroup:uncaughtException:1086]:     at java.base/java.lang.Class.forName(Class.java:545) [13:11:48] [main/INFO]: [java.lang.ThreadGroup:uncaughtException:1086]:     at MC-BOOTSTRAP/[email protected]/net.minecraftforge.fml.earlydisplay.DisplayWindow.lambda$updateModuleReads$13(DisplayWindow.java:615) [13:11:48] [main/INFO]: [java.lang.ThreadGroup:uncaughtException:1086]:     at java.base/java.util.Optional.map(Optional.java:260) [13:11:48] [main/INFO]: [java.lang.ThreadGroup:uncaughtException:1086]:     at MC-BOOTSTRAP/[email protected]/net.minecraftforge.fml.earlydisplay.DisplayWindow.updateModuleReads(DisplayWindow.java:615) [13:11:48] [main/INFO]: [java.lang.ThreadGroup:uncaughtException:1086]:     at MC-BOOTSTRAP/[email protected]/net.minecraftforge.fml.loading.ImmediateWindowHandler.acceptGameLayer(ImmediateWindowHandler.java:71) [13:11:48] [main/INFO]: [java.lang.ThreadGroup:uncaughtException:1086]:     at MC-BOOTSTRAP/[email protected]/net.minecraftforge.fml.loading.FMLLoader.beforeStart(FMLLoader.java:216) [13:11:48] [main/INFO]: [java.lang.ThreadGroup:uncaughtException:1086]:     at MC-BOOTSTRAP/[email protected]/net.minecraftforge.fml.loading.targets.CommonLaunchHandler.launchService(CommonLaunchHandler.java:92) [13:11:48] [main/INFO]: [java.lang.ThreadGroup:uncaughtException:1086]:     at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:30) [13:11:48] [main/INFO]: [java.lang.ThreadGroup:uncaughtException:1086]:     ... 7 more [13:11:48] [main/INFO]: [java.lang.Throwable:printStackTrace:659]: Caused by: java.lang.ClassNotFoundException: net.minecraft.server.packs.resources.PreparableReloadListener [13:11:48] [main/INFO]: [java.lang.Throwable:printStackTrace:659]:     at java.base/jdk.internal.loader.BuiltinClassLoader.loadClass(BuiltinClassLoader.java:641) [13:11:48] [main/INFO]: [java.lang.Throwable:printStackTrace:659]:     at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:525) [13:11:48] [main/INFO]: [java.lang.Throwable:printStackTrace:659]:     at cpw.mods.securejarhandler/cpw.mods.cl.ModuleClassLoader.loadClass(ModuleClassLoader.java:137) [13:11:48] [main/INFO]: [java.lang.Throwable:printStackTrace:659]:     at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:525) [13:11:48] [main/INFO]: [java.lang.Throwable:printStackTrace:659]:     at cpw.mods.securejarhandler/cpw.mods.cl.ModuleClassLoader.loadClass(ModuleClassLoader.java:137) [13:11:48] [main/INFO]: [java.lang.Throwable:printStackTrace:659]:     at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:525) [13:11:48] [main/INFO]: [java.lang.Throwable:printStackTrace:659]:     ... 34 more [13:11:48] [Thread-0/INFO]: [java.lang.ThreadGroup:uncaughtException:1077]: java.util.ConcurrentModificationException [13:11:48] [Thread-0/INFO]: [java.lang.ThreadGroup:uncaughtException:1077]:     at java.base/java.util.HashMap$HashIterator.nextNode(HashMap.java:1597) [13:11:48] [Thread-0/INFO]: [java.lang.ThreadGroup:uncaughtException:1077]:     at java.base/java.util.HashMap$ValueIterator.next(HashMap.java:1625) [13:11:48] [Thread-0/INFO]: [java.lang.ThreadGroup:uncaughtException:1077]:     at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.LaunchPluginHandler.computeLaunchPluginTransformerSet(LaunchPluginHandler.java:68) [13:11:48] [Thread-0/INFO]: [java.lang.ThreadGroup:uncaughtException:1077]:     at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.ClassTransformer.transform(ClassTransformer.java:64) [13:11:48] [Thread-0/INFO]: [java.lang.ThreadGroup:uncaughtException:1077]:     at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.TransformingClassLoader.maybeTransformClassBytes(TransformingClassLoader.java:50) [13:11:48] [Thread-0/INFO]: [java.lang.ThreadGroup:uncaughtException:1077]:     at cpw.mods.securejarhandler/cpw.mods.cl.ModuleClassLoader.readerToClass(ModuleClassLoader.java:113) [13:11:48] [Thread-0/INFO]: [java.lang.ThreadGroup:uncaughtException:1077]:     at cpw.mods.securejarhandler/cpw.mods.cl.ModuleClassLoader.lambda$findClass$15(ModuleClassLoader.java:219) [13:11:48] [Thread-0/INFO]: [java.lang.ThreadGroup:uncaughtException:1077]:     at cpw.mods.securejarhandler/cpw.mods.cl.ModuleClassLoader.loadFromModule(ModuleClassLoader.java:229) [13:11:48] [Thread-0/INFO]: [java.lang.ThreadGroup:uncaughtException:1077]:     at cpw.mods.securejarhandler/cpw.mods.cl.ModuleClassLoader.findClass(ModuleClassLoader.java:219) [13:11:48] [Thread-0/INFO]: [java.lang.ThreadGroup:uncaughtException:1077]:     at cpw.mods.securejarhandler/cpw.mods.cl.ModuleClassLoader.loadClass(ModuleClassLoader.java:135) [13:11:48] [Thread-0/INFO]: [java.lang.ThreadGroup:uncaughtException:1077]:     at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:525) [13:11:48] [Thread-0/INFO]: [java.lang.ThreadGroup:uncaughtException:1077]:     at TRANSFORMER/[email protected]+mc1.20.1/org.embeddedt.modernfix.forge.config.NightConfigWatchThrottler$1.values(NightConfigWatchThrottler.java:37) [13:11:48] [Thread-0/INFO]: [java.lang.ThreadGroup:uncaughtException:1077]:     at MC-BOOTSTRAP/[email protected]/com.electronwill.nightconfig.core.file.FileWatcher$WatcherThread.run(FileWatcher.java:162) Any help would be appreciated.
    • But your Launcher does not find it   Java path is: /run/user/1000/doc/3f910b8/java Checking Java version... Java checker returned some invalid data we don't understand: Check the Azul Zulu site and select your OS and download the latest Java 8 build for Linux https://www.azul.com/downloads/?version=java-8-lts&package=jre#zulu After installation, check the path and put this path into your Launcher Java settings (Java Executable)
    • Try other builds of pehkui and origins++ until you find a working combination
    • Some Create addons are only compatible with Create 6 or Create 5 - so not both versions at the same time Try older builds of Create Stuff and Additions This is the last build before the Create 6 update: https://www.curseforge.com/minecraft/mc-mods/create-stuff-additions/files/6168370
  • Topics

×
×
  • Create New...

Important Information

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