Jump to content

Recommended Posts

Posted

i try to launch minecraft forge in orginal launcher but when i try to laod a singleplayer world it closes. Error: The game crashed whilst exception in server tick loop Error: java.lang.NullPointerException: Exception in server tick loop Kod zakończenia: -1

Posted

here is crash report

---- Minecraft Crash Report ----
// I let you down. Sorry :(

Time: 22.08.21 12:29
Description: Exception in server tick loop

java.lang.NullPointerException: Exception in server tick loop
    at net.minecraft.nbt.NBTTagCompound.func_152449_a(NBTTagCompound.java:398)
    at net.minecraft.nbt.NBTTagCompound.func_152446_a(NBTTagCompound.java:52)
    at net.minecraft.nbt.NBTTagCompound.func_152449_a(NBTTagCompound.java:398)
    at net.minecraft.nbt.NBTTagCompound.func_152446_a(NBTTagCompound.java:52)
    at net.minecraft.nbt.NBTTagCompound.func_152449_a(NBTTagCompound.java:398)
    at net.minecraft.nbt.NBTTagCompound.func_152446_a(NBTTagCompound.java:52)
    at net.minecraft.nbt.CompressedStreamTools.func_152455_a(CompressedStreamTools.java:170)
    at net.minecraft.nbt.CompressedStreamTools.func_152456_a(CompressedStreamTools.java:125)
    at net.minecraft.nbt.CompressedStreamTools.func_74794_a(CompressedStreamTools.java:120)
    at net.minecraft.world.chunk.storage.AnvilChunkLoader.loadChunk__Async(AnvilChunkLoader.java:121)
    at net.minecraftforge.common.chunkio.ChunkIOProvider.callStage1(ChunkIOProvider.java:20)
    at net.minecraftforge.common.chunkio.ChunkIOProvider.callStage1(ChunkIOProvider.java:12)
    at net.minecraftforge.common.util.AsynchronousExecutor.skipQueue(AsynchronousExecutor.java:343)
    at net.minecraftforge.common.util.AsynchronousExecutor.getSkipQueue(AsynchronousExecutor.java:302)
    at net.minecraftforge.common.chunkio.ChunkIOExecutor.syncChunkLoad(ChunkIOExecutor.java:12)
    at net.minecraft.world.gen.ChunkProviderServer.loadChunk(ChunkProviderServer.java:126)
    at net.minecraft.world.gen.ChunkProviderServer.func_73158_c(ChunkProviderServer.java:101)
    at net.minecraft.server.MinecraftServer.func_71222_d(MinecraftServer.java:265)
    at net.minecraft.server.integrated.IntegratedServer.func_71247_a(IntegratedServer.java:78)
    at net.minecraft.server.integrated.IntegratedServer.func_71197_b(IntegratedServer.java:92)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:387)
    at net.minecraft.server.MinecraftServer$2.run(MinecraftServer.java:685)


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

-- System Details --
Details:
    Minecraft Version: 1.7.10
    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: 181602912 bytes (173 MB) / 301989888 bytes (288 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
    AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
    IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
    FML: MCP v9.05 FML v7.10.99.99 Minecraft Forge 10.13.4.1558 3 mods loaded, 3 mods active
    States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
    UCHIJAA    mcp{9.05} [Minecraft Coder Pack] (minecraft.jar) 
    UCHIJAA    FML{7.10.99.99} [Forge Mod Loader] (forge-1.7.10-10.13.4.1558-1.7.10.jar) 
    UCHIJAA    Forge{10.13.4.1558} [Minecraft Forge] (forge-1.7.10-10.13.4.1558-1.7.10.jar) 
    GL info: ~~ERROR~~ RuntimeException: No OpenGL context found in the current thread.
    Profiler Position: N/A (disabled)
    Vec3 Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
    Player Count: 0 / 8; []
    Type: Integrated Server (map_client.txt)
    Is Modded: Definitely; Client brand changed to 'fml,forge'

Posted

when i create new world it loads for 5 seconds and then crash. error: The game crashed whilst unexpected error Error: java.lang.UnsatisfiedLinkError: org.lwjgl.openal.AL10.nalGetSourcei(II)I Kod zakończenia: -1

crash report: 

---- Minecraft Crash Report ----
// Surprise! Haha. Well, this is awkward.

Time: 22.08.21 12:37
Description: Unexpected error

java.lang.UnsatisfiedLinkError: org.lwjgl.openal.AL10.nalGetSourcei(II)I
    at org.lwjgl.openal.AL10.nalGetSourcei(Native Method)
    at org.lwjgl.openal.AL10.alGetSourcei(AL10.java:853)
    at paulscode.sound.libraries.ChannelLWJGLOpenAL.playing(ChannelLWJGLOpenAL.java:651)
    at paulscode.sound.Source.playing(Source.java:1213)
    at net.minecraft.client.audio.SoundManager$SoundSystemStarterThread.playing(SoundManager.java:500)
    at net.minecraft.client.audio.SoundManager.func_148605_d(SoundManager.java:218)
    at net.minecraft.client.audio.SoundHandler.func_73660_a(SourceFile:179)
    at net.minecraft.client.Minecraft.func_71407_l(Minecraft.java:2013)
    at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:973)
    at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:898)
    at net.minecraft.client.main.Main.main(SourceFile:148)
    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 --
Stacktrace:
    at org.lwjgl.openal.AL10.nalGetSourcei(Native Method)
    at org.lwjgl.openal.AL10.alGetSourcei(AL10.java:853)
    at paulscode.sound.libraries.ChannelLWJGLOpenAL.playing(ChannelLWJGLOpenAL.java:651)
    at paulscode.sound.Source.playing(Source.java:1213)
    at net.minecraft.client.audio.SoundManager$SoundSystemStarterThread.playing(SoundManager.java:500)
    at net.minecraft.client.audio.SoundManager.func_148605_d(SoundManager.java:218)
    at net.minecraft.client.audio.SoundHandler.func_73660_a(SourceFile:179)

-- Affected level --
Details:
    Level name: MpServer
    All players: 1 total; [EntityClientPlayerMP['Someone32157'/1941, l='MpServer', x=107,50, y=73,62, z=194,50]]
    Chunk stats: MultiplayerChunkCache: 535, 535
    Level seed: 0
    Level generator: ID 00 - default, ver 1. Features enabled: false
    Level generator options: 
    Level spawn location: World: (100,64,196), Chunk: (at 4,4,4 in 6,12; contains blocks 96,0,192 to 111,255,207), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,0,0 to 511,255,511)
    Level time: 393 game time, 393 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: creative (ID 1). Hardcore: false. Cheats: false
    Forced entities: 159 total; [EntityCreeper['Creeper'/4117, l='MpServer', x=62,50, y=27,00, z=190,50], EntityClientPlayerMP['Someone32157'/1941, l='MpServer', x=107,50, y=73,62, z=194,50], EntityCreeper['Creeper'/4135, l='MpServer', x=49,50, y=59,00, z=136,50], EntityBat['Bat'/2131, l='MpServer', x=153,31, y=22,66, z=232,13], EntityBat['Bat'/2132, l='MpServer', x=130,50, y=19,73, z=222,75], EntitySquid['Squid'/2166, l='MpServer', x=139,50, y=61,00, z=211,50], EntitySquid['Squid'/2167, l='MpServer', x=141,28, y=61,00, z=215,22], EntitySquid['Squid'/2168, l='MpServer', x=140,91, y=60,25, z=214,06], EntitySquid['Squid'/2169, l='MpServer', x=135,50, y=62,09, z=212,84], EntitySquid['Squid'/2174, l='MpServer', x=109,56, y=61,81, z=219,41], EntityZombie['Zombie'/2176, l='MpServer', x=127,50, y=55,00, z=130,50], EntityBat['Bat'/2217, l='MpServer', x=99,52, y=37,62, z=241,05], EntityBat['Bat'/2218, l='MpServer', x=96,75, y=47,10, z=237,56], EntityZombie['Zombie'/2241, l='MpServer', x=85,50, y=21,00, z=256,50], EntityBat['Bat'/2291, l='MpServer', x=138,21, y=24,00, z=176,89], EntityBat['Bat'/2303, l='MpServer', x=119,19, y=24,06, z=179,80], EntitySpider['Spider'/2306, l='MpServer', x=181,69, y=17,47, z=156,72], EntityBat['Bat'/2334, l='MpServer', x=39,53, y=21,69, z=192,41], EntityZombie['Zombie'/2418, l='MpServer', x=102,50, y=48,00, z=133,50], EntityZombie['Zombie'/2419, l='MpServer', x=101,50, y=48,00, z=131,50], EntityZombie['Zombie'/2420, l='MpServer', x=102,50, y=48,00, z=131,50], EntityItem['item.tile.gravel'/6518, l='MpServer', x=92,81, y=54,13, z=152,81], EntitySkeleton['Skeleton'/2441, l='MpServer', x=57,50, y=44,00, z=133,31], EntitySkeleton['Skeleton'/2442, l='MpServer', x=63,50, y=43,00, z=140,50], EntitySkeleton['Skeleton'/2443, l='MpServer', x=65,50, y=43,00, z=145,50], EntitySkeleton['Skeleton'/2448, l='MpServer', x=60,94, y=43,00, z=141,56], EntityItem['item.tile.gravel'/6549, l='MpServer', x=92,22, y=54,13, z=152,78], EntityBat['Bat'/2491, l='MpServer', x=95,10, y=48,23, z=133,61], EntityBat['Bat'/2493, l='MpServer', x=112,42, y=25,59, z=166,40], EntityZombie['Zombie'/6596, l='MpServer', x=123,50, y=52,00, z=209,50], EntityZombie['Zombie'/6609, l='MpServer', x=153,50, y=33,00, z=221,50], EntitySkeleton['Skeleton'/2524, l='MpServer', x=74,50, y=23,00, z=192,50], EntityCreeper['Creeper'/2525, l='MpServer', x=65,50, y=27,00, z=209,50], EntitySkeleton['Skeleton'/2533, l='MpServer', x=47,50, y=58,00, z=138,50], EntitySkeleton['Skeleton'/2600, l='MpServer', x=83,53, y=30,00, z=236,91], EntityBat['Bat'/2603, l='MpServer', x=45,41, y=18,25, z=119,56], EntitySpider['Spider'/2648, l='MpServer', x=28,38, y=21,00, z=210,72], EntitySkeleton['Skeleton'/2649, l='MpServer', x=30,69, y=21,00, z=211,69], EntityCreeper['Creeper'/2654, l='MpServer', x=116,50, y=49,00, z=217,50], EntityZombie['Zombie'/2658, l='MpServer', x=106,44, y=37,00, z=138,86], EntityZombie['Zombie'/2659, l='MpServer', x=120,50, y=33,00, z=146,50], EntityCreeper['Creeper'/2667, l='MpServer', x=43,66, y=21,00, z=202,69], EntityCreeper['Creeper'/2668, l='MpServer', x=37,34, y=24,00, z=205,03], EntitySkeleton['Skeleton'/2785, l='MpServer', x=113,50, y=34,00, z=191,50], EntitySkeleton['Skeleton'/2786, l='MpServer', x=122,53, y=37,00, z=195,91], EntitySkeleton['Skeleton'/2787, l='MpServer', x=113,50, y=34,00, z=193,50], EntitySkeleton['Skeleton'/2794, l='MpServer', x=84,50, y=19,00, z=116,50], EntitySkeleton['Skeleton'/2929, l='MpServer', x=127,50, y=23,00, z=154,50], EntitySkeleton['Skeleton'/2930, l='MpServer', x=131,34, y=23,00, z=150,91], EntityZombie['Zombie'/2932, l='MpServer', x=61,50, y=51,00, z=130,50], EntitySpider['Spider'/2933, l='MpServer', x=58,94, y=51,00, z=131,19], EntitySpider['Spider'/2934, l='MpServer', x=52,50, y=51,00, z=132,19], EntityZombie['Zombie'/2935, l='MpServer', x=60,66, y=51,00, z=132,81], EntityZombie['Zombie'/2936, l='MpServer', x=53,97, y=41,00, z=128,63], EntitySkeleton['Skeleton'/2951, l='MpServer', x=61,16, y=36,00, z=192,69], EntitySkeleton['Skeleton'/2952, l='MpServer', x=63,50, y=34,00, z=199,50], EntitySkeleton['Skeleton'/2953, l='MpServer', x=60,31, y=36,00, z=192,31], EntityCreeper['Creeper'/2954, l='MpServer', x=61,50, y=34,00, z=201,50], EntityCreeper['Creeper'/2956, l='MpServer', x=62,50, y=34,00, z=201,50], EntitySkeleton['Skeleton'/2993, l='MpServer', x=180,50, y=13,00, z=125,50], EntityZombie['Zombie'/3016, l='MpServer', x=122,50, y=43,00, z=240,50], EntityCreeper['Creeper'/3073, l='MpServer', x=176,50, y=28,00, z=253,31], EntityZombie['Zombie'/3082, l='MpServer', x=75,41, y=19,00, z=245,00], EntityZombie['Zombie'/3083, l='MpServer', x=75,50, y=20,00, z=240,50], EntitySpider['Spider'/3193, l='MpServer', x=117,78, y=33,00, z=152,28], EntitySpider['Spider'/3194, l='MpServer', x=115,63, y=33,00, z=151,09], EntityZombie['Zombie'/3212, l='MpServer', x=153,44, y=65,00, z=248,66], EntitySkeleton['Skeleton'/3213, l='MpServer', x=28,50, y=36,00, z=193,50], EntityZombie['Zombie'/3225, l='MpServer', x=130,50, y=37,00, z=196,50], EntitySpider['Spider'/3365, l='MpServer', x=169,03, y=68,00, z=226,38], EntityZombie['Zombie'/3368, l='MpServer', x=157,35, y=65,00, z=248,94], EntitySkeleton['Skeleton'/3372, l='MpServer', x=84,50, y=25,00, z=210,50], EntityPig['Pig'/1591, l='MpServer', x=47,81, y=72,00, z=118,75], EntityPig['Pig'/1592, l='MpServer', x=40,50, y=73,00, z=119,50], EntityPig['Pig'/1593, l='MpServer', x=45,47, y=71,00, z=118,47], EntityPig['Pig'/1594, l='MpServer', x=47,53, y=71,00, z=117,53], EntityPig['Pig'/1595, l='MpServer', x=33,28, y=70,00, z=164,09], EntityPig['Pig'/1596, l='MpServer', x=34,53, y=70,00, z=162,53], EntityPig['Pig'/1597, l='MpServer', x=34,69, y=71,00, z=160,19], EntityPig['Pig'/1598, l='MpServer', x=33,50, y=72,00, z=178,50], EntityPig['Pig'/1599, l='MpServer', x=37,25, y=72,00, z=178,78], EntityPig['Pig'/1600, l='MpServer', x=37,50, y=70,00, z=181,50], EntityPig['Pig'/1601, l='MpServer', x=38,50, y=70,00, z=183,50], EntityCow['Cow'/1602, l='MpServer', x=46,53, y=66,00, z=197,47], EntityCow['Cow'/1603, l='MpServer', x=43,19, y=64,00, z=198,47], EntityCow['Cow'/1604, l='MpServer', x=44,13, y=64,00, z=200,34], EntityPig['Pig'/1605, l='MpServer', x=44,53, y=64,00, z=198,47], EntityHorse['Horse'/1609, l='MpServer', x=50,41, y=72,00, z=126,88], EntityHorse['Horse'/1610, l='MpServer', x=61,41, y=72,00, z=129,44], EntityHorse['Horse'/1611, l='MpServer', x=62,00, y=72,00, z=132,09], EntityHorse['Horse'/1612, l='MpServer', x=59,50, y=72,00, z=129,50], EntityPig['Pig'/1613, l='MpServer', x=51,91, y=71,00, z=186,06], EntityPig['Pig'/1614, l='MpServer', x=48,03, y=70,00, z=192,97], EntityPig['Pig'/1615, l='MpServer', x=50,50, y=68,00, z=197,50], EntityCow['Cow'/1616, l='MpServer', x=48,19, y=69,00, z=195,81], EntitySheep['Sheep'/1617, l='MpServer', x=51,47, y=64,00, z=206,66], EntitySheep['Sheep'/1618, l='MpServer', x=50,84, y=65,00, z=205,50], EntitySheep['Sheep'/1619, l='MpServer', x=51,50, y=63,00, z=210,50], EntitySheep['Sheep'/1620, l='MpServer', x=55,50, y=64,00, z=211,50], EntityPig['Pig'/1621, l='MpServer', x=49,47, y=68,00, z=235,22], EntityPig['Pig'/1622, l='MpServer', x=50,50, y=69,00, z=247,50], EntityPig['Pig'/1623, l='MpServer', x=50,50, y=69,00, z=243,50], EntityPig['Pig'/1624, l='MpServer', x=54,50, y=68,00, z=245,50], EntityPig['Pig'/1625, l='MpServer', x=62,50, y=63,00, z=262,78], EntityPig['Pig'/1626, l='MpServer', x=62,50, y=63,00, z=261,19], EntityPig['Pig'/1627, l='MpServer', x=59,50, y=64,00, z=261,50], EntityPig['Pig'/1632, l='MpServer', x=70,50, y=70,00, z=156,50], EntityPig['Pig'/1633, l='MpServer', x=71,50, y=70,00, z=154,50], EntityPig['Pig'/1634, l='MpServer', x=69,91, y=70,00, z=152,28], EntityPig['Pig'/1635, l='MpServer', x=76,97, y=70,00, z=152,06], EntityPig['Pig'/1636, l='MpServer', x=75,50, y=63,00, z=222,50], EntityPig['Pig'/1637, l='MpServer', x=73,50, y=63,00, z=221,50], EntityPig['Pig'/1638, l='MpServer', x=70,06, y=64,00, z=232,06], EntityPig['Pig'/1639, l='MpServer', x=77,78, y=63,00, z=226,56], EntityPig['Pig'/1640, l='MpServer', x=72,50, y=64,00, z=274,50], EntityPig['Pig'/1641, l='MpServer', x=72,50, y=64,00, z=274,50], EntityPig['Pig'/1647, l='MpServer', x=93,03, y=72,00, z=173,13], EntityPig['Pig'/1648, l='MpServer', x=95,59, y=69,00, z=163,41], EntityPig['Pig'/1649, l='MpServer', x=87,94, y=70,00, z=162,97], EntityPig['Pig'/1661, l='MpServer', x=105,50, y=71,00, z=161,31], EntityPig['Pig'/1662, l='MpServer', x=110,53, y=80,00, z=190,56], EntityPig['Pig'/1663, l='MpServer', x=112,61, y=78,00, z=189,53], EntityPig['Pig'/1664, l='MpServer', x=103,47, y=75,55, z=184,50], EntityPig['Pig'/1665, l='MpServer', x=112,50, y=77,00, z=188,22], EntityPig['Pig'/1666, l='MpServer', x=97,28, y=63,00, z=222,47], EntityPig['Pig'/1667, l='MpServer', x=98,41, y=63,00, z=223,13], EntityPig['Pig'/1668, l='MpServer', x=93,19, y=63,00, z=217,56], EntityPig['Pig'/1669, l='MpServer', x=97,50, y=64,00, z=220,31], EntityPig['Pig'/1679, l='MpServer', x=123,50, y=73,00, z=115,50], EntityPig['Pig'/1681, l='MpServer', x=119,50, y=73,00, z=131,78], EntityPig['Pig'/1682, l='MpServer', x=117,50, y=73,00, z=134,50], EntityPig['Pig'/1683, l='MpServer', x=119,66, y=74,00, z=139,47], EntityPig['Pig'/1684, l='MpServer', x=119,50, y=73,00, z=133,06], EntityPig['Pig'/1685, l='MpServer', x=124,78, y=69,00, z=172,78], EntityPig['Pig'/1686, l='MpServer', x=127,50, y=69,00, z=174,69], EntityPig['Pig'/1687, l='MpServer', x=123,19, y=69,00, z=171,19], EntityPig['Pig'/1688, l='MpServer', x=121,50, y=63,00, z=214,50], EntityPig['Pig'/1689, l='MpServer', x=120,50, y=64,00, z=213,50], EntityPig['Pig'/1690, l='MpServer', x=129,81, y=64,00, z=214,59], EntityPig['Pig'/1691, l='MpServer', x=129,19, y=64,00, z=213,34], EntityPig['Pig'/1715, l='MpServer', x=129,50, y=69,00, z=171,06], EntityPig['Pig'/1716, l='MpServer', x=146,81, y=96,00, z=240,81], EntityPig['Pig'/1717, l='MpServer', x=142,50, y=97,00, z=244,50], EntityPig['Pig'/1718, l='MpServer', x=149,91, y=95,00, z=242,09], EntityPig['Pig'/1719, l='MpServer', x=127,47, y=75,00, z=274,46], EntityPig['Pig'/1720, l='MpServer', x=132,50, y=87,00, z=268,50], EntityPig['Pig'/1721, l='MpServer', x=133,50, y=87,00, z=270,50], EntityPig['Pig'/1722, l='MpServer', x=131,50, y=79,00, z=273,50], EntityPig['Pig'/1728, l='MpServer', x=150,19, y=68,00, z=154,59], EntityPig['Pig'/1729, l='MpServer', x=150,97, y=68,00, z=158,69], EntityPig['Pig'/1730, l='MpServer', x=152,31, y=68,00, z=156,31], EntityPig['Pig'/1731, l='MpServer', x=159,50, y=67,00, z=159,50], EntityPig['Pig'/1733, l='MpServer', x=144,50, y=66,00, z=221,50], EntityPig['Pig'/1734, l='MpServer', x=146,50, y=77,00, z=224,50], EntityPig['Pig'/1735, l='MpServer', x=151,23, y=73,50, z=221,10], EntityPig['Pig'/1736, l='MpServer', x=157,75, y=92,00, z=227,63], EntityPig['Pig'/1737, l='MpServer', x=147,50, y=96,00, z=244,50], EntityZombie['Zombie'/2017, l='MpServer', x=78,24, y=30,00, z=263,50], EntityZombie['Zombie'/2018, l='MpServer', x=79,50, y=34,00, z=258,50]]
    Retry entities: 0 total; []
    Server brand: fml,forge
    Server type: Integrated singleplayer server
Stacktrace:
    at net.minecraft.client.multiplayer.WorldClient.func_72914_a(WorldClient.java:373)
    at net.minecraft.client.Minecraft.func_71396_d(Minecraft.java:2444)
    at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:927)
    at net.minecraft.client.main.Main.main(SourceFile:148)
    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.7.10
    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: 1010552448 bytes (963 MB) / 1207959552 bytes (1152 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
    AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
    IntCache: cache: 0, tcache: 0, allocated: 13, tallocated: 95
    FML: MCP v9.05 FML v7.10.99.99 Minecraft Forge 10.13.4.1558 3 mods loaded, 3 mods active
    States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
    UCHIJAAAAAAAAA    mcp{9.05} [Minecraft Coder Pack] (minecraft.jar) 
    UCHIJAAAAAAAAA    FML{7.10.99.99} [Forge Mod Loader] (forge-1.7.10-10.13.4.1558-1.7.10.jar) 
    UCHIJAAAAAAAAA    Forge{10.13.4.1558} [Minecraft Forge] (forge-1.7.10-10.13.4.1558-1.7.10.jar) 
    GL info: ' Vendor: 'NVIDIA Corporation' Version: '4.6.0 NVIDIA 462.80' Renderer: 'GeForce GTX 1050/PCIe/SSE2'
    Launched Version: 1.7.10-Forge10.13.4.1558-1.7.10
    LWJGL: 2.9.1
    OpenGL: GeForce GTX 1050/PCIe/SSE2 GL version 4.6.0 NVIDIA 462.80, NVIDIA Corporation
    GL Caps: Using GL 1.3 multitexturing.
Using framebuffer objects because OpenGL 3.0 is supported and separate blending is supported.
Anisotropic filtering is supported and maximum anisotropy is 16.
Shaders are available because OpenGL 2.1 is supported.

    Is Modded: Definitely; Client brand changed to 'fml,forge'
    Type: Client (map_client.txt)
    Resource Packs: []
    Current Language: English (US)
    Profiler Position: N/A (disabled)
    Vec3 Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
    Anisotropic Filtering: Off (1)

Guest
This topic is now closed to further replies.

Announcements



  • Recently Browsing

    • No registered users viewing this page.
  • Posts

    • You can check mod compatibility remove new mods and test them one by one.
    • @Tsuk1 Also, new note, you can use blockbench to make the custom item model for when it is not on the head.   EDIT: Funny story, I am making a mod similar to yours! Mine is called NorseMC.
    • @Nood_dev Could you send a screenshot of your weapon code? Here is the one I made (for a dagger): The specific UUID does not matter, just that it is the same every time, which is why UUID#randomUUID does not work public class DaggerItem extends TieredItem implements Vanishable { protected static final double REACH_MODIFIER = -1.5D; protected final Multimap<Attribute, AttributeModifier> defaultModifiers; protected final UUID BASE_ATTACK_REACH_UUID = UUID.fromString("6fe75b5c-9d1b-4e83-9eea-a1d5a94e8dd5") public DaggerItem(Tier pTier, int pAttackDamageModifier, float pAttackSpeedModifier, Properties pProperties) { super(pTier, pAttackDamageModifier, pAttackSpeedModifier, pProperties); this.attackDamage = (float) pAttackDamageModifier + pTier.getAttackDamageBonus(); ImmutableMultimap.Builder<Attribute, AttributeModifier> builder = ImmutableMultimap.builder(); builder.put(Attributes.ATTACK_DAMAGE, new AttributeModifier(BASE_ATTACK_DAMAGE_UUID, "Weapon modifier", this.attackDamage, AttributeModifier.Operation.ADDITION)); builder.put(Attributes.ATTACK_SPEED, new AttributeModifier(BASE_ATTACK_SPEED_UUID, "Weapon modifier", pAttackSpeedModifier, AttributeModifier.Operation.ADDITION)); // THE ONE YOU WANT: builder.put(ForgeMod.ENTITY_REACH.get(), new AttributeModifier(BASE_ATTACK_REACH_UUID, "Weapon modifier", REACH_MODIFIER, AttributeModifier.Operation.ADDITION)); this.defaultModifiers = builder.build(); } @Override public Multimap<Attribute, AttributeModifier> getDefaultAttributeModifiers(EquipmentSlot pEquipmentSlot) { return pEquipmentSlot == EquipmentSlot.MAINHAND ? this.defaultModifiers : super.getDefaultAttributeModifiers(pEquipmentSlot); } }
    • https://images.app.goo.gl/1PxFKdxByTgkxvSu6
    • That's what we'll try out. I could never figure out how to recreate the crash, so I'll just have to wait and see.
  • Topics

×
×
  • Create New...

Important Information

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