Jump to content

Help with server crash


Yorick06

Recommended Posts

---- Minecraft Crash Report ----
// Ouch. That hurt :(

Time: 15.05.20 12:09
Description: Feature placement

com.google.gson.JsonSyntaxException: com.google.gson.stream.MalformedJsonException: Use JsonReader.setLenient(true) to accept malformed JSON at line 1 column 1 path $
    at com.google.gson.internal.Streams.parse(Streams.java:60) ~[server-1.14.4-extra-stable.jar:?] {}
    at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:65) ~[server-1.14.4-extra-stable.jar:?] {}
    at net.minecraft.util.JSONUtils.func_188173_a(SourceFile:493) ~[?:?] {re:classloading}
    at net.minecraft.util.JSONUtils.func_188176_a(SourceFile:518) ~[?:?] {re:classloading}
    at net.minecraft.util.text.ITextComponent$Serializer.func_150699_a(SourceFile:393) ~[?:?] {re:classloading}
    at net.minecraft.tileentity.CommandBlockLogic.func_145759_b(SourceFile:66) ~[?:?] {re:classloading}
    at net.minecraft.tileentity.CommandBlockTileEntity.func_145839_a(SourceFile:44) ~[?:?] {re:classloading}
    at net.minecraft.world.gen.feature.template.Template.func_189962_a(Template.java:210) ~[?:?] {re:classloading,pl:accesstransformer:B}
    at net.minecraft.world.gen.feature.template.Template.func_186253_b(Template.java:166) ~[?:?] {re:classloading,pl:accesstransformer:B}
    at net.minecraft.world.gen.feature.template.Template.func_186260_a(Template.java:162) ~[?:?] {re:classloading,pl:accesstransformer:B}
    at net.mcreator.hardcore_battle_towers_av_av.MCreatorForesttower$1.place(MCreatorForesttower.java:58) ~[?:?] {re:classloading}
    at net.mcreator.hardcore_battle_towers_av_av.MCreatorForesttower$1.func_212245_a(MCreatorForesttower.java:36) ~[?:?] {re:classloading}
    at net.minecraft.world.gen.feature.ConfiguredFeature.func_222734_a(SourceFile:36) ~[?:?] {re:classloading}
    at net.minecraft.world.gen.placement.Placement.lambda$place$0(Placement.java:72) ~[?:?] {re:classloading}
    at java.util.stream.Streams$StreamBuilderImpl.forEachRemaining(Unknown Source) ~[?:1.8.0_251] {}
    at java.util.stream.ReferencePipeline$Head.forEach(Unknown Source) ~[?:1.8.0_251] {}
    at net.minecraft.world.gen.placement.Placement.func_214998_a(Placement.java:71) ~[?:?] {re:classloading}
    at net.minecraft.world.gen.placement.ConfiguredPlacement.func_215093_a(SourceFile:35) ~[?:?] {re:classloading}
    at net.minecraft.world.gen.feature.DecoratedFeature.func_212245_a(SourceFile:20) ~[?:?] {re:classloading}
    at net.minecraft.world.gen.feature.DecoratedFeature.func_212245_a(SourceFile:13) ~[?:?] {re:classloading}
    at net.minecraft.world.gen.feature.ConfiguredFeature.func_222734_a(SourceFile:36) ~[?:?] {re:classloading}
    at net.minecraft.world.biome.Biome.func_203608_a(Biome.java:283) ~[?:?] {re:classloading,pl:accesstransformer:B,pl:runtimedistcleaner:A}
    at net.minecraft.world.gen.ChunkGenerator.func_202092_b(ChunkGenerator.java:104) ~[?:?] {re:classloading}
    at net.minecraft.world.chunk.ChunkStatus.lambda$static$9(ChunkStatus.java:73) ~[?:?] {re:classloading,pl:accesstransformer:B}
    at net.minecraft.world.chunk.ChunkStatus.func_223198_a(ChunkStatus.java:196) ~[?:?] {re:classloading,pl:accesstransformer:B}
    at net.minecraft.world.server.ChunkManager.lambda$null$17(ChunkManager.java:509) ~[?:?] {re:classloading,xf:fml:immersiveengineering:ChunkWatchEvent workaround,pl:runtimedistcleaner:A}
    at com.mojang.datafixers.util.Either$Left.map(Either.java:38) ~[?:?] {re:classloading}
    at net.minecraft.world.server.ChunkManager.lambda$func_223156_b$19(ChunkManager.java:507) ~[?:?] {re:classloading,xf:fml:immersiveengineering:ChunkWatchEvent workaround,pl:runtimedistcleaner:A}
    at java.util.concurrent.CompletableFuture.uniCompose(Unknown Source) ~[?:1.8.0_251] {}
    at java.util.concurrent.CompletableFuture$UniCompose.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.util.concurrent.DelegatedTaskExecutor.func_213148_e(SourceFile:83) ~[?:?] {re:classloading}
    at net.minecraft.util.concurrent.DelegatedTaskExecutor.func_213145_a(SourceFile:123) ~[?:?] {re:classloading}
    at net.minecraft.util.concurrent.DelegatedTaskExecutor.run(SourceFile:91) ~[?:?] {re:classloading}
    at java.util.concurrent.ForkJoinTask$RunnableExecuteAction.exec(Unknown Source) ~[?:1.8.0_251] {}
    at java.util.concurrent.ForkJoinTask.doExec(Unknown Source) ~[?:1.8.0_251] {}
    at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(Unknown Source) ~[?:1.8.0_251] {}
    at java.util.concurrent.ForkJoinPool.runWorker(Unknown Source) ~[?:1.8.0_251] {}
    at java.util.concurrent.ForkJoinWorkerThread.run(Unknown Source) ~[?:1.8.0_251] {}
Caused by: com.google.gson.stream.MalformedJsonException: Use JsonReader.setLenient(true) to accept malformed JSON at line 1 column 1 path $
    at com.google.gson.stream.JsonReader.syntaxError(JsonReader.java:1559) ~[server-1.14.4-extra-stable.jar:?] {}
    at com.google.gson.stream.JsonReader.checkLenient(JsonReader.java:1401) ~[server-1.14.4-extra-stable.jar:?] {}
    at com.google.gson.stream.JsonReader.doPeek(JsonReader.java:593) ~[server-1.14.4-extra-stable.jar:?] {}
    at com.google.gson.stream.JsonReader.peek(JsonReader.java:425) ~[server-1.14.4-extra-stable.jar:?] {}
    at com.google.gson.internal.Streams.parse(Streams.java:46) ~[server-1.14.4-extra-stable.jar:?] {}
    ... 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.google.gson.internal.Streams.parse(Streams.java:60)
    at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:65)
    at net.minecraft.util.JSONUtils.func_188173_a(SourceFile:493)
    at net.minecraft.util.JSONUtils.func_188176_a(SourceFile:518)
    at net.minecraft.util.text.ITextComponent$Serializer.func_150699_a(SourceFile:393)
    at net.minecraft.tileentity.CommandBlockLogic.func_145759_b(SourceFile:66)
    at net.minecraft.tileentity.CommandBlockTileEntity.func_145839_a(SourceFile:44)
    at net.minecraft.world.gen.feature.template.Template.func_189962_a(Template.java:210)
    at net.minecraft.world.gen.feature.template.Template.func_186253_b(Template.java:166)
    at net.minecraft.world.gen.feature.template.Template.func_186260_a(Template.java:162)
    at net.mcreator.hardcore_battle_towers_av_av.MCreatorForesttower$1.place(MCreatorForesttower.java:58)
    at net.mcreator.hardcore_battle_towers_av_av.MCreatorForesttower$1.func_212245_a(MCreatorForesttower.java:36)
    at net.minecraft.world.gen.feature.ConfiguredFeature.func_222734_a(SourceFile:36)
    at net.minecraft.world.gen.placement.Placement.lambda$place$0(Placement.java:72)
    at java.util.stream.Streams$StreamBuilderImpl.forEachRemaining(Unknown Source)
    at java.util.stream.ReferencePipeline$Head.forEach(Unknown Source)
    at net.minecraft.world.gen.placement.Placement.func_214998_a(Placement.java:71)
    at net.minecraft.world.gen.placement.ConfiguredPlacement.func_215093_a(SourceFile:35)
    at net.minecraft.world.gen.feature.DecoratedFeature.func_212245_a(SourceFile:20)
    at net.minecraft.world.gen.feature.DecoratedFeature.func_212245_a(SourceFile:13)
    at net.minecraft.world.gen.feature.ConfiguredFeature.func_222734_a(SourceFile:36)

-- Feature --
Details:
    Id: minecraft:decorated
    Description: < DecoratedFeature [minecraft:decorated] >
Stacktrace:
    at net.minecraft.world.biome.Biome.func_203608_a(Biome.java:283)

-- Generation --
Details:
    CenterX: 17
    CenterZ: 25
    Step: SURFACE_STRUCTURES
    Seed: 7857614303198357717
    Biome: minecraft:forest
Stacktrace:
    at net.minecraft.world.gen.ChunkGenerator.func_202092_b(ChunkGenerator.java:104)
    at net.minecraft.world.chunk.ChunkStatus.lambda$static$9(ChunkStatus.java:73)
    at net.minecraft.world.chunk.ChunkStatus.func_223198_a(ChunkStatus.java:196)

-- Chunk to be generated --
Details:
    Location: 17,25
    Position hash: 107374182417
    Generator: biomesoplenty.common.world.ChunkGeneratorOverworldBOP@20b8eaf4
Stacktrace:
    at net.minecraft.world.server.ChunkManager.lambda$null$17(ChunkManager.java:509)
    at com.mojang.datafixers.util.Either$Left.map(Either.java:38)
    at net.minecraft.world.server.ChunkManager.lambda$func_223156_b$19(ChunkManager.java:507)
    at java.util.concurrent.CompletableFuture.uniCompose(Unknown Source)
    at java.util.concurrent.CompletableFuture$UniCompose.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.util.concurrent.DelegatedTaskExecutor.func_213148_e(SourceFile:83)
    at net.minecraft.util.concurrent.DelegatedTaskExecutor.func_213145_a(SourceFile:123)
    at net.minecraft.util.concurrent.DelegatedTaskExecutor.run(SourceFile:91)

-- Affected level --
Details:
    All players: 1 total; [ServerPlayerEntity['Yorick_is_doge'/528, l='world', x=120.86, y=63.00, z=228.29]]
    Chunk stats: ServerChunkCache: 2229
    Level dimension: DimensionType{minecraft:overworld}
    Level name: world
    Level seed: -6493346569417342123
    Level generator: ID 07 - biomesoplenty, ver 0. Features enabled: true
    Level generator options: {}
    Level spawn location: World: (160,60,160), Chunk: (at 0,3,0 in 10,10; contains blocks 160,0,160 to 175,255,175), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,0,0 to 511,255,511)
    Level time: 2483 game time, 2483 day time
    Level storage version: 0x00000 - Unknown?
    Level weather: Rain time: 98656 (now: false), thunder time: 122434 (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:834)
    at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:324)
    at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:766)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:624)
    at java.lang.Thread.run(Unknown Source)

-- Системы детали -
подробности:
Майнкрафт версия: 1.14.4
Майнкрафт ИД версия: 1.14.4
операционная система: Windows 10 (amd64) версии 10.0
версия Java: 1.8.0_251, корпорация Oracle
виртуальную машину Java версия: Ява Hotspot(ТМ) 64-разрядного сервера виртуальных машин (смешанный режим), корпорация Oracle
памяти: 6688638264 байт (6378 МБ) / 7836532736 байт (7473 МБ) до 7836532736 байт (7473 МБ)
ЦП: 4
для JVM флаги: 2 общая; -Xmx8000M -Xms8000M
ModLauncher: 4.1.0+62+5bfa59b
ModLauncher запуска цель: fmlserver
ModLauncher названия: МНГ
ModLauncher услуг:
/ eventbus-1.0.0-сервис.jar eventbus PLUGINSERVICE
/forge_server.jar object_holder_definalize PLUGINSERVICE
/forge_server.jar runtime_enum_extender PLUGINSERVICE
/ accesstransformer-1.0.5-затененный.jar accesstransformer PLUGINSERVICE
/forge_server.jar capability_inject_definalize PLUGINSERVICE
/forge_server.jar runtimedistcleaner PLUGINSERVICE
/OptiFine_1. 14.4_HD_U_F5%20(2).jar OptiFine TRANSFORMATIONSERVICE
/ forge_server.jar FML TRANSFORMATIONSERVICE
/ mixinbootstrap-1.0.3.jar mixinbootstrap TRANSFORMATIONSERVICE
/ optiforge-mc1. 14. 4-0.1.1.jar optiforge TRANSFORMATIONSERVICE
/ mixinbootstrap-1.0.3.jar mixin PLUGINSERVICE
/mixinbootstrap-1.0.3.jar mixinbootstrap PLUGINSERVICE
FML: 28.2
Forge: net.minecraftforge: 28.2.6
поставщики языков FML:
javafml@28.2
minecraft@1
Mod список:
forge-1.14.4-28.2.6-- сервер.jar Minecraft {minecraft@1.14.4 сделано}
cml-1.14.4-1.4.1.jar Cascading Meme Lag {cml@1.4.1 готово}
AmbientSounds_v3.0.16_mc1.14.4.jar Ambient Sounds {ambientsounds@3.0.3 сделано}
immersiveengineering-0.14-95.jar Immersive Engineering {immersiveengineering@0.14-95 сделано}
damage_indicator-0.0.8.Jar Ama'S Damage Indicator {damage_indicator@0.0.8 сделано}
Биомесопленты-1.14.4-9.0.0.262-универсальный.jar Biomes O ' Plenty {biomesoplenty@1.14.4-9.0.0.259 готово}
jei-1.14.4-6.0.0.27.jar просто достаточно предметов {jei@6.0.0.27 готово}
optiforge-mc1. 14. 4-0.1.1.jar OptiForge {optiforge@0.1.1 сделано}
curios-forge-1.14.4-1.0.6.1.jar Curios API {curios@FORGE-1.14.4-1.0.6.1 сделано}
Botania-r1. 11-379.jar Botania {botania@r1.11-379 сделано}
пачули-1.14.4-1.1-26.5-да.Джар пачули {patchouli@1.14.4-1.1-27 сделано}
bettercaves-1.14.4-2.0.Jar YUNG's Better Caves {bettercaves@1.14.4-2.0 сделано}
сгустки-4.0.1.jar Clumps {clumps@4.0.1 сделано}
journeymap-1.14.4-5.7. 0b1.jar Journeymap {journeymap@1.14.4-5.7.0b1 сделано}
цитадель-1.0.4-1.14.4.jar Citadel {citadel@1.0.4 сделано}
крысы-4.1.1-1.14.4.баночные крысы {rats@4.1.1 сделано}
oreexcavation-1.6.147.Jar Рудоискатель {oreexcavation@NONE DONE}
performant-1.14.4-1.5.jar Performant {performant@1.5 сделано}
endreborn0. 4. 2.jar End: Reborn {endreborn@0.4.2 сделано}
reliquary-1.14.4-1.3.4.994.jar Reliquary {xreliquary@1.14.4-1.3.4.994 сделано}
dynviewdist-1.4.jar Dynamic view distance {dynview@1.4 готово}
carryonmc1. 14.4v1.12.4.jar Carry On {carryon@1.12.4 сделано}
justenoughresources-1.14.4-0.10.1.76.jar просто достаточно ресурсов {jeresources@0.10.1.76 готово}
xl-food-mod-1.14.4-2.2.2.jar XL Food Mod {xlfoodmod@2.2.2 готово}
кузница-1.14.4-28.2.6-универсальный.кузнечный горн {forge@28.2.6 готово}
cofh_core-1.14.4-0.4.0b.jar Cofh Core {cofh_core@0.4.0b сделано}
ensorcellation-1.14.4-0.4.1b.jar Энзорцелляция {ensorcellation@0.4.1b сделано}
hardcorebattletowersav (1).jar Hardcore Battle Towers AV {hardcore_battle_towers_av_av@2.0.2 готово}
количество игроков: 1 / 20; [Serverplayertity ['Yorick_is_doge' / 528, l= 'world', x=120.86, y = 63.00, z=228.29]]
Данные пакеты: ваниль, мод:ambientsounds, мод:bettercaves, мод:biomesoplenty, мода:botania, мод:ручной, мод:цитадель, мод:сгустки, мод:ХМЛ, мод:cofh_core, мод:драгоценности, мод:damage_indicator, мод:dynview, мод:endreborn, мод:ensorcellation, мод:Фордж, мод:hardcore_battle_towers_av_av, мод:immersiveengineering, мод:jei, мод:jeresources (несовместимы), мод:journeymap мод:optiforge, мод:oreexcavation, мод:пачули, мод:производительность, мод:крыс, мод:xlfoodmod, мод:xreliquary
модом: наверняка; сервер абсолютно изменен на 'ковать'
тип: выделенный сервер (map_server.формат txt)

Link to comment
Share on other sites

Join the conversation

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

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

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

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

×   Your previous content has been restored.   Clear editor

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



  • Recently Browsing

    • No registered users viewing this page.
  • Posts

    • So, I try to make a katana, with katana and scabbard, is that possible to make 2 different models to be on player while he holding item? Katana in hands, and scabbard at belt. 
    • I created a server with the Pixelmon mod, it's fine and everything but a person enters and the server closes, I don't know how to explain it very well but I attach the detailed file of the error that happens to me https://mclo.gs/eSemvtq This error had not happened to me until now, so I don't understand very well why this happens, could you help me solve it?
    • When I create the server and log in it lets me play, but a person ends up joining and it sends me an error and the server closes The report says Exception in server tick Loop I put here what the console tells me because I honestly don't know how to explain it: https://mclo.gs/eSemvtq I use Forge mods and this has not happened to me until now 
    • Sorry I wasn't on this site for a few days. But anyways, if you just simply want to install forge to play with mods, you need to click on the installer option, thqat way, forge will be automatically installed to your device at the version you chose. Then you could just open Minecraft launcher to play on that version.
    • I've been putting together a modpack for a few weeks, and it's worked just fine. Until today, I logged onto my survival world and went exploring. As soon as I entered my boat the game froze and crashed. Now when I try to start the world, nothing loads and the game crashes. I tried creating a new world and the same thing happened when I tried to use a boat. Here's the latest crash report from the original world: If anyone knows how to fix the issue, I'd really appreciate the help, thanks.
  • Topics

×
×
  • Create New...

Important Information

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