apetavern / grubs

A worms-inspired artillery game for s&box with randomly generated levels.
MIT License
29 stars 7 forks source link

NRE with GrubTag OnStart #407

Closed cs716 closed 2 weeks ago

cs716 commented 4 weeks ago
System.NullReferenceException: Object reference not set to an instance of an object.
   at Sandbox.Parse.get_Length()
   at Sandbox.Parse.get_IsEnd()
   at Sandbox.Parse.SkipWhitespaceAndNewlines(String andCharacters)
   at Color.Parse(Parse& p, Boolean isColorFunction)
   at Color.Parse(String value)
   at Color.TryParse(String value, Color& color)
   at Grubs.UI.GrubTag.OnStart() in UI/World/GrubTag.razor:line 58
   at Sandbox.Component.ExceptionWrap(String name, Action a)