JonnyOThan

Results 165 issues of JonnyOThan

There is an exception thrown from the debug toolbar thing on scene changes. It's benign, but we should clean that up.

bug

Can solve this by using a png with .truecolor extension.

bug
good first issue

![image](https://github.com/shadowmage45/TUFX/assets/9804078/a44da6e8-6b90-448b-b4bb-12737ad12dab)

bug

This occurred when I replaced all the part shaders with the ones from parttools. Some details here: https://forum.kerbalspaceprogram.com/topic/182679-1123-restock-revamping-ksps-art-feb-25/?do=findComment&comment=4300920 > Can anyone take a guess as to why my launch clamps...

bug

Noticed this 19x in someone's logs before they crashed. 268364 [LOG 20:46:55.419] [KSPCF:MemoryLeaks] A destroyed TarsierSpaceTech:TSTMstStgs instance is owning a OnGameSettingsApplied GameEvents callback. No action has been taken, but unless...

https://github.com/dkavolis/Ferram-Aerospace-Research/blob/c769cbd3d23ec9fd22538c1eb8b57fd2fcd025c6/FerramAerospaceResearch/ToolbarWrapper.cs#L717 This line (and any others that use `loadedAssemblies` is very susceptible to breaking from other mods throwing ReflectionTypeLoadExceptions. AssemblyLoader.TypeOperation is the safe way to iterate over all loaded types.

I was tracking down some performance issues and I noticed that FlightGUI.FixedUpdate seems to run for every vessel in the universe (and it's in FixedUpdate so it can run twice...