tModLoader Index was outside the bounds of the array. (Fargo's souls mod)

lfjg

Terrarian
As the title suggests, the error 'Index was outside the bounds of the array' occurs. As a result of checking all mods, it occurs when Fargo's souls mod is applied. This error occurred when creating the map. Can you tell me if this mod is not available now or if the problem is somewhere else?

The mod I'm using is:
1 Replace String
2 Boss Checklist
3 Fargo's Mutant Mod
4 Fargo's Music Mod
5 Fargo's Souls Mod
6 Lights and Shadows
7 Recipe Browser






error log:

Index was outside the bounds of the array. (see server.log for full trace)
ERROR: A problem was encountered during world generation
Smooth World
System.IndexOutOfRangeException: Index was outside the bounds of the array.
at Terraria.Player.GetModPlayer[T](T baseInstance) in tModLoader\Terraria\Player.TML.cs:line 41
at FargowiltasSouls.Projectiles.FargoSoulsGlobalProjectile.OnSpawn(Projectile projectile, IEntitySource source) in FargowiltasSouls\Projectiles\FargoSoulsGlobalProjectile.cs:line 184
at Terraria.ModLoader.ProjectileLoader.OnSpawn(Projectile projectile, IEntitySource source) in tModLoader\Terraria\ModLoader\ProjectileLoader.cs:line 127
at Terraria.Projectile.NewProjectile(IEntitySource spawnSource, Single X, Single Y, Single SpeedX, Single SpeedY, Int32 Type, Int32 Damage, Single KnockBack, Int32 Owner, Single ai0, Single ai1) in tModLoader\Terraria\Projectile.cs:line 8462
at Terraria.WorldGen.KillTile(Int32 i, Int32 j, Boolean fail, Boolean effectOnly, Boolean noItem) in tModLoader\Terraria\WorldGen.cs:line 41222
at Terraria.WorldGen.<>c.b__362_55(GenerationProgress progress, GameConfiguration passConfig) in tModLoader\Terraria\WorldGen.cs:line 8820
at Terraria.WorldBuilding.WorldGenerator.GenerateWorld(GenerationProgress progress) in tModLoader\Terraria\WorldBuilding\WorldGenerator.cs:line 30
 
got to This PC > Documents > My Games > Terraria > ModLoader > Logs > client.log
in the error message it should instruct you to go here
normally i go here to see what item caused the crash
 
got to This PC > Documents > My Games > Terraria > ModLoader > Logs > client.log
in the error message it should instruct you to go here
normally i go here to see what item caused the crash
here is server log
 

Attachments

the problem was caused by some projectile from fargos souls mod it could just be some weird collision that happened upon building the world. try making a world with a different or removing some mods like lights and shadow
 
the problem was caused by some projectile from fargos souls mod it could just be some weird collision that happened upon building the world. try making a world with a different or removing some mods like lights and shadow
The same error message occurs even if the lights and shadow mode is not applied. The error doesn't occur only when souls mode is out. On my original computer using window, the world is created well in tmodloader, but strangely the map is not created on the virtual computer using linux.
 
Back
Top Bottom