Jump to content

[1.8] Servertick Crash


delpi

Recommended Posts

This does not happen in the dev environment, it only happens when I put the mod on my server and a client logs out.  I'm not sure if it matters if multiple clients are connected or just one.  Haven't tested yet.

 

I get the following crash for a concurrent modification

 

 

Console : [13:15:12] [server thread/INFO] [sTDOUT]: [clandoolittle.dimension_multiplyer.Common.Events.MyEvents_FML:tick:272]:  - TICK

Console : [13:15:12] [server thread/INFO] [sTDOUT]: [clandoolittle.dimension_multiplyer.Common.Blocks.Tile.Tile_Manager:tick:26]:  - tick

Console : [13:15:12] [server thread/INFO] [sTDOUT]: [clandoolittle.dimension_multiplyer.Common.Blocks.Tile.Tile_Manager:tick:30]:  -  server

Console : [13:15:12] [server thread/INFO] [sTDOUT]: [clandoolittle.dimension_multiplyer.Common.Blocks.Tile.Tile_Manager:tick:37]:  -  item : clandoolittle.dimension_multiplyer.Common.Blocks.Tile.Types.Protection_Admin_Tile@1fce3adc

Console : [13:15:12] [server thread/INFO] [sTDOUT]: [clandoolittle.dimension_multiplyer.Common.Blocks.Tile.Tile_Manager:tick:40]:  -    tile : clandoolittle.dimension_multiplyer.Common.Blocks.Tile.Types.Protection_Admin_Tile@1fce3adc

Console : [13:15:12] [server thread/INFO] [sTDOUT]: [clandoolittle.dimension_multiplyer.Common.Events.MyEvents_FML:onServerTickEvent:256]:  - Phase : START / SERVER

Console : [13:15:13] [server thread/ERROR] [FML]: Exception caught during firing event net.minecraftforge.fml.common.gameevent.TickEvent$ServerTickEvent@481e9d02:

Console : java.util.ConcurrentModificationException

Console : at java.util.ArrayList$Itr.checkForComodification(ArrayList.java:859) ~[?:1.7.0_79]

Console : at java.util.ArrayList$Itr.next(ArrayList.java:831) ~[?:1.7.0_79]

Console : at clandoolittle.custom_npc.Common.Blocks.Tile.Tile_Manager.tick(Tile_Manager.java:22) ~[Tile_Manager.class:?]

Console : at clandoolittle.custom_npc.Common.Events.MyEvents_FML.tick(MyEvents_FML.java:42) ~[MyEvents_FML.class:?]

Console : at clandoolittle.custom_npc.Common.Events.MyEvents_FML.onServerTickEvent(MyEvents_FML.java:33) ~[MyEvents_FML.class:?]

Console : at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_6_MyEvents_FML_onServerTickEvent_ServerTickEvent.invoke(.dynamic) ~[?:?]

Console : at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:55) ~[ASMEventHandler.class:?]

Console : at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:138) [EventBus.class:?]

Console : at net.minecraftforge.fml.common.FMLCommonHandler.onPostServerTick(FMLCommonHandler.java:288) [FMLCommonHandler.class:?]

Console : at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:642) [MinecraftServer.class:?]

Console : at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:478) [MinecraftServer.class:?]

Console : at java.lang.Thread.run(Thread.java:745) [?:1.7.0_79]

Console : [13:15:13] [server thread/ERROR] [FML]: Index: 1 Listeners:

Console : [13:15:13] [server thread/ERROR] [FML]: 0: NORMAL

Console : [13:15:13] [server thread/ERROR] [FML]: 1: ASM: clandoolittle.custom_npc.Common.Events.MyEvents_FML@17249f80 onServerTickEvent(Lnet/minecraftforge/fml/common/gameevent/TickEvent$ServerTickEvent;)V

Console : [13:15:13] [server thread/ERROR] [FML]: 2: ASM: clandoolittle.dimension_manager.Common.Events.MyEvents_FML@48637ff4 onServerTickEvent(Lnet/minecraftforge/fml/common/gameevent/TickEvent$ServerTickEvent;)V

Console : [13:15:13] [server thread/ERROR] [FML]: 3: ASM: clandoolittle.dimension_multiplyer.Common.Events.MyEvents_FML@40497eb8 onServerTickEvent(Lnet/minecraftforge/fml/common/gameevent/TickEvent$ServerTickEvent;)V

Console : [13:15:13] [server thread/ERROR] [FML]: 4: ASM: clandoolittle.permissions.Common.Events.MyEvents_FML@14c64f65 onServerTickEvent(Lnet/minecraftforge/fml/common/gameevent/TickEvent$ServerTickEvent;)V

Console : [13:15:13] [server thread/ERROR]: Encountered an unexpected exception

Console : java.util.ConcurrentModificationException

Console : at java.util.ArrayList$Itr.checkForComodification(ArrayList.java:859) ~[?:1.7.0_79]

Console : at java.util.ArrayList$Itr.next(ArrayList.java:831) ~[?:1.7.0_79]

Console : at clandoolittle.custom_npc.Common.Blocks.Tile.Tile_Manager.tick(Tile_Manager.java:22) ~[Tile_Manager.class:?]

Console : at clandoolittle.custom_npc.Common.Events.MyEvents_FML.tick(MyEvents_FML.java:42) ~[MyEvents_FML.class:?]

Console : at clandoolittle.custom_npc.Common.Events.MyEvents_FML.onServerTickEvent(MyEvents_FML.java:33) ~[MyEvents_FML.class:?]

Console : at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_6_MyEvents_FML_onServerTickEvent_ServerTickEvent.invoke(.dynamic) ~[?:?]

Console : at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:55) ~[ASMEventHandler.class:?]

Console : at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:138) ~[EventBus.class:?]

Console : at net.minecraftforge.fml.common.FMLCommonHandler.onPostServerTick(FMLCommonHandler.java:288) ~[FMLCommonHandler.class:?]

Console : at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:642) ~[MinecraftServer.class:?]

Console : at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:478) [MinecraftServer.class:?]

Console : at java.lang.Thread.run(Thread.java:745) [?:1.7.0_79]

Console : [13:15:13] [server thread/ERROR]: This crash report has been saved to: /home/minecraft/McMyAdmin_2/Minecraft/./crash-reports/crash-2015-08-14_13.15.13-server.txt

 

 

 

CrashLog - not really much detail

 

 

---- Minecraft Crash Report ----

// Hey, that tickles! Hehehe!

 

Time: 8/14/15 1:15 PM

Description: Exception in server tick loop

 

java.util.ConcurrentModificationException

at java.util.ArrayList$Itr.checkForComodification(ArrayList.java:859)

at java.util.ArrayList$Itr.next(ArrayList.java:831)

at clandoolittle.custom_npc.Common.Blocks.Tile.Tile_Manager.tick(Tile_Manager.java:22)

at clandoolittle.custom_npc.Common.Events.MyEvents_FML.tick(MyEvents_FML.java:42)

at clandoolittle.custom_npc.Common.Events.MyEvents_FML.onServerTickEvent(MyEvents_FML.java:33)

at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_6_MyEvents_FML_onServerTickEvent_ServerTickEvent.invoke(.dynamic)

at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:55)

at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:138)

at net.minecraftforge.fml.common.FMLCommonHandler.onPostServerTick(FMLCommonHandler.java:288)

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

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

at java.lang.Thread.run(Thread.java:745)

 

 

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

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

 

-- System Details --

Details:

Minecraft Version: 1.8

Operating System: Linux (amd64) version 3.5.0-54-generic

Java Version: 1.7.0_79, Oracle Corporation

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

Memory: 212908352 bytes (203 MB) / 504889344 bytes (481 MB) up to 8555069440 bytes (8158 MB)

JVM Flags: 2 total; -XX:+UseConcMarkSweepGC -Xmx8192M

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

FML: MCP v9.10 FML v8.0.99.99 Minecraft Forge 11.14.3.1450 7 mods loaded, 7 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.05} [Minecraft Coder Pack] (minecraft.jar)

UCHIJAAAA FML{8.0.99.99} [Forge Mod Loader] (ForgeMod.jar)

UCHIJAAAA Forge{11.14.3.1450} [Minecraft Forge] (ForgeMod.jar)

UCHIJAAAA custom_npc{1.1} [Custom NPC] (Custom NPC-Forge-1.8-11.14.3.1450 3.0.jar)

UCHIJAAAA dimension_manager{1.1} [Dimension Manager] (Dimension Manager-Forge-1.8-11.14.3.1450 3.0.jar)

UCHIJAAAA dimension_multiplyer{1.2} [Dimension Multiplyer] (Dimension Multiplyer-Forge-1.8-11.14.3.1450 3.0.jar)

UCHIJAAAA permissions{1.2} [Permissions] (Permissions-Forge-1.8-11.14.3.1450 3.0.jar)

Loaded coremods (and transformers):

Profiler Position: N/A (disabled)

Player Count: 0 / 40; []

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

Type: Dedicated Server (map_server.txt)

 

 

 

I added the print statements to try and determine where it is crashing.  It makes no sense where it is crashing.  The ServerTickEvent is called.  It then goes to call my routine 'tick()' and it never gets into 'tick()' to its print statement.  I tried it without the phase check, failure was the same.  I actually just added the phase deal as part of testing this.

 

 

 

 

    // TickEvents

    @SubscribeEvent

    public void onServerTickEvent(ServerTickEvent event) {

    //public void onServerTickEvent(ServerTickEvent event) {

    System.out.println("  - Phase : " + event.phase + " / " + event.type);

   

    // Phase

    if (event.phase.equals(Phase.END)) {

   

    // Handle Tick

    tick();       

        tick_1sec(); 

        tick_5sec();

        tick_30sec();

       

    }

       

    } 

   

    private void tick() {

    System.out.println("  - TICK");

   

    // Call tick functions

    instance.tile_manager().tick(Side.SERVER);

    instance.player_manager().tick(Side.SERVER);

    instance.entity_manager().tick(Side.SERVER);

    instance.world_manager().tick(Side.SERVER);

   

    }

 

 

 

 

I traced the calls to make sure nothing is calling this tick from somewehre else and it isn't.  I don't understand why a client logging out would cause a concurrent error on something that is only called from one place...

 

 

EDIT : Correction, I read the print statement timing wrong.  It fails between the start and end tick without ever calling 'tick()'

 

To make it more interested I commented out the call to 'tick()' and it still crashes with the exact same error and claimed location even though that peice of code is never called now.

 

EDIT 2 : Just noticed it happens when I change dimensions as well.

Long time Bukkit & Forge Programmer

Happy to try and help

Link to comment
Share on other sites

here it is

 

 

 

public class Tile_Manager {

 

// Declare Variables

private List<MyBaseTile> tiles_Tick = new ArrayList<MyBaseTile>();

private HashMap<Integer, Protection_Admin_Tile_List> tiles_Protection = new HashMap<Integer, Protection_Admin_Tile_List>();

private List<Protection_Admin_Tile> tile_Protection_init = new ArrayList<Protection_Admin_Tile>();

 

public Tile_Manager() {

 

}

 

// Handle Tick

public void tick(Side side) {

//System.out.println("  - tick");

 

// Check for server

if (side.equals(Side.SERVER)) {

//System.out.println("  -  server");

 

// Setup Variables

List<MyBaseTile> tiles_delete = new ArrayList<MyBaseTile>();

 

// Cycle Tiles

for (MyBaseTile item : tiles_Tick) {

//System.out.println("  -  item : " + item);

 

MyBaseTile tile = (MyBaseTile) item.getWorld().getTileEntity(item.getPos());

System.out.println("  -    tile : " + tile + " / " + item.getWorld().provider.getDimensionId() + " / " + item.getPos());

 

// Check for tile

if (tile != null) {

 

tile.tick(Side.SERVER);

 

} else {

 

tiles_delete.add(item);

 

}

 

}

 

// Clear empties

tiles_Tick.removeAll(tiles_delete);

 

}

 

}

 

public void tick_1sec(Side side) {

 

// Check for server

if (side.equals(Side.SERVER)) {

 

// Action

tick_tile_Protection_init();

 

// Setup Variables

List<MyBaseTile> tiles_delete = new ArrayList<MyBaseTile>();

 

// Cycle Tiles

for (MyBaseTile item : tiles_Tick) {

 

// Get the tile

MyBaseTile tile = (MyBaseTile) item.getWorld().getTileEntity(item.getPos());

 

// Check for tile

if (tile != null) {

 

tile.tick_1sec(Side.SERVER);

 

} else {

 

tiles_delete.add(item);

 

}

 

}

 

// Clear empties

tiles_Tick.removeAll(tiles_delete);

 

}

 

}

 

public void tile_Tick(MyBaseTile tile) {

 

tiles_Tick.add(tile);

 

}

 

public void tile_Protection_init(Protection_Admin_Tile tile) {

 

if (!tile_Protection_init.contains(tile)) {tile_Protection_init.add(tile);}

 

}

 

private void tick_tile_Protection_init() {

 

// Setup Variables

List<Protection_Admin_Tile> delete = new ArrayList<Protection_Admin_Tile>();

 

// Cycle

for (Protection_Admin_Tile item : tile_Protection_init) {

 

// Check for world

if (item.getWorld() != null) {

 

// add to delete list

delete.add(item);

 

// Process

tile_Protection(item);

 

}

 

}

 

// Remove

tile_Protection_init.removeAll(delete);

 

}

 

public void tile_Protection(Protection_Admin_Tile tile) {

 

// Setup Variables

int dimension = tile.getWorld().provider.getDimensionId();

 

// Check for dimension

if (tiles_Protection.containsKey(dimension)) {

 

// Add to List

tiles_Protection.get(dimension).tile_Protection(tile);

 

} else {

 

// Create new list and populate

Protection_Admin_Tile_List tile_List = new Protection_Admin_Tile_List();

tile_List.tile_Protection(tile);

 

// Add to map

tiles_Protection.put(dimension, tile_List);

 

}

 

}

 

public boolean blocked (EntityPlayer player, BlockPos pos) {

 

// Setup Variables

int dimension = player.worldObj.provider.getDimensionId();

 

// Check for dimension

if (tiles_Protection.containsKey(dimension)) {

 

// Add to List

return tiles_Protection.get(dimension).blocked(player, pos);

 

} else {

 

// Nothing found

return false;

 

}

 

}

 

}

 

 

 

Edit : Also just went and found the one tile currently in the world and deleted it, now it doesn't crash.  Going to try other type tiles to see if it is just that block

 

Edit 2 : yep, its just the protection block.  The search narrows

 

Edit 3: the search widens back.  Even with no tiles (from that mod) in the world, it still creates the error teleporting to certain dimensions.

Long time Bukkit & Forge Programmer

Happy to try and help

Link to comment
Share on other sites

I misunderstood something in a post about TileEntities not ticking on their own in 1.8 early on in the conversion.

 

Just never changed it after I realized what the post really meant.  And, it worked so...

 

But, maybe that is the solution.  Still don't understand the error with concurrent modification of something that really doesn't look to be.

Long time Bukkit & Forge Programmer

Happy to try and help

Link to comment
Share on other sites

I misunderstood something in a post about TileEntities not ticking on their own in 1.8 early on in the conversion.

 

Yeah, there's a boolean in the TileEntity class that controls their tick/not-tick behavior.  There's a setter for it.

 

Use it.

 

(Or a function you override, I haven't actually messed with 1.8 yet, but the standard behavior still exists)

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.

Link to comment
Share on other sites

Going to convert it now.    This error still bugs me though, even though I shouldn't do it this way, I don't understand why it works in dev environment but not on server.

 

 

Long time Bukkit & Forge Programmer

Happy to try and help

Link to comment
Share on other sites

I was a bit overwhelmed when I was doing the conversion of all my mods.  Can't remember why I settled on this.

 

It isn't that hard to implement what I did.  I realize you don't like it.

 

 

Edit : Thank you both for the help and advice.

Long time Bukkit & Forge Programmer

Happy to try and help

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



  • Recently Browsing

    • No registered users viewing this page.
  • Posts

    • There is an issue with oculus
    • ---- Informe de fallo de Minecraft ---- // Mi error. Hora: 2024-06-20 22:42:24 Descripción: Superposición de renderizado net.minecraftforge.fml.config.ConfigFileTypeHandler$ConfigLoadingException: Error al cargar el archivo de configuración sofisticadocore-client.toml de tipo CLIENTE para modid sofisticadocore     en net.minecraftforge.fml.config.ConfigFileTypeHandler.lambda$reader$1(ConfigFileTypeHandler.java:47) ~ [fmlcore-1.20.1-47.3.1.jar%23213!/:?] {}     en net.minecraftforge.fml.config.ConfigTracker.openConfig(ConfigTracker.java:60) ~[fmlcore-1.20.1-47.3. 1.jar%23213!/:?] {}     en net.minecraftforge.fml.config.ConfigTracker.lambda$loadConfigs$1(ConfigTracker.java:50) ~[fmlcore-1.20.1-47.3.1.jar%23213! /:?] {}     en java.lang.Iterable.forEach(Iterable.java:75) ~[?:?] {re:mixin}     en java.util.Collections$SynchronizedCollection.forEach(Collections.java:2131) ~ [?:?] {}     en net.minecraftforge.fml.config.ConfigTracker.loadConfigs(ConfigTracker.java:50) ~[fmlcore-1.20.1-47.3.1.jar%23213!/:?] {}     en net .minecraftforge.fml.core.ModStateProvider.lambda$new$1(ModStateProvider.java:67) ~[forge-1.20.1-47.3.1-universal.jar%23217!/?:?] {re:classloading}     en la red. minecraftforge.fml.DistExecutor.unsafeRunWhenOn(DistExecutor.java:111) ~[fmlcore-1.20.1-47.3.1.jar%23213!/:?] {}     en net.minecraftforge.fml.core.ModStateProvider.lambda$new $3(ModStateProvider.java:66) ~[forge-1.20.1-47.3.1-universal.jar%23217!/:?] {re:classloading}     en net.minecraftforge.fml.ModLoader.handleInlineTransition(ModLoader.java: 217) ~[fmlcore-1.20.1-47.3.1.jar%23213!/:?] {}     en net.minecraftforge.fml.ModLoader.lambda$dispatchAndHandleError$19(ModLoader.java:209) ~[fmlcore-1.20. 1-47.3.1.jar%23213!/:?] {}     en java.util.Optional.ifPresent(Optional.java:178) ~[?:?] {re:mixin}     en net.minecraftforge.fml.ModLoader .dispatchAndHandleError(ModLoader.java:209) ~[fmlcore-1.20.1-47.3.1.jar%23213!/:?] {}     en net.minecraftforge.fml.ModLoader.lambda$loadMods$15(ModLoader.java:190 ) ~[fmlcore-1.20.1-47.3.1.jar%23213!/?:?] {}     en java.lang.Iterable.forEach(Iterable.java:75) ~[?:?] {re:mixin}     en net.minecraftforge.fml.ModLoader.loadMods(ModLoader.java:190) ~[fmlcore-1.20.1-47.3.1.jar%23213!/:?] {}     en net.minecraftforge.client.loading.ClientModLoader.lambda $startModLoading$5(ClientModLoader.java:97) ~[forge-1.20.1-47.3.1-universal.jar%23217!/:?] {re:classloading,pl:runtimedistcleaner:A}     en net.minecraftforge.client. cargando.ClientModLoader.lambda$createRunnableWithCatch$4(ClientModLoader.java:89) ~[forge-1.20.1-47.3.1-universal.jar%23217!/:?] {re:classloading,pl:runtimedistcleaner:A}     en la red .minecraftforge.client.loading.ClientModLoader.startModLoading(ClientModLoader.java:97) ~[forge-1.20.1-47.3.1-universal.jar%23217!/?] {re:classloading,pl:runtimedistcleaner:A}     en net.minecraftforge.client.loading.ClientModLoader.lambda$onResourceReload$2(ClientModLoader.java:80) ~[forge-1.20.1-47.3.1-universal.jar%23217!/:?] {re:classloading,pl :runtimedistcleaner:A}     en net.minecraftforge.client.loading.ClientModLoader.lambda$createRunnableWithCatch$4(ClientModLoader.java:89) ~[forge-1.20.1-47.3.1-universal.jar%23217!/:?] { re:classloading,pl:runtimedistcleaner:A}     en java.util.concurrent.CompletableFuture$AsyncRun.run(CompletableFuture.java:1804) ~[?:?] {}     en java.util.concurrent.CompletableFuture$AsyncRun.exec( CompletableFuture.java:1796) ~[?:?] {}     en java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:373) ~[?:?] {}     en java.util.concurrent.ForkJoinPool$WorkQueue. topLevelExec(ForkJoinPool.java:1182) ~[?:?] {}     en java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1655) ~[?:?] {re:computing_frames}     en java.util.concurrent .ForkJoinPool.runWorker(ForkJoinPool.java:1622) ~[?:?] {re:computing_frames}     en java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:165) ~[?:?] {} Causado por: com.electronwill.nightconfig.core.io.ParsingException: No hay suficientes datos disponibles     en com.electronwill.nightconfig.core.io.ParsingException.notEnoughData(ParsingException.java:22) ~[core-3.6.4.jar%2393!/ :?] {}     en com.electronwill.nightconfig.core.io.ReaderInput.directReadChar(ReaderInput.java:36) ~[core-3.6.4.jar%2393!/:?] {}     en com.electronwill.nightconfig .core.io.AbstractInput.readChar(AbstractInput.java:49) ~[core-3.6.4.jar%2393!/:?] {}     en com.electronwill.nightconfig.core.io.AbstractInput.readCharsUntil(AbstractInput. java:123) ~[core-3.6.4.jar%2393!/?] {}     en com.electronwill.nightconfig.toml.TableParser.parseKey(TableParser.java:166) ~[toml-3.6.4.jar %2394!/:?] {}     en com.electronwill.nightconfig.toml.TableParser.parseDottedKey(TableParser.java:145) ~[toml-3.6.4.jar%2394!/:?] {}     en com.electronwill .nightconfig.toml.TableParser.parseNormal(TableParser.java:55) ~[toml-3.6.4.jar%2394!/:?] {}     en com.electronwill.nightconfig.toml.TomlParser.parse(TomlParser.java: 44) ~[toml-3.6.4.jar%2394!/?] {}     en com.electronwill.nightconfig.toml.TomlParser.parse(TomlParser.java:37) ~[toml-3.6.4.jar%2394 !/:?] {}     en com.electronwill.nightconfig.core.io.ConfigParser.parse(ConfigParser.java:113) ~[core-3.6.4.jar%2393!/:?] {}     en com.electronwill .nightconfig.core.io.ConfigParser.parse(ConfigParser.java:219) ~[core-3.6.4.jar%2393!/:?] {}     en com.electronwill.nightconfig.core.io.ConfigParser.parse( ConfigParser.java:202) ~[core-3.6.4.jar%2393!/:?] {}     en com.electronwill.nightconfig.core.file.WriteSyncFileConfig.load(WriteSyncFileConfig.java:73) ~[core-3.6 .4.jar%2393!/?] {}     en com.electronwill.nightconfig.core.file.AutosaveCommentedFileConfig.load(AutosaveCommentedFileConfig.java:85) ~[core-3.6.4.jar%2393!/:?] {}     en net.minecraftforge.fml.config.ConfigFileTypeHandler. lambda$reader$1(ConfigFileTypeHandler.java:43) ~[fmlcore-1.20.1-47.3.1.jar%23213!/:?] {}     ... 27 más Un tutorial detallado del error, su ruta de código y todos los detalles conocidos es el siguiente: -------------------------------- -------------------------------------------------- ----- -- Head -- Hilo: Hilo de procesamiento Modificaciones sospechosas: NINGUNA Stacktrace:     en net.minecraftforge.fml.config.ConfigFileTypeHandler.lambda$reader$1(ConfigFileTypeHandler.java:47) ~[fmlcore-1.20.1-47.3.1.jar %23213!/:?] {}     en net.minecraftforge.fml.config.ConfigTracker.openConfig(ConfigTracker.java:60) ~[fmlcore-1.20.1-47.3.1.jar%23213!/:?] {}     en net.minecraftforge.fml.config.ConfigTracker.lambda$loadConfigs$1(ConfigTracker.java:50) ~[fmlcore-1.20.1-47.3.1.jar%23213!/:?] {}     en java.lang.Iterable .forEach(Iterable.java:75) ~[?:?] {re:mixin}     en java.util.Collections$SynchronizedCollection.forEach(Collections.java:2131) ~[?:?] {}     en net.minecraftforge. fml.config.ConfigTracker.loadConfigs(ConfigTracker.java:50) ~[fmlcore-1.20.1-47.3.1.jar%23213!/:?] {}     en net.minecraftforge.fml.core.ModStateProvider.lambda$new $1(ModStateProvider.java:67) ~[forge-1.20.1-47.3.1-universal.jar%23217!/:?] {re:classloading}     en net.minecraftforge.fml.DistExecutor.unsafeRunWhenOn(DistExecutor.java: 111) ~[fmlcore-1.20.1-47.3.1.jar%23213!/:?] {}     en net.minecraftforge.fml.core.ModStateProvider.lambda$new$3(ModStateProvider.java:66) ~[forge- 1.20.1-47.3.1-universal.jar%23217!/:?] {re:classloading} - Detalles de renderizado de superposición - Detalles:     Nombre de superposición: net.minecraftforge.client.loading.ForgeLoadingOverlay Stacktrace:     en net.minecraft .client.renderer.GameRenderer.m_109093_(GameRenderer.java:1385) ~[client-1.20.1-20230612.114412-srg.jar%23212!/:?] {re:mixin,pl:accesstransformer:B,xf:OptiFine: predeterminado,re:classloading,pl:accesstransformer:B,xf:OptiFine:default,pl:mixin:APP:sanitydim.mixins.json:MixinGameRenderer,pl:mixin:APP:securitycraft.mixins.json:camera.GameRendererMixin,pl: mixin:A}     en net.minecraft.client.Minecraft.m_91383_(Minecraft.java:1146) ~[client-1.20.1-20230612.114412-srg.jar%23212!/:?] {re:mixin,pl:accesstransformer: B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:mixin:A,pl:runtimedistcleaner:A}     en net.minecraft.client.Minecraft.m_91374_(Minecraft.java:718) ~[cliente -1.20.1-20230612.114412-srg.jar%23212!/?] {re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:mixin:A, pl:runtimedistcleaner:A}     en net.minecraft.client.main.Main.main(Main.java:218) ~[1.20.1-forge-47.3.1.jar:?] {re:classloading,pl:runtimedistcleaner: A}     en jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:?] {}     en jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) ~[?:?] {}     en jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?] {}     en java.lang.reflect.Method.invoke(Method.java:568) ~[?:?] {}     en net.minecraftforge.fml.loading.targets.CommonLaunchHandler.runTarget(CommonLaunchHandler.java:111) ~[fmlloader- 1.20.1-47.3.1.jar:?] {}     en net.minecraftforge.fml.loading.targets.CommonLaunchHandler.clientService(CommonLaunchHandler.java:99) ~[fmlloader-1.20.1-47.3.1.jar:? ] {}     en net.minecraftforge.fml.loading.targets.CommonClientLaunchHandler.lambda$makeService$0(CommonClientLaunchHandler.java:25) ~[fmlloader-1.20.1-47.3.1.jar:?] {}     en cpw.mods. modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:30) ~[modlauncher-10.0.9.jar:?] {}     en cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:53) ~[modlauncher-10.0.9 .jar:?] {}     en cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:71) ~[modlauncher-10.0.9.jar:?] {}     en cpw.mods.modlauncher.Launcher.run(Launcher .java:108) ~[modlauncher-10.0.9.jar:?] {}     en cpw.mods.modlauncher.Launcher.main(Launcher.java:78) ~[modlauncher-10.0.9.jar:?] {}     en cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:26) ~[modlauncher-10.0.9.jar:?] {}     en cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:23) ~[ modlauncher-10.0.9.jar:?] {}     en cpw.mods.bootstraplauncher.BootstrapLauncher.main(BootstrapLauncher.java:141) ~[bootstraplauncher-1.1.2.jar:?] {} -- Última recarga -- Detalles:     Número de recarga: 1     Motivo de recarga: inicial     Terminado: No     Paquetes: vanilla, mod_resources -- Detalles del sistema -- Detalles:     Versión de Minecraft: 1.20.1     ID de versión de Minecraft: 1.20.1     Sistema operativo: Windows 10 (amd64) versión 10.0     Versión de Java: 17.0.8,     Versión de VM de Microsoft Java: VM de servidor OpenJDK de 64 bits ( modo mixto), Microsoft     Memoria: 622962864 bytes (594 MiB) / 1107296256 bytes (1056 MiB) hasta 3170893824 bytes (3024 MiB)     CPU: 4     Proveedor del procesador: Genuino     Nombre del procesador Intel: CPU Intel(R) Core(TM) i5-4210U @ 1,70 GHz     Identificador: Intel64 Familia 6 Modelo 69 Paso 1     Microarquitectura: Haswell (Cliente)     Frecuencia (GHz): 2,39     Número de paquetes físicos: 1     Número de CPU físicas: 2     Número de CPU lógicas: 4     Nombre de la tarjeta gráfica n.º 0: Intel( R) Familia de gráficos HD     Tarjeta gráfica #0 Proveedor: Intel Corporation (0x8086)     Tarjeta gráfica #0 VRAM (MB): 1024.00     Tarjeta gráfica #0 ID del dispositivo: 0x0a16     Tarjeta gráfica #0 versionInfo: DriverVersion=20.19.15.4531     Capacidad de la ranura de memoria #0 ( MB): 4096,00     Velocidad de reloj de la ranura de memoria n.° 0 (GHz): 1,60     Tipo de ranura de memoria n.° 0: DDR3     Capacidad de la ranura de memoria n.° 1 (MB): 2048.00     Velocidad de reloj de la ranura de memoria n.° 1 (GHz): 1.60     Tipo de ranura de memoria n.° 1: DDR3     Memoria virtual máx (MB): 12449,39     Memoria virtual utilizada (MB): 7007,55     Memoria de intercambio total (MB): 6413,12     Memoria de intercambio utilizada (MB): 327,89     Banderas JVM: 8 en total; -XX:+UnlockExperimentalVMOptions -XX:+UseG1GC -XX:G1NewSizePercent=20 -XX:G1ReservePercent=20 -XX:MaxGCPauseMillis=50 -XX:G1HeapRegionSize=16M -Xmx3018m -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump     Versión lanzada : 1.20.1-forge-47.3.1     Biblioteca backend: LWJGL versión 3.3.1 build 7     API backend: Intel(R) HD Graphics 4400 GL versión 4.3.0 - Build 20.19.15.4531, Intel     Tamaño de ventana: 1366x768     GL Mayúsculas: Uso framebuffer usando OpenGL 3.2     Mensajes de depuración GL: id=1282, fuente=API, tipo=ERROR, gravedad=ALTA, mensaje='Se ha generado un error. Error de GL GL_INVALID_OPERATION en (nulo): (ID: 173538523) Error genérico x 2     Usando VBO: Sí     Está modificado: Definitivamente; La marca del cliente cambió a 'forge'     Tipo: Cliente (map_client.txt)     Modo de gráficos: sofisticado     Paquetes de recursos:      Idioma actual: es_mx     CPU: 4 CPU Intel(R) Core(TM) i5-4210U a 1,70 GHz     Versión OptiFine: OptiFine_1.20.1 _HD_U_I6     OptiFine Build: 20231221-120401     Fragmentos de distancia de renderizado: 8     Mipmaps: 4     Filtrado anisotrópico: 1     Antialiasing: 0     Multitextura: falso     Sombreadores: nulo     OpenGlVersion: 4.3.0 - Build 20.19.15.4531     OpenGlRenderer: Intel(R) HD Graphics 4400     OpenGlVendor: Intel     CpuCount: 4     ModLauncher: 10.0.9+10.0.9+main. dcd20f30     Destino de lanzamiento de ModLauncher: forgeclient     Nombre de ModLauncher: srg     Servicios de ModLauncher:          mixin-0.8.5.jar mixin PLUGINSERVICE          eventbus-6.0.5.jar eventbus PLUGINSERVICE          fmlloader-1.20.1-47.3.1.jar slf4jfixer PLUGINSERVICE          fmlloader-1.20.1- 47.3.1.jar object_holder_definalize PLUGINSERVICE          fmlloader-1.20.1-47.3.1.jar runtime_enum_extender PLUGINSERVICE          fmlloader-1.20.1-47.3.1.jar capacitity_token_subclass PLUGINSERVICE          accesstransformers-8.0.4.jar accesstransformer PLUGINSERVICE          fmlloader-1.2 0,1-47,3. 1.jar runtimedistcleaner PLUGINSERVICE          modlauncher-10.0.9.jar mixin TRANSFORMATIONERVICE          modlauncher-10.0.9.jar OptiFine TRANSFORMATIONERVICE          modlauncher-10.0.9.jar fml TRANSFORMATIONSERVICE      Proveedores de lenguaje FML:          [email protected]         lowcodefml@null         javafml@null     Lista de mods:          cliente- 1.20.1-20230612.114412-srg.jar |Minecraft |minecraft |1.20.1 |COMMON_SET|Manifiesto: a1:d4:5e:04:4f:d3:d6:e0:7b:37:97:cf:77:b0: de:ad:4a:47:ce:8c:96:49:5f:0a:cf:8c:ae:b2:6d:4b:8a:3f         hijos-de-sins-1.20.1-2.1.6.jar |Hijos de pecados |sons_of_sins |2.1.6 |COMMON_SET|Manifiesto: NOSIGNATURE         TreeChop-1.20.1-forge-0.19.0.jar |HT's TreeChop |treechop |0.18.8 |COMMON_SET|Manifiesto: NOSIGNATURE         geckolib-forge-1.20. 1-4.4.4.jar |GeckoLib 4 |geckolib |4.4.4 |COMMON_SET|Manifiesto: NOSIGNATURE         jei-1.20.1-forge-15.3.0.4.jar |Solo suficientes elementos |jei |15.3.0.4 |COMMON_SET|Manifiesto: NOSIGNATURE         jeiintegration_1.20.1-10.0.0.jar |Integración JEI |jeiintegration |10.0.0 |COMMON_SET|Manifiesto: NOSIGNATURE         sofisticadocore-1.20.1-0.6.22.611.jar |Núcleo sofisticado |núcleo sofisticado |0.6.22.611 |COMMON_SET|Manifiesto: SIN FIRMA         curios-forge-5.9.1+1.20.1.jar |API de Curios |curios |5.9.1+1.20.1 |COMMON_SET|Manifiesto: NOSIGNATURE         waystones-forge-1.20-14.1.3.jar |Waystones |waystones |14.1. 3 |COMMON_SET|Manifiesto: NOSIGNATURE         El-Hombre-De-La-Niebla-1.2.4a-1.20.1.jar |El Hombre De La Niebla |man |1.2.4 |COMMON_SET|Manifiesto: NOSIGNATURE         lápida-1.20.1- 1.0.10.jar |Lápida Mod |lápida |1.20.1-1.0.10 |COMMON_SET|Manifiesto: NOSIGNATURE         [1.20.1] SecurityCraft v1.9.9.jar |SecurityCraft |securitycraft |1.9.9 |COMMON_SET|Manifiesto: NOSIGNATURE         horror_element_mod -1.5.9_1.20.1.jar |Mod elemento de terror |horror_element_mod |1.5.9 |COMMON_SET|Manifiesto: NOSIGNATURE         Apollyon_v1.1.1_Forge_1.20.1.jar |Apollyon |apollyon |1.1.1 |COMMON_SET|Manifiesto: NOSIGNATURE         mixinextras-forge- 0.2.0-beta.6.jar |MixinExtras |mixinextras |0.2.0-beta.6 |COMMON_SET|Manifiesto: NOSIGNATURE         sofisticadasmochilas-1.20.1-3.20.5.1044.jar |Mochilas sofisticadas |mochilas sofisticadas |3.20.5.1044 |COMMON_SET| Manifiesto: NOSIGNATURE         Guide-API-VP-1.20.1-2.2.6.jar |Guide-API VP |guideapi_vp |2.2.6 |COMMON_SET|Manifiesto: NOSIGNATURE         arquitectura-9.2.14-forge.jar |Arquitectura |arquitectura |9.2 .14 |COMMON_SET|Manifiesto: NOSIGNATURE         justhammers-forge-2.0.3+mc1.20.1.jar |Just Hammers                  |justhammers |2.0.3+mc1.20.1 |COMMON_SET|Manifiesto: NOSIGNATURE         Vampirism-1.20.1-1.10.7.jar |Vampirismo |vampirismo |1.10.7 |COMMON_SET|Manifiesto: NOSIGNATURE         vampirism_integrations-1.20.1-1.8.0 .jar |Integraciones de vampirismo |integraciones_vampirismo |1.8.0 |COMMON_SET|Manifiesto: NOSIGNATURE         GodlyVampirism-1.20.1-1.10.0.jar |Vampirismo divino |godly_vampirism |1.10.0 |COMMON_SET|Manifiesto: NOSIGNATURE         balm-forge-1.20.1 -7.2.2.jar |Bálsamo |bálsamo |7.2.2 |COMMON_SET|Manifiesto: NOSIGNATURE         thedragonlib-1.20.1-1.0.0.jar |TheDragonLib |thedragonlib |1.20.1-1.0.0 |COMMON_SET|Manifiesto: NOSIGNATURE         carryon -forge-1.20.1-2.1.2.7.jar |Continuar |carryon |2.1.2.7 |COMMON_SET|Manifiesto: NOSIGNATURE         forge-1.20.1-47.3.1-universal.jar |Forge |forge |47.3.1 |COMMON_SET |Manifiesto: 84:ce:76:e8:45:35:e4:0e:63:86:df:47:59:80:0f:67:6c:c1:5f:6e:5f:4d:b3:54 :47:1a:9f:7f:ed:5e:f2:90         cosmeticarmorreworked-1.20.1-v1a.jar |CosmeticArmorReworked |cosmeticarmorreworked |1.20.1-v1a |COMMON_SET|Manifiesto: 5e:ed:25:99:e4: 44:14:c0:dd:89:c1:a9:4c:10:b5:0d:e4:b1:52:50:45:82:13:d8:d0:32:89:67:56:57: 01:53         Armorplus-1.20.1-20.0.0.jar |ArmorPlus |armorplus |1.20.1-20.0.0 |COMMON_SET|Manifiesto: NOSIGNATURE         THEUNDEADREVAMPED_1.2_1.20.1[Society Monmento Upd|Undead_revamp2 |undead_revamp2 |1.0.0 | COMMON_SET|Manifiesto: NOSIGNATURE         sanitydim-mc1.20-1.1.0.jar |Sanity: Descent Into Madness |sanitydim |1.1.0 |COMMON_SET|Manifiesto: NOSIGNATURE     Informe de fallo UUID: 49e97c25-1f8b-4147-b7cc-4951e2513d6c     FML: 47.3     Forja: net.minecraftforge:47.3.1
    • I created the animations by downloading the existing ones from the Github, and redoing them. I only ever saved the animations, and didnt export because it doesnt know what directory. I'm thinkin i just need a directory and I'd have been done with this, but im not sure.  noticed in blender there was a script thingy on the side, too. so im basically just askin, since i just redid the animations, would I just have to set a directory to the better combat mod somehow? can someone help???
    • Hallo! I'm trying to make a custom modpack for my friends and I to play, but I keep getting this error code whenver I launch it and I can't figure out what's wrong with it. The game crashed whilst rendering overlay Error: java.lang.StackOverflowError: Rendering overlay   Here is the full crash report: Pastebin
  • Topics

×
×
  • Create New...

Important Information

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