I am attempting to follow Dragnoz's command block videos and recreate them in Minecraft, but my game is inexplicably crashing whenever I use the command:
Dragnoz uses it and it works for him, but it crashes my game and gives me a crash report that will be posted below.
I am running a no modded 1.7.2 and 1.7.4 so if anyone can pinpoint the error I would love the help!
The crash report is:
---- Minecraft Crash Report ----
// I feel sad now
Time: 12/14/13 11:48 AM
Description: Ticking Particle
java.lang.IllegalArgumentException: n must be positive
at java.util.Random.nextInt(Unknown Source)
at bky.a(SourceFile:181)
at bky.a(SourceFile:203)
at bky.h(SourceFile:91)
at blh.a(SourceFile:64)
at azi.p(SourceFile:1562)
at azi.ah(SourceFile:760)
at azi.f(SourceFile:711)
at net.minecraft.client.main.Main.main(SourceFile:152)
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
-- Head --
Stacktrace:
at java.util.Random.nextInt(Unknown Source)
at bky.a(SourceFile:181)
at bky.a(SourceFile:203)
at bky.h(SourceFile:91)
-- Particle being ticked --
Details:
Particle: bky, Pos (1254.5,59.0,-2334.5), RGBA (1.0,1.0,1.0,1.0), Age 0
Particle Type: MISC_TEXTURE
Stacktrace:
at blh.a(SourceFile:64)
-- Affected level --
Details:
Level name: MpServer
All players: 1 total; [bkf['slrvertigo'/34, l='MpServer', x=1254.69, y=57.62, z=-2336.88]]
Chunk stats: MultiplayerChunkCache: 350, 350
Level seed: 0
Level generator: ID 01 - flat, ver 0. Features enabled: false
Level generator options:
Level spawn location: World: (1281,56,-2352), Chunk: (at 1,3,0 in 80,-147; contains blocks 1280,0,-2352 to 1295,255,-2337), Region: (2,-5; contains chunks 64,-160 to 95,-129, blocks 1024,0,-2560 to 1535,255,-2049)
Level time: 1431492 game time, 1022 day time
Level dimension: 0
Level storage version: 0x00000 - Unknown?
Level weather: Rain time: 0 (now: true), thunder time: 0 (now: false)
Level game mode: Game mode: creative (ID 1). Hardcore: false. Cheats: false
Forced entities: 11 total; [xd['Slime'/2912, l='MpServer', x=1181.50, y=58.92, z=-2324.50], xw['entity.FireworksRocketEntity.name'/2913, l='MpServer', x=1254.50, y=59.04, z=-2334.50], xm['Villager'/1, l='MpServer', x=1191.31, y=56.00, z=-2369.44], wb['item.tile.button'/2, l='MpServer', x=1250.34, y=56.13, z=-2338.97], xd['Slime'/2491, l='MpServer', x=1181.50, y=58.00, z=-2324.50], wb['item.tile.button'/3, l='MpServer', x=1251.31, y=56.13, z=-2338.22], xt['arrow'/4, l='MpServer', x=1270.50, y=55.97, z=-2385.88], xm['er Cockswell'/5, l='MpServer', x=1271.50, y=56.00, z=-2347.50], xt['arrow'/6, l='MpServer', x=1270.13, y=55.97, z=-2306.06], xd['Slime'/7, l='MpServer', x=1296.64, y=5.11, z=-2332.19], bkf['slrvertigo'/34, l='MpServer', x=1254.69, y=57.62, z=-2336.88]]
Retry entities: 0 total; []
Server brand: vanilla
Server type: Integrated singleplayer server
Stacktrace:
at bka.a(SourceFile:289)
at azi.b(SourceFile:1952)
at azi.f(SourceFile:720)
at net.minecraft.client.main.Main.main(SourceFile:152)
-- System Details --
Details:
Minecraft Version: 1.7.4
Operating System: Windows 7 (amd64) version 6.1
Java Version: 1.7.0_07, Oracle Corporation
Java VM Version: Java HotSpot™ 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 172883904 bytes (164 MB) / 413204480 bytes (394 MB) up to 954466304 bytes (910 MB)
JVM Flags: 2 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx1G
AABB Pool Size: 20003 (1120168 bytes; 1 MB) allocated, 122 (6832 bytes; 0 MB) used
IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
Launched Version: 1.7.4
LWJGL: 2.9.1
OpenGL: GeForce GTX 560/PCIe/SSE2 GL version 4.3.0, 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: Probably not. Jar signature remains and client brand is untouched.
Type: Client (map_client.txt)
Resource Packs: []
Current Language: English (US)
Profiler Position: N/A (disabled)
Vec3 Pool Size: 898 (50288 bytes; 0 MB) allocated, 37 (2072 bytes; 0 MB) used
Anisotropic Filtering: Off (1)
I am attempting to follow Dragnoz's command block videos and recreate them in Minecraft, but my game is inexplicably crashing whenever I use the command:
Dragnoz uses it and it works for him, but it crashes my game and gives me a crash report that will be posted below.
I am running a no modded 1.7.2 and 1.7.4 so if anyone can pinpoint the error I would love the help!
The crash report is:
---- Minecraft Crash Report ----
// I feel sad now
Time: 12/14/13 11:48 AM
Description: Ticking Particle
java.lang.IllegalArgumentException: n must be positive
at java.util.Random.nextInt(Unknown Source)
at bky.a(SourceFile:181)
at bky.a(SourceFile:203)
at bky.h(SourceFile:91)
at blh.a(SourceFile:64)
at azi.p(SourceFile:1562)
at azi.ah(SourceFile:760)
at azi.f(SourceFile:711)
at net.minecraft.client.main.Main.main(SourceFile:152)
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
-- Head --
Stacktrace:
at java.util.Random.nextInt(Unknown Source)
at bky.a(SourceFile:181)
at bky.a(SourceFile:203)
at bky.h(SourceFile:91)
-- Particle being ticked --
Details:
Particle: bky, Pos (1254.5,59.0,-2334.5), RGBA (1.0,1.0,1.0,1.0), Age 0
Particle Type: MISC_TEXTURE
Stacktrace:
at blh.a(SourceFile:64)
-- Affected level --
Details:
Level name: MpServer
All players: 1 total; ['slrvertigo'/34, l='MpServer', x=1254.69, y=57.62, z=-2336.88]]
Chunk stats: MultiplayerChunkCache: 350, 350
Level seed: 0
Level generator: ID 01 - flat, ver 0. Features enabled: false
Level generator options:
Level spawn location: World: (1281,56,-2352), Chunk: (at 1,3,0 in 80,-147; contains blocks 1280,0,-2352 to 1295,255,-2337), Region: (2,-5; contains chunks 64,-160 to 95,-129, blocks 1024,0,-2560 to 1535,255,-2049)
Level time: 1431492 game time, 1022 day time
Level dimension: 0
Level storage version: 0x00000 - Unknown?
Level weather: Rain time: 0 (now: true), thunder time: 0 (now: false)
Level game mode: Game mode: creative (ID 1). Hardcore: false. Cheats: false
Forced entities: 11 total; ['Slime'/2912, l='MpServer', x=1181.50, y=58.92, z=-2324.50], xw['entity.FireworksRocketEntity.name'/2913, l='MpServer', x=1254.50, y=59.04, z=-2334.50], xm['Villager'/1, l='MpServer', x=1191.31, y=56.00, z=-2369.44], wb['item.tile.button'/2, l='MpServer', x=1250.34, y=56.13, z=-2338.97], xd['Slime'/2491, l='MpServer', x=1181.50, y=58.00, z=-2324.50], wb['item.tile.button'/3, l='MpServer', x=1251.31, y=56.13, z=-2338.22], xt['arrow'/4, l='MpServer', x=1270.50, y=55.97, z=-2385.88], xm['er Cockswell'/5, l='MpServer', x=1271.50, y=56.00, z=-2347.50], xt['arrow'/6, l='MpServer', x=1270.13, y=55.97, z=-2306.06], xd['Slime'/7, l='MpServer', x=1296.64, y=5.11, z=-2332.19], bkf['slrvertigo'/34, l='MpServer', x=1254.69, y=57.62, z=-2336.88]]
Retry entities: 0 total; []
Server brand: vanilla
Server type: Integrated singleplayer server
Stacktrace:
at bka.a(SourceFile:289)
at azi.b(SourceFile:1952)
at azi.f(SourceFile:720)
at net.minecraft.client.main.Main.main(SourceFile:152)
-- System Details --
Details:
Minecraft Version: 1.7.4
Operating System: Windows 7 (amd64) version 6.1
Java Version: 1.7.0_07, Oracle Corporation
Java VM Version: Java HotSpot™ 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 172883904 bytes (164 MB) / 413204480 bytes (394 MB) up to 954466304 bytes (910 MB)
JVM Flags: 2 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx1G
AABB Pool Size: 20003 (1120168 bytes; 1 MB) allocated, 122 (6832 bytes; 0 MB) used
IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
Launched Version: 1.7.4
LWJGL: 2.9.1
OpenGL: GeForce GTX 560/PCIe/SSE2 GL version 4.3.0, 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: Probably not. Jar signature remains and client brand is untouched.
Type: Client (map_client.txt)
Resource Packs: []
Current Language: English (US)
Profiler Position: N/A (disabled)
Vec3 Pool Size: 898 (50288 bytes; 0 MB) allocated, 37 (2072 bytes; 0 MB) used
Anisotropic Filtering: Off (1)
I am attempting to follow Dragnoz's command block videos and recreate them in Minecraft, but my game is inexplicably crashing whenever I use the command:
Dragnoz uses it and it works for him, but it crashes my game and gives me a crash report that will be posted below.
I am running a no modded 1.7.2 and 1.7.4 so if anyone can pinpoint the error I would love the help!
The crash report is:
---- Minecraft Crash Report ----
// I feel sad now
Time: 12/14/13 11:48 AM
Description: Ticking Particle
java.lang.IllegalArgumentException: n must be positive
at java.util.Random.nextInt(Unknown Source)
at bky.a(SourceFile:181)
at bky.a(SourceFile:203)
at bky.h(SourceFile:91)
at blh.a(SourceFile:64)
at azi.p(SourceFile:1562)
at azi.ah(SourceFile:760)
at azi.f(SourceFile:711)
at net.minecraft.client.main.Main.main(SourceFile:152)
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
-- Head --
Stacktrace:
at java.util.Random.nextInt(Unknown Source)
at bky.a(SourceFile:181)
at bky.a(SourceFile:203)
at bky.h(SourceFile:91)
-- Particle being ticked --
Details:
Particle: bky, Pos (1254.5,59.0,-2334.5), RGBA (1.0,1.0,1.0,1.0), Age 0
Particle Type: MISC_TEXTURE
Stacktrace:
at blh.a(SourceFile:64)
-- Affected level --
Details:
Level name: MpServer
All players: 1 total; ['slrvertigo'/34, l='MpServer', x=1254.69, y=57.62, z=-2336.88]]
Chunk stats: MultiplayerChunkCache: 350, 350
Level seed: 0
Level generator: ID 01 - flat, ver 0. Features enabled: false
Level generator options:
Level spawn location: World: (1281,56,-2352), Chunk: (at 1,3,0 in 80,-147; contains blocks 1280,0,-2352 to 1295,255,-2337), Region: (2,-5; contains chunks 64,-160 to 95,-129, blocks 1024,0,-2560 to 1535,255,-2049)
Level time: 1431492 game time, 1022 day time
Level dimension: 0
Level storage version: 0x00000 - Unknown?
Level weather: Rain time: 0 (now: true), thunder time: 0 (now: false)
Level game mode: Game mode: creative (ID 1). Hardcore: false. Cheats: false
Forced entities: 11 total; ['Slime'/2912, l='MpServer', x=1181.50, y=58.92, z=-2324.50], xw['entity.FireworksRocketEntity.name'/2913, l='MpServer', x=1254.50, y=59.04, z=-2334.50], xm['Villager'/1, l='MpServer', x=1191.31, y=56.00, z=-2369.44], wb['item.tile.button'/2, l='MpServer', x=1250.34, y=56.13, z=-2338.97], xd['Slime'/2491, l='MpServer', x=1181.50, y=58.00, z=-2324.50], wb['item.tile.button'/3, l='MpServer', x=1251.31, y=56.13, z=-2338.22], xt['arrow'/4, l='MpServer', x=1270.50, y=55.97, z=-2385.88], xm['er Cockswell'/5, l='MpServer', x=1271.50, y=56.00, z=-2347.50], xt['arrow'/6, l='MpServer', x=1270.13, y=55.97, z=-2306.06], xd['Slime'/7, l='MpServer', x=1296.64, y=5.11, z=-2332.19], bkf['slrvertigo'/34, l='MpServer', x=1254.69, y=57.62, z=-2336.88]]
Retry entities: 0 total; []
Server brand: vanilla
Server type: Integrated singleplayer server
Stacktrace:
at bka.a(SourceFile:289)
at azi.b(SourceFile:1952)
at azi.f(SourceFile:720)
at net.minecraft.client.main.Main.main(SourceFile:152)
-- System Details --
Details:
Minecraft Version: 1.7.4
Operating System: Windows 7 (amd64) version 6.1
Java Version: 1.7.0_07, Oracle Corporation
Java VM Version: Java HotSpot™ 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 172883904 bytes (164 MB) / 413204480 bytes (394 MB) up to 954466304 bytes (910 MB)
JVM Flags: 2 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx1G
AABB Pool Size: 20003 (1120168 bytes; 1 MB) allocated, 122 (6832 bytes; 0 MB) used
IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
Launched Version: 1.7.4
LWJGL: 2.9.1
OpenGL: GeForce GTX 560/PCIe/SSE2 GL version 4.3.0, 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: Probably not. Jar signature remains and client brand is untouched.
Type: Client (map_client.txt)
Resource Packs: []
Current Language: English (US)
Profiler Position: N/A (disabled)
Vec3 Pool Size: 898 (50288 bytes; 0 MB) allocated, 37 (2072 bytes; 0 MB) used
Anisotropic Filtering: Off (1)
Rollback Post to RevisionRollBack
ST0RMPEGASIS WAS HERE.
Don't Hate
To post a comment, please login or register a new account.
/summon FireworksRocketEntity ~ ~3 ~ {LifeTime:-10,FireworksItem:{id:401,tag:{Fireworks:{Explosions:[{Flicker:0,Trail:10,Type:1,Color:[1644054]}]}}}}
Dragnoz uses it and it works for him, but it crashes my game and gives me a crash report that will be posted below.
I am running a no modded 1.7.2 and 1.7.4 so if anyone can pinpoint the error I would love the help!
The crash report is:
---- Minecraft Crash Report ----
// I feel sad now
Time: 12/14/13 11:48 AM
Description: Ticking Particle
java.lang.IllegalArgumentException: n must be positive
at java.util.Random.nextInt(Unknown Source)
at bky.a(SourceFile:181)
at bky.a(SourceFile:203)
at bky.h(SourceFile:91)
at blh.a(SourceFile:64)
at azi.p(SourceFile:1562)
at azi.ah(SourceFile:760)
at azi.f(SourceFile:711)
at net.minecraft.client.main.Main.main(SourceFile:152)
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
-- Head --
Stacktrace:
at java.util.Random.nextInt(Unknown Source)
at bky.a(SourceFile:181)
at bky.a(SourceFile:203)
at bky.h(SourceFile:91)
-- Particle being ticked --
Details:
Particle: bky, Pos (1254.5,59.0,-2334.5), RGBA (1.0,1.0,1.0,1.0), Age 0
Particle Type: MISC_TEXTURE
Stacktrace:
at blh.a(SourceFile:64)
-- Affected level --
Details:
Level name: MpServer
All players: 1 total; [bkf['slrvertigo'/34, l='MpServer', x=1254.69, y=57.62, z=-2336.88]]
Chunk stats: MultiplayerChunkCache: 350, 350
Level seed: 0
Level generator: ID 01 - flat, ver 0. Features enabled: false
Level generator options:
Level spawn location: World: (1281,56,-2352), Chunk: (at 1,3,0 in 80,-147; contains blocks 1280,0,-2352 to 1295,255,-2337), Region: (2,-5; contains chunks 64,-160 to 95,-129, blocks 1024,0,-2560 to 1535,255,-2049)
Level time: 1431492 game time, 1022 day time
Level dimension: 0
Level storage version: 0x00000 - Unknown?
Level weather: Rain time: 0 (now: true), thunder time: 0 (now: false)
Level game mode: Game mode: creative (ID 1). Hardcore: false. Cheats: false
Forced entities: 11 total; [xd['Slime'/2912, l='MpServer', x=1181.50, y=58.92, z=-2324.50], xw['entity.FireworksRocketEntity.name'/2913, l='MpServer', x=1254.50, y=59.04, z=-2334.50], xm['Villager'/1, l='MpServer', x=1191.31, y=56.00, z=-2369.44], wb['item.tile.button'/2, l='MpServer', x=1250.34, y=56.13, z=-2338.97], xd['Slime'/2491, l='MpServer', x=1181.50, y=58.00, z=-2324.50], wb['item.tile.button'/3, l='MpServer', x=1251.31, y=56.13, z=-2338.22], xt['arrow'/4, l='MpServer', x=1270.50, y=55.97, z=-2385.88], xm['er Cockswell'/5, l='MpServer', x=1271.50, y=56.00, z=-2347.50], xt['arrow'/6, l='MpServer', x=1270.13, y=55.97, z=-2306.06], xd['Slime'/7, l='MpServer', x=1296.64, y=5.11, z=-2332.19], bkf['slrvertigo'/34, l='MpServer', x=1254.69, y=57.62, z=-2336.88]]
Retry entities: 0 total; []
Server brand: vanilla
Server type: Integrated singleplayer server
Stacktrace:
at bka.a(SourceFile:289)
at azi.b(SourceFile:1952)
at azi.f(SourceFile:720)
at net.minecraft.client.main.Main.main(SourceFile:152)
-- System Details --
Details:
Minecraft Version: 1.7.4
Operating System: Windows 7 (amd64) version 6.1
Java Version: 1.7.0_07, Oracle Corporation
Java VM Version: Java HotSpot™ 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 172883904 bytes (164 MB) / 413204480 bytes (394 MB) up to 954466304 bytes (910 MB)
JVM Flags: 2 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx1G
AABB Pool Size: 20003 (1120168 bytes; 1 MB) allocated, 122 (6832 bytes; 0 MB) used
IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
Launched Version: 1.7.4
LWJGL: 2.9.1
OpenGL: GeForce GTX 560/PCIe/SSE2 GL version 4.3.0, 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: Probably not. Jar signature remains and client brand is untouched.
Type: Client (map_client.txt)
Resource Packs: []
Current Language: English (US)
Profiler Position: N/A (disabled)
Vec3 Pool Size: 898 (50288 bytes; 0 MB) allocated, 37 (2072 bytes; 0 MB) used
Anisotropic Filtering: Off (1)
Sorry you had to learn the hard way, you should just manually remove it next time, or copy from another website
Don't Hate
Don't Hate