Jump to content

Recommended Posts

Posted

Hi,

 

Currently having an issue where my forge server is crashing after 5 mins of someone being connected.

Server is only being used by two people.

 

Server is outputting: received empty payload on channel fml:handshake just before the crash.

 

Crash Report

---- Minecraft Crash Report ----
// You should try our sister game, Minceraft!

Time: 14/05/20 14:14
Description: Watching Server

java.lang.Error: ServerHangWatchdog detected that a single server tick took 60.00 seconds (should be max 0.05)
    at sun.misc.Unsafe.park(Native Method) ~[?:1.8.0_251] {}
    at java.util.concurrent.locks.LockSupport.parkNanos(Unknown Source) ~[?:1.8.0_251] {}
    at net.minecraft.util.concurrent.ThreadTaskExecutor.func_223705_bi(SourceFile:139) ~[?:?] {re:classloading,pl:accesstransformer:B}
    at net.minecraft.util.concurrent.ThreadTaskExecutor.func_213161_c(SourceFile:129) ~[?:?] {re:classloading,pl:accesstransformer:B}
    at net.minecraft.world.server.ServerChunkProvider.func_212849_a_(SourceFile:135) ~[?:?] {re:classloading,pl:accesstransformer:B}
    at net.minecraft.world.World.func_217353_a(World.java:164) ~[?:?] {re:classloading,pl:accesstransformer:B,pl:runtimedistcleaner:A}
    at net.minecraft.world.server.ServerWorld.func_72838_d(ServerWorld.java:889) ~[?:?] {re:classloading,pl:runtimedistcleaner:A}
    at net.minecraft.world.server.ServerWorld.func_217376_c(ServerWorld.java:829) ~[?:?] {re:classloading,pl:runtimedistcleaner:A}
    at com.blamejared.clumps.Clumps.joinWorld(Clumps.java:41) ~[?:4.0.1] {re:classloading}
    at com.blamejared.clumps.Clumps$$Lambda$2629/111874842.accept(Unknown Source) ~[?:?] {}
    at net.minecraftforge.eventbus.EventBus.doCastFilter(EventBus.java:212) ~[eventbus-1.0.0-service.jar:?] {}
    at net.minecraftforge.eventbus.EventBus.lambda$addListener$11(EventBus.java:204) ~[eventbus-1.0.0-service.jar:?] {}
    at net.minecraftforge.eventbus.EventBus$$Lambda$2453/337786680.invoke(Unknown Source) ~[?:?] {}
    at net.minecraftforge.eventbus.EventBus.post(EventBus.java:258) ~[eventbus-1.0.0-service.jar:?] {}
    at net.minecraft.world.server.ServerWorld.func_217440_f(ServerWorld.java:904) ~[?:?] {re:classloading,pl:runtimedistcleaner:A}
    at net.minecraft.world.server.ChunkManager.lambda$null$24(ChunkManager.java:577) ~[?:?] {re:classloading,pl:runtimedistcleaner:A}
    at net.minecraft.world.server.ChunkManager$$Lambda$3288/877886331.apply(Unknown Source) ~[?:?] {}
    at com.mojang.datafixers.util.Either.lambda$mapLeft$0(Either.java:162) ~[?:?] {re:classloading}
    at com.mojang.datafixers.util.Either$$Lambda$3289/1825302025.apply(Unknown Source) ~[?:?] {}
    at com.mojang.datafixers.util.Either$Left.map(Either.java:38) ~[?:?] {re:classloading}
    at com.mojang.datafixers.util.Either.mapLeft(Either.java:162) ~[?:?] {re:classloading}
    at net.minecraft.world.server.ChunkManager.lambda$func_219200_b$25(ChunkManager.java:554) ~[?:?] {re:classloading,pl:runtimedistcleaner:A}
    at net.minecraft.world.server.ChunkManager$$Lambda$3285/912118707.apply(Unknown Source) ~[?:?] {}
    at java.util.concurrent.CompletableFuture.uniApply(Unknown Source) ~[?:1.8.0_251] {}
    at java.util.concurrent.CompletableFuture$UniApply.tryFire(Unknown Source) ~[?:1.8.0_251] {}
    at java.util.concurrent.CompletableFuture$Completion.run(Unknown Source) ~[?:1.8.0_251] {}
    at net.minecraft.world.chunk.ChunkTaskPriorityQueueSorter.func_219083_b(SourceFile:58) ~[?:?] {re:classloading}
    at net.minecraft.world.chunk.ChunkTaskPriorityQueueSorter$$Lambda$3217/72755960.run(Unknown Source) ~[?:?] {}
    at net.minecraft.util.concurrent.ThreadTaskExecutor.func_213166_h(SourceFile:144) ~[?:?] {re:classloading,pl:accesstransformer:B}
    at net.minecraft.util.concurrent.ThreadTaskExecutor.func_213168_p(SourceFile:118) ~[?:?] {re:classloading,pl:accesstransformer:B}
    at net.minecraft.world.server.ServerChunkProvider$ChunkExecutor.func_213168_p(SourceFile:550) ~[?:?] {re:classloading}
    at net.minecraft.world.server.ServerChunkProvider.func_217234_d(SourceFile:273) ~[?:?] {re:classloading,pl:accesstransformer:B}
    at net.minecraft.server.MinecraftServer.func_213205_aW(MinecraftServer.java:704) ~[?:?] {re:classloading,pl:accesstransformer:B,pl:runtimedistcleaner:A}
    at net.minecraft.server.MinecraftServer.func_213168_p(MinecraftServer.java:693) ~[?:?] {re:classloading,pl:accesstransformer:B,pl:runtimedistcleaner:A}
    at net.minecraft.util.concurrent.ThreadTaskExecutor.func_213161_c(SourceFile:127) ~[?:?] {re:classloading,pl:accesstransformer:B}
    at net.minecraft.server.MinecraftServer.func_213202_o(MinecraftServer.java:679) ~[?:?] {re:classloading,pl:accesstransformer:B,pl:runtimedistcleaner:A}
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:626) ~[?:?] {re:classloading,pl:accesstransformer:B,pl:runtimedistcleaner:A}
    at java.lang.Thread.run(Unknown Source) [?:1.8.0_251] {}


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

-- Head --
Thread: Server Watchdog
Stacktrace:
    at sun.misc.Unsafe.park(Native Method)
    at java.util.concurrent.locks.LockSupport.parkNanos(Unknown Source)
    at net.minecraft.util.concurrent.ThreadTaskExecutor.func_223705_bi(SourceFile:139)
    at net.minecraft.util.concurrent.ThreadTaskExecutor.func_213161_c(SourceFile:129)
    at net.minecraft.world.server.ServerChunkProvider.func_212849_a_(SourceFile:135)
    at net.minecraft.world.World.func_217353_a(World.java:164)
    at net.minecraft.world.server.ServerWorld.func_72838_d(ServerWorld.java:889)
    at net.minecraft.world.server.ServerWorld.func_217376_c(ServerWorld.java:829)
    at com.blamejared.clumps.Clumps.joinWorld(Clumps.java:41)
    at com.blamejared.clumps.Clumps$$Lambda$2629/111874842.accept(Unknown Source)
    at net.minecraftforge.eventbus.EventBus.doCastFilter(EventBus.java:212)
    at net.minecraftforge.eventbus.EventBus.lambda$addListener$11(EventBus.java:204)
    at net.minecraftforge.eventbus.EventBus$$Lambda$2453/337786680.invoke(Unknown Source)
    at net.minecraftforge.eventbus.EventBus.post(EventBus.java:258)
    at net.minecraft.world.server.ServerWorld.func_217440_f(ServerWorld.java:904)
    at net.minecraft.world.server.ChunkManager.lambda$null$24(ChunkManager.java:577)
    at net.minecraft.world.server.ChunkManager$$Lambda$3288/877886331.apply(Unknown Source)
    at com.mojang.datafixers.util.Either.lambda$mapLeft$0(Either.java:162)
    at com.mojang.datafixers.util.Either$$Lambda$3289/1825302025.apply(Unknown Source)
    at com.mojang.datafixers.util.Either$Left.map(Either.java:38)
    at com.mojang.datafixers.util.Either.mapLeft(Either.java:162)
    at net.minecraft.world.server.ChunkManager.lambda$func_219200_b$25(ChunkManager.java:554)
    at net.minecraft.world.server.ChunkManager$$Lambda$3285/912118707.apply(Unknown Source)
    at java.util.concurrent.CompletableFuture.uniApply(Unknown Source)
    at java.util.concurrent.CompletableFuture$UniApply.tryFire(Unknown Source)
    at java.util.concurrent.CompletableFuture$Completion.run(Unknown Source)
    at net.minecraft.world.chunk.ChunkTaskPriorityQueueSorter.func_219083_b(SourceFile:58)
    at net.minecraft.world.chunk.ChunkTaskPriorityQueueSorter$$Lambda$3217/72755960.run(Unknown Source)
    at net.minecraft.util.concurrent.ThreadTaskExecutor.func_213166_h(SourceFile:144)
    at net.minecraft.util.concurrent.ThreadTaskExecutor.func_213168_p(SourceFile:118)
    at net.minecraft.world.server.ServerChunkProvider$ChunkExecutor.func_213168_p(SourceFile:550)
    at net.minecraft.world.server.ServerChunkProvider.func_217234_d(SourceFile:273)
    at net.minecraft.server.MinecraftServer.func_213205_aW(MinecraftServer.java:704)
    at net.minecraft.server.MinecraftServer.func_213168_p(MinecraftServer.java:693)
    at net.minecraft.util.concurrent.ThreadTaskExecutor.func_213161_c(SourceFile:127)
    at net.minecraft.server.MinecraftServer.func_213202_o(MinecraftServer.java:679)

-- Thread Dump --
Details:
    Threads: "Netty Server IO #4" Id=68 RUNNABLE (in native)
    at sun.nio.ch.WindowsSelectorImpl$SubSelector.poll0(Native Method)
    at sun.nio.ch.WindowsSelectorImpl$SubSelector.poll(Unknown Source)
    at sun.nio.ch.WindowsSelectorImpl$SubSelector.access$400(Unknown Source)
    at sun.nio.ch.WindowsSelectorImpl.doSelect(Unknown Source)
    at sun.nio.ch.SelectorImpl.lockAndDoSelect(Unknown Source)
    -  locked io.netty.channel.nio.SelectedSelectionKeySet@772cb48d
    -  locked java.util.Collections$UnmodifiableSet@79eb5418
    -  locked sun.nio.ch.WindowsSelectorImpl@7dd4dffd
    at sun.nio.ch.SelectorImpl.select(Unknown Source)
    at io.netty.channel.nio.SelectedSelectionKeySetSelector.select(SelectedSelectionKeySetSelector.java:62)
    at io.netty.channel.nio.NioEventLoop.select(NioEventLoop.java:756)
    ...


"Netty Server IO #3" Id=59 RUNNABLE
    at sun.nio.ch.WindowsSelectorImpl$SubSelector.poll0(Native Method)
    at sun.nio.ch.WindowsSelectorImpl$SubSelector.poll(Unknown Source)
    at sun.nio.ch.WindowsSelectorImpl$SubSelector.access$400(Unknown Source)
    at sun.nio.ch.WindowsSelectorImpl.doSelect(Unknown Source)
    at sun.nio.ch.SelectorImpl.lockAndDoSelect(Unknown Source)
    -  locked io.netty.channel.nio.SelectedSelectionKeySet@38d65e23
    -  locked java.util.Collections$UnmodifiableSet@2acc0d68
    -  locked sun.nio.ch.WindowsSelectorImpl@9a4c7bd
    at sun.nio.ch.SelectorImpl.select(Unknown Source)
    at io.netty.channel.nio.SelectedSelectionKeySetSelector.select(SelectedSelectionKeySetSelector.java:62)
    at io.netty.channel.nio.NioEventLoop.select(NioEventLoop.java:756)
    ...


"Netty Server IO #2" Id=58 RUNNABLE (in native)
    at sun.nio.ch.WindowsSelectorImpl$SubSelector.poll0(Native Method)
    at sun.nio.ch.WindowsSelectorImpl$SubSelector.poll(Unknown Source)
    at sun.nio.ch.WindowsSelectorImpl$SubSelector.access$400(Unknown Source)
    at sun.nio.ch.WindowsSelectorImpl.doSelect(Unknown Source)
    at sun.nio.ch.SelectorImpl.lockAndDoSelect(Unknown Source)
    -  locked io.netty.channel.nio.SelectedSelectionKeySet@5254ca43
    -  locked java.util.Collections$UnmodifiableSet@58f9a16c
    -  locked sun.nio.ch.WindowsSelectorImpl@12945056
    at sun.nio.ch.SelectorImpl.select(Unknown Source)
    at io.netty.channel.nio.SelectedSelectionKeySetSelector.select(SelectedSelectionKeySetSelector.java:62)
    at io.netty.channel.nio.NioEventLoop.select(NioEventLoop.java:756)
    ...


"Netty Server IO #1" Id=57 RUNNABLE (in native)
    at sun.nio.ch.WindowsSelectorImpl$SubSelector.poll0(Native Method)
    at sun.nio.ch.WindowsSelectorImpl$SubSelector.poll(Unknown Source)
    at sun.nio.ch.WindowsSelectorImpl$SubSelector.access$400(Unknown Source)
    at sun.nio.ch.WindowsSelectorImpl.doSelect(Unknown Source)
    at sun.nio.ch.SelectorImpl.lockAndDoSelect(Unknown Source)
    -  locked io.netty.channel.nio.SelectedSelectionKeySet@3da2e496
    -  locked java.util.Collections$UnmodifiableSet@495027b3
    -  locked sun.nio.ch.WindowsSelectorImpl@5cb71d34
    at sun.nio.ch.SelectorImpl.select(Unknown Source)
    at io.netty.channel.nio.SelectedSelectionKeySetSelector.select(SelectedSelectionKeySetSelector.java:62)
    at io.netty.channel.nio.NioEventLoop.select(NioEventLoop.java:756)
    ...


"Server Watchdog" Id=56 RUNNABLE
    at sun.management.ThreadImpl.dumpThreads0(Native Method)
    at sun.management.ThreadImpl.dumpAllThreads(Unknown Source)
    at net.minecraft.server.dedicated.ServerHangWatchdog.run(ServerHangWatchdog.java:37)
    at java.lang.Thread.run(Unknown Source)


"Thread-6" Id=52 RUNNABLE (in native)
    at sun.nio.fs.WindowsNativeDispatcher.GetQueuedCompletionStatus0(Native Method)
    at sun.nio.fs.WindowsNativeDispatcher.GetQueuedCompletionStatus(Unknown Source)
    at sun.nio.fs.WindowsWatchService$Poller.run(Unknown Source)
    at java.lang.Thread.run(Unknown Source)


"Netty Server IO #0" Id=51 RUNNABLE
    at sun.nio.ch.WindowsSelectorImpl$SubSelector.poll0(Native Method)
    at sun.nio.ch.WindowsSelectorImpl$SubSelector.poll(Unknown Source)
    at sun.nio.ch.WindowsSelectorImpl$SubSelector.access$400(Unknown Source)
    at sun.nio.ch.WindowsSelectorImpl.doSelect(Unknown Source)
    at sun.nio.ch.SelectorImpl.lockAndDoSelect(Unknown Source)
    -  locked io.netty.channel.nio.SelectedSelectionKeySet@6c11e014
    -  locked java.util.Collections$UnmodifiableSet@463d2f54
    -  locked sun.nio.ch.WindowsSelectorImpl@e98f59f
    at sun.nio.ch.SelectorImpl.select(Unknown Source)
    at io.netty.channel.nio.SelectedSelectionKeySetSelector.select(SelectedSelectionKeySetSelector.java:62)
    at io.netty.channel.nio.NioEventLoop.select(NioEventLoop.java:756)
    ...


"ObjectCleanerThread" Id=50 TIMED_WAITING on java.lang.ref.ReferenceQueue$Lock@6a2207c5
    at java.lang.Object.wait(Native Method)
    -  waiting on java.lang.ref.ReferenceQueue$Lock@6a2207c5
    at java.lang.ref.ReferenceQueue.remove(Unknown Source)
    at io.netty.util.internal.ObjectCleaner$1.run(ObjectCleaner.java:54)
    at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30)
    at java.lang.Thread.run(Unknown Source)


"Server console handler" Id=31 RUNNABLE (in native)
    at java.io.FileInputStream.readBytes(Native Method)
    at java.io.FileInputStream.read(Unknown Source)
    at java.io.BufferedInputStream.read1(Unknown Source)
    at java.io.BufferedInputStream.read(Unknown Source)
    -  locked java.io.BufferedInputStream@9505bd5
    at sun.nio.cs.StreamDecoder.readBytes(Unknown Source)
    at sun.nio.cs.StreamDecoder.implRead(Unknown Source)
    at sun.nio.cs.StreamDecoder.read(Unknown Source)
    -  locked java.io.InputStreamReader@26b89224
    at java.io.InputStreamReader.read(Unknown Source)
    ...


"DestroyJavaVM" Id=30 RUNNABLE


"Server thread" Id=27 TIMED_WAITING on java.lang.String@6fc5bf61
    at sun.misc.Unsafe.park(Native Method)
    -  waiting on java.lang.String@6fc5bf61
    at java.util.concurrent.locks.LockSupport.parkNanos(Unknown Source)
    at net.minecraft.util.concurrent.ThreadTaskExecutor.func_223705_bi(SourceFile:139)
    at net.minecraft.util.concurrent.ThreadTaskExecutor.func_213161_c(SourceFile:129)
    at net.minecraft.world.server.ServerChunkProvider.func_212849_a_(SourceFile:135)
    at net.minecraft.world.World.func_217353_a(World.java:164)
    at net.minecraft.world.server.ServerWorld.func_72838_d(ServerWorld.java:889)
    at net.minecraft.world.server.ServerWorld.func_217376_c(ServerWorld.java:829)
    ...


"Server Infinisleeper" Id=28 TIMED_WAITING
    at java.lang.Thread.sleep(Native Method)
    at net.minecraft.server.dedicated.DedicatedServer$1.run(DedicatedServer.java:87)


"Snooper Timer" Id=26 WAITING on java.util.TaskQueue@15a39173
    at java.lang.Object.wait(Native Method)
    -  waiting on java.util.TaskQueue@15a39173
    at java.lang.Object.wait(Unknown Source)
    at java.util.TimerThread.mainLoop(Unknown Source)
    at java.util.TimerThread.run(Unknown Source)


"pool-2-thread-1" Id=18 WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@1ea6fee1
    at sun.misc.Unsafe.park(Native Method)
    -  waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@1ea6fee1
    at java.util.concurrent.locks.LockSupport.park(Unknown Source)
    at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(Unknown Source)
    at java.util.concurrent.LinkedBlockingQueue.take(Unknown Source)
    at java.util.concurrent.ThreadPoolExecutor.getTask(Unknown Source)
    at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
    at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
    at java.lang.Thread.run(Unknown Source)


"Thread-2" Id=17 RUNNABLE (in native)
    at sun.nio.fs.WindowsNativeDispatcher.GetQueuedCompletionStatus0(Native Method)
    at sun.nio.fs.WindowsNativeDispatcher.GetQueuedCompletionStatus(Unknown Source)
    at sun.nio.fs.WindowsWatchService$Poller.run(Unknown Source)
    at java.lang.Thread.run(Unknown Source)


"Thread-1" Id=16 TIMED_WAITING
    at sun.misc.Unsafe.park(Native Method)
    at java.util.concurrent.locks.LockSupport.parkNanos(Unknown Source)
    at com.electronwill.nightconfig.core.file.FileWatcher$WatcherThread.run(FileWatcher.java:190)


"Attach Listener" Id=5 RUNNABLE


"Signal Dispatcher" Id=4 RUNNABLE


"Finalizer" Id=3 WAITING on java.lang.ref.ReferenceQueue$Lock@7ced66a3
    at java.lang.Object.wait(Native Method)
    -  waiting on java.lang.ref.ReferenceQueue$Lock@7ced66a3
    at java.lang.ref.ReferenceQueue.remove(Unknown Source)
    at java.lang.ref.ReferenceQueue.remove(Unknown Source)
    at java.lang.ref.Finalizer$FinalizerThread.run(Unknown Source)


"Reference Handler" Id=2 WAITING on java.lang.ref.Reference$Lock@3e11e0e8
    at java.lang.Object.wait(Native Method)
    -  waiting on java.lang.ref.Reference$Lock@3e11e0e8
    at java.lang.Object.wait(Unknown Source)
    at java.lang.ref.Reference.tryHandlePending(Unknown Source)
    at java.lang.ref.Reference$ReferenceHandler.run(Unknown Source)

Stacktrace:
    at net.minecraft.server.dedicated.ServerHangWatchdog.run(ServerHangWatchdog.java:52)
    at java.lang.Thread.run(Unknown Source)

-- System Details --
Details:
    Minecraft Version: 1.14.4
    Minecraft Version ID: 1.14.4
    Operating System: Windows 10 (amd64) version 10.0
    Java Version: 1.8.0_251, Oracle Corporation
    Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
    Memory: 1949581512 bytes (1859 MB) / 3120562176 bytes (2976 MB) up to 3120562176 bytes (2976 MB)
    CPUs: 12
    JVM Flags: 3 total; -Xmx3072M -Xms3072M -Xmx3072M
    ModLauncher: 4.1.0+62+5bfa59b
    ModLauncher launch target: fmlserver
    ModLauncher naming: srg
    ModLauncher services: 
        /eventbus-1.0.0-service.jar eventbus PLUGINSERVICE 
        /forge-1.14.4-28.2.0.jar object_holder_definalize PLUGINSERVICE 
        /forge-1.14.4-28.2.0.jar runtime_enum_extender PLUGINSERVICE 
        /accesstransformers-1.0.1-milestone.0.1+94458e7-shadowed.jar accesstransformer PLUGINSERVICE 
        /forge-1.14.4-28.2.0.jar capability_inject_definalize PLUGINSERVICE 
        /forge-1.14.4-28.2.0.jar runtimedistcleaner PLUGINSERVICE 
        /forge-1.14.4-28.2.0.jar fml TRANSFORMATIONSERVICE 
    FML: 28.2
    Forge: net.minecraftforge:28.2.0
    FML Language Providers: 
        [email protected]
        minecraft@1
    Mod List: 
        forge-1.14.4-28.2.0-server.jar Minecraft {[email protected] DONE}
        useful_backpacks-1.14.4-1.7.6.60.jar Useful Backpacks {[email protected] DONE}
        forge-1.14.4-28.2.0-universal.jar Forge {[email protected] DONE}
        u_team_core-1.14.4-2.8.2.150.jar U Team Core {[email protected] DONE}
        Neat+1.5-19.jar Neat {[email protected] DONE}
        gravestone-1.15.3.jar Gravestone Mod {[email protected] DONE}
        Morpheus-1.14.4-4.2.44.jar Morpheus {morpheus@version DONE}
        Clumps-4.0.1.jar Clumps {[email protected] DONE}
        journeymap-1.14.4-5.7.0b2.jar Journeymap {[email protected] DONE}
        ironchest-1.14.4-9.1.5.jar Iron Chests {[email protected] DONE}
        jei-1.14.4-6.0.0.27.jar Just Enough Items {[email protected] DONE}
    Player Count: 2 / 20; [ServerPlayerEntity['GGillott'/267, l='world', x=323.96, y=72.00, z=-91.91], ServerPlayerEntity['Krizztech'/317, l='world', x=304.17, y=74.00, z=-144.03]]
    Data Packs: vanilla, mod:clumps, mod:forge, mod:gravestone, mod:ironchest, mod:jei, mod:journeymap, mod:morpheus, mod:neat, mod:usefulbackpacks, mod:uteamcore
    Is Modded: Definitely; Server brand changed to 'forge'
    Type: Dedicated Server (map_server.txt)

 

Is anyone able to diagnose this and help me towards getting it resolved?

 

The list of mods being used is small and the image of the mods list can be seen here: https://imgur.com/a/SygwdbM

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.

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

×
×
  • Create New...

Important Information

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