ldtteam / minecolonies

Minecolonies minecraft mod
http://minecolonies.com/
GNU General Public License v3.0
659 stars 336 forks source link

Minecolonies crashes only in my world after a few seconds #3179

Closed RioPlatense closed 5 years ago

RioPlatense commented 5 years ago

Minecolonies version

Version: minecolonies-1.12.2-0.10.83-ALPHA-universal

Expected behavior

No crash

Actual behaviour

1 - Start the game 2 - Select world 3 - It crash in that world

World was working fine until I clicked on my workbench and it crashed. Now it crashes 4 seconds after I load the world Thank you for reading.

Crash report:

---- Minecraft Crash Report ----

WARNING: coremods are present: Contact their authors BEFORE contacting forge

// But it works on my machine.

Time: 12/20/18 9:14 PM Description: Ticking entity

java.lang.NoClassDefFoundError: com/minecolonies/coremod/util/StructureWrapper at com.minecolonies.coremod.entity.ai.basic.AbstractEntityAIStructure.loadStructure(AbstractEntityAIStructure.java:752) at com.minecolonies.coremod.entity.ai.basic.AbstractEntityAIStructureWithWorkOrder.loadStructure(AbstractEntityAIStructureWithWorkOrder.java:144) at com.minecolonies.coremod.entity.ai.basic.AbstractEntityAIStructureWithWorkOrder.initiate(AbstractEntityAIStructureWithWorkOrder.java:84) at com.minecolonies.coremod.entity.ai.citizen.builder.EntityAIStructureBuilder.checkIfExecute(EntityAIStructureBuilder.java:183) at com.minecolonies.coremod.entity.ai.citizen.builder.EntityAIStructureBuilder$$Lambda$443/1837672646.getAsBoolean(Unknown Source) at com.minecolonies.coremod.entity.ai.util.AITarget.test(AITarget.java:120) at com.minecolonies.coremod.entity.ai.basic.AbstractAISkeleton.checkOnTarget(AbstractAISkeleton.java:171) at com.minecolonies.coremod.entity.ai.basic.AbstractAISkeleton$$Lambda$456/498844102.test(Unknown Source) at java.util.stream.MatchOps$1MatchSink.accept(MatchOps.java:90) at java.util.ArrayList$ArrayListSpliterator.tryAdvance(ArrayList.java:1351) at java.util.stream.ReferencePipeline.forEachWithCancel(ReferencePipeline.java:126) at java.util.stream.AbstractPipeline.copyIntoWithCancel(AbstractPipeline.java:529) at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:516) at java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:502) at java.util.stream.MatchOps$MatchOp.evaluateSequential(MatchOps.java:230) at java.util.stream.MatchOps$MatchOp.evaluateSequential(MatchOps.java:196) at java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234) at java.util.stream.ReferencePipeline.anyMatch(ReferencePipeline.java:449) at com.minecolonies.coremod.entity.ai.basic.AbstractAISkeleton.func_75246_d(AbstractAISkeleton.java:135) at net.minecraft.entity.ai.EntityAITasks.func_75774_a(SourceFile:129) at net.minecraft.entity.EntityLiving.func_70626_be(EntityLiving.java:883) at net.minecraft.entity.EntityLivingBase.func_70636_d(EntityLivingBase.java:2350) at net.minecraft.entity.EntityLiving.func_70636_d(EntityLiving.java:678) at net.minecraft.entity.EntityAgeable.func_70636_d(EntityAgeable.java:178) at com.minecolonies.coremod.entity.EntityCitizen.func_70636_d(EntityCitizen.java:570) at net.minecraft.entity.EntityLivingBase.func_70071h(EntityLivingBase.java:2170) at net.minecraft.entity.EntityLiving.func_70071h(EntityLiving.java:377) at net.minecraft.world.World.func_72866_a(World.java:1990) at net.minecraft.world.WorldServer.func_72866_a(WorldServer.java:831) at net.minecraft.world.World.func_72870_g(World.java:1952) at net.minecraft.world.World.func_72939_s(World.java:1756) at net.minecraft.world.WorldServer.func_72939_s(WorldServer.java:612) at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:765) at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:666) at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:252) at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:524) at java.lang.Thread.run(Thread.java:745) Caused by: java.lang.ClassNotFoundException: com.minecolonies.coremod.util.StructureWrapper at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:191) at java.lang.ClassLoader.loadClass(ClassLoader.java:424) at java.lang.ClassLoader.loadClass(ClassLoader.java:357) ... 37 more Caused by: java.lang.VerifyError: Cannot inherit from final class at java.lang.ClassLoader.defineClass1(Native Method) at java.lang.ClassLoader.defineClass(ClassLoader.java:760) at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:142) at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:182) ... 39 more

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

-- Head -- Thread: Server thread Stacktrace: at com.minecolonies.coremod.entity.ai.basic.AbstractEntityAIStructure.loadStructure(AbstractEntityAIStructure.java:752) at com.minecolonies.coremod.entity.ai.basic.AbstractEntityAIStructureWithWorkOrder.loadStructure(AbstractEntityAIStructureWithWorkOrder.java:144) at com.minecolonies.coremod.entity.ai.basic.AbstractEntityAIStructureWithWorkOrder.initiate(AbstractEntityAIStructureWithWorkOrder.java:84) at com.minecolonies.coremod.entity.ai.citizen.builder.EntityAIStructureBuilder.checkIfExecute(EntityAIStructureBuilder.java:183) at com.minecolonies.coremod.entity.ai.citizen.builder.EntityAIStructureBuilder$$Lambda$443/1837672646.getAsBoolean(Unknown Source) at com.minecolonies.coremod.entity.ai.util.AITarget.test(AITarget.java:120) at com.minecolonies.coremod.entity.ai.basic.AbstractAISkeleton.checkOnTarget(AbstractAISkeleton.java:171) at com.minecolonies.coremod.entity.ai.basic.AbstractAISkeleton$$Lambda$456/498844102.test(Unknown Source) at java.util.stream.MatchOps$1MatchSink.accept(MatchOps.java:90) at java.util.ArrayList$ArrayListSpliterator.tryAdvance(ArrayList.java:1351) at java.util.stream.ReferencePipeline.forEachWithCancel(ReferencePipeline.java:126) at java.util.stream.AbstractPipeline.copyIntoWithCancel(AbstractPipeline.java:529) at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:516) at java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:502) at java.util.stream.MatchOps$MatchOp.evaluateSequential(MatchOps.java:230) at java.util.stream.MatchOps$MatchOp.evaluateSequential(MatchOps.java:196) at java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234) at java.util.stream.ReferencePipeline.anyMatch(ReferencePipeline.java:449) at com.minecolonies.coremod.entity.ai.basic.AbstractAISkeleton.func_75246_d(AbstractAISkeleton.java:135) at net.minecraft.entity.ai.EntityAITasks.func_75774_a(SourceFile:129) at net.minecraft.entity.EntityLiving.func_70626_be(EntityLiving.java:883) at net.minecraft.entity.EntityLivingBase.func_70636_d(EntityLivingBase.java:2350) at net.minecraft.entity.EntityLiving.func_70636_d(EntityLiving.java:678) at net.minecraft.entity.EntityAgeable.func_70636_d(EntityAgeable.java:178) at com.minecolonies.coremod.entity.EntityCitizen.func_70636_d(EntityCitizen.java:570) at net.minecraft.entity.EntityLivingBase.func_70071h(EntityLivingBase.java:2170) at net.minecraft.entity.EntityLiving.func_70071h(EntityLiving.java:377) at net.minecraft.world.World.func_72866_a(World.java:1990) at net.minecraft.world.WorldServer.func_72866_a(WorldServer.java:831) at net.minecraft.world.World.func_72870_g(World.java:1952)

-- Entity being ticked -- Details: Entity Type: minecolonies:citizen (com.minecolonies.coremod.entity.EntityCitizen) Entity ID: 579 Entity Name: Harper G. Ayde Entity's Exact location: 5076.36, 64.00, 20136.48 Entity's Block location: World: (5076,64,20136), Chunk: (at 4,4,8 in 317,1258; contains blocks 5072,0,20128 to 5087,255,20143), Region: (9,39; contains chunks 288,1248 to 319,1279, blocks 4608,0,19968 to 5119,255,20479) Entity's Momentum: 0.00, -0.08, 0.00 Entity's Passengers: [] Entity's Vehicle: ERROR NullPointerException: null Stacktrace: at net.minecraft.world.World.func_72939_s(World.java:1756) at net.minecraft.world.WorldServer.func_72939_s(WorldServer.java:612)

-- Affected level -- Details: Level name: Survival pueblo All players: 1 total; [EntityPlayerMP['RioPlatenseH'/395, l='Survival pueblo', x=5079.63, y=64.00, z=20108.65]] Chunk stats: ServerChunkCache: 2003 Drop: 0 Level seed: -9035258028258672852 Level generator: ID 00 - default, ver 1. Features enabled: true Level generator options: Level spawn location: World: (5023,78,19777), Chunk: (at 15,4,1 in 313,1236; contains blocks 5008,0,19776 to 5023,255,19791), Region: (9,38; contains chunks 288,1216 to 319,1247, blocks 4608,0,19456 to 5119,255,19967) Level time: 8124091 game time, 1208461 day time Level dimension: 0 Level storage version: 0x04ABD - Anvil Level weather: Rain time: 11431 (now: false), thunder time: 113495 (now: false) Level game mode: Game mode: survival (ID 0). Hardcore: true. Cheats: true Stacktrace: at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:765) at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:666) at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:252) at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:524) at java.lang.Thread.run(Thread.java:745)

-- System Details -- Details: Minecraft Version: 1.12.2 Operating System: Windows 7 (amd64) version 6.1 Java Version: 1.8.0_51, Oracle Corporation Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation Memory: 218707728 bytes (208 MB) / 959971328 bytes (915 MB) up to 2102919168 bytes (2005 MB) JVM Flags: 2 total; -Xmx2G -Xmn128M IntCache: cache: 0, tcache: 0, allocated: 12, tallocated: 94 FML: MCP 9.42 Powered by Forge 14.23.2.2611 Optifine OptiFine_1.12.2_HD_U_D1 9 mods loaded, 9 mods active States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored

| State     | ID                   | Version                 | Source                                          | Signature                                |
|:--------- |:-------------------- |:----------------------- |:----------------------------------------------- |:---------------------------------------- |
| UCHIJAAAA | minecraft            | 1.12.2                  | minecraft.jar                                   | None                                     |
| UCHIJAAAA | mcp                  | 9.42                    | minecraft.jar                                   | None                                     |
| UCHIJAAAA | FML                  | 8.0.99.99               | forge-1.12.2-14.23.2.2611.jar                   | e3c3d50c7c986df74c645c0ac54639741c90a557 |
| UCHIJAAAA | forge                | 14.23.2.2611            | forge-1.12.2-14.23.2.2611.jar                   | e3c3d50c7c986df74c645c0ac54639741c90a557 |
| UCHIJAAAA | mercurius_updater    | 1.0                     | MercuriusUpdater-1.12.2.jar                     | None                                     |
| UCHIJAAAA | craftablehorsearmour | 1.3                     | CraftableHorseArmour-1.3.0-1.12.jar             | None                                     |
| UCHIJAAAA | millenaire           | Millénaire 7.0.0-beta.2 | millenaire-1.12.2-7.0.0-beta.2.jar              | None                                     |
| UCHIJAAAA | structurize          | 1.12.2-0.10.7-ALPHA     | structurize-1.12.2-0.10.7-ALPHA-universal.jar   | None                                     |
| UCHIJAAAA | minecolonies         | 1.12.2-0.10.83-ALPHA    | minecolonies-1.12.2-0.10.83-ALPHA-universal.jar | None                                     |

Loaded coremods (and transformers): 
GL info: ~~ERROR~~ RuntimeException: No OpenGL context found in the current thread.
Profiler Position: N/A (disabled)
Player Count: 1 / 8; [EntityPlayerMP['RioPlatenseH'/395, l='Survival pueblo', x=5079.63, y=64.00, z=20108.65]]
Type: Integrated Server (map_client.txt)
Is Modded: Definitely; Client brand changed to 'fml,forge'
OptiFine Version: OptiFine_1.12.2_HD_U_D1
OptiFine Build: 20180323-135452
Render Distance Chunks: 7
Mipmaps: 4
Anisotropic Filtering: 1
Antialiasing: 0
Multitexture: false
Shaders: null
OpenGlVersion: 4.5.13542 Compatibility Profile Context 25.20.14011.9004
OpenGlRenderer: AMD Radeon (TM) R7 360 Series
OpenGlVendor: ATI Technologies Inc.
CpuCount: 4
Raycoms commented 5 years ago

I would say, redownload the jar, it seems like something went wrong with it.

Am Do., 20. Dez. 2018 um 22:32 Uhr schrieb RioPlatense < notifications@github.com>:

Minecolonies version

Version: minecolonies-1.12.2-0.10.83-ALPHA-universal Expected behavior

No crash Actual behaviour

1 - Start the game 2 - Select world 3 - It crash in that world

World was working fine until I clicked on my workbench and it crashed. Now it crashes 4 seconds after I load the world Thank you for reading.

Crash report:

---- Minecraft Crash Report ----

WARNING: coremods are present: Contact their authors BEFORE contacting forge

// But it works on my machine.

Time: 12/20/18 9:14 PM Description: Ticking entity

java.lang.NoClassDefFoundError: com/minecolonies/coremod/util/StructureWrapper at com.minecolonies.coremod.entity.ai.basic.AbstractEntityAIStructure.loadStructure(AbstractEntityAIStructure.java:752) at com.minecolonies.coremod.entity.ai.basic.AbstractEntityAIStructureWithWorkOrder.loadStructure(AbstractEntityAIStructureWithWorkOrder.java:144) at com.minecolonies.coremod.entity.ai.basic.AbstractEntityAIStructureWithWorkOrder.initiate(AbstractEntityAIStructureWithWorkOrder.java:84) at com.minecolonies.coremod.entity.ai.citizen.builder.EntityAIStructureBuilder.checkIfExecute(EntityAIStructureBuilder.java:183) at com.minecolonies.coremod.entity.ai.citizen.builder.EntityAIStructureBuilder$$Lambda$443/1837672646.getAsBoolean(Unknown Source) at com.minecolonies.coremod.entity.ai.util.AITarget.test(AITarget.java:120) at com.minecolonies.coremod.entity.ai.basic.AbstractAISkeleton.checkOnTarget(AbstractAISkeleton.java:171) at com.minecolonies.coremod.entity.ai.basic.AbstractAISkeleton$$Lambda$456/498844102.test(Unknown Source) at java.util.stream.MatchOps$1MatchSink.accept(MatchOps.java:90) at java.util.ArrayList$ArrayListSpliterator.tryAdvance(ArrayList.java:1351) at java.util.stream.ReferencePipeline.forEachWithCancel(ReferencePipeline.java:126) at java.util.stream.AbstractPipeline.copyIntoWithCancel(AbstractPipeline.java:529) at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:516) at java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:502) at java.util.stream.MatchOps$MatchOp.evaluateSequential(MatchOps.java:230) at java.util.stream.MatchOps$MatchOp.evaluateSequential(MatchOps.java:196) at java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234) at java.util.stream.ReferencePipeline.anyMatch(ReferencePipeline.java:449) at com.minecolonies.coremod.entity.ai.basic.AbstractAISkeleton.func_75246_d(AbstractAISkeleton.java:135) at net.minecraft.entity.ai.EntityAITasks.func_75774_a(SourceFile:129) at net.minecraft.entity.EntityLiving.func_70626_be(EntityLiving.java:883) at net.minecraft.entity.EntityLivingBase.func_70636_d(EntityLivingBase.java:2350) at net.minecraft.entity.EntityLiving.func_70636_d(EntityLiving.java:678) at net.minecraft.entity.EntityAgeable.func_70636_d(EntityAgeable.java:178) at com.minecolonies.coremod.entity.EntityCitizen.func_70636_d(EntityCitizen.java:570) at net.minecraft.entity.EntityLivingBase.func_70071h(EntityLivingBase.java:2170) at net.minecraft.entity.EntityLiving.func_70071h(EntityLiving.java:377) at net.minecraft.world.World.func_72866_a(World.java:1990) at net.minecraft.world.WorldServer.func_72866_a(WorldServer.java:831) at net.minecraft.world.World.func_72870_g(World.java:1952) at net.minecraft.world.World.func_72939_s(World.java:1756) at net.minecraft.world.WorldServer.func_72939_s(WorldServer.java:612) at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:765) at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:666) at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:252) at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:524) at java.lang.Thread.run(Thread.java:745) Caused by: java.lang.ClassNotFoundException: com.minecolonies.coremod.util.StructureWrapper at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:191) at java.lang.ClassLoader.loadClass(ClassLoader.java:424) at java.lang.ClassLoader.loadClass(ClassLoader.java:357) ... 37 more Caused by: java.lang.VerifyError: Cannot inherit from final class at java.lang.ClassLoader.defineClass1(Native Method) at java.lang.ClassLoader.defineClass(ClassLoader.java:760) at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:142) at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:182) ... 39 more A detailed walkthrough of the error, its code path and all known details is as follows:

-- Head -- Thread: Server thread Stacktrace: at com.minecolonies.coremod.entity.ai.basic.AbstractEntityAIStructure.loadStructure(AbstractEntityAIStructure.java:752) at com.minecolonies.coremod.entity.ai.basic.AbstractEntityAIStructureWithWorkOrder.loadStructure(AbstractEntityAIStructureWithWorkOrder.java:144) at com.minecolonies.coremod.entity.ai.basic.AbstractEntityAIStructureWithWorkOrder.initiate(AbstractEntityAIStructureWithWorkOrder.java:84) at com.minecolonies.coremod.entity.ai.citizen.builder.EntityAIStructureBuilder.checkIfExecute(EntityAIStructureBuilder.java:183) at com.minecolonies.coremod.entity.ai.citizen.builder.EntityAIStructureBuilder$$Lambda$443/1837672646.getAsBoolean(Unknown Source) at com.minecolonies.coremod.entity.ai.util.AITarget.test(AITarget.java:120) at com.minecolonies.coremod.entity.ai.basic.AbstractAISkeleton.checkOnTarget(AbstractAISkeleton.java:171) at com.minecolonies.coremod.entity.ai.basic.AbstractAISkeleton$$Lambda$456/498844102.test(Unknown Source) at java.util.stream.MatchOps$1MatchSink.accept(MatchOps.java:90) at java.util.ArrayList$ArrayListSpliterator.tryAdvance(ArrayList.java:1351) at java.util.stream.ReferencePipeline.forEachWithCancel(ReferencePipeline.java:126) at java.util.stream.AbstractPipeline.copyIntoWithCancel(AbstractPipeline.java:529) at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:516) at java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:502) at java.util.stream.MatchOps$MatchOp.evaluateSequential(MatchOps.java:230) at java.util.stream.MatchOps$MatchOp.evaluateSequential(MatchOps.java:196) at java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234) at java.util.stream.ReferencePipeline.anyMatch(ReferencePipeline.java:449) at com.minecolonies.coremod.entity.ai.basic.AbstractAISkeleton.func_75246_d(AbstractAISkeleton.java:135) at net.minecraft.entity.ai.EntityAITasks.func_75774_a(SourceFile:129) at net.minecraft.entity.EntityLiving.func_70626_be(EntityLiving.java:883) at net.minecraft.entity.EntityLivingBase.func_70636_d(EntityLivingBase.java:2350) at net.minecraft.entity.EntityLiving.func_70636_d(EntityLiving.java:678) at net.minecraft.entity.EntityAgeable.func_70636_d(EntityAgeable.java:178) at com.minecolonies.coremod.entity.EntityCitizen.func_70636_d(EntityCitizen.java:570) at net.minecraft.entity.EntityLivingBase.func_70071h(EntityLivingBase.java:2170) at net.minecraft.entity.EntityLiving.func_70071h(EntityLiving.java:377) at net.minecraft.world.World.func_72866_a(World.java:1990) at net.minecraft.world.WorldServer.func_72866_a(WorldServer.java:831) at net.minecraft.world.World.func_72870_g(World.java:1952)

-- Entity being ticked -- Details: Entity Type: minecolonies:citizen (com.minecolonies.coremod.entity.EntityCitizen) Entity ID: 579 Entity Name: Harper G. Ayde Entity's Exact location: 5076.36, 64.00, 20136.48 Entity's Block location: World: (5076,64,20136), Chunk: (at 4,4,8 in 317,1258; contains blocks 5072,0,20128 to 5087,255,20143), Region: (9,39; contains chunks 288,1248 to 319,1279, blocks 4608,0,19968 to 5119,255,20479) Entity's Momentum: 0.00, -0.08, 0.00 Entity's Passengers: [] Entity's Vehicle: ERROR NullPointerException: null Stacktrace: at net.minecraft.world.World.func_72939_s(World.java:1756) at net.minecraft.world.WorldServer.func_72939_s(WorldServer.java:612)

-- Affected level -- Details: Level name: Survival pueblo All players: 1 total; [EntityPlayerMP['RioPlatenseH'/395, l='Survival pueblo', x=5079.63, y=64.00, z=20108.65]] Chunk stats: ServerChunkCache: 2003 Drop: 0 Level seed: -9035258028258672852 Level generator: ID 00 - default, ver 1. Features enabled: true Level generator options: Level spawn location: World: (5023,78,19777), Chunk: (at 15,4,1 in 313,1236; contains blocks 5008,0,19776 to 5023,255,19791), Region: (9,38; contains chunks 288,1216 to 319,1247, blocks 4608,0,19456 to 5119,255,19967) Level time: 8124091 game time, 1208461 day time Level dimension: 0 Level storage version: 0x04ABD - Anvil Level weather: Rain time: 11431 (now: false), thunder time: 113495 (now: false) Level game mode: Game mode: survival (ID 0). Hardcore: true. Cheats: true Stacktrace: at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:765) at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:666) at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:252) at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:524) at java.lang.Thread.run(Thread.java:745)

-- System Details -- Details: Minecraft Version: 1.12.2 Operating System: Windows 7 (amd64) version 6.1 Java Version: 1.8.0_51, Oracle Corporation Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation Memory: 218707728 bytes (208 MB) / 959971328 bytes (915 MB) up to 2102919168 bytes (2005 MB) JVM Flags: 2 total; -Xmx2G -Xmn128M IntCache: cache: 0, tcache: 0, allocated: 12, tallocated: 94 FML: MCP 9.42 Powered by Forge 14.23.2.2611 Optifine OptiFine_1.12.2_HD_U_D1 9 mods loaded, 9 mods active States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored

| State | ID | Version | Source | Signature |

|:--------- |:-------------------- |:----------------------- |:----------------------------------------------- |:---------------------------------------- |

| UCHIJAAAA | minecraft | 1.12.2 | minecraft.jar | None |

| UCHIJAAAA | mcp | 9.42 | minecraft.jar | None |

| UCHIJAAAA | FML | 8.0.99.99 | forge-1.12.2-14.23.2.2611.jar | e3c3d50c7c986df74c645c0ac54639741c90a557 |

| UCHIJAAAA | forge | 14.23.2.2611 | forge-1.12.2-14.23.2.2611.jar | e3c3d50c7c986df74c645c0ac54639741c90a557 |

| UCHIJAAAA | mercurius_updater | 1.0 | MercuriusUpdater-1.12.2.jar | None |

| UCHIJAAAA | craftablehorsearmour | 1.3 | CraftableHorseArmour-1.3.0-1.12.jar | None |

| UCHIJAAAA | millenaire | Millénaire 7.0.0-beta.2 | millenaire-1.12.2-7.0.0-beta.2.jar | None |

| UCHIJAAAA | structurize | 1.12.2-0.10.7-ALPHA | structurize-1.12.2-0.10.7-ALPHA-universal.jar | None |

| UCHIJAAAA | minecolonies | 1.12.2-0.10.83-ALPHA | minecolonies-1.12.2-0.10.83-ALPHA-universal.jar | None |

Loaded coremods (and transformers):

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

Profiler Position: N/A (disabled)

Player Count: 1 / 8; [EntityPlayerMP['RioPlatenseH'/395, l='Survival pueblo', x=5079.63, y=64.00, z=20108.65]]

Type: Integrated Server (map_client.txt)

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

OptiFine Version: OptiFine_1.12.2_HD_U_D1

OptiFine Build: 20180323-135452

Render Distance Chunks: 7

Mipmaps: 4

Anisotropic Filtering: 1

Antialiasing: 0

Multitexture: false

Shaders: null

OpenGlVersion: 4.5.13542 Compatibility Profile Context 25.20.14011.9004

OpenGlRenderer: AMD Radeon (TM) R7 360 Series

OpenGlVendor: ATI Technologies Inc.

CpuCount: 4

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/ldtteam/minecolonies/issues/3179, or mute the thread https://github.com/notifications/unsubscribe-auth/AGI9yw3Ud2zGF0isf2diZMmXTHD3QX2rks5u7CwjgaJpZM4ZdJDh .

RioPlatense commented 5 years ago

I tried redownloading, and it crashed again, I tried using minecolonies-1.12.2-0.10.82-ALPHA-universal.jar (one version less), but it crashes anyway. I think that the problem is in the world. I don't know why, but the problem started when I clicked on the crafting table. Before all this I was using minecolonies-1.12.2-0.10.13 and I hadn't had any problem

RioPlatense commented 5 years ago

I tried redownloading, and it crashed again, I tried using minecolonies-1.12.2-0.10.82-ALPHA-universal.jar (one version less), but it crashes anyway. I think that the problem is in the world. I don't know why, but the problem started when I clicked on the crafting table. Before all this I was using minecolonies-1.12.2-0.10.13 and I hadn't had any problem

If I pause the game, it don't crash

RioPlatense commented 5 years ago

If I use the version 1.12.2-0.10.13 it doesn't crash, but a lot of structures get affected and warehouse get emptied

RioPlatense commented 5 years ago

If I do teleport far from the colony with the problematic version, It doesn't crash, but If I approach then it crashes

Raycoms commented 5 years ago

Weird, can you send me the world?

On Fri, Dec 21, 2018, 20:33 RioPlatense <notifications@github.com wrote:

If I do teleport far from the colony with the problematic version, It doesn't crash, but If I approach then it crashes

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/ldtteam/minecolonies/issues/3179#issuecomment-449514729, or mute the thread https://github.com/notifications/unsubscribe-auth/AGI9y7p-eXgoPMtyZHcRIKrfyFSvnGjGks5u7WGogaJpZM4ZdJDh .

RioPlatense commented 5 years ago

Of course, here's it: https://www.mediafire.com/file/p9jc3br4giuzzri/Survival_pueblo.zip/file

RioPlatense commented 5 years ago

I checked all, the problem in my world is version, but just in colony chunks. Game crashes from version "minecolonies-1.12.2-0.10.39-ALPHA" onwards

marchermans commented 5 years ago

What mods do you have in your pack?

RioPlatense commented 5 years ago

Millenaire mod, Horsearmadures, and Minecolonies. But I tried to start it without others mods and still crashing. I want to save this world because it's a very big colony

marchermans commented 5 years ago

Did you try to add structurize?

Raycoms commented 5 years ago

Minecolonies shouldn't even start without it being included in the jar

Raycoms commented 5 years ago

I just checked this and loaded your world in smp and it worked fine. Can you send me the startup log?

RioPlatense commented 5 years ago

I think you mean this: GameStarter launcher with 24 arguments. Running offline mode. javax.net.ssl.SSLHandshakeException: Remote host closed connection during handshake at sun.security.ssl.SSLSocketImpl.readRecord(SSLSocketImpl.java:992) at sun.security.ssl.SSLSocketImpl.performInitialHandshake(SSLSocketImpl.java:1375) at sun.security.ssl.SSLSocketImpl.startHandshake(SSLSocketImpl.java:1403) at sun.security.ssl.SSLSocketImpl.startHandshake(SSLSocketImpl.java:1387) at sun.net.www.protocol.https.HttpsClient.afterConnect(HttpsClient.java:563) at sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.connect(AbstractDelegateHttpsURLConnection.java:185) at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1512) at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1440) at java.net.HttpURLConnection.getResponseCode(HttpURLConnection.java:480) at sun.net.www.protocol.https.HttpsURLConnectionImpl.getResponseCode(HttpsURLConnectionImpl.java:338) at kml.Utils.testNetwork(Utils.java:70) at kml.GameStarter.main(GameStarter.java:22) Caused by: java.io.EOFException: SSL peer shut down incorrectly at sun.security.ssl.InputRecord.read(InputRecord.java:505) at sun.security.ssl.SSLSocketImpl.readRecord(SSLSocketImpl.java:973) ... 11 more Loaded URL Handler. 2018-12-23 18:08:25,027 main WARN Unable to instantiate org.fusesource.jansi.WindowsAnsiOutputStream 2018-12-23 18:08:25,031 main WARN Unable to instantiate org.fusesource.jansi.WindowsAnsiOutputStream [18:08:25] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.fml.common.launcher.FMLTweaker [18:08:25] [main/INFO] [LaunchWrapper]: Using primary tweak class name net.minecraftforge.fml.common.launcher.FMLTweaker [18:08:25] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLTweaker [18:08:25] [main/INFO] [FML]: Forge Mod Loader version 14.23.2.2611 for Minecraft 1.12.2 loading [18:08:25] [main/INFO] [FML]: Java is Java HotSpot(TM) 64-Bit Server VM, version 1.8.0_51, running on Windows 7:amd64:6.1, installed at C:\Users\Usuario\AppData\Roaming.minecraft\jre [18:08:25] [main/INFO] [FML]: Loading tweaker optifine.OptiFineForgeTweaker from OptiFine_1.12.2_HD_U_D1.jar [18:08:25] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.fml.common.launcher.FMLInjectionAndSortingTweaker [18:08:25] [main/INFO] [LaunchWrapper]: Loading tweak class name optifine.OptiFineForgeTweaker [18:08:25] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.fml.common.launcher.FMLDeobfTweaker [18:08:25] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLInjectionAndSortingTweaker [18:08:25] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLInjectionAndSortingTweaker [18:08:25] [main/INFO] [LaunchWrapper]: Calling tweak class optifine.OptiFineForgeTweaker [18:08:25] [main/INFO] [STDOUT]: [optifine.OptiFineForgeTweaker:dbg:56]: OptiFineForgeTweaker: acceptOptions [18:08:25] [main/INFO] [STDOUT]: [optifine.OptiFineForgeTweaker:dbg:56]: OptiFineForgeTweaker: injectIntoClassLoader [18:08:25] [main/INFO] [STDOUT]: [optifine.OptiFineClassTransformer:dbg:221]: OptiFine ClassTransformer [18:08:25] [main/INFO] [STDOUT]: [optifine.OptiFineClassTransformer:dbg:221]: OptiFine ZIP file: C:\Users\Usuario\AppData\Roaming.minecraft\mods\OptiFine_1.12.2_HD_U_D1.jar [18:08:25] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper 2018-12-23 18:08:26,491 main WARN Unable to instantiate org.fusesource.jansi.WindowsAnsiOutputStream 2018-12-23 18:08:26,508 main WARN Unable to instantiate org.fusesource.jansi.WindowsAnsiOutputStream 2018-12-23 18:08:26,510 main WARN Unable to instantiate org.fusesource.jansi.WindowsAnsiOutputStream [18:08:27] [main/INFO] [FML]: Found valid fingerprint for Minecraft Forge. Certificate fingerprint e3c3d50c7c986df74c645c0ac54639741c90a557 [18:08:27] [main/INFO] [FML]: Found valid fingerprint for Minecraft. Certificate fingerprint cd99959656f753dc28d863b46769f7f8fbaefcfc [18:08:27] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper [18:08:27] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLDeobfTweaker [18:08:28] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.fml.common.launcher.TerminalTweaker [18:08:28] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.TerminalTweaker [18:08:28] [main/INFO] [STDOUT]: [optifine.OptiFineForgeTweaker:dbg:56]: OptiFineForgeTweaker: getLaunchArguments [18:08:28] [main/INFO] [LaunchWrapper]: Launching wrapped minecraft {net.minecraft.client.main.Main} [18:08:29] [main/INFO]: Setting user: RioPlatenseH [18:08:33] [main/INFO] [Config]: [OptiFine] Reflector Forge [18:08:33] [main/INFO] [Config]: [OptiFine] (Reflector) Class not present: mods.betterfoliage.client.BetterFoliageClient [18:08:35] [main/INFO] [Config]: [OptiFine] Reflector Vanilla [18:08:35] [main/WARN]: Skipping bad option: lastServer: [18:08:35] [main/INFO]: LWJGL Version: 2.9.4

[18:08:36] [main/INFO] [Config]: [OptiFine] OptiFine_1.12.2_HD_U_D1 [18:08:36] [main/INFO] [Config]: [OptiFine] Build: 20180323-135452 [18:08:36] [main/INFO] [Config]: [OptiFine] OS: Windows 7 (amd64) version 6.1 [18:08:36] [main/INFO] [Config]: [OptiFine] Java: 1.8.0_51, Oracle Corporation [18:08:36] [main/INFO] [Config]: [OptiFine] VM: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation [18:08:36] [main/INFO] [Config]: [OptiFine] LWJGL: 2.9.4 [18:08:36] [main/INFO] [Config]: [OptiFine] OpenGL: AMD Radeon (TM) R7 360 Series, version 4.5.13542 Compatibility Profile Context 25.20.14011.9004, ATI Technologies Inc. [18:08:36] [main/INFO] [Config]: [OptiFine] OpenGL Version: 4.5.13542 [18:08:36] [main/INFO] [Config]: [OptiFine] OpenGL Fancy fog: Not available (GL_NV_fog_distance) [18:08:36] [main/INFO] [Config]: [OptiFine] Maximum texture size: 16384x16384 [18:08:36] [Thread-3/INFO] [Config]: [OptiFine] Checking for new version [18:08:36] [Thread-3/INFO] [STDOUT]: [kml.handlers.HttpHandler:openConnection:33]: URL requested: http://optifine.net/version/1.12.2/HD_U.txt [18:08:36] [main/INFO] [shadersmod.common.SMCLog]: [Shaders] ShadersMod version: 2.4.12 [18:08:36] [main/INFO] [shadersmod.common.SMCLog]: [Shaders] OpenGL Version: 4.5.13542 Compatibility Profile Context 25.20.14011.9004 [18:08:36] [main/INFO] [shadersmod.common.SMCLog]: [Shaders] Vendor: ATI Technologies Inc. [18:08:36] [main/INFO] [shadersmod.common.SMCLog]: [Shaders] Renderer: AMD Radeon (TM) R7 360 Series [18:08:36] [main/INFO] [shadersmod.common.SMCLog]: [Shaders] Capabilities: 2.0 2.1 3.0 3.2 4.0 [18:08:36] [main/INFO] [shadersmod.common.SMCLog]: [Shaders] GL_MAX_DRAW_BUFFERS: 8 [18:08:36] [main/INFO] [shadersmod.common.SMCLog]: [Shaders] GL_MAX_COLOR_ATTACHMENTS_EXT: 8 [18:08:36] [main/INFO] [shadersmod.common.SMCLog]: [Shaders] GL_MAX_TEXTURE_IMAGE_UNITS: 32 [18:08:36] [main/INFO] [shadersmod.common.SMCLog]: [Shaders] Load ShadersMod configuration. [18:08:36] [main/INFO] [shadersmod.common.SMCLog]: [Shaders] No shaderpack loaded. [18:08:36] [main/INFO] [Config]: [OptiFine] [Shaders] Delayed loading of block mappings after resources are loaded [18:08:36] [main/INFO] [FML]: Forge Mod Loader has detected optifine OptiFine_1.12.2_HD_U_D1, enabling compatibility features [18:08:36] [main/INFO] [FML]: -- System Details -- Details: Minecraft Version: 1.12.2 Operating System: Windows 7 (amd64) version 6.1 Java Version: 1.8.0_51, Oracle Corporation Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation Memory: 98963312 bytes (94 MB) / 256901120 bytes (245 MB) up to 2102919168 bytes (2005 MB) JVM Flags: 2 total; -Xmx2G -Xmn128M IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0 FML: Loaded coremods (and transformers): GL info: ' Vendor: 'ATI Technologies Inc.' Version: '4.5.13542 Compatibility Profile Context 25.20.14011.9004' Renderer: 'AMD Radeon (TM) R7 360 Series' [18:08:36] [main/INFO] [FML]: MinecraftForge v14.23.2.2611 Initialized [18:08:36] [main/INFO] [FML]: Starts to replace vanilla recipe ingredients with ore ingredients. [18:08:36] [main/INFO] [FML]: Replaced 1036 ore ingredients [18:08:37] [Thread-3/INFO] [Config]: [OptiFine] Version found: D3 [18:08:37] [main/INFO] [FML]: Found 0 mods from the command line. Injecting into mod discoverer [18:08:37] [main/INFO] [FML]: Searching C:\Users\Usuario\AppData\Roaming.minecraft\mods for mods [18:08:37] [main/INFO] [mercurius_updater]: Mod mercurius_updater is missing the required element 'name'. Substituting mercurius_updater [18:08:40] [main/INFO] [FML]: Forge Mod Loader has identified 8 mods to load [18:08:40] [main/INFO] [FML]: Attempting connection with missing mods [minecraft, mcp, FML, forge, mercurius_updater, craftablehorsearmour, millenaire, minecolonies] at CLIENT [18:08:40] [main/INFO] [FML]: Attempting connection with missing mods [minecraft, mcp, FML, forge, mercurius_updater, craftablehorsearmour, millenaire, minecolonies] at SERVER [18:08:41] [main/INFO]: Reloading ResourceManager: Default, FMLFileResourcePack:Forge Mod Loader, FMLFileResourcePack:Minecraft Forge, FMLFileResourcePack:mercurius_updater, FMLFileResourcePack:Craftable Horse Armour [CHA&S], FMLFileResourcePack:Millenaire, FMLFileResourcePack:MineColonies [18:08:41] [Thread-4/INFO] [FML]: Using alternative sync timing : 200 frames of Display.update took 3640548256 nanos [18:08:41] [main/INFO] [FML]: Processing ObjectHolder annotations [18:08:41] [main/INFO] [FML]: Found 1315 ObjectHolder annotations [18:08:41] [main/INFO] [FML]: Identifying ItemStackHolder annotations [18:08:41] [main/INFO] [FML]: Found 2 ItemStackHolder annotations [18:08:41] [main/INFO] [FML]: Configured a dormant chunk cache size of 0 [18:08:41] [Forge Version Check/INFO] [ForgeVersionCheck]: [forge] Starting version check at http://files.minecraftforge.net/maven/net/minecraftforge/forge/promotions_slim.json [18:08:41] [Forge Version Check/INFO] [STDOUT]: [kml.handlers.HttpHandler:openConnection:33]: URL requested: http://files.minecraftforge.net/maven/net/minecraftforge/forge/promotions_slim.json [18:08:41] [main/INFO] [mercurius]: Version Number exists, Using it: 1.12.2-1.0.5.24 [18:08:41] [main/INFO] [mercurius]: File exists, Checking hash: C:\Users\Usuario\AppData\Roaming.minecraft\libraries\net\minecraftforge\Mercurius\1.12.2-1.0.5.24\Mercurius-1.12.2-1.0.5.24.jar [18:08:41] [main/INFO] [mercurius]: Hash matches, Skipping download: 5f298bf707fd9e9400abe46e271f4648f0ec49cb [18:08:41] [main/INFO] [mercurius]: Mercurius Jar contains all signed files! Continueing loading! [18:08:41] [main/WARN] [millenaire]: No need to redeploy Millénaire as the millenaire folder is already at vesion 7.0.0-beta.2. [18:08:41] [main/INFO] [FML]: CLIENT ERROR: null: Unknown config on line: village_list_key=V [18:08:41] [main/INFO] [FML]: CLIENT ERROR: null: Unknown config on line: quest_list_key=M [18:08:41] [main/INFO] [FML]: CLIENT ERROR: null: Unknown config on line: escort_key=G [18:08:41] [main/INFO] [FML]: CLIENT ERROR: null: Unknown config on line: generate_colour_chart=false [18:08:41] [main/INFO] [FML]: CLIENT ERROR: null: Unknown config on line: generate_goods_list=false [18:08:41] [main/INFO] [STDOUT]: [org.millenaire.common.config.MillConfigValues:readConfigFile:502]: Read config in config.txt. Logging: true/true [18:08:41] [main/INFO] [STDOUT]: [org.millenaire.common.config.MillConfigValues:readConfigFile:502]: Read config in config-custom.txt. Logging: true/true [18:08:41] [main/INFO] [FML]: CLIENT Starting new session. Mods: examplemod [18:08:41] [main/INFO]: Reloading ResourceManager: Default, FMLFileResourcePack:Forge Mod Loader, FMLFileResourcePack:Minecraft Forge, FMLFileResourcePack:mercurius_updater, FMLFileResourcePack:Craftable Horse Armour [CHA&S], FMLFileResourcePack:Millenaire, FMLFileResourcePack:MineColonies [18:08:41] [Forge Version Check/INFO] [ForgeVersionCheck]: [forge] Found status: OUTDATED Target: 14.23.5.2768 [18:08:42] [main/INFO] [FML]: Applying holder lookups [18:08:42] [main/INFO] [FML]: Holder lookups applied [18:08:42] [main/INFO] [FML]: Applying holder lookups [18:08:42] [main/INFO] [FML]: Holder lookups applied [18:08:42] [main/INFO] [FML]: Applying holder lookups [18:08:42] [main/INFO] [FML]: Holder lookups applied [18:08:42] [main/INFO] [FML]: Applying holder lookups [18:08:42] [main/INFO] [FML]: Holder lookups applied [18:08:42] [main/INFO] [FML]: Injecting itemstacks [18:08:42] [main/INFO] [FML]: Itemstack injection complete [18:08:42] [main/INFO] [Config]: [OptiFine] Reloading textures [18:08:42] [main/INFO] [Config]: [OptiFine] Resource packs: Default [18:08:43] [Sound Library Loader/INFO]: Starting up SoundSystem... [18:08:43] [Thread-7/INFO]: Initializing LWJGL OpenAL [18:08:43] [Thread-7/INFO]: (The LWJGL binding of OpenAL. For more information, see http://www.lwjgl.org) [18:08:45] [Thread-7/INFO]: OpenAL initialized. [18:08:45] [Sound Library Loader/INFO]: Sound engine started [18:08:46] [main/INFO] [Config]: [OptiFine] Mipmap levels: 4 [18:08:46] [main/INFO] [Config]: [OptiFine] Multitexture: false [18:08:46] [main/INFO] [Config]: [OptiFine] ConnectedTextures: mcpatcher/ctm/default/0_glass_white/glass_pane_white.properties [18:08:46] [main/INFO] [Config]: [OptiFine] ConnectedTextures: mcpatcher/ctm/default/0_glass_white/glass_white.properties [18:08:46] [main/INFO] [Config]: [OptiFine] ConnectedTextures: mcpatcher/ctm/default/10_glass_purple/glass_pane_purple.properties [18:08:46] [main/INFO] [Config]: [OptiFine] ConnectedTextures: mcpatcher/ctm/default/10_glass_purple/glass_purple.properties [18:08:46] [main/INFO] [Config]: [OptiFine] ConnectedTextures: mcpatcher/ctm/default/11_glass_blue/glass_blue.properties [18:08:46] [main/INFO] [Config]: [OptiFine] ConnectedTextures: mcpatcher/ctm/default/11_glass_blue/glass_pane_blue.properties [18:08:46] [main/INFO] [Config]: [OptiFine] ConnectedTextures: mcpatcher/ctm/default/12_glass_brown/glass_brown.properties [18:08:46] [main/INFO] [Config]: [OptiFine] ConnectedTextures: mcpatcher/ctm/default/12_glass_brown/glass_pane_brown.properties [18:08:46] [main/INFO] [Config]: [OptiFine] ConnectedTextures: mcpatcher/ctm/default/13_glass_green/glass_green.properties [18:08:46] [main/INFO] [Config]: [OptiFine] ConnectedTextures: mcpatcher/ctm/default/13_glass_green/glass_pane_green.properties [18:08:46] [main/INFO] [Config]: [OptiFine] ConnectedTextures: mcpatcher/ctm/default/14_glass_red/glass_pane_red.properties [18:08:46] [main/INFO] [Config]: [OptiFine] ConnectedTextures: mcpatcher/ctm/default/14_glass_red/glass_red.properties [18:08:46] [main/INFO] [Config]: [OptiFine] ConnectedTextures: mcpatcher/ctm/default/15_glass_black/glass_black.properties [18:08:46] [main/INFO] [Config]: [OptiFine] ConnectedTextures: mcpatcher/ctm/default/15_glass_black/glass_pane_black.properties [18:08:46] [main/INFO] [Config]: [OptiFine] ConnectedTextures: mcpatcher/ctm/default/1_glass_orange/glass_orange.properties [18:08:46] [main/INFO] [Config]: [OptiFine] ConnectedTextures: mcpatcher/ctm/default/1_glass_orange/glass_pane_orange.properties [18:08:46] [main/INFO] [Config]: [OptiFine] ConnectedTextures: mcpatcher/ctm/default/2_glass_magenta/glass_magenta.properties [18:08:46] [main/INFO] [Config]: [OptiFine] ConnectedTextures: mcpatcher/ctm/default/2_glass_magenta/glass_pane_magenta.properties [18:08:46] [main/INFO] [Config]: [OptiFine] ConnectedTextures: mcpatcher/ctm/default/3_glass_light_blue/glass_light_blue.properties [18:08:46] [main/INFO] [Config]: [OptiFine] ConnectedTextures: mcpatcher/ctm/default/3_glass_light_blue/glass_pane_light_blue.properties [18:08:46] [main/INFO] [Config]: [OptiFine] ConnectedTextures: mcpatcher/ctm/default/4_glass_yellow/glass_pane_yellow.properties [18:08:46] [main/INFO] [Config]: [OptiFine] ConnectedTextures: mcpatcher/ctm/default/4_glass_yellow/glass_yellow.properties [18:08:46] [main/INFO] [Config]: [OptiFine] ConnectedTextures: mcpatcher/ctm/default/5_glass_lime/glass_lime.properties [18:08:46] [main/INFO] [Config]: [OptiFine] ConnectedTextures: mcpatcher/ctm/default/5_glass_lime/glass_pane_lime.properties [18:08:46] [main/INFO] [Config]: [OptiFine] ConnectedTextures: mcpatcher/ctm/default/6_glass_pink/glass_pane_pink.properties [18:08:46] [main/INFO] [Config]: [OptiFine] ConnectedTextures: mcpatcher/ctm/default/6_glass_pink/glass_pink.properties [18:08:46] [main/INFO] [Config]: [OptiFine] ConnectedTextures: mcpatcher/ctm/default/7_glass_gray/glass_gray.properties [18:08:46] [main/INFO] [Config]: [OptiFine] ConnectedTextures: mcpatcher/ctm/default/7_glass_gray/glass_pane_gray.properties [18:08:46] [main/INFO] [Config]: [OptiFine] ConnectedTextures: mcpatcher/ctm/default/8_glass_silver/glass_pane_silver.properties [18:08:46] [main/INFO] [Config]: [OptiFine] ConnectedTextures: mcpatcher/ctm/default/8_glass_silver/glass_silver.properties [18:08:46] [main/INFO] [Config]: [OptiFine] ConnectedTextures: mcpatcher/ctm/default/9_glass_cyan/glass_cyan.properties [18:08:46] [main/INFO] [Config]: [OptiFine] ConnectedTextures: mcpatcher/ctm/default/9_glass_cyan/glass_pane_cyan.properties [18:08:46] [main/INFO] [Config]: [OptiFine] ConnectedTextures: mcpatcher/ctm/default/bookshelf.properties [18:08:46] [main/INFO] [Config]: [OptiFine] ConnectedTextures: mcpatcher/ctm/default/glass.properties [18:08:46] [main/INFO] [Config]: [OptiFine] ConnectedTextures: mcpatcher/ctm/default/glasspane.properties [18:08:46] [main/INFO] [Config]: [OptiFine] ConnectedTextures: mcpatcher/ctm/default/sandstone.properties [18:08:46] [main/INFO] [Config]: [OptiFine] Multipass connected textures: false [18:08:46] [main/INFO] [Config]: [OptiFine] BetterGrass: Parsing default configuration optifine/bettergrass.properties [18:08:47] [main/INFO] [Config]: [OptiFine] Sprite dependency: forge:items/bucket_cover <- minecraft:items/bucket_empty [18:08:47] [main/INFO] [Config]: [OptiFine] Sprite dependency: forge:items/bucket_cover <- forge:items/vanilla_bucket_cover_mask [18:08:47] [main/INFO] [Config]: [OptiFine] Sprite dependency: forge:items/bucket_cover <- minecraft:items/bucket_empty [18:08:47] [main/INFO] [Config]: [OptiFine] Sprite dependency: forge:items/bucket_cover <- forge:items/vanilla_bucket_cover_mask [18:08:47] [main/INFO] [Config]: [OptiFine] Custom loader: TextureAtlasSprite{name='forge:items/bucket_cover', frameCount=1, rotated=false, x=0, y=0, height=16, width=16, u0=0.0, u1=0.0, v0=0.0, v1=0.0} [18:08:47] [main/INFO] [Config]: [OptiFine] Scaled non power of 2: minecolonies:blocks/info/info_poster, 48 -> 64 [18:08:48] [main/INFO] [Config]: [OptiFine] Custom loader: TextureAtlasSprite{name='minecraft:white', frameCount=1, rotated=false, x=0, y=0, height=16, width=16, u0=0.0, u1=0.0, v0=0.0, v1=0.0} [18:08:48] [main/INFO] [Config]: [OptiFine] Scaled non power of 2: minecolonies:blocks/info/info_poster_wax, 12 -> 16 [18:08:48] [main/INFO] [Config]: [OptiFine] Sprite dependency: forge:items/bucket_base <- minecraft:items/bucket_empty [18:08:48] [main/INFO] [Config]: [OptiFine] Custom loader: TextureAtlasSprite{name='forge:items/bucket_base', frameCount=1, rotated=false, x=0, y=0, height=16, width=16, u0=0.0, u1=0.0, v0=0.0, v1=0.0} [18:08:48] [main/INFO]: Created: 1024x1024 textures-atlas [18:08:53] [main/INFO] [FML]: Applying holder lookups [18:08:53] [main/INFO] [FML]: Holder lookups applied [18:09:10] [main/INFO] [FML]: CLIENT MAJOR: null: Loading language: es_ar [18:09:12] [main/INFO] [FML]: CLIENT MAJOR: null: LanguageData loaded: es_ar. Wand invitem name: Wand of Summoning [18:09:12] [main/INFO] [FML]: Injecting itemstacks [18:09:12] [main/INFO] [FML]: Itemstack injection complete [18:09:12] [MercuriusThread/INFO] [STDOUT]: [kml.handlers.HttpHandler:openConnection:33]: URL requested: http://stats.minecraftforge.net/api/v2/ [18:09:12] [main/INFO] [FML]: Forge Mod Loader has successfully loaded 8 mods [18:09:12] [main/WARN]: Skipping bad option: lastServer: [18:09:12] [main/INFO]: Narrator library for x64 successfully loaded [18:09:12] [Realms Notification Availability checker #1/INFO] [STDOUT]: [kml.handlers.HttpsHandler:openConnection:30]: URL requested: https://pc.realms.minecraft.net/mco/client/compatible [18:09:12] [Realms Notification Availability checker #1/INFO] [STDOUT]: [kml.handlers.ConnectionHandler::30]: URL handled: https://pc.realms.minecraft.net/mco/client/compatible [18:09:13] [main/INFO] [minecolonies]: Finished discovering saplings [18:09:13] [main/INFO] [minecolonies]: Finished discovering ores [18:09:13] [main/INFO] [minecolonies]: Finished discovering compostables [18:09:13] [main/INFO] [Config]: [OptiFine] Reloading custom textures [18:09:14] [Snooper Timer/INFO] [STDOUT]: [kml.handlers.HttpHandler:openConnection:33]: URL requested: http://snoop.minecraft.net/client?version=2

If isn't this, I have a ZIP that may be the startup log

Raycoms commented 5 years ago

Should be fmllatest.log or latest.log, could you upload them completely?

Am So., 23. Dez. 2018 um 19:12 Uhr schrieb RioPlatense < notifications@github.com>:

I think you mean this: GameStarter launcher with 24 arguments. Running offline mode. javax.net.ssl.SSLHandshakeException: Remote host closed connection during handshake at sun.security.ssl.SSLSocketImpl.readRecord(SSLSocketImpl.java:992) at sun.security.ssl.SSLSocketImpl.performInitialHandshake(SSLSocketImpl.java:1375) at sun.security.ssl.SSLSocketImpl.startHandshake(SSLSocketImpl.java:1403) at sun.security.ssl.SSLSocketImpl.startHandshake(SSLSocketImpl.java:1387) at sun.net.www.protocol.https.HttpsClient.afterConnect(HttpsClient.java:563) at sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.connect(AbstractDelegateHttpsURLConnection.java:185) at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1512) at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1440) at java.net.HttpURLConnection.getResponseCode(HttpURLConnection.java:480) at sun.net.www.protocol.https.HttpsURLConnectionImpl.getResponseCode(HttpsURLConnectionImpl.java:338) at kml.Utils.testNetwork(Utils.java:70) at kml.GameStarter.main(GameStarter.java:22) Caused by: java.io.EOFException: SSL peer shut down incorrectly at sun.security.ssl.InputRecord.read(InputRecord.java:505) at sun.security.ssl.SSLSocketImpl.readRecord(SSLSocketImpl.java:973) ... 11 more Loaded URL Handler. 2018-12-23 18:08:25,027 main WARN Unable to instantiate org.fusesource.jansi.WindowsAnsiOutputStream 2018-12-23 18:08:25,031 main WARN Unable to instantiate org.fusesource.jansi.WindowsAnsiOutputStream [18:08:25] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.fml.common.launcher.FMLTweaker [18:08:25] [main/INFO] [LaunchWrapper]: Using primary tweak class name net.minecraftforge.fml.common.launcher.FMLTweaker [18:08:25] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLTweaker [18:08:25] [main/INFO] [FML]: Forge Mod Loader version 14.23.2.2611 for Minecraft 1.12.2 loading [18:08:25] [main/INFO] [FML]: Java is Java HotSpot(TM) 64-Bit Server VM, version 1.8.0_51, running on Windows 7:amd64:6.1, installed at C:\Users\Usuario\AppData\Roaming.minecraft\jre [18:08:25] [main/INFO] [FML]: Loading tweaker optifine.OptiFineForgeTweaker from OptiFine_1.12.2_HD_U_D1.jar [18:08:25] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.fml.common.launcher.FMLInjectionAndSortingTweaker [18:08:25] [main/INFO] [LaunchWrapper]: Loading tweak class name optifine.OptiFineForgeTweaker [18:08:25] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.fml.common.launcher.FMLDeobfTweaker [18:08:25] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLInjectionAndSortingTweaker [18:08:25] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLInjectionAndSortingTweaker [18:08:25] [main/INFO] [LaunchWrapper]: Calling tweak class optifine.OptiFineForgeTweaker

OptiFineForgeTweaker: acceptOptions

OptiFineForgeTweaker: injectIntoClassLoader [18:08:25] [main/INFO] [STDOUT]: [optifine.OptiFineClassTransformer:dbg:221]: OptiFine ClassTransformer [18:08:25] [main/INFO] [STDOUT]: [optifine.OptiFineClassTransformer:dbg:221]: OptiFine ZIP file: C:\Users\Usuario\AppData\Roaming.minecraft\mods\OptiFine_1.12.2_HD_U_D1.jar [18:08:25] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper 2018-12-23 18:08:26,491 main WARN Unable to instantiate org.fusesource.jansi.WindowsAnsiOutputStream 2018-12-23 18:08:26,508 main WARN Unable to instantiate org.fusesource.jansi.WindowsAnsiOutputStream 2018-12-23 18:08:26,510 main WARN Unable to instantiate org.fusesource.jansi.WindowsAnsiOutputStream [18:08:27] [main/INFO] [FML]: Found valid fingerprint for Minecraft Forge. Certificate fingerprint e3c3d50c7c986df74c645c0ac54639741c90a557 [18:08:27] [main/INFO] [FML]: Found valid fingerprint for Minecraft. Certificate fingerprint cd99959656f753dc28d863b46769f7f8fbaefcfc [18:08:27] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper [18:08:27] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLDeobfTweaker [18:08:28] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.fml.common.launcher.TerminalTweaker [18:08:28] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.TerminalTweaker

OptiFineForgeTweaker: getLaunchArguments [18:08:28] [main/INFO] [LaunchWrapper]: Launching wrapped minecraft {net.minecraft.client.main.Main} [18:08:29] [main/INFO]: Setting user: RioPlatenseH [18:08:33] [main/INFO] [Config]: [OptiFine] Reflector Forge [18:08:33] [main/INFO] [Config]: [OptiFine] (Reflector) Class not present: mods.betterfoliage.client.BetterFoliageClient [18:08:35] [main/INFO] [Config]: [OptiFine] Reflector Vanilla [18:08:35] [main/WARN]: Skipping bad option: lastServer: [18:08:35] [main/INFO]: LWJGL Version: 2.9.4

[18:08:36] [main/INFO] [Config]: [OptiFine] OptiFine_1.12.2_HD_U_D1 [18:08:36] [main/INFO] [Config]: [OptiFine] Build: 20180323-135452 [18:08:36] [main/INFO] [Config]: [OptiFine] OS: Windows 7 (amd64) version 6.1 [18:08:36] [main/INFO] [Config]: [OptiFine] Java: 1.8.0_51, Oracle Corporation [18:08:36] [main/INFO] [Config]: [OptiFine] VM: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation [18:08:36] [main/INFO] [Config]: [OptiFine] LWJGL: 2.9.4 [18:08:36] [main/INFO] [Config]: [OptiFine] OpenGL: AMD Radeon (TM) R7 360 Series, version 4.5.13542 Compatibility Profile Context 25.20.14011.9004, ATI Technologies Inc. [18:08:36] [main/INFO] [Config]: [OptiFine] OpenGL Version: 4.5.13542 [18:08:36] [main/INFO] [Config]: [OptiFine] OpenGL Fancy fog: Not available (GL_NV_fog_distance) [18:08:36] [main/INFO] [Config]: [OptiFine] Maximum texture size: 16384x16384 [18:08:36] [Thread-3/INFO] [Config]: [OptiFine] Checking for new version [18:08:36] [Thread-3/INFO] [STDOUT]: [kml.handlers.HttpHandler:openConnection:33]: URL requested: http://optifine.net/version/1.12.2/HD_U.txt [18:08:36] [main/INFO] [shadersmod.common.SMCLog]: [Shaders] ShadersMod version: 2.4.12 [18:08:36] [main/INFO] [shadersmod.common.SMCLog]: [Shaders] OpenGL Version: 4.5.13542 Compatibility Profile Context 25.20.14011.9004 [18:08:36] [main/INFO] [shadersmod.common.SMCLog]: [Shaders] Vendor: ATI Technologies Inc. [18:08:36] [main/INFO] [shadersmod.common.SMCLog]: [Shaders] Renderer: AMD Radeon (TM) R7 360 Series [18:08:36] [main/INFO] [shadersmod.common.SMCLog]: [Shaders] Capabilities: 2.0 2.1 3.0 3.2 4.0

GL_MAX_DRAW_BUFFERS: 8

GL_MAX_COLOR_ATTACHMENTS_EXT: 8

GL_MAX_TEXTURE_IMAGE_UNITS: 32 [18:08:36] [main/INFO] [shadersmod.common.SMCLog]: [Shaders] Load ShadersMod configuration. [18:08:36] [main/INFO] [shadersmod.common.SMCLog]: [Shaders] No shaderpack loaded. [18:08:36] [main/INFO] [Config]: [OptiFine] [Shaders] Delayed loading of block mappings after resources are loaded [18:08:36] [main/INFO] [FML]: Forge Mod Loader has detected optifine OptiFine_1.12.2_HD_U_D1, enabling compatibility features [18:08:36] [main/INFO] [FML]: -- System Details -- Details: Minecraft Version: 1.12.2 Operating System: Windows 7 (amd64) version 6.1 Java Version: 1.8.0_51, Oracle Corporation Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation Memory: 98963312 bytes (94 MB) / 256901120 bytes (245 MB) up to 2102919168 bytes (2005 MB) JVM Flags: 2 total; -Xmx2G -Xmn128M IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0 FML: Loaded coremods (and transformers): GL info: ' Vendor: 'ATI Technologies Inc.' Version: '4.5.13542 Compatibility Profile Context 25.20.14011.9004' Renderer: 'AMD Radeon (TM) R7 360 Series' [18:08:36] [main/INFO] [FML]: MinecraftForge v14.23.2.2611 Initialized [18:08:36] [main/INFO] [FML]: Starts to replace vanilla recipe ingredients with ore ingredients. [18:08:36] [main/INFO] [FML]: Replaced 1036 ore ingredients [18:08:37] [Thread-3/INFO] [Config]: [OptiFine] Version found: D3 [18:08:37] [main/INFO] [FML]: Found 0 mods from the command line. Injecting into mod discoverer

C:\Users\Usuario\AppData\Roaming.minecraft\mods for mods [18:08:37] [main/INFO] [mercurius_updater]: Mod mercurius_updater is missing the required element 'name'. Substituting mercurius_updater [18:08:40] [main/INFO] [FML]: Forge Mod Loader has identified 8 mods to load [18:08:40] [main/INFO] [FML]: Attempting connection with missing mods [minecraft, mcp, FML, forge, mercurius_updater, craftablehorsearmour, millenaire, minecolonies] at CLIENT [18:08:40] [main/INFO] [FML]: Attempting connection with missing mods [minecraft, mcp, FML, forge, mercurius_updater, craftablehorsearmour, millenaire, minecolonies] at SERVER [18:08:41] [main/INFO]: Reloading ResourceManager: Default, FMLFileResourcePack:Forge Mod Loader, FMLFileResourcePack:Minecraft Forge, FMLFileResourcePack:mercurius_updater, FMLFileResourcePack:Craftable Horse Armour [CHA&S], FMLFileResourcePack:Millenaire, FMLFileResourcePack:MineColonies [18:08:41] [Thread-4/INFO] [FML]: Using alternative sync timing : 200 frames of Display.update took 3640548256 nanos [18:08:41] [main/INFO] [FML]: Processing ObjectHolder annotations [18:08:41] [main/INFO] [FML]: Found 1315 ObjectHolder annotations [18:08:41] [main/INFO] [FML]: Identifying ItemStackHolder annotations [18:08:41] [main/INFO] [FML]: Found 2 ItemStackHolder annotations [18:08:41] [main/INFO] [FML]: Configured a dormant chunk cache size of 0

Starting version check at http://files.minecraftforge.net/maven/net/minecraftforge/forge/promotions_slim.json [18:08:41] [Forge Version Check/INFO] [STDOUT]: [kml.handlers.HttpHandler:openConnection:33]: URL requested: http://files.minecraftforge.net/maven/net/minecraftforge/forge/promotions_slim.json [18:08:41] [main/INFO] [mercurius]: Version Number exists, Using it: 1.12.2-1.0.5.24 [18:08:41] [main/INFO] [mercurius]: File exists, Checking hash: C:\Users\Usuario\AppData\Roaming.minecraft\libraries\net\minecraftforge\Mercurius\1.12.2-1.0.5.24\Mercurius-1.12.2-1.0.5.24.jar [18:08:41] [main/INFO] [mercurius]: Hash matches, Skipping download: 5f298bf707fd9e9400abe46e271f4648f0ec49cb [18:08:41] [main/INFO] [mercurius]: Mercurius Jar contains all signed files! Continueing loading! [18:08:41] [main/WARN] [millenaire]: No need to redeploy Millénaire as the millenaire folder is already at vesion 7.0.0-beta.2. [18:08:41] [main/INFO] [FML]: CLIENT ERROR: null: Unknown config on line: village_list_key=V [18:08:41] [main/INFO] [FML]: CLIENT ERROR: null: Unknown config on line: quest_list_key=M [18:08:41] [main/INFO] [FML]: CLIENT ERROR: null: Unknown config on line: escort_key=G [18:08:41] [main/INFO] [FML]: CLIENT ERROR: null: Unknown config on line: generate_colour_chart=false [18:08:41] [main/INFO] [FML]: CLIENT ERROR: null: Unknown config on line: generate_goods_list=false [18:08:41] [main/INFO] [STDOUT]:

config in config.txt. Logging: true/true [18:08:41] [main/INFO] [STDOUT]:

config in config-custom.txt. Logging: true/true [18:08:41] [main/INFO] [FML]: CLIENT Starting new session. Mods: examplemod [18:08:41] [main/INFO]: Reloading ResourceManager: Default, FMLFileResourcePack:Forge Mod Loader, FMLFileResourcePack:Minecraft Forge, FMLFileResourcePack:mercurius_updater, FMLFileResourcePack:Craftable Horse Armour [CHA&S], FMLFileResourcePack:Millenaire, FMLFileResourcePack:MineColonies [18:08:41] [Forge Version Check/INFO] [ForgeVersionCheck]: [forge] Found status: OUTDATED Target: 14.23.5.2768 [18:08:42] [main/INFO] [FML]: Applying holder lookups [18:08:42] [main/INFO] [FML]: Holder lookups applied [18:08:42] [main/INFO] [FML]: Applying holder lookups [18:08:42] [main/INFO] [FML]: Holder lookups applied [18:08:42] [main/INFO] [FML]: Applying holder lookups [18:08:42] [main/INFO] [FML]: Holder lookups applied [18:08:42] [main/INFO] [FML]: Applying holder lookups [18:08:42] [main/INFO] [FML]: Holder lookups applied [18:08:42] [main/INFO] [FML]: Injecting itemstacks [18:08:42] [main/INFO] [FML]: Itemstack injection complete [18:08:42] [main/INFO] [Config]: [OptiFine] Reloading textures [18:08:42] [main/INFO] [Config]: [OptiFine] Resource packs: Default [18:08:43] [Sound Library Loader/INFO]: Starting up SoundSystem... [18:08:43] [Thread-7/INFO]: Initializing LWJGL OpenAL [18:08:43] [Thread-7/INFO]: (The LWJGL binding of OpenAL. For more information, see http://www.lwjgl.org) [18:08:45] [Thread-7/INFO]: OpenAL initialized. [18:08:45] [Sound Library Loader/INFO]: Sound engine started [18:08:46] [main/INFO] [Config]: [OptiFine] Mipmap levels: 4 [18:08:46] [main/INFO] [Config]: [OptiFine] Multitexture: false [18:08:46] [main/INFO] [Config]: [OptiFine] ConnectedTextures: mcpatcher/ctm/default/0_glass_white/glass_pane_white.properties [18:08:46] [main/INFO] [Config]: [OptiFine] ConnectedTextures: mcpatcher/ctm/default/0_glass_white/glass_white.properties [18:08:46] [main/INFO] [Config]: [OptiFine] ConnectedTextures: mcpatcher/ctm/default/10_glass_purple/glass_pane_purple.properties [18:08:46] [main/INFO] [Config]: [OptiFine] ConnectedTextures: mcpatcher/ctm/default/10_glass_purple/glass_purple.properties [18:08:46] [main/INFO] [Config]: [OptiFine] ConnectedTextures: mcpatcher/ctm/default/11_glass_blue/glass_blue.properties [18:08:46] [main/INFO] [Config]: [OptiFine] ConnectedTextures: mcpatcher/ctm/default/11_glass_blue/glass_pane_blue.properties [18:08:46] [main/INFO] [Config]: [OptiFine] ConnectedTextures: mcpatcher/ctm/default/12_glass_brown/glass_brown.properties [18:08:46] [main/INFO] [Config]: [OptiFine] ConnectedTextures: mcpatcher/ctm/default/12_glass_brown/glass_pane_brown.properties [18:08:46] [main/INFO] [Config]: [OptiFine] ConnectedTextures: mcpatcher/ctm/default/13_glass_green/glass_green.properties [18:08:46] [main/INFO] [Config]: [OptiFine] ConnectedTextures: mcpatcher/ctm/default/13_glass_green/glass_pane_green.properties [18:08:46] [main/INFO] [Config]: [OptiFine] ConnectedTextures: mcpatcher/ctm/default/14_glass_red/glass_pane_red.properties [18:08:46] [main/INFO] [Config]: [OptiFine] ConnectedTextures: mcpatcher/ctm/default/14_glass_red/glass_red.properties [18:08:46] [main/INFO] [Config]: [OptiFine] ConnectedTextures: mcpatcher/ctm/default/15_glass_black/glass_black.properties [18:08:46] [main/INFO] [Config]: [OptiFine] ConnectedTextures: mcpatcher/ctm/default/15_glass_black/glass_pane_black.properties [18:08:46] [main/INFO] [Config]: [OptiFine] ConnectedTextures: mcpatcher/ctm/default/1_glass_orange/glass_orange.properties [18:08:46] [main/INFO] [Config]: [OptiFine] ConnectedTextures: mcpatcher/ctm/default/1_glass_orange/glass_pane_orange.properties [18:08:46] [main/INFO] [Config]: [OptiFine] ConnectedTextures: mcpatcher/ctm/default/2_glass_magenta/glass_magenta.properties [18:08:46] [main/INFO] [Config]: [OptiFine] ConnectedTextures: mcpatcher/ctm/default/2_glass_magenta/glass_pane_magenta.properties [18:08:46] [main/INFO] [Config]: [OptiFine] ConnectedTextures: mcpatcher/ctm/default/3_glass_light_blue/glass_light_blue.properties [18:08:46] [main/INFO] [Config]: [OptiFine] ConnectedTextures: mcpatcher/ctm/default/3_glass_light_blue/glass_pane_light_blue.properties [18:08:46] [main/INFO] [Config]: [OptiFine] ConnectedTextures: mcpatcher/ctm/default/4_glass_yellow/glass_pane_yellow.properties [18:08:46] [main/INFO] [Config]: [OptiFine] ConnectedTextures: mcpatcher/ctm/default/4_glass_yellow/glass_yellow.properties [18:08:46] [main/INFO] [Config]: [OptiFine] ConnectedTextures: mcpatcher/ctm/default/5_glass_lime/glass_lime.properties [18:08:46] [main/INFO] [Config]: [OptiFine] ConnectedTextures: mcpatcher/ctm/default/5_glass_lime/glass_pane_lime.properties [18:08:46] [main/INFO] [Config]: [OptiFine] ConnectedTextures: mcpatcher/ctm/default/6_glass_pink/glass_pane_pink.properties [18:08:46] [main/INFO] [Config]: [OptiFine] ConnectedTextures: mcpatcher/ctm/default/6_glass_pink/glass_pink.properties [18:08:46] [main/INFO] [Config]: [OptiFine] ConnectedTextures: mcpatcher/ctm/default/7_glass_gray/glass_gray.properties [18:08:46] [main/INFO] [Config]: [OptiFine] ConnectedTextures: mcpatcher/ctm/default/7_glass_gray/glass_pane_gray.properties [18:08:46] [main/INFO] [Config]: [OptiFine] ConnectedTextures: mcpatcher/ctm/default/8_glass_silver/glass_pane_silver.properties [18:08:46] [main/INFO] [Config]: [OptiFine] ConnectedTextures: mcpatcher/ctm/default/8_glass_silver/glass_silver.properties [18:08:46] [main/INFO] [Config]: [OptiFine] ConnectedTextures: mcpatcher/ctm/default/9_glass_cyan/glass_cyan.properties [18:08:46] [main/INFO] [Config]: [OptiFine] ConnectedTextures: mcpatcher/ctm/default/9_glass_cyan/glass_pane_cyan.properties [18:08:46] [main/INFO] [Config]: [OptiFine] ConnectedTextures: mcpatcher/ctm/default/bookshelf.properties [18:08:46] [main/INFO] [Config]: [OptiFine] ConnectedTextures: mcpatcher/ctm/default/glass.properties [18:08:46] [main/INFO] [Config]: [OptiFine] ConnectedTextures: mcpatcher/ctm/default/glasspane.properties [18:08:46] [main/INFO] [Config]: [OptiFine] ConnectedTextures: mcpatcher/ctm/default/sandstone.properties [18:08:46] [main/INFO] [Config]: [OptiFine] Multipass connected textures: false [18:08:46] [main/INFO] [Config]: [OptiFine] BetterGrass: Parsing default configuration optifine/bettergrass.properties [18:08:47] [main/INFO] [Config]: [OptiFine] Sprite dependency: forge:items/bucket_cover <- minecraft:items/bucket_empty [18:08:47] [main/INFO] [Config]: [OptiFine] Sprite dependency: forge:items/bucket_cover <- forge:items/vanilla_bucket_cover_mask [18:08:47] [main/INFO] [Config]: [OptiFine] Sprite dependency: forge:items/bucket_cover <- minecraft:items/bucket_empty [18:08:47] [main/INFO] [Config]: [OptiFine] Sprite dependency: forge:items/bucket_cover <- forge:items/vanilla_bucket_cover_mask [18:08:47] [main/INFO] [Config]: [OptiFine] Custom loader: TextureAtlasSprite{name='forge:items/bucket_cover', frameCount=1, rotated=false, x=0, y=0, height=16, width=16, u0=0.0, u1=0.0, v0=0.0, v1=0.0} [18:08:47] [main/INFO] [Config]: [OptiFine] Scaled non power of 2: minecolonies:blocks/info/info_poster, 48 -> 64 [18:08:48] [main/INFO] [Config]: [OptiFine] Custom loader: TextureAtlasSprite{name='minecraft:white', frameCount=1, rotated=false, x=0, y=0, height=16, width=16, u0=0.0, u1=0.0, v0=0.0, v1=0.0} [18:08:48] [main/INFO] [Config]: [OptiFine] Scaled non power of 2: minecolonies:blocks/info/info_poster_wax, 12 -> 16 [18:08:48] [main/INFO] [Config]: [OptiFine] Sprite dependency: forge:items/bucket_base <- minecraft:items/bucket_empty [18:08:48] [main/INFO] [Config]: [OptiFine] Custom loader: TextureAtlasSprite{name='forge:items/bucket_base', frameCount=1, rotated=false, x=0, y=0, height=16, width=16, u0=0.0, u1=0.0, v0=0.0, v1=0.0} [18:08:48] [main/INFO]: Created: 1024x1024 textures-atlas [18:08:53] [main/INFO] [FML]: Applying holder lookups [18:08:53] [main/INFO] [FML]: Holder lookups applied [18:09:10] [main/INFO] [FML]: CLIENT MAJOR: null: Loading language: es_ar [18:09:12] [main/INFO] [FML]: CLIENT MAJOR: null: LanguageData loaded: es_ar. Wand invitem name: Wand of Summoning [18:09:12] [main/INFO] [FML]: Injecting itemstacks [18:09:12] [main/INFO] [FML]: Itemstack injection complete [18:09:12] [MercuriusThread/INFO] [STDOUT]: [kml.handlers.HttpHandler:openConnection:33]: URL requested: http://stats.minecraftforge.net/api/v2/ [18:09:12] [main/INFO] [FML]: Forge Mod Loader has successfully loaded 8 mods [18:09:12] [main/WARN]: Skipping bad option: lastServer: [18:09:12] [main/INFO]: Narrator library for x64 successfully loaded [18:09:12] [Realms Notification Availability checker #1 https://github.com/ldtteam/minecolonies/pull/1/INFO] [STDOUT]: [kml.handlers.HttpsHandler:openConnection:30]: URL requested: https://pc.realms.minecraft.net/mco/client/compatible [18:09:12] [Realms Notification Availability checker #1 https://github.com/ldtteam/minecolonies/pull/1/INFO] [STDOUT]: [kml.handlers.ConnectionHandler::30]: URL handled: https://pc.realms.minecraft.net/mco/client/compatible [18:09:13] [main/INFO] [minecolonies]: Finished discovering saplings [18:09:13] [main/INFO] [minecolonies]: Finished discovering ores [18:09:13] [main/INFO] [minecolonies]: Finished discovering compostables [18:09:13] [main/INFO] [Config]: [OptiFine] *** Reloading custom textures


[18:09:14] [Snooper Timer/INFO] [STDOUT]: [kml.handlers.HttpHandler:openConnection:33]: URL requested: http://snoop.minecraft.net/client?version=2

If isn't this, I have a ZIP that may be the startup log

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/ldtteam/minecolonies/issues/3179#issuecomment-449663546, or mute the thread https://github.com/notifications/unsubscribe-auth/AGI9y0_cYRFAFXBDw6Rt72Fdu01ADkZnks5u7_HNgaJpZM4ZdJDh .

RioPlatense commented 5 years ago

lates.log latest.log

Complete zip Registro.zip

Raycoms commented 5 years ago

Do you run this world on the client or on th eserver? If on the server I need the server logs as well

RioPlatense commented 5 years ago

No, it's single player world, but I opened lan to play with friends some times

Raycoms commented 5 years ago

Yay, I finally figured it out. Your forge version is outdated for a long time, please upgrade to at least: forge_version=14.23.5.2768

RioPlatense commented 5 years ago

I updated it, but it still crashing, I thint that the problem is my java version, I'll be trying with that

Raycoms commented 5 years ago

Same crash?

RioPlatense commented 5 years ago

Sorry, I was launching with the old forge, I updated forge, and now it works fine, very very very much thank you!, I'm very grateful!

Raycoms commented 5 years ago

Sem problemas =P

Am So., 23. Dez. 2018 um 20:48 Uhr schrieb RioPlatense < notifications@github.com>:

Sorry, I was launching with the old forge, I updated forge, and now it works fine, very very very much thank you!, I'm very grateful!

— You are receiving this because you modified the open/close state. Reply to this email directly, view it on GitHub https://github.com/ldtteam/minecolonies/issues/3179#issuecomment-449667927, or mute the thread https://github.com/notifications/unsubscribe-auth/AGI9y-Y7Pe9TrSHNb-6O9NwaPUJd82UTks5u8AhVgaJpZM4ZdJDh .