Jump to content

Recommended Posts

Posted

Every day I open the server with server.bat and it works perfectly. Today I accidentally open the server with minecraft_server.1.12.2.jar and the world loading is extremely fast compared to opening with .bat.

Then I close the server and open it with bat., and then it crashes immediately after loading the world
 

ime: 20年5月25日 上午11:19
Description: Exception while ticking a block

java.util.ConcurrentModificationException
    at java.util.HashMap$HashIterator.nextNode(Unknown Source)
    at java.util.HashMap$ValueIterator.next(Unknown Source)
    at net.minecraft.world.World.func_147448_a(World.java:1949)
    at net.minecraft.world.chunk.Chunk.func_76631_c(Chunk.java:856)
    at net.minecraftforge.common.chunkio.ChunkIOProvider.syncCallback(ChunkIOProvider.java:109)
    at net.minecraftforge.common.chunkio.ChunkIOExecutor.syncChunkLoad(ChunkIOExecutor.java:94)
    at net.minecraft.world.gen.ChunkProviderServer.loadChunk(ChunkProviderServer.java:118)
    at net.minecraft.world.gen.ChunkProviderServer.func_186028_c(ChunkProviderServer.java:89)
    at net.minecraft.world.gen.ChunkProviderServer.func_186025_d(ChunkProviderServer.java:135)
    at net.minecraft.world.World.func_72964_e(World.java:310)
    at net.minecraft.world.World.func_175726_f(World.java:305)
    at net.minecraft.world.World.func_180495_p(World.java:911)
    at net.minecraftforge.fluids.BlockFluidClassic.canFlowInto(BlockFluidClassic.java:290)
    at net.minecraftforge.fluids.BlockFluidClassic.calculateFlowCost(BlockFluidClassic.java:259)
    at net.minecraftforge.fluids.BlockFluidClassic.calculateFlowCost(BlockFluidClassic.java:274)
    at net.minecraftforge.fluids.BlockFluidClassic.calculateFlowCost(BlockFluidClassic.java:274)
    at net.minecraftforge.fluids.BlockFluidClassic.getOptimalFlowDirections(BlockFluidClassic.java:235)
    at net.minecraftforge.fluids.BlockFluidClassic.func_180650_b(BlockFluidClassic.java:189)
    at net.minecraft.world.WorldServer.func_72955_a(WorldServer.java:737)
    at net.minecraft.world.WorldServer.func_72835_b(WorldServer.java:223)
    at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:756)
    at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:397)
    at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:668)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:526)
    at java.lang.Thread.run(Unknown Source)


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

-- Head --
Thread: Server thread
Stacktrace:
    at java.util.HashMap$HashIterator.nextNode(Unknown Source)
    at java.util.HashMap$ValueIterator.next(Unknown Source)
    at net.minecraft.world.World.func_147448_a(World.java:1949)
    at net.minecraft.world.chunk.Chunk.func_76631_c(Chunk.java:856)
    at net.minecraftforge.common.chunkio.ChunkIOProvider.syncCallback(ChunkIOProvider.java:109)
    at net.minecraftforge.common.chunkio.ChunkIOExecutor.syncChunkLoad(ChunkIOExecutor.java:94)
    at net.minecraft.world.gen.ChunkProviderServer.loadChunk(ChunkProviderServer.java:118)
    at net.minecraft.world.gen.ChunkProviderServer.func_186028_c(ChunkProviderServer.java:89)
    at net.minecraft.world.gen.ChunkProviderServer.func_186025_d(ChunkProviderServer.java:135)
    at net.minecraft.world.World.func_72964_e(World.java:310)
    at net.minecraft.world.World.func_175726_f(World.java:305)
    at net.minecraft.world.World.func_180495_p(World.java:911)
    at net.minecraftforge.fluids.BlockFluidClassic.canFlowInto(BlockFluidClassic.java:290)
    at net.minecraftforge.fluids.BlockFluidClassic.calculateFlowCost(BlockFluidClassic.java:259)
    at net.minecraftforge.fluids.BlockFluidClassic.calculateFlowCost(BlockFluidClassic.java:274)
    at net.minecraftforge.fluids.BlockFluidClassic.calculateFlowCost(BlockFluidClassic.java:274)
    at net.minecraftforge.fluids.BlockFluidClassic.getOptimalFlowDirections(BlockFluidClassic.java:235)
    at net.minecraftforge.fluids.BlockFluidClassic.func_180650_b(BlockFluidClassic.java:189)

-- Block being ticked --
Details:
    Block: buildcraftenergy:fluid_block_fuel_gaseous_heat_1[level=1]
    Block location: World: (211,83,950), Chunk: (at 3,5,6 in 13,59; contains blocks 208,0,944 to 223,255,959), Region: (0,1; contains chunks 0,32 to 31,63, blocks 0,0,512 to 511,255,1023)
Stacktrace:
    at net.minecraft.world.WorldServer.func_72955_a(WorldServer.java:737)
    at net.minecraft.world.WorldServer.func_72835_b(WorldServer.java:223)

-- Affected level --
Details:
    Level name: world
    All players: 0 total; []
    Chunk stats: ServerChunkCache: 628 Drop: 0
    Level seed: 4246441376934492270
    Level generator: ID 00 - default, ver 1. Features enabled: true
    Level generator options:
    Level spawn location: World: (256,64,200), Chunk: (at 0,4,8 in 16,12; contains blocks 256,0,192 to 271,255,207), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,0,0 to 511,255,511)
    Level time: 20512314 game time, 11637433 day time
    Level dimension: 0
    Level storage version: 0x04ABD - Anvil
    Level weather: Rain time: 14336 (now: true), thunder time: 37494 (now: false)
    Level game mode: Game mode: survival (ID 0). Hardcore: false. Cheats: false
Stacktrace:
    at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:756)
    at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:397)
    at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:668)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:526)
    at java.lang.Thread.run(Unknown Source)


Next I found that forcechunks.dat and level.dat have been changed.

Hope my world isn't corrupted. Anything I can do to save this?

Posted (edited)

Details:
    Block: buildcraftenergy:fluid_block_fuel_gaseous_heat_1[level=1]
    Block location: World: (211,83,950), Chunk: (at 3,5,6 in 13,59; contains blocks 208,0,944 to 223,255,959), Region: (0,1; contains chunks 0,32 to 31,63, blocks 0,0,512 to 511,255,1023)
Stacktrace:
    at net.minecraft.world.WorldServer.func_72955_a(WorldServer.java:737)
    at net.minecraft.world.WorldServer.func_72835_b(WorldServer.java:223)

Ok I find out the problem
However I remember I haven't built any buildcraft stuff in that area

After I delete the block in MCedit, the crash report:

Details:
    Block: buildcraftenergy:fluid_block_fuel_gaseous_heat_1[level=1]
    Block location: World: (212,83,950), Chunk: (at 4,5,6 in 13,59; contains blocks 208,0,944 to 223,255,959), Region: (0,1; contains chunks 0,32 to 31,63, blocks 0,0,512 to 511,255,1023)
Stacktrace:
    at net.minecraft.world.WorldServer.func_72955_a(WorldServer.java:737)
    at net.minecraft.world.WorldServer.func_72835_b(WorldServer.java:223)

I change all the blocks near that block into stone and the crash report becomes:
Details:
    Block: buildcraftenergy:fluid_block_fuel_gaseous_heat_1[level=3]
    Block location: World: (213,83,948), Chunk: (at 5,5,4 in 13,59; contains blocks 208,0,944 to 223,255,959), Region: (0,1; contains chunks 0,32 to 31,63, blocks 0,0,512 to 511,255,1023)
Stacktrace:
    at net.minecraft.world.WorldServer.func_72955_a(WorldServer.java:737)
    at net.minecraft.world.WorldServer.func_72835_b(WorldServer.java:223)

So what is the source causing this?


 

Edited by philip9876
Posted

1.12 is no longer supported on this forum.

Please update to a modern version of Minecraft to receive support.

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

Guest
This topic is now closed to further replies.

Announcements



  • Recently Browsing

    • No registered users viewing this page.
  • Posts

    • I also just tried with iron's spellbooks removed, since that seemed related, but i am still having the same problem, even in newly created worlds. https://mclo.gs/AtrAfaj 
    • My Gradle Project for my Minecraft mod isn't building. Terminal: * Where: Settings file 'C:\Users\csonn\OneDrive\Desktop\fusionlucky\settings.gradle' line: 2 * What went wrong: Could not compile settings file 'C:\Users\csonn\OneDrive\Desktop\fusionlucky\settings.gradle'. > startup failed:   settings file 'C:\Users\csonn\OneDrive\Desktop\fusionlucky\settings.gradle': 2: The pluginManagement {} block must appear before any other statements in the script.   For more information on the pluginManagement {} block, please refer to https://docs.gradle.org/9.0.0/userguide/plugins.html#sec:plugin_management in the Gradle documentation.    @ line 2, column 1.      pluginManagement {      ^   1 error * Try: > Run with --stacktrace option to get the stack trace. > Run with --info or --debug option to get more log output. > Run with --scan to generate a Build Scan (Powered by Develocity). > Get more help at https://help.gradle.org.   Setting.Gradle File:   rootProject.name = 'fusion-lucky-block' pluginManagement {     repositories {         gradlePluginPortal()         maven { url "https://maven.minecraftforge.net/" }         mavenCentral()     } }
    • no change still. here's a new log  https://mclo.gs/RXwiZmn 
    • Whenever I go to build my it says "Build failed in " how many seconds   Here is what is said in my terminal * Where: Build file 'C:\Users\csonn\OneDrive\Desktop\fusionlucky\build.gradle' line: 3 * What went wrong: Plugin [id: 'net.minecraftforge.gradle', version: '6.1.51'] was not found in any of the following sources: - Gradle Core Plugins (plugin is not in 'org.gradle' namespace) - Included Builds (No included builds contain this plugin) - Plugin Repositories (could not resolve plugin artifact 'net.minecraftforge.gradle:net.minecraftforge.gradle.gradle.plugin:6.1.51')   Searched in the following repositories:     Gradle Central Plugin Repository     MinecraftForge(https://maven.minecraftforge.net/) * Try: > Run with --stacktrace option to get the stack trace. > Run with --info or --debug option to get more log output. > Get more help at https://help.gradle.org.   Here is what is in my build.gradle file plugins {     id 'java'     id 'net.minecraftforge.gradle' version '6.1+' }   group = 'io.github.csonnic03.fusionlucky' version = '1.0.0' archivesBaseName = 'fusionlucky'   java {     toolchain {         languageVersion = JavaLanguageVersion.of(17)     } }   repositories {     mavenCentral()     maven {         name "forgeMaven"         url "https://maven.minecraftforge.net/<repository>" } }   dependencies {     minecraft 'net.minecraftforge:forge:1.20.1-47.1.0' }   minecraft {     mappings channel: 'official', version: '1.20.1'     runs {         client {             workingDirectory project.file('run')         }         server {             workingDirectory project.file('run')         }     } }   tasks.withType(JavaCompile) {     options.encoding = 'UTF-8' }   jar {     manifest {         attributes(             "Specification-Title": "Fusion Lucky Block",             "Specification-Vendor": "example",             "Implementation-Title": project.name,             "Implementation-Version": project.version,             "Implementation-Vendor": "example",             "ModLauncher-TargetFMLVersion": "[47,)"         )     } }  
  • Topics

  • Who's Online (See full list)

×
×
  • Create New...

Important Information

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