Barotrauma
Showperf Extensions
Se afișează 1-10 din 54 intrări
< 1  2  3  4  5  6 >
Actualizare: 17 sept. @ 15:18

Barotrauma threw

Failed to install item: download task ended with status RanToCompletion, item installed: False, item downloading: False, exception was [NULL] at Barotrauma.Steam.MutableWorkshopMenu.PublishItem(GUITextBlock currentStepText, GUIMessageBox messageBox, String modVersion, Editor editor, ContentPackage localPackage)+MoveNext() in <DEV>/Barotrauma/BarotraumaClient/ClientSource/Steam/WorkshopMenu/Mutable/PublishTab.cs:line 547 at Barotrauma.Steam.MutableWorkshopMenu.MessageBoxCoroutine(Func`3 subcoroutine)+MoveNext() in <DEV>/Barotrauma/BarotraumaClient/ClientSource/Steam/WorkshopMenu/Mutable/PublishTab.cs:line 420

trying to update mod 2 time

Actualizare: 17 sept. @ 15:13

updated to 1.10.5.0

Actualizare: 18 iun. @ 5:57

updated to 1.9.7.0

Actualizare: 21 apr. @ 7:54

fixed a few errors in debug build

Actualizare: 19 apr. @ 15:59

updated to 1.8.7.0

just fixed the errors, no changes at all

Actualizare: 21 ian. @ 9:48

fixed crash when picking up detonator in multiplayer

Actualizare: 21 ian. @ 9:24

Fixed showperf frame was considered revealed from creation and thus running all the patches

Crash on picking up a detonator in multiplayer still not fixed and will occur with showperf frame open
i'm still investigating

Actualizare: 19 ian. @ 10:25

Added null checks to every patch

If Showperf variable, which i never set to null, in some patch suddenly becomes null then only that patch won't work, and nothing will crash

Added global checks for nulls in mod lifecycle
If GUI becomes null mod will attempt to restart it
If mod itself dies, static patch that detects it will attempt to clean up all patches, gui and commands

Actualizare: 15 ian. @ 23:58

Fixed NRE in Controller_Use
Removing try catch

Actualizare: 4 ian. @ 22:13

Wrapped Controller.Use in try catch
Should catch mysterious NRE there
Tell me if you catch it