tModLoader

tModLoader

Journey's Trend: The Community Vanity Mod
PeanutSte  [developer] May 8, 2023 @ 1:06am
Bug Reports
post any bugs you found here.
< >
Showing 1-11 of 11 comments
The Fool May 19, 2023 @ 10:09am 
Hello! Sorry if this has already been mentioned, but for some reason, loading Journey's Trend alongside Thorium somehow causes Thorium to catch an exception while loading - I'm not sure why. I've attached the relevant snippets from my client.log.

[12:07:17.063] [.NET ThreadPool Worker/WARN] [tML]: Silently Caught Exception:
System.IndexOutOfRangeException: Index was outside the bounds of the array.
at ThoriumMod.Items.Tracker.DridersGrace.SetStaticDefaults() in ThoriumMod\Items\Tracker\DridersGrace.cs:line 13
at Terraria.ModLoader.ModItem.SetupContent() in tModLoader\Terraria\ModLoader\ModItem.cs:line 90
at Terraria.ModLoader.Core.LoaderUtils.ForEachAndAggregateExceptions[T](IEnumerable`1 enumerable, Action`1 action) in tModLoader\Terraria\ModLoader\Core\LoaderUtils.cs:line 49
at Terraria.ModLoader.ModContent.LoadModContent(CancellationToken token, Action`1 loadAction) in tModLoader\Terraria\ModLoader\ModContent.cs:line 383
at Terraria.ModLoader.ModContent.Load(CancellationToken token) in tModLoader\Terraria\ModLoader\ModContent.cs:line 327
at Terraria.ModLoader.ModLoader.Load(CancellationToken token) in tModLoader\Terraria\ModLoader\ModLoader.cs:line 125
at Terraria.ModLoader.ModLoader.<>c__DisplayClass48_0.<BeginLoad>b__0() in tModLoader\Terraria\ModLoader\ModLoader.cs:line 105
at System.Threading.ExecutionContext.RunFromThreadPoolDispatchLoop(Thread threadPoolThread, ExecutionContext executionContext, ContextCallback callback, Object state)
at System.Threading.Tasks.Task.ExecuteWithThreadLocal(Task& currentTaskSlot, Thread threadPoolThread)
at System.Threading.ThreadPoolWorkQueue.Dispatch()
at System.Threading.PortableThreadPool.WorkerThread.WorkerThreadStart()

[12:07:19.481] [.NET ThreadPool Worker/ERROR] [tML]: An error occurred while loading ThoriumMod v1.7.0.3
The mod(s) have been automatically disabled.
System.IndexOutOfRangeException: Index was outside the bounds of the array.
at ThoriumMod.Items.Tracker.DridersGrace.SetStaticDefaults() in ThoriumMod\Items\Tracker\DridersGrace.cs:line 13
at Terraria.ModLoader.ModItem.SetupContent() in tModLoader\Terraria\ModLoader\ModItem.cs:line 92
at Terraria.ModLoader.Core.LoaderUtils.ForEachAndAggregateExceptions[T](IEnumerable`1 enumerable, Action`1 action) in tModLoader\Terraria\ModLoader\Core\LoaderUtils.cs:line 49
--- End of stack trace from previous location ---
at Terraria.ModLoader.Core.LoaderUtils.ForEachAndAggregateExceptions[T](IEnumerable`1 enumerable, Action`1 action) in tModLoader\Terraria\ModLoader\Core\LoaderUtils.cs:line 57
at Terraria.ModLoader.ModContent.LoadModContent(CancellationToken token, Action`1 loadAction) in tModLoader\Terraria\ModLoader\ModContent.cs:line 383
at Terraria.ModLoader.ModContent.Load(CancellationToken token) in tModLoader\Terraria\ModLoader\ModContent.cs:line 327
at Terraria.ModLoader.ModLoader.Load(CancellationToken token) in tModLoader\Terraria\ModLoader\ModLoader.cs:line 125
[12:07:19.482] [.NET ThreadPool Worker/INFO] [tML]: Disabling Mod: ThoriumMod
[12:07:24.286] [Main Thread/DEBUG] [tML]: Process.Start (UseShellExecute = True): "tModLoader-Logs"
PeanutSte  [developer] May 19, 2023 @ 10:12am 
Thanks for the log, i'm investigating
The Fool May 19, 2023 @ 10:13am 
Update: It seems like, according to the Thorium mod Discord/FAQ, that this has something to do with wings? Is there a fix for this (possibly by disabling any wings this mod has?)
PeanutSte  [developer] May 19, 2023 @ 10:21am 
reading on it, it seems like there are too many wings, yes. we only add four wings, but I can find out how to disable them. If you have other mods with that setting, you should try toggling those first, until we have that option.
The Fool May 19, 2023 @ 10:23am 
I'll definitely try and do that, thank you for the help!
Tatikas2 May 26, 2023 @ 3:26pm 
Hey, don't know if it's a feature or not but the "nine-tailed fox tails" count as wings (so they give snowfall) and when equipped and falling I can't move left or right.
PeanutSte  [developer] May 26, 2023 @ 4:15pm 
yeah it's the way they are implemented. sadly there is no way to make wings purely vanity
TsarTheSecond May 26, 2023 @ 4:51pm 
Also sorry probably hitting you the the same problem although mine dosent seem to mention thorium

[09:47:58.902] [.NET ThreadPool Worker/ERROR] [tML]: An error occurred while loading JourneyTrend v1.0.2
The mod(s) have been automatically disabled.
Terraria.ModLoader.Exceptions.MultipleException: Multiple errors occured.
---> System.IndexOutOfRangeException: Index was outside the bounds of the array.
at JourneyTrend.Items.Vanity.Hivenet.HivenetWings.SetStaticDefaults() in JourneyTrend/Items/Vanity/Hivenet/HivenetWings.cs:line 17
at Terraria.ModLoader.ModItem.SetupContent() in tModLoader\Terraria\ModLoader\ModItem.cs:line 92
at Terraria.ModLoader.Core.LoaderUtils.ForEachAndAggregateExceptions[T](IEnumerable`1 enumerable, Action`1 action) in tModLoader\Terraria\ModLoader\Core\LoaderUtils.cs:line 49
--- End of inner exception stack trace ---
at Terraria.ModLoader.Core.LoaderUtils.ForEachAndAggregateExceptions[T](IEnumerable`1 enumerable, Action`1 action) in tModLoader\Terraria\ModLoader\Core\LoaderUtils.cs:line 60
at Terraria.ModLoader.ModContent.LoadModContent(CancellationToken token, Action`1 loadAction) in tModLoader\Terraria\ModLoader\ModContent.cs:line 383
at Terraria.ModLoader.ModContent.Load(CancellationToken token) in tModLoader\Terraria\ModLoader\ModContent.cs:line 327
at Terraria.ModLoader.ModLoader.Load(CancellationToken token) in tModLoader\Terraria\ModLoader\ModLoader.cs:line 125
---> (Inner Exception #1) System.IndexOutOfRangeException: Index was outside the bounds of the array.
at JourneyTrend.Items.Vanity.Rookie.Hotwings.SetStaticDefaults() in JourneyTrend/Items/Vanity/Rookie/Hotwings.cs:line 14
at Terraria.ModLoader.ModItem.SetupContent() in tModLoader\Terraria\ModLoader\ModItem.cs:line 92
at Terraria.ModLoader.Core.LoaderUtils.ForEachAndAggregateExceptions[T](IEnumerable`1 enumerable, Action`1 action) in tModLoader\Terraria\ModLoader\Core\LoaderUtils.cs:line 49<---

---> (Inner Exception #2) System.IndexOutOfRangeException: Index was outside the bounds of the array.
at JourneyTrend.Items.Vanity.WyvernRider.WyvernRiderWings.SetStaticDefaults() in JourneyTrend/Items/Vanity/WyvernRider/WyvernRiderWings.cs:line 13
at Terraria.ModLoader.ModItem.SetupContent() in tModLoader\Terraria\ModLoader\ModItem.cs:line 92
at Terraria.ModLoader.Core.LoaderUtils.ForEachAndAggregateExceptions[T](IEnumerable`1 enumerable, Action`1 action) in tModLoader\Terraria\ModLoader\Core\LoaderUtils.cs:line 49<---

[09:47:58.905] [.NET ThreadPool Worker/INFO] [tML]: Disabling Mod: JourneyTrend
[09:49:08.324] [Main Thread/DEBUG] [tML]: Process.Start (UseShellExecute = True): "tModLoader-Logs"
The Fool May 26, 2023 @ 10:06pm 
Tsar, that is indeed the same issue I was having; if you're running AFKPets or any mod that adds a LOT of wings, it'll run into the 156/255 (I can't remember which) limit and not work. IndexOutOfRangeException = you have too many wings and it's breaking things. Hope this helped!

Also, there's an option to disable AFKPets' wings. :)
PeanutSte  [developer] May 27, 2023 @ 1:53am 
hmm interesting. I might consider making them into another accessory and manually syching their frames with the wing frames instead. that's a bit error prone though, sadly
Payne Oct 27, 2023 @ 12:40am 
mining the sewing machine provides two back.
< >
Showing 1-11 of 11 comments
Per page: 1530 50