Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug] World generation crash/error #752

Open
Dwolfwoood opened this issue Aug 30, 2024 · 0 comments
Open

[Bug] World generation crash/error #752

Dwolfwoood opened this issue Aug 30, 2024 · 0 comments
Labels
New Needs tagged/assaigned

Comments

@Dwolfwoood
Copy link

When creating a world, there comes a time when it gives an error and does not allow creating any world. If you try a second time, the game closes when trying to create again.

[17:58:10.260] [.NET TP Worker/ERROR] [tML]: Se ha producido un fallo durante la generación del mundo
System.IndexOutOfRangeException: Index was outside the bounds of the array.
at DMD<System.Boolean Terraria.WorldGen:PlaceTile(System.Int32, System.Int32, System.Int32, System.Boolean, System.Boolean, System.Int32, System.Int32)>(Int32 i, Int32 j, Int32 Type, Boolean mute, Boolean forced, Int32 plr, Int32 style)
at Hook<System.Boolean StarlightRiver.Content.CustomHooks.ProtectionGlobalItem::DontManuallyPlaceInZone(Terraria.On_WorldGen+orig_PlaceTile,System.Int32,System.Int32,System.Int32,System.Boolean,System.Boolean,System.Int32,System.Int32)>(Int32 , Int32 , Int32 , Boolean , Boolean , Int32 , Int32 )
at SyncProxy<System.Boolean Terraria.WorldGen:PlaceTile(System.Int32, System.Int32, System.Int32, System.Boolean, System.Boolean, System.Int32, System.Int32)>(Int32 , Int32 , Int32 , Boolean , Boolean , Int32 , Int32 )
at StarlightRiver.Core.StarlightWorld.GenPillar(Int32 x, Int32 y)
at StarlightRiver.Core.StarlightWorld.GenRuins()
at StarlightRiver.Core.StarlightWorld.VitricGen(GenerationProgress progress, GameConfiguration configuration)
at WorldGenPreviewer.WorldGenPreviewerModSystem.On_WorldGenerator_GenerateWorld(orig_GenerateWorld orig, WorldGenerator self, GenerationProgress progress)
at Hook<System.Void WorldGenPreviewer.WorldGenPreviewerModSystem::On_WorldGenerator_GenerateWorld(Terraria.WorldBuilding.On_WorldGenerator+orig_GenerateWorld,Terraria.WorldBuilding.WorldGenerator,Terraria.WorldBuilding.GenerationProgress)>(WorldGenerator , GenerationProgress )
at SyncProxy<System.Void Terraria.WorldBuilding.WorldGenerator:GenerateWorld(Terraria.WorldBuilding.GenerationProgress)>(WorldGenerator , GenerationProgress )
at Terraria.WorldGen.GenerateWorld_RunTasksAndFinish(Int32 seed, Stopwatch generationStopwatch, GenerationProgress customProgressObject)
at Terraria.WorldGen.GenerateWorld(Int32 seed, GenerationProgress customProgressObject)
at DMD<System.Void Terraria.WorldGen:do_worldGenCallBack(System.Object)>(Object threadContext)
at SyncProxy<System.Void Terraria.WorldGen:do_worldGenCallBack(System.Object)>(Object )
at Terraria.WorldGen.worldGenCallback(Object threadContext)
tm
tm2

@github-actions github-actions bot added the New Needs tagged/assaigned label Aug 30, 2024
@Nestorboy Nestorboy changed the title [Bug]world generation crash/error [Bug] World generation crash/error Sep 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
New Needs tagged/assaigned
Projects
None yet
Development

No branches or pull requests

1 participant