Custom Modpack Crash

  • Please make sure you are posting in the correct place. Server ads go here and modpack bugs go here
  • The FTB Forum is now read-only, and is here as an archive. To participate in our community discussions, please join our Discord! https://ftb.team/discord

Rei_Senpai

New Member
Jul 29, 2019
3
0
0
Hello, I'm new to the forums, and I don't know where exactly to post this. I have a custom modpack that uses the FTB client (It is similar to the Direwolf20 pack, but with a few changes). After some work, I managed to get all the id's to not have conflicts (using the id resolving mod). But from time to time, it decides to crash randomly, and I get this error. I'm not sure what I can do to fix this, any help would be appreciated.

---- Minecraft Crash Report ----
// Quite honestly, I wouldn't worry myself about that.

Time: 4/27/13 11:39 AM
Description: Unexpected error

java.lang.IndexOutOfBoundsException: Index: 3999, Size: 4000
at java.util.ArrayList.rangeCheck(Unknown Source)
at java.util.ArrayList.get(Unknown Source)
at azr.a(EffectRenderer.java:143)
at mithion.core.particles.ArsMagicaParticleEffects.a(ArsMagicaParticleEffects.java:101)
at ban.a(EntityRenderer.java:1592)
at ban.b(EntityRenderer.java:1117)
at net.minecraft.client.Minecraft.J(Minecraft.java:884)
at net.minecraft.client.Minecraft.run(Minecraft.java:773)
at java.lang.Thread.run(Unknown Source)


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

-- Head --
Stacktrace:
at java.util.ArrayList.rangeCheck(Unknown Source)
at java.util.ArrayList.get(Unknown Source)
at azr.a(EffectRenderer.java:143)
at mithion.core.particles.ArsMagicaParticleEffects.a(ArsMagicaParticleEffects.java:101)
at ban.a(EntityRenderer.java:1592)

-- Affected level --
Details:
Level name: MpServer
All players: 1 total; [ays['Raymaster32'/40, l='MpServer', x=143.50, y=64.62, z=-100.73]]
Chunk stats: MultiplayerChunkCache: 441
Level seed: 0
Level generator: ID 00 - default, ver 1. Features enabled: false
Level generator options:
Level spawn location: World: (75,64,233), Chunk: (at 11,4,9 in 4,14; contains blocks 64,0,224 to 79,255,239), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,0,0 to 511,255,511)
Level time: 211429 game time, 197550 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: 366 total;
Stacktrace:
at ayp.a(WorldClient.java:439)
at net.minecraft.client.Minecraft.b(Minecraft.java:2409)
at net.minecraft.client.Minecraft.run(Minecraft.java:796)
at java.lang.Thread.run(Unknown Source)
 

whizzball1

New Member
Jul 29, 2019
2,502
0
0
I'm not very good at these kinds of things, but I can very easily say that there may be some block that the Ars Magica particles do not like. Range check is where I might have gotten that. But, don't take my word for it. Just remove Ars Magica, or any block that might be emitting particle effects from AM.
 

Rei_Senpai

New Member
Jul 29, 2019
3
0
0
Ok then, is there a possible way of configuring Ars Magica to work with my modpack? I would really like to use this in my modpack.
 

Rei_Senpai

New Member
Jul 29, 2019
3
0
0
I have removed Ars Magica and I'm still getting random crashes, here is a piece of the long crash log.
---- Minecraft Crash Report ----
// There are four lights!

Time: 4/28/13 12:56 PM
Description: Unexpected error

java.lang.IndexOutOfBoundsException: Index: 3999, Size: 4000
at java.util.ArrayList.rangeCheck(Unknown Source)
at java.util.ArrayList.get(Unknown Source)
at azr.a(EffectRenderer.java:143)
at ban.a(EntityRenderer.java:1592)
at ban.b(EntityRenderer.java:1117)
at net.minecraft.client.Minecraft.J(Minecraft.java:884)
at net.minecraft.client.Minecraft.run(Minecraft.java:773)
at java.lang.Thread.run(Unknown Source)
 

Bagman817

New Member
Jul 29, 2019
832
0
0
What version of Ars Magica are you using, if I may ask?

Edit: Scratch that, didn't notice you removed it.