You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Im on Forge 1.12.2 running this mod on a server, i press assemble and everything works fine, but then i press mount and the game just closes
this is the crash report: ---- Minecraft Crash Report ----
WARNING: coremods are present:
llibrary (llibrary-core-1.0.11-1.12.2.jar)
MovingWorldCore (movingworld-1.12-6.353-full.jar)
Contact their authors BEFORE contacting forge
// Don't be sad, have a hug! <3
Time: 11/7/21 2:50 PM
Description: Ticking entity
java.lang.ClassCastException: java.lang.Boolean cannot be cast to java.lang.Byte
at com.elytradev.davincisvessels.common.entity.ShipCapabilities.canMove(ShipCapabilities.java:173)
at com.elytradev.davincisvessels.common.entity.EntityShip.handleControl(EntityShip.java:263)
at com.elytradev.movingworld.common.entity.EntityMovingWorld.handleServerUpdate(EntityMovingWorld.java:427)
at com.elytradev.davincisvessels.common.entity.EntityShip.handleServerUpdate(EntityShip.java:391)
at com.elytradev.movingworld.common.entity.EntityMovingWorld.func_70071_h_(EntityMovingWorld.java:360)
at net.minecraft.world.World.func_72866_a(World.java:1996)
at net.minecraft.world.World.func_72870_g(World.java:1958)
at net.minecraft.world.World.func_72939_s(World.java:1762)
at net.minecraft.client.Minecraft.func_71407_l(Minecraft.java:1847)
at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:1098)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:398)
at net.minecraft.client.main.Main.main(SourceFile:123)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:497)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
A detailed walkthrough of the error, its code path and all known details is as follows:
-- Head --
Thread: Client thread
Stacktrace:
at com.elytradev.davincisvessels.common.entity.ShipCapabilities.canMove(ShipCapabilities.java:173)
at com.elytradev.davincisvessels.common.entity.EntityShip.handleControl(EntityShip.java:263)
at com.elytradev.movingworld.common.entity.EntityMovingWorld.handleServerUpdate(EntityMovingWorld.java:427)
at com.elytradev.davincisvessels.common.entity.EntityShip.handleServerUpdate(EntityShip.java:391)
at com.elytradev.movingworld.common.entity.EntityMovingWorld.func_70071_h_(EntityMovingWorld.java:360)
at net.minecraft.world.World.func_72866_a(World.java:1996)
at net.minecraft.world.World.func_72870_g(World.java:1958)
Using GL 1.3 texture combiners.
Using framebuffer objects because OpenGL 3.0 is supported and separate blending is supported.
Shaders are available because OpenGL 2.1 is supported.
VBOs are available because OpenGL 1.5 is supported.
Using VBOs: Yes
Is Modded: Definitely; Client brand changed to 'fml,forge'
Type: Client (map_client.txt)
Resource Packs: vanilla
Current Language: English (US)
Profiler Position: N/A (disabled)
CPU: 6x Intel(R) Core(TM) i5-8400 CPU @ 2.80GHz
The text was updated successfully, but these errors were encountered:
Im on Forge 1.12.2 running this mod on a server, i press assemble and everything works fine, but then i press mount and the game just closes
this is the crash report: ---- Minecraft Crash Report ----
WARNING: coremods are present:
llibrary (llibrary-core-1.0.11-1.12.2.jar)
MovingWorldCore (movingworld-1.12-6.353-full.jar)
Contact their authors BEFORE contacting forge
// Don't be sad, have a hug! <3
Time: 11/7/21 2:50 PM
Description: Ticking entity
java.lang.ClassCastException: java.lang.Boolean cannot be cast to java.lang.Byte
at com.elytradev.davincisvessels.common.entity.ShipCapabilities.canMove(ShipCapabilities.java:173)
at com.elytradev.davincisvessels.common.entity.EntityShip.handleControl(EntityShip.java:263)
at com.elytradev.movingworld.common.entity.EntityMovingWorld.handleServerUpdate(EntityMovingWorld.java:427)
at com.elytradev.davincisvessels.common.entity.EntityShip.handleServerUpdate(EntityShip.java:391)
at com.elytradev.movingworld.common.entity.EntityMovingWorld.func_70071_h_(EntityMovingWorld.java:360)
at net.minecraft.world.World.func_72866_a(World.java:1996)
at net.minecraft.world.World.func_72870_g(World.java:1958)
at net.minecraft.world.World.func_72939_s(World.java:1762)
at net.minecraft.client.Minecraft.func_71407_l(Minecraft.java:1847)
at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:1098)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:398)
at net.minecraft.client.main.Main.main(SourceFile:123)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:497)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
A detailed walkthrough of the error, its code path and all known details is as follows:
-- Head --
Thread: Client thread
Stacktrace:
at com.elytradev.davincisvessels.common.entity.ShipCapabilities.canMove(ShipCapabilities.java:173)
at com.elytradev.davincisvessels.common.entity.EntityShip.handleControl(EntityShip.java:263)
at com.elytradev.movingworld.common.entity.EntityMovingWorld.handleServerUpdate(EntityMovingWorld.java:427)
at com.elytradev.davincisvessels.common.entity.EntityShip.handleServerUpdate(EntityShip.java:391)
at com.elytradev.movingworld.common.entity.EntityMovingWorld.func_70071_h_(EntityMovingWorld.java:360)
at net.minecraft.world.World.func_72866_a(World.java:1996)
at net.minecraft.world.World.func_72870_g(World.java:1958)
-- Entity being ticked --
Details:
Entity Type: davincisvessels:ship (com.elytradev.davincisvessels.common.entity.EntityShip)
Entity ID: 75424
Entity Name: entity.shipmod.name
Entity's Exact location: -1109.00, 78.00, -744.50
Entity's Block location: World: (-1109,78,-745), Chunk: (at 11,4,7 in -70,-47; contains blocks -1120,0,-752 to -1105,255,-737), Region: (-3,-2; contains chunks -96,-64 to -65,-33, blocks -1536,0,-1024 to -1025,255,-513)
Entity's Momentum: 0.00, -0.10, 0.00
Entity's Passengers: [EntityPlayerSP['Flour_Nipeno'/73916, l='MpServer', x=-1109.69, y=79.00, z=-744.97]]
Entity's Vehicle:
ERRORNullPointerException: nullStacktrace:
at net.minecraft.world.World.func_72939_s(World.java:1762)
-- Affected level --
Details:
Level name: MpServer
All players: 1 total; [EntityPlayerSP['Flour_Nipeno'/73916, l='MpServer', x=-1109.69, y=79.00, z=-744.97]]
Chunk stats: MultiplayerChunkCache: 441, 441
Level seed: 0
Level generator: ID 00 - default, ver 1. Features enabled: false
Level generator options:
Level spawn location: World: (0,0,1), Chunk: (at 0,0,1 in 0,0; contains blocks 0,0,0 to 15,255,15), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,0,0 to 511,255,511)
Level time: 432893 game time, 230001 day time
Level dimension: 0
Level storage version: 0x00000 - Unknown?
Level weather: Rain time: 0 (now: false), thunder time: 0 (now: false)
Level game mode: Game mode: survival (ID 0). Hardcore: false. Cheats: false
Forced entities: 102 total; [EntityPlayerSP['Flour_Nipeno'/73916, l='MpServer', x=-1109.69, y=79.00, z=-744.97], EntityCow['Cow'/73985, l='MpServer', x=-1187.81, y=88.00, z=-716.56], EntityCow['Cow'/73986, l='MpServer', x=-1188.70, y=87.00, z=-715.11], EntityCow['Cow'/73993, l='MpServer', x=-1169.68, y=96.00, z=-734.15], EntitySkeleton['Skeleton'/74768, l='MpServer', x=-1182.47, y=34.00, z=-674.27], EntityBat['Bat'/75291, l='MpServer', x=-1057.51, y=44.64, z=-785.44], EntityCow['Cow'/74015, l='MpServer', x=-1150.56, y=89.00, z=-682.76], EntityCow['Cow'/74014, l='MpServer', x=-1128.43, y=85.00, z=-693.80], EntityCow['Cow'/74017, l='MpServer', x=-1155.76, y=88.00, z=-678.45], EntityCow['Cow'/74016, l='MpServer', x=-1143.77, y=96.00, z=-675.51], EntitySkeleton['Skeleton'/74531, l='MpServer', x=-1113.50, y=62.00, z=-823.50], EntityCreeper['Creeper'/74018, l='MpServer', x=-1160.50, y=36.00, z=-710.50], EntitySpider['Spider'/75042, l='MpServer', x=-1139.99, y=77.00, z=-719.01], EntitySheep['Sheep'/74021, l='MpServer', x=-1119.62, y=76.00, z=-756.08], EntitySheep['Sheep'/74023, l='MpServer', x=-1116.08, y=76.00, z=-757.07], EntitySheep['Sheep'/74022, l='MpServer', x=-1133.53, y=79.39, z=-760.14], EntitySheep['Sheep'/74025, l='MpServer', x=-1120.55, y=76.00, z=-760.55], EntitySheep['Sheep'/74024, l='MpServer', x=-1117.03, y=76.00, z=-757.10], EntitySheep['Sheep'/74027, l='MpServer', x=-1119.58, y=76.00, z=-759.31], EntitySheep['Sheep'/74026, l='MpServer', x=-1118.97, y=76.00, z=-758.24], EntitySheep['Sheep'/74029, l='MpServer', x=-1120.93, y=76.00, z=-758.55], EntitySpider['Spider'/75309, l='MpServer', x=-1159.50, y=79.00, z=-697.50], EntitySheep['Sheep'/74028, l='MpServer', x=-1116.88, y=76.00, z=-756.15], EntitySkeleton['Skeleton'/74030, l='MpServer', x=-1133.98, y=28.00, z=-803.50], EntitySkeleton['Skeleton'/74032, l='MpServer', x=-1129.50, y=38.00, z=-807.50], EntityZombie['Zombie'/75060, l='MpServer', x=-1141.50, y=75.00, z=-731.50], EntityZombie['Zombie'/74811, l='MpServer', x=-1151.50, y=66.00, z=-720.50], EntityBat['Bat'/75335, l='MpServer', x=-1040.42, y=17.54, z=-788.16], EntitySkeleton['Skeleton'/74825, l='MpServer', x=-1136.50, y=29.00, z=-798.50], EntityBat['Bat'/75337, l='MpServer', x=-1040.25, y=18.10, z=-788.57], EntityCow['Cow'/74059, l='MpServer', x=-1132.83, y=100.00, z=-669.49], EntitySheep['Sheep'/74061, l='MpServer', x=-1120.55, y=76.00, z=-759.61], EntityZombie['Zombie'/74828, l='MpServer', x=-1161.50, y=63.00, z=-719.50], EntityItem['item.item.seeds'/74063, l='MpServer', x=-1116.13, y=75.00, z=-766.49], EntityItem['item.tile.dirt.default'/74062, l='MpServer', x=-1116.13, y=75.00, z=-766.58], EntitySheep['Sheep'/74065, l='MpServer', x=-1117.04, y=76.00, z=-758.25], EntitySheep['Sheep'/74064, l='MpServer', x=-1105.56, y=77.00, z=-762.13], EntitySheep['Sheep'/74067, l='MpServer', x=-1116.08, y=76.00, z=-758.03], EntitySheep['Sheep'/74066, l='MpServer', x=-1123.88, y=76.00, z=-748.49], EntitySheep['Sheep'/74069, l='MpServer', x=-1117.99, y=76.00, z=-759.20], EntitySheep['Sheep'/74068, l='MpServer', x=-1117.00, y=76.00, z=-759.26], EntitySheep['Sheep'/74071, l='MpServer', x=-1116.08, y=76.00, z=-760.93], EntitySheep['Sheep'/74070, l='MpServer', x=-1118.62, y=76.00, z=-760.19], EntitySheep['Sheep'/74073, l='MpServer', x=-1117.04, y=76.00, z=-760.19], EntityBat['Bat'/75353, l='MpServer', x=-1176.52, y=47.59, z=-690.39], EntitySheep['Sheep'/74072, l='MpServer', x=-1116.08, y=76.00, z=-760.00], EntityZombie['Zombie'/74584, l='MpServer', x=-1174.50, y=29.00, z=-686.50], EntitySheep['Sheep'/74075, l='MpServer', x=-1118.04, y=76.00, z=-758.23], EntitySheep['Sheep'/74074, l='MpServer', x=-1118.73, y=76.00, z=-756.08], EntitySheep['Sheep'/74077, l='MpServer', x=-1119.87, y=76.00, z=-757.33], EntitySheep['Sheep'/74076, l='MpServer', x=-1117.82, y=76.00, z=-756.08], EntitySheep['Sheep'/74079, l='MpServer', x=-1116.08, y=76.00, z=-759.10], EntityCreeper['Creeper'/75359, l='MpServer', x=-1031.50, y=24.00, z=-700.50], EntitySheep['Sheep'/74078, l='MpServer', x=-1117.89, y=76.00, z=-757.28], EntitySheep['Sheep'/74080, l='MpServer', x=-1119.60, y=76.00, z=-760.55], EntityCow['Cow'/74083, l='MpServer', x=-1093.40, y=85.00, z=-806.84], EntityCow['Cow'/74082, l='MpServer', x=-1089.51, y=87.00, z=-816.80], EntitySheep['Sheep'/74085, l='MpServer', x=-1110.67, y=93.00, z=-799.17], EntityCow['Cow'/74084, l='MpServer', x=-1105.28, y=94.00, z=-797.49], EntitySkeleton['Skeleton'/75367, l='MpServer', x=-1039.50, y=75.00, z=-709.50], EntitySheep['Sheep'/74086, l='MpServer', x=-1113.74, y=87.00, z=-808.49], EntitySkeleton['Skeleton'/75368, l='MpServer', x=-1041.50, y=75.00, z=-708.50], EntityCreeper['Creeper'/75372, l='MpServer', x=-1034.50, y=75.00, z=-709.50], EntitySkeleton['Skeleton'/75375, l='MpServer', x=-1149.50, y=90.00, z=-771.50], EntitySkeleton['Skeleton'/75376, l='MpServer', x=-1152.50, y=90.00, z=-774.50], EntityBat['Bat'/74107, l='MpServer', x=-1099.43, y=58.10, z=-763.41], EntityWitch['Witch'/74106, l='MpServer', x=-1094.50, y=18.00, z=-709.50], EntitySpider['Spider'/75386, l='MpServer', x=-1159.56, y=83.00, z=-809.82], EntityBat['Bat'/74108, l='MpServer', x=-1099.70, y=58.10, z=-763.39], EntitySkeleton['Skeleton'/75390, l='MpServer', x=-1179.50, y=81.00, z=-811.50], EntityCreeper['Creeper'/75395, l='MpServer', x=-1091.50, y=81.00, z=-776.50], EntityBat['Bat'/74630, l='MpServer', x=-1127.55, y=23.53, z=-786.88], EntityBat['Bat'/75147, l='MpServer', x=-1034.84, y=31.89, z=-777.29], EntityBat['Bat'/75153, l='MpServer', x=-1056.64, y=46.85, z=-689.52], EntityCow['Cow'/74128, l='MpServer', x=-1073.83, y=83.00, z=-771.51], EntityZombie['Zombie'/75413, l='MpServer', x=-1162.50, y=82.00, z=-809.50], EntitySpider['Spider'/75418, l='MpServer', x=-1128.50, y=78.00, z=-725.50], EntityShip['entity.shipmod.name'/75424, l='MpServer', x=-1109.00, y=78.00, z=-744.50], EntitySpider['Spider'/75186, l='MpServer', x=-1052.50, y=15.00, z=-779.50], EntityZombie['Zombie'/75188, l='MpServer', x=-1052.50, y=15.00, z=-778.50], EntitySkeleton['Skeleton'/75191, l='MpServer', x=-1141.23, y=88.00, z=-687.50], EntityCow['Cow'/74166, l='MpServer', x=-1056.82, y=95.00, z=-800.57], EntityCreeper['Creeper'/74180, l='MpServer', x=-1171.50, y=26.00, z=-729.50], EntitySkeleton['Skeleton'/74955, l='MpServer', x=-1141.80, y=62.00, z=-815.50], EntityZombie['Zombie'/74703, l='MpServer', x=-1156.50, y=15.00, z=-757.50], EntityZombie['Zombie'/74961, l='MpServer', x=-1140.46, y=51.00, z=-705.25], EntityZombie['Zombie'/74960, l='MpServer', x=-1137.50, y=51.00, z=-693.50], EntityZombie['Zombie'/74199, l='MpServer', x=-1052.50, y=12.00, z=-797.50], EntityCow['Cow'/74200, l='MpServer', x=-1055.83, y=96.00, z=-796.53], EntitySpider['Spider'/75238, l='MpServer', x=-1079.50, y=77.00, z=-735.50], EntityZombie['Zombie'/75240, l='MpServer', x=-1094.05, y=77.00, z=-738.31], EntityZombie['Zombie'/74987, l='MpServer', x=-1055.50, y=56.00, z=-699.50], EntityCow['Cow'/74218, l='MpServer', x=-1041.50, y=87.00, z=-741.82], EntityCreeper['Creeper'/75242, l='MpServer', x=-1093.57, y=85.00, z=-801.17], EntitySpider['Spider'/75245, l='MpServer', x=-1096.50, y=84.00, z=-795.50], EntityCow['Cow'/74223, l='MpServer', x=-1042.73, y=75.00, z=-699.16], EntityCow['Cow'/74222, l='MpServer', x=-1045.19, y=78.00, z=-672.72], EntityCreeper['Creeper'/75255, l='MpServer', x=-1140.50, y=30.00, z=-808.50], EntityCow['Cow'/74232, l='MpServer', x=-1039.92, y=79.00, z=-730.73], EntityCow['Cow'/74234, l='MpServer', x=-1036.20, y=87.00, z=-763.55], EntityCow['Cow'/73983, l='MpServer', x=-1172.46, y=90.00, z=-719.79], EntityCow['Cow'/73982, l='MpServer', x=-1175.35, y=88.00, z=-717.38]]
Retry entities: 0 total; []
Server brand: fml,forge
Server type: Non-integrated multiplayer server
Stacktrace:
at net.minecraft.client.multiplayer.WorldClient.func_72914_a(WorldClient.java:420)
at net.minecraft.client.Minecraft.func_71396_d(Minecraft.java:2741)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:419)
at net.minecraft.client.main.Main.main(SourceFile:123)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:497)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
-- System Details --
Details:
Minecraft Version: 1.12.2
Operating System: Windows 10 (amd64) version 10.0
Java Version: 1.8.0_51, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 804117176 bytes (766 MB) / 1308622848 bytes (1248 MB) up to 2147483648 bytes (2048 MB)
JVM Flags: 8 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx2G -XX:+UnlockExperimentalVMOptions -XX:+UseG1GC -XX:G1NewSizePercent=20 -XX:G1ReservePercent=20 -XX:MaxGCPauseMillis=50 -XX:G1HeapRegionSize=32M
IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
FML: MCP 9.42 Powered by Forge 14.23.5.2855 17 mods loaded, 17 mods active
States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
llibrary (llibrary-core-1.0.11-1.12.2.jar)
net.ilexiconn.llibrary.server.core.plugin.LLibraryTransformer
net.ilexiconn.llibrary.server.core.patcher.LLibraryRuntimePatcher
MovingWorldCore (movingworld-1.12-6.353-full.jar)
Using GL 1.3 texture combiners.
Using framebuffer objects because OpenGL 3.0 is supported and separate blending is supported.
Shaders are available because OpenGL 2.1 is supported.
VBOs are available because OpenGL 1.5 is supported.
The text was updated successfully, but these errors were encountered: