MineColonies

MineColonies

53M Downloads

I cant place a bakery

Skeletonlp opened this issue · 39 comments

commented

i cant place a bakery this is the consol warning :
18:34:08] [Server thread/WARN] [minecolonies]: Structure: Couldn't find any structure with this name schematics/wooden/Baker1
[18:34:08] [Server thread/WARN] [minecolonies]: Failed to load template schematics/wooden/Baker1
[18:34:08] [Server thread/FATAL] [net.minecraft.server.MinecraftServer]: Error executing task
java.util.concurrent.ExecutionException: java.lang.NullPointerException
at java.util.concurrent.FutureTask.report(FutureTask.java:122) ~[?:1.8.0_25]
at java.util.concurrent.FutureTask.get(FutureTask.java:192) ~[?:1.8.0_25]
at net.minecraft.util.Util.func_181617_a(SourceFile:46) [h.class:?]
at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:668) [MinecraftServer.class:?]
at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:387) [ld.class:?]
at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:613) [MinecraftServer.class:?]
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:471) [MinecraftServer.class:?]
at java.lang.Thread.run(Thread.java:745) [?:1.8.0_25]
Caused by: java.lang.NullPointerException
at com.minecolonies.structures.helpers.Structure.getSize(Structure.java:480) ~[Structure.class:?]
at com.minecolonies.structures.helpers.StructureProxy.rotateWithMirror(StructureProxy.java:228) ~[StructureProxy.class:?]
at com.minecolonies.coremod.util.StructureWrapper.rotate(StructureWrapper.java:148) ~[StructureWrapper.class:?]
at com.minecolonies.coremod.entity.ai.citizen.builder.ConstructionTapeHelper.placeConstructionTape(ConstructionTapeHelper.java:117) ~[ConstructionTapeHelper.class:?]
at com.minecolonies.coremod.entity.ai.citizen.builder.ConstructionTapeHelper.placeConstructionTape(ConstructionTapeHelper.java:99) ~[ConstructionTapeHelper.class:?]
at com.minecolonies.coremod.colony.buildings.AbstractBuilding.create(AbstractBuilding.java:411) ~[AbstractBuilding.class:?]
at com.minecolonies.coremod.colony.Colony.addNewBuilding(Colony.java:1566) ~[Colony.class:?]
at com.minecolonies.coremod.blocks.AbstractBlockHut.func_180633_a(AbstractBlockHut.java:262) ~[AbstractBlockHut.class:?]
at net.minecraft.item.ItemBlock.placeBlockAt(ItemBlock.java:171) ~[acl.class:?]
at net.minecraft.item.ItemBlock.func_180614_a(ItemBlock.java:54) ~[acl.class:?]
at net.minecraftforge.common.ForgeHooks.onPlaceItemIntoWorld(ForgeHooks.java:780) ~[ForgeHooks.class:?]
at net.minecraft.item.ItemStack.func_179546_a(ItemStack.java:145) ~[adz.class:?]
at net.minecraft.server.management.PlayerInteractionManager.func_187251_a(PlayerInteractionManager.java:483) ~[lv.class:?]
at net.minecraft.network.NetHandlerPlayServer.func_184337_a(NetHandlerPlayServer.java:679) ~[me.class:?]
at net.minecraft.network.play.client.CPacketPlayerTryUseItemOnBlock.func_148833_a(SourceFile:55) ~[jj.class:?]
at net.minecraft.network.play.client.CPacketPlayerTryUseItemOnBlock.func_148833_a(SourceFile:11) ~[jj.class:?]
at net.minecraft.network.PacketThreadUtil$1.run(SourceFile:13) ~[fl$1.class:?]
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) ~[?:1.8.0_25]
at java.util.concurrent.FutureTask.run(FutureTask.java:266) ~[?:1.8.0_25]
at net.minecraft.util.Util.func_181617_a(SourceFile:45) ~[h.class:?]
... 5 more

commented
commented

@Raycoms Yes ,it is it is on 1.10.2, it is the latest alpha and the forge version is 12.18.3.2297 (newest)

commented

@Raycoms It is also in the singleplayer not only on the server

commented

That is very strange, minecolonies-universal-1.10.2-0.8.2018.jar should have the Baker schematics in it. Will test it out.

commented

@Raycoms thank you for the fast support .I hope this information will help you. Do you need any more information ?

commented

Also did you change the default config file ?

commented

Could I have the full log ?

commented
commented

@xavierh yes i changed the default config , but only the mining speed and the number of the citiziens

commented

Try to download minecolonies-universal-1.10.2-0.8.2018 again, might've got something corrupted the last time you downloaded it.

commented

I also use some other mods is this maybe the problem ? i am using decocraft ,dark roleplaycore dark roleplay medival and journymap

commented

the new downloaded one dosent fix it :C

commented
commented

@Raycoms @xavierh I reinstalled minecraft and only use minecolonie it dosent work eather. Its maybe the forge version ? It only can be the forge version or the java version ?

commented

@xavierh the server dosn't show the full log

commented

and your config file too please

commented

Could you send fml-server-latest.log ?

commented

@xavierh # Configuration file

gameplay {
# Allow infinite placing of Supply Chests?
B:allowInfiniteSupplyChests=false

# Allow player to use their own schematics (in MP)
B:allowPlayerSchematics=false

# Always render Citizen's name tag?
B:alwaysRenderNameTag=true

# Block mining Delay modifier, taken into account to determine how long a block need to be successfully mined
I:blockMiningDelayModifier=550

# How many tick between placing blocks for the builder?
I:builderBuildBlockDelay=0

# Does Builder have infinite resources?
B:builderInfiniteResources=false

# Players get RespawnCitizensCommand
B:canPlayerRespawnCitizensCommand=true

# Players get AddOfficerCommand
B:canPlayerUseAddOfficerCommand=true

# Players get CitizenInfoCommand
B:canPlayerUseCitizenInfoCommand=true

# Players get DeleteColonyCommand
B:canPlayerUseDeleteColonyCommand=true

# Players get KillCitizensCommand
B:canPlayerUseKillCitizensCommand=true

# Players get ListCitizensCommand
B:canPlayerUseListCitizensCommand=true

# Players can use the MC TP Command or not
B:canPlayerUseRTPCommand=true

# Players get RefreshColonyCommand
B:canPlayerUseRefreshColonyCommand=false

# Players get ShowColonyInfoCommand
B:canPlayerUseShowColonyInfoCommand=true

# Chat Frequency (seconds)
I:chatFrequency=30

# Citizen respawn interval in seconds (range: 10 ~ 600, default: 30)
I:citizenRespawnInterval=30

# Does Deliveryman have infinite resources?
B:deliverymanInfiniteResources=false

# Display in-development features which do not work and may break your game
B:development=false

# Enable the automatic colony protection?
B:enableColonyProtection=true

# Blocks players should be able to interact with inside any colony.
S:freeToInteractBlocks <
    block:dirt
    0 0 0
 >

# Ignore the schematic from the jar file
B:ignoreSchematicsFromJar=false

# Limit the Colony to 1 Warehouse per Colony?
B:limitToOneWareHousePerColony=true

# Limits the number of checked blocks per builder update
I:maxBlocksCheckedByBuilder=1000

# How many chached schematics the server can store before deleting them
I:maxCachedSchematics=100

# Maximum number of citizens
I:maxCitizens=5

# Distance from spawn in all directions
I:maxDistanceFromWorldSpawn=50000

# Required Op level to execute commands
I:opLevelForServer=3

# Should builder place construction tape
B:placeConstructionTape=true

# Allow crafting of a Supply Chest
B:supplyChests=true

# Time until the next teleport in seconds
I:timeBetweenTeleport=120

# Empty space between town hall boundaries
I:townHallPadding=15

# Turn off explosions inside the colonies radius?
B:turnOffExplosionsInColonies=true

# Colony size (radius)
I:workingRangeTownHall=250

}

names {
# Female First Names
S:femaleFirstNames <
Aaliyah
Abigail
Adalyn
Addison
Adeline
Alaina
Alexandra
Alice
Allison
Alyssa
Amelia
Anastasia
Anna
Annabelle
Aria
Arianna
Aubrey
Audrey
Aurora
Ava
Bailey
Barbara
Bella
Betty
Brooklyn
Callie
Camilla
Caroline
Charlotte
Chloe
Claire
Cora
Daniela
Diana
Dorothy
Eleanor
Elena
Eliana
Elizabeth
Ella
Ellie
Emilia
Emilienne
Emily
Emma
Eva
Evelyn
Everly
Filipa
Frédérique
Gabriella
Gianna
Grace
Hailey
Hannah
Harper
Haylie
Hazel
Helen
Isabella
Isabelle
Jade
Jasmine
Jennifer
Jocelyn
Jordyn
Julia
Juliana
Julienne
Karen
Katia
Kaylee
Keira
Kennedy
Kinsley
Kylie
Layla
Leah
Lena
Lila
Liliana
Lillian
Lily
Linda
Lisa
London
Lorena
Luana
Lucy
Luna
Mélanie
Mackenzie
Madelyn
Madison
Maisy
Makayla
Margaret
Maria
Marine
Mary
Maya
Melanie
Mia
Mila
Nancy
Natalie
Natasha
Niamh
Nora
Odile
Olivia
Paisley
Paloma
Paola
Patricia
Penelope
Peyton
Prudence
Reagan
Riley
Sadie
Samantha
Sarah
Savannah
Scarlett
Skyler
Sophia
Sophie
Stella
Susan
Vérane
Vera
Victoria
Violet
Vivian
Zoe
Agnes
Amy
Anne
Avis
Beatrice
Blanche
Bridget
Catherine
Cecily
Charity
Christina
Clemence
Constance
Denise
Edith
Elinor
Ellen
Florence
Fortune
Frances
Frideswide
Gillian
Isabel
Jane
Janet
Joan
Josian
Joyce
Judith
Katherine
Lettice
Mabel
Margery
Marion
Martha
Maud
Mildred
Millicent
Parnell
Philippa
Rachel
Rebecca
Rose
Ruth
Susanna
Sybil
Thomasin
Ursula
Wilmot
Winifred
>

# Last Names
S:lastNames <
    Brown
    Clark
    Fletcher
    Harris
    Johnson
    Jones
    Mardle
    Miller
    Robinson
    Smith
    Taylor
    Wallgreen
    White
    Williams
    Wilson
    Abell
    Ackworth
    Adams
    Addicock
    Alban
    Aldebourne
    Alfray
    Alicock
    Allard
    Allington
    Amberden
    Amcotts
    Amondsham
    Andrews
    Annesley
    Ansty
    Archer
    Ardall
    Ardern
    Argentein
    Arnold
    Asger
    Ashby
    Ashcombe
    Ashenhurst
    Ashton
    Askew
    Asplin
    Astley
    Atherton
    Atkinson
    Atlee
    Attilburgh
    Audeley
    Audlington
    Ayde
    Ayleward
    Aylmer
    Aynesworth
    Babham
    Babington
    Badby
    Baker
    Balam
    Baldwin
    Ballard
    Ballett
    Bammard
    Barber
    Bardolf
    Barefoot
    Barker
    Barnes
    Barre
    Barrentine
    Barrett
    Barstaple
    Bartelot
    Barton
    Basset
    Bathurst
    Battersby
    Battle
    Baynton
    Beauchamp
    Cheddar
    Chelsey
    Chernock
    Chester
    Chetwood
    Cheverell
    Cheyne
    Chichester
    Child
    Chilton
    Chowne
    Chudderley
    Church
    Churmond
    Clavell
    Claybrook
    Clement
    Clerk
    Clifford
    Clifton
    Clitherow
    Clopton
    Cobb
    Cobham
    Cobley
    Cockayne
    Cod
    Coddington
    Coffin
    Coggshall
    Colby
    Colkins
    Collard
    Colmer
    Colt
    Colthurst
    Complin
    Compton
    Conquest
    Cooke
    Coorthopp
    Coppinger
    Corbett
    Corby
    Cossington
    Cosworth
    Cotton
    Courtenay
    Covert
    Cowill
    Cox
    Crane
    Cranford
    Crawley
    Cressy
    Crickett
    Cripps
    Crisp
    Cristemas
    Crocker
    Crugg
    Cuddon
    Culpepper
    Cunningham
    Curzon
    Dagworth
    Gardiner
    Gare
    Garnis
    Garrard
    Garret
    Gascoigne
    Gasper
    Gavell
    Gedding
    Gerville
    Geste
    Gibbs
    Gifford
    Gill
    Ginter
    Gisborne
    Gittens
    Glennon
    Glover
    Gobberd
    Goddam
    Godfrey
    Gold
    Golding
    Goldwell
    Gomershall
    Gomfrey
    Gonson
    Good
    Goodenouth
    Gooder
    Goodluck
    Goodnestone
    Goodrick
    Goodrington
    Goodwin
    Goring
    Gorney
    Gorst
    Gosebourne
    Grafton
    Gray
    Greene
    Greenway
    Grenefeld
    Greville
    Grey
    Grimbald
    Grobbam
    Grofhurst
    Groston
    Grove
    Guildford
    Hackman
    Haddock
    Haddon
    Hadresham
    Hakebourne
    Hale
    Hall
    Halley
    Hambard
    Hammer
    Hammond
    Hampden
 >

# Male First Names
S:maleFirstNames <
    Aaron
    Adam
    Adrian
    Aidan
    Aiden
    Alain
    Alex
    Alexander
    Andrew
    Anthony
    Asher
    Austin
    Benjamin
    Brayden
    Bryson
    Caden
    Caleb
    Callum
    Camden
    Cameron
    Carson
    Carter
    Charles
    Charlie
    Chase
    Christian
    Christopher
    Cole
    Colton
    Connor
    Cooper
    Curtis
    Cyrille
    Damian
    Daniel
    David
    Declan
    Diego
    Diogo
    Dominic
    Duarte
    Dylan
    Easton
    Eli
    Elias
    Elijah
    Elliot
    Ethan
    Evan
    Ezra
    Félix
    Gabriel
    Gavin
    George
    Grayson
    Guewen
    Harrison
    Henrik
    Henry
    Houston
    Hudson
    Hugo
    Hunter
    Ian
    Isaac
    Isaiah
    Jack
    Jackson
    Jacob
    James
    Jason
    Jayce
    Jayden
    Jeremiah
    Jim
    Joel
    John
    Jonathan
    Jordan
    Joseph
    Joshua
    Josiah
    Julian
    Kai
    Karsen
    Kevin
    Kian
    Landon
    Leo
    Levi
    Liam
    Lincoln
    Logan
    Luís
    Lucas
    Luke
    Mark
    Mason
    Mateo
    Matthew
    Max
    Michael
    Miles
    Muhammad
    Nathan
    Nathanael
    Nicholas
    Noah
    Nolan
    Oliver
    Oscar
    Owen
    Parker
    Paul
    Peter
    Philibert
    Rénald
    Ray
    Richard
    Robert
    Rory
    Roxan
    Ryan
    Samuel
    Sebastian
    Steven
    Thaddee
    Thomas
    Tiago
    Tristan
    Tyler
    William
    Wyatt
    Xavier
    Zachary
    Zane
    Abraham
    Allen
    Ambrose
    Arthur
    Avery
    Barnaby
    Bartholomew
    Benedict
    Bernard
    Cuthbert
    Edmund
    Edward
    Francis
    Fulke
    Geoffrey
    Gerard
    Gilbert
    Giles
    Gregory
    Hugh
    Humphrey
    Jerome
    Lancelot
    Lawrence
    Leonard
    Martin
    Mathias
    Nathaniel
    Oswyn
    Philip
    Piers
    Ralph
    Reynold
    Roger
    Rowland
    Simon
    Solomon
    Stephen
    Tobias
    Walter
    William
 >

}

pathfinding {
# Render pathfinding results for debugging purposes (SSP only)
B:debugDraw=false

# Debug output verbosity of pathfinding (0=none, 1=results, 2=live work)
I:debugVerbosity=0

# Maximum number of threads to use for pathfinding.
I:maxThreads=2

}

20:07:59] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.fml.common.launcher.FMLServerTweaker
[20:07:59] [main/INFO] [LaunchWrapper]: Using primary tweak class name net.minecraftforge.fml.common.launcher.FMLServerTweaker
[20:07:59] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLServerTweaker
[20:08:01] [main/INFO] [FML]: Forge Mod Loader version 12.18.3.2297 for Minecraft 1.10.2 loading
[20:08:01] [main/INFO] [FML]: Java is Java HotSpot(TM) 64-Bit Server VM, version 1.8.0_25, running on Windows 8.1:amd64:6.3, installed at C:\Minecraft\runtime\jre-x64\1.8.0_25
[20:08:01] [main/INFO] [FML]: Loading tweaker optifine.OptiFineForgeTweaker from OptiFine_1.10.2_HD_U_D8.jar
[20:08:01] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.fml.common.launcher.FMLInjectionAndSortingTweaker
[20:08:01] [main/INFO] [LaunchWrapper]: Loading tweak class name optifine.OptiFineForgeTweaker
[20:08:01] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.fml.common.launcher.FMLDeobfTweaker
[20:08:01] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLInjectionAndSortingTweaker
[20:08:01] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLInjectionAndSortingTweaker
[20:08:01] [main/INFO] [LaunchWrapper]: Calling tweak class optifine.OptiFineForgeTweaker
[20:08:01] [main/INFO] [STDOUT]: [optifine.OptiFineForgeTweaker:dbg:56]: OptiFineForgeTweaker: acceptOptions
[20:08:01] [main/INFO] [STDOUT]: [optifine.OptiFineForgeTweaker:dbg:56]: OptiFineForgeTweaker: Forge server detected, skipping class transformer
[20:08:01] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper
[20:08:02] [main/INFO] [FML]: Found valid fingerprint for Minecraft Forge. Certificate fingerprint e3c3d50c7c986df74c645c0ac54639741c90a557
[20:08:02] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper
[20:08:02] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLDeobfTweaker
[20:08:03] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.fml.common.launcher.TerminalTweaker
[20:08:03] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.TerminalTweaker
[20:08:03] [main/INFO] [STDOUT]: [optifine.OptiFineForgeTweaker:dbg:56]: OptiFineForgeTweaker: getLaunchArguments
[20:08:03] [main/INFO] [LaunchWrapper]: Launching wrapped minecraft {net.minecraft.server.MinecraftServer}
[20:08:10] [Server thread/INFO] [net.minecraft.server.dedicated.DedicatedServer]: Starting minecraft server version 1.10.2
[20:08:10] [Server thread/INFO] [FML]: MinecraftForge v12.18.3.2297 Initialized
[20:08:10] [Server thread/INFO] [FML]: Replaced 231 ore recipes
[20:08:11] [Server thread/INFO] [FML]: Found 1 mods from the command line. Injecting into mod discoverer
[20:08:11] [Server thread/INFO] [FML]: Searching C:\Users\Felix\Desktop\Minecraft server\mods for mods
[20:08:11] [Server thread/WARN] [FML]: ****************************************
[20:08:11] [Server thread/WARN] [FML]: * The modid PTRModelLib is not the same as it's lowercase version. Lowercasing will be enforced in 1.11
[20:08:11] [Server thread/WARN] [FML]: * at net.minecraftforge.fml.common.FMLModContainer.sanityCheckModId(FMLModContainer.java:143)
[20:08:11] [Server thread/WARN] [FML]: * at net.minecraftforge.fml.common.FMLModContainer.(FMLModContainer.java:128)
[20:08:11] [Server thread/WARN] [FML]: * at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
[20:08:11] [Server thread/WARN] [FML]: * at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
[20:08:11] [Server thread/WARN] [FML]: * at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
[20:08:11] [Server thread/WARN] [FML]: * at java.lang.reflect.Constructor.newInstance(Constructor.java:408)...
[20:08:11] [Server thread/WARN] [FML]: ****************************************
[20:08:12] [Server thread/INFO] [mercurius_updater]: Mod mercurius_updater is missing the required element 'name'. Substituting mercurius_updater
[20:08:12] [Server thread/INFO] [FML]: Forge Mod Loader has identified 10 mods to load
[20:08:12] [Server thread/INFO] [FML]: Attempting connection with missing mods [mcp, FML, Forge, drpcore, drpmedieval, PTRModelLib, props, journeymap, mercurius_updater, minecolonies] at CLIENT
[20:08:12] [Server thread/INFO] [FML]: Attempting connection with missing mods [mcp, FML, Forge, drpcore, drpmedieval, PTRModelLib, props, journeymap, mercurius_updater, minecolonies] at SERVER
[20:08:13] [Server thread/ERROR] [minecolonies]: The mod minecolonies is expecting signature 9f78229dd5b39f64396e8ec7c3cd4fdb6ebfd8dc for source minecolonies-universal-1.10.2-0.8.1917.jar, however there is no signature matching that description
[20:08:13] [Server thread/WARN] [minecolonies]: ****************************************
[20:08:13] [Server thread/WARN] [minecolonies]: * Minecolonies does not run from a verified source. Current Fingerprint:

  • No Fingerprint available on this Minecolonies Jar.
    expected:
  • 9f78229dd5b39f64396e8ec7c3cd4fdb6ebfd8dc
    [20:08:13] [Server thread/WARN] [minecolonies]: * at %s%s
    [20:08:13] [Server thread/WARN] [minecolonies]: * at %s%s
    [20:08:13] [Server thread/WARN] [minecolonies]: * at %s%s
    [20:08:13] [Server thread/WARN] [minecolonies]: * at %s%s
    [20:08:13] [Server thread/WARN] [minecolonies]: * at %s%s
    [20:08:13] [Server thread/WARN] [minecolonies]: * at %s%s
    [20:08:13] [Server thread/WARN] [minecolonies]: ****************************************
    [20:08:13] [Server thread/INFO] [FML]: Processing ObjectHolder annotations
    [20:08:13] [Server thread/INFO] [FML]: Found 423 ObjectHolder annotations
    [20:08:13] [Server thread/INFO] [FML]: Identifying ItemStackHolder annotations
    [20:08:13] [Server thread/INFO] [FML]: Found 0 ItemStackHolder annotations
    [20:08:13] [Server thread/INFO] [FML]: Applying holder lookups
    [20:08:13] [Server thread/INFO] [FML]: Holder lookups applied
    [20:08:13] [Server thread/INFO] [FML]: Applying holder lookups
    [20:08:13] [Server thread/INFO] [FML]: Holder lookups applied
    [20:08:13] [Server thread/INFO] [FML]: Applying holder lookups
    [20:08:13] [Server thread/INFO] [FML]: Holder lookups applied
    [20:08:13] [Server thread/INFO] [FML]: Configured a dormant chunk cache size of 0
    [20:08:13] [Forge Version Check/INFO] [ForgeVersionCheck]: [drpcore] Starting version check at https://raw.githubusercontent.com/DarkRoleplay/1.9-Dark-Roleplay-Core/master/DarkRoleplayCore.json
    [20:08:13] [Server thread/INFO] [Dark Roleplay Core]: Pre Initialization has been Finished!
    [20:08:14] [Forge Version Check/INFO] [ForgeVersionCheck]: [drpcore] Found status: BETA Target: null
    [20:08:14] [Forge Version Check/INFO] [ForgeVersionCheck]: [drpmedieval] Starting version check at https://raw.githubusercontent.com/DarkRoleplay/Dark-Roleplay-Medieval/master/DarkRoleplayMedieval.json
    [20:08:14] [Forge Version Check/INFO] [ForgeVersionCheck]: [drpmedieval] Found status: BETA Target: null
    [20:08:14] [Forge Version Check/INFO] [ForgeVersionCheck]: [Forge] Starting version check at http://files.minecraftforge.net/maven/net/minecraftforge/forge/promotions_slim.json
    [20:08:14] [Forge Version Check/INFO] [ForgeVersionCheck]: [Forge] Found status: AHEAD Target: null
    [20:08:20] [Server thread/INFO] [mercurius]: Version Number exists, Using it: 1.9.4-1.0.4.19
    [20:08:20] [Server thread/INFO] [mercurius]: File exists, Checking hash: C:\Users\Felix\Desktop\Minecraft server.\libraries\net\minecraftforge\Mercurius\1.9.4-1.0.4.19\Mercurius-1.9.4-1.0.4.19.jar
    [20:08:20] [Server thread/INFO] [mercurius]: Hash matches, Skipping download: b3b4b83cb137f59163dba5c47f19d6112239d5d9
    [20:08:20] [Server thread/INFO] [mercurius]: Mercurius Jar contains all signed files! Continueing loading!
    [20:08:21] [Server thread/INFO] [FML]: Applying holder lookups
    [20:08:21] [Server thread/INFO] [FML]: Holder lookups applied
    [20:08:21] [Server thread/INFO] [FML]: Injecting itemstacks
    [20:08:21] [Server thread/INFO] [FML]: Itemstack injection complete
    [20:08:21] [Server thread/INFO] [net.minecraft.server.dedicated.DedicatedServer]: Loading properties
    [20:08:21] [Server thread/INFO] [net.minecraft.server.dedicated.DedicatedServer]: Default game type: CREATIVE
    [20:08:21] [Server thread/INFO] [net.minecraft.server.dedicated.DedicatedServer]: Generating keypair
    [20:08:21] [Server thread/INFO] [net.minecraft.server.dedicated.DedicatedServer]: Starting Minecraft server on 192.168.10.42:25565
    [20:08:21] [Server thread/INFO] [net.minecraft.network.NetworkSystem]: Using default channel type
    [20:08:21] [Server thread/INFO] [Dark Roleplay Core]: Initialization has been Finished!
    [20:08:21] [Server thread/INFO] [FML]: Injecting itemstacks
    [20:08:21] [Server thread/INFO] [FML]: Itemstack injection complete
    [20:08:21] [Server thread/INFO] [Dark Roleplay Core]: Post Initialization has been Finished!
    [20:08:21] [Server thread/INFO] [FML]: Forge Mod Loader has successfully loaded 10 mods
    [20:08:21] [Server thread/INFO] [net.minecraft.server.dedicated.DedicatedServer]: Preparing level "world"
    [20:08:21] [Server thread/INFO] [FML]: Injecting existing block and item data into this server instance
    [20:08:21] [Server thread/INFO] [FML]: Applying holder lookups
    [20:08:21] [Server thread/INFO] [FML]: Holder lookups applied
    [20:08:22] [Server thread/INFO] [FML]: Loading dimension 0 (world) (net.minecraft.server.dedicated.DedicatedServer@69f09163)
    [20:08:22] [Server thread/INFO] [FML]: Loading dimension 1 (world) (net.minecraft.server.dedicated.DedicatedServer@69f09163)
    [20:08:22] [Server thread/INFO] [minecolonies]: Load huts or decorations from jar
    [20:08:22] [Server thread/INFO] [minecolonies]: Load additionnal huts or decorations from .\world\minecolonies/schematics
    [20:08:22] [Server thread/INFO] [minecolonies]: Load cached schematic from .\world\minecolonies/cache
    [20:08:22] [Server thread/INFO] [minecolonies]: Loaded 2 colonies
    [20:08:22] [Server thread/INFO] [minecolonies]: Server UUID 1e5f8d3e-ba38-488d-8882-c5247f3d1c21
    [20:08:22] [Server thread/INFO] [FML]: Loading dimension -1 (world) (net.minecraft.server.dedicated.DedicatedServer@69f09163)
    [20:08:22] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: Preparing start region for level 0
    [20:08:23] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: Preparing spawn area: 50%
    [20:08:24] [Server thread/INFO] [net.minecraft.server.dedicated.DedicatedServer]: Done (2,385s)! For help, type "help" or "?"
commented

@Raycoms it dosnet work with the recommended forge version for 1.10.2 eather

commented
commented

@Raycoms its only the bakery ,every thing else is fine.i tested it with another java version it dosent work.

commented

Could you attach the whole log file please?

commented

@xavierh [20:36:41] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.fml.common.launcher.FMLServerTweaker
[20:36:41] [main/INFO] [LaunchWrapper]: Using primary tweak class name net.minecraftforge.fml.common.launcher.FMLServerTweaker
[20:36:41] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLServerTweaker
[20:36:43] [main/INFO] [FML]: Forge Mod Loader version 12.18.3.2297 for Minecraft 1.10.2 loading
[20:36:43] [main/INFO] [FML]: Java is Java HotSpot(TM) 64-Bit Server VM, version 1.8.0_25, running on Windows 8.1:amd64:6.3, installed at C:\Minecraft\runtime\jre-x64\1.8.0_25
[20:36:43] [main/INFO] [FML]: Loading tweaker optifine.OptiFineForgeTweaker from OptiFine_1.10.2_HD_U_D8.jar
[20:36:43] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.fml.common.launcher.FMLInjectionAndSortingTweaker
[20:36:43] [main/INFO] [LaunchWrapper]: Loading tweak class name optifine.OptiFineForgeTweaker
[20:36:43] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.fml.common.launcher.FMLDeobfTweaker
[20:36:43] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLInjectionAndSortingTweaker
[20:36:43] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLInjectionAndSortingTweaker
[20:36:43] [main/INFO] [LaunchWrapper]: Calling tweak class optifine.OptiFineForgeTweaker
[20:36:43] [main/INFO] [STDOUT]: [optifine.OptiFineForgeTweaker:dbg:56]: OptiFineForgeTweaker: acceptOptions
[20:36:43] [main/INFO] [STDOUT]: [optifine.OptiFineForgeTweaker:dbg:56]: OptiFineForgeTweaker: Forge server detected, skipping class transformer
[20:36:43] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper
[20:36:44] [main/INFO] [FML]: Found valid fingerprint for Minecraft Forge. Certificate fingerprint e3c3d50c7c986df74c645c0ac54639741c90a557
[20:36:44] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper
[20:36:44] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLDeobfTweaker
[20:36:45] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.fml.common.launcher.TerminalTweaker
[20:36:45] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.TerminalTweaker
[20:36:45] [main/INFO] [STDOUT]: [optifine.OptiFineForgeTweaker:dbg:56]: OptiFineForgeTweaker: getLaunchArguments
[20:36:45] [main/INFO] [LaunchWrapper]: Launching wrapped minecraft {net.minecraft.server.MinecraftServer}
[20:36:52] [Server thread/INFO] [net.minecraft.server.dedicated.DedicatedServer]: Starting minecraft server version 1.10.2
[20:36:52] [Server thread/INFO] [FML]: MinecraftForge v12.18.3.2297 Initialized
[20:36:52] [Server thread/INFO] [FML]: Replaced 231 ore recipes
[20:36:52] [Server thread/INFO] [FML]: Found 1 mods from the command line. Injecting into mod discoverer
[20:36:52] [Server thread/INFO] [FML]: Searching C:\Users\Felix\Desktop\Minecraft server\mods for mods
[20:36:53] [Server thread/WARN] [FML]: ****************************************
[20:36:53] [Server thread/WARN] [FML]: * The modid PTRModelLib is not the same as it's lowercase version. Lowercasing will be enforced in 1.11
[20:36:53] [Server thread/WARN] [FML]: * at net.minecraftforge.fml.common.FMLModContainer.sanityCheckModId(FMLModContainer.java:143)
[20:36:53] [Server thread/WARN] [FML]: * at net.minecraftforge.fml.common.FMLModContainer.(FMLModContainer.java:128)
[20:36:53] [Server thread/WARN] [FML]: * at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
[20:36:53] [Server thread/WARN] [FML]: * at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
[20:36:53] [Server thread/WARN] [FML]: * at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
[20:36:53] [Server thread/WARN] [FML]: * at java.lang.reflect.Constructor.newInstance(Constructor.java:408)...
[20:36:53] [Server thread/WARN] [FML]: ****************************************
[20:36:53] [Server thread/INFO] [mercurius_updater]: Mod mercurius_updater is missing the required element 'name'. Substituting mercurius_updater
[20:36:53] [Server thread/INFO] [FML]: Forge Mod Loader has identified 10 mods to load
[20:36:53] [Server thread/INFO] [FML]: Attempting connection with missing mods [mcp, FML, Forge, drpcore, drpmedieval, PTRModelLib, props, journeymap, mercurius_updater, minecolonies] at CLIENT
[20:36:53] [Server thread/INFO] [FML]: Attempting connection with missing mods [mcp, FML, Forge, drpcore, drpmedieval, PTRModelLib, props, journeymap, mercurius_updater, minecolonies] at SERVER
[20:36:54] [Server thread/ERROR] [minecolonies]: The mod minecolonies is expecting signature 9f78229dd5b39f64396e8ec7c3cd4fdb6ebfd8dc for source minecolonies-universal-1.10.2-0.8.1917.jar, however there is no signature matching that description
[20:36:54] [Server thread/WARN] [minecolonies]: ****************************************
[20:36:54] [Server thread/WARN] [minecolonies]: * Minecolonies does not run from a verified source. Current Fingerprint:

  • No Fingerprint available on this Minecolonies Jar.
    expected:
  • 9f78229dd5b39f64396e8ec7c3cd4fdb6ebfd8dc
    [20:36:54] [Server thread/WARN] [minecolonies]: * at %s%s
    [20:36:54] [Server thread/WARN] [minecolonies]: * at %s%s
    [20:36:54] [Server thread/WARN] [minecolonies]: * at %s%s
    [20:36:54] [Server thread/WARN] [minecolonies]: * at %s%s
    [20:36:54] [Server thread/WARN] [minecolonies]: * at %s%s
    [20:36:54] [Server thread/WARN] [minecolonies]: * at %s%s
    [20:36:54] [Server thread/WARN] [minecolonies]: ****************************************
    [20:36:54] [Server thread/INFO] [FML]: Processing ObjectHolder annotations
    [20:36:54] [Server thread/INFO] [FML]: Found 423 ObjectHolder annotations
    [20:36:54] [Server thread/INFO] [FML]: Identifying ItemStackHolder annotations
    [20:36:54] [Server thread/INFO] [FML]: Found 0 ItemStackHolder annotations
    [20:36:54] [Server thread/INFO] [FML]: Applying holder lookups
    [20:36:54] [Server thread/INFO] [FML]: Holder lookups applied
    [20:36:54] [Server thread/INFO] [FML]: Applying holder lookups
    [20:36:54] [Server thread/INFO] [FML]: Holder lookups applied
    [20:36:54] [Server thread/INFO] [FML]: Applying holder lookups
    [20:36:54] [Server thread/INFO] [FML]: Holder lookups applied
    [20:36:54] [Server thread/INFO] [FML]: Configured a dormant chunk cache size of 0
    [20:36:54] [Forge Version Check/INFO] [ForgeVersionCheck]: [drpmedieval] Starting version check at https://raw.githubusercontent.com/DarkRoleplay/Dark-Roleplay-Medieval/master/DarkRoleplayMedieval.json
    [20:36:54] [Server thread/INFO] [Dark Roleplay Core]: Pre Initialization has been Finished!
    [20:36:55] [Forge Version Check/INFO] [ForgeVersionCheck]: [drpmedieval] Found status: BETA Target: null
    [20:36:55] [Forge Version Check/INFO] [ForgeVersionCheck]: [Forge] Starting version check at http://files.minecraftforge.net/maven/net/minecraftforge/forge/promotions_slim.json
    [20:36:55] [Forge Version Check/INFO] [ForgeVersionCheck]: [Forge] Found status: AHEAD Target: null
    [20:36:55] [Forge Version Check/INFO] [ForgeVersionCheck]: [drpcore] Starting version check at https://raw.githubusercontent.com/DarkRoleplay/1.9-Dark-Roleplay-Core/master/DarkRoleplayCore.json
    [20:36:55] [Forge Version Check/INFO] [ForgeVersionCheck]: [drpcore] Found status: BETA Target: null
    [20:37:02] [Server thread/INFO] [mercurius]: Version Number exists, Using it: 1.9.4-1.0.4.19
    [20:37:02] [Server thread/INFO] [mercurius]: File exists, Checking hash: C:\Users\Felix\Desktop\Minecraft server.\libraries\net\minecraftforge\Mercurius\1.9.4-1.0.4.19\Mercurius-1.9.4-1.0.4.19.jar
    [20:37:02] [Server thread/INFO] [mercurius]: Hash matches, Skipping download: b3b4b83cb137f59163dba5c47f19d6112239d5d9
    [20:37:02] [Server thread/INFO] [mercurius]: Mercurius Jar contains all signed files! Continueing loading!
    [20:37:02] [Server thread/INFO] [FML]: Applying holder lookups
    [20:37:02] [Server thread/INFO] [FML]: Holder lookups applied
    [20:37:02] [Server thread/INFO] [FML]: Injecting itemstacks
    [20:37:02] [Server thread/INFO] [FML]: Itemstack injection complete
    [20:37:02] [Server thread/INFO] [net.minecraft.server.dedicated.DedicatedServer]: Loading properties
    [20:37:02] [Server thread/INFO] [net.minecraft.server.dedicated.DedicatedServer]: Default game type: CREATIVE
    [20:37:02] [Server thread/INFO] [net.minecraft.server.dedicated.DedicatedServer]: Generating keypair
    [20:37:02] [Server thread/INFO] [net.minecraft.server.dedicated.DedicatedServer]: Starting Minecraft server on 192.168.10.42:25565
    [20:37:02] [Server thread/INFO] [net.minecraft.network.NetworkSystem]: Using default channel type
    [20:37:03] [Server thread/INFO] [Dark Roleplay Core]: Initialization has been Finished!
    [20:37:03] [Server thread/INFO] [FML]: Injecting itemstacks
    [20:37:03] [Server thread/INFO] [FML]: Itemstack injection complete
    [20:37:03] [Server thread/INFO] [Dark Roleplay Core]: Post Initialization has been Finished!
    [20:37:03] [Netty Server IO #1/INFO] [FML]: Disconnecting Player: Server is still starting! Please wait before reconnecting.
    [20:37:03] [Server thread/INFO] [FML]: Forge Mod Loader has successfully loaded 10 mods
    [20:37:03] [Server thread/INFO] [net.minecraft.server.dedicated.DedicatedServer]: Preparing level "world"
    [20:37:03] [Server thread/INFO] [FML]: Injecting existing block and item data into this server instance
    [20:37:03] [Server thread/INFO] [FML]: Applying holder lookups
    [20:37:03] [Server thread/INFO] [FML]: Holder lookups applied
    [20:37:03] [Server thread/INFO] [FML]: Loading dimension 0 (world) (net.minecraft.server.dedicated.DedicatedServer@f37dafd)
    [20:37:03] [Server thread/INFO] [FML]: Loading dimension 1 (world) (net.minecraft.server.dedicated.DedicatedServer@f37dafd)
    [20:37:03] [Server thread/INFO] [minecolonies]: Load huts or decorations from jar
    [20:37:04] [Server thread/INFO] [minecolonies]: Load additionnal huts or decorations from .\world\minecolonies/schematics
    [20:37:04] [Server thread/INFO] [minecolonies]: Load cached schematic from .\world\minecolonies/cache
    [20:37:04] [Server thread/INFO] [minecolonies]: Loaded 2 colonies
    [20:37:04] [Server thread/INFO] [minecolonies]: Server UUID 1e5f8d3e-ba38-488d-8882-c5247f3d1c21
    [20:37:04] [Server thread/INFO] [FML]: Loading dimension -1 (world) (net.minecraft.server.dedicated.DedicatedServer@f37dafd)
    [20:37:04] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: Preparing start region for level 0
    [20:37:04] [Netty Server IO #2/INFO] [FML]: Disconnecting Player: Server is still starting! Please wait before reconnecting.
    [20:37:05] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: Preparing spawn area: 50%
    [20:37:05] [Server thread/INFO] [net.minecraft.server.dedicated.DedicatedServer]: Done (2,334s)! For help, type "help" or "?"
    [20:37:12] [User Authenticator #1/INFO] [net.minecraft.server.network.NetHandlerLoginServer]: UUID of player Skel3tonlp is be06107b-4ab3-49b9-be6c-80b7802a3b53
    [20:37:12] [Netty Server IO #4/INFO] [FML]: Client protocol version 2
    [20:37:12] [Netty Server IO #4/INFO] [FML]: Client attempting to join with 9 mods : [email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected]
    [20:37:12] [Netty Server IO #4/INFO] [journeymap]: CLIENT
    [20:37:12] [Netty Server IO #4/INFO] [FML]: Attempting connection with missing mods [mercurius_updater] at CLIENT
    [20:37:12] [Server thread/INFO] [FML]: [Server thread] Server side modded connection established
    [20:37:12] [Server thread/INFO] [net.minecraft.server.management.PlayerList]: Skel3tonlp[/192.168.10.42:58093] logged in with entity id 327 at (1458.2811958117359, 69.0, 978.9537249568394)
    [20:37:12] [Server thread/INFO] [net.minecraft.server.dedicated.DedicatedServer]: Skel3tonlp joined the game
    [20:37:12] [Server thread/INFO] [journeymap]: Skel3tonlp joining dimension 0
    [20:37:12] [Server thread/INFO] [journeymap]: Sending log in packet.
    [20:37:13] [Server thread/WARN] [net.minecraft.world.WorldServer]: Keeping entity Chicken that already exists with UUID 70186e2e-d1c7-4ded-a112-ba5ab110b693
    [20:37:13] [Server thread/WARN] [net.minecraft.world.WorldServer]: Tried to add entity minecolonies.Fishhook but it was marked as removed already
    [20:37:13] [Server thread/WARN] [net.minecraft.world.WorldServer]: Keeping entity Chicken that already exists with UUID 194c8bde-2d21-4e88-ac63-69f1ee54abc7
    [20:37:13] [Server thread/WARN] [net.minecraft.world.WorldServer]: Keeping entity Squid that already exists with UUID 6f158a32-b2ac-48af-8f97-14bd082b47c8
    [20:37:21] [Server thread/INFO] [net.minecraft.server.dedicated.DedicatedServer]: [Skel3tonlp: Set the time to 1000]
    [20:37:37] [Server thread/WARN] [minecolonies]: Structure: Couldn't find any structure with this name schematics/wooden/Baker1
    [20:37:37] [Server thread/WARN] [minecolonies]: Failed to load template schematics/wooden/Baker1
    [20:37:37] [Server thread/FATAL] [net.minecraft.server.MinecraftServer]: Error executing task
    java.util.concurrent.ExecutionException: java.lang.NullPointerException
    at java.util.concurrent.FutureTask.report(FutureTask.java:122) ~[?:1.8.0_25]
    at java.util.concurrent.FutureTask.get(FutureTask.java:192) ~[?:1.8.0_25]
    at net.minecraft.util.Util.func_181617_a(SourceFile:46) [h.class:?]
    at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:668) [MinecraftServer.class:?]
    at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:387) [ld.class:?]
    at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:613) [MinecraftServer.class:?]
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:471) [MinecraftServer.class:?]
    at java.lang.Thread.run(Thread.java:745) [?:1.8.0_25]
    Caused by: java.lang.NullPointerException
    at com.minecolonies.structures.helpers.Structure.getSize(Structure.java:480) ~[Structure.class:?]
    at com.minecolonies.structures.helpers.StructureProxy.rotateWithMirror(StructureProxy.java:228) ~[StructureProxy.class:?]
    at com.minecolonies.coremod.util.StructureWrapper.rotate(StructureWrapper.java:148) ~[StructureWrapper.class:?]
    at com.minecolonies.coremod.entity.ai.citizen.builder.ConstructionTapeHelper.placeConstructionTape(ConstructionTapeHelper.java:117) ~[ConstructionTapeHelper.class:?]
    at com.minecolonies.coremod.entity.ai.citizen.builder.ConstructionTapeHelper.placeConstructionTape(ConstructionTapeHelper.java:99) ~[ConstructionTapeHelper.class:?]
    at com.minecolonies.coremod.colony.buildings.AbstractBuilding.create(AbstractBuilding.java:411) ~[AbstractBuilding.class:?]
    at com.minecolonies.coremod.colony.Colony.addNewBuilding(Colony.java:1566) ~[Colony.class:?]
    at com.minecolonies.coremod.blocks.AbstractBlockHut.func_180633_a(AbstractBlockHut.java:262) ~[AbstractBlockHut.class:?]
    at net.minecraft.item.ItemBlock.placeBlockAt(ItemBlock.java:171) ~[acl.class:?]
    at net.minecraft.item.ItemBlock.func_180614_a(ItemBlock.java:54) ~[acl.class:?]
    at net.minecraftforge.common.ForgeHooks.onPlaceItemIntoWorld(ForgeHooks.java:780) ~[ForgeHooks.class:?]
    at net.minecraft.item.ItemStack.func_179546_a(ItemStack.java:145) ~[adz.class:?]
    at net.minecraft.server.management.PlayerInteractionManager.func_187251_a(PlayerInteractionManager.java:483) ~[lv.class:?]
    at net.minecraft.network.NetHandlerPlayServer.func_184337_a(NetHandlerPlayServer.java:679) ~[me.class:?]
    at net.minecraft.network.play.client.CPacketPlayerTryUseItemOnBlock.func_148833_a(SourceFile:55) ~[jj.class:?]
    at net.minecraft.network.play.client.CPacketPlayerTryUseItemOnBlock.func_148833_a(SourceFile:11) ~[jj.class:?]
    at net.minecraft.network.PacketThreadUtil$1.run(SourceFile:13) ~[fl$1.class:?]
    at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) ~[?:1.8.0_25]
    at java.util.concurrent.FutureTask.run(FutureTask.java:266) ~[?:1.8.0_25]
    at net.minecraft.util.Util.func_181617_a(SourceFile:45) ~[h.class:?]
    ... 5 more
    [20:37:49] [Server thread/INFO] [net.minecraft.network.NetHandlerPlayServer]: Skel3tonlp lost connection: TextComponent{text='Disconnected', siblings=[], style=Style{hasParent=false, color=null, bold=null, italic=null, underlined=null, obfuscated=null, clickEvent=null, hoverEvent=null, insertion=null}}
    [20:37:49] [Server thread/INFO] [net.minecraft.server.dedicated.DedicatedServer]: Skel3tonlp left the game
commented
commented

@Raycoms the universal one.Whats the different ?

commented

@Raycoms okay it was the newest forge version win installer

commented
commented

@Raycoms has you got the same results as me ?

commented

Trying now

commented

No, I can't reproduce this with the newest forge version.

commented

@Raycoms Ohhh okay. so why do i have this problem ? have you any idea how to fix it ?

commented
commented

@Raycoms is the baker supposed to be implemented in 1.11.2 as well? or not yet?

commented
commented

@Raycoms this is the complet log file the consol dosnt show any more
(singleplayer log):
[CHAT] Skel3tonlp has just earned the achievement [Found a colony]
12:36:42 minecolonies Colony 1 - new AbstractBuilding for class com.minecolonies.coremod.blocks.BlockHutTownHall at BlockPos{x=-243, y=66, z=220}
12:36:51 minecolonies Structure: Couldn't find any structure with this name schematics/wooden/Baker1
12:36:51 minecolonies Failed to load template schematics/wooden/Baker1
12:36:51 net.minecraft.server.MinecraftServer Error executing task
java.util.concurrent.ExecutionException: java.lang.NullPointerException
at java.util.concurrent.FutureTask.report(FutureTask.java:122)
at java.util.concurrent.FutureTask.get(FutureTask.java:192)
at net.minecraft.util.Util.func_181617_a(SourceFile:46)
at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:668)
at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:613)
at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:240)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:471)
at java.lang.Thread.run(Thread.java:745)
Caused by: java.lang.NullPointerException
at com.minecolonies.structures.helpers.Structure.getSize(Structure.java:480)
at com.minecolonies.structures.helpers.StructureProxy.rotateWithMirror(StructureProxy.java:228)
at com.minecolonies.coremod.util.StructureWrapper.rotate(StructureWrapper.java:148)
at com.minecolonies.coremod.entity.ai.citizen.builder.ConstructionTapeHelper.placeConstructionTape(ConstructionTapeHelper.java:117)
at com.minecolonies.coremod.entity.ai.citizen.builder.ConstructionTapeHelper.placeConstructionTape(ConstructionTapeHelper.java:99)
at com.minecolonies.coremod.colony.buildings.AbstractBuilding.create(AbstractBuilding.java:411)
at com.minecolonies.coremod.colony.Colony.addNewBuilding(Colony.java:1566)
at com.minecolonies.coremod.blocks.AbstractBlockHut.func_180633_a(AbstractBlockHut.java:262)
at net.minecraft.item.ItemBlock.placeBlockAt(ItemBlock.java:171)
at net.minecraft.item.ItemBlock.func_180614_a(ItemBlock.java:54)
at net.minecraftforge.common.ForgeHooks.onPlaceItemIntoWorld(ForgeHooks.java:780)
at net.minecraft.item.ItemStack.func_179546_a(ItemStack.java:145)
at net.minecraft.server.management.PlayerInteractionManager.func_187251_a(PlayerInteractionManager.java:483)
at net.minecraft.network.NetHandlerPlayServer.func_184337_a(NetHandlerPlayServer.java:679)
at net.minecraft.network.play.client.CPacketPlayerTryUseItemOnBlock.func_148833_a(SourceFile:55)
at net.minecraft.network.play.client.CPacketPlayerTryUseItemOnBlock.func_148833_a(SourceFile:11)
at net.minecraft.network.PacketThreadUtil$1.run(SourceFile:13)
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at net.minecraft.util.Util.func_181617_a(SourceFile:45)
... 5 more
12:36:52 net.minecraft.server.integrated.IntegratedServer Saving and pausing game...
12:36:52 net.minecraft.server.MinecraftServer Saving chunks for level 'New World'/Overworld
12:36:52 net.minecraft.server.MinecraftServer Saving chunks for level 'New World'/Nether
12:36:52 net.minecraft.server.MinecraftServer Saving chunks for level 'New World'/The End

commented

I have testet now the version 1.11.2, there i have the same problem

commented
commented

@Raycoms @xavierh I tested it with the 1.10.2 curse modpack and still ther nothing happend.So is this maybe a java problem ?

commented

Still happening, else closed?