Stephen White

Results 6 issues of Stephen White

Throwing an exception in either a service's constructor or in a dispose method causes OpenMod to crash as it will cancel the building or disposing of the underlying IHost.

bug
help wanted
area-Framework

Unsure of steps to reproduce, or what's causing the error, but multiple reports have been given in the Discord of a wrong command usage error occurring when running the command...

bug
help wanted
area-Framework

As the title says, if the setup for a plugin service causes an exception, OpenMod will fail to load ``` Autofac.Core.Activators.Reflection.NoConstructorsFoundException: No accessible constructors were found for the type 'SilK.Unturned.Extras.Configuration.ConfigurationAccessor`1'....

help wanted
area-Framework

Create a wrapper that adds and removes buildable data to and from OM's lists whenever a buildable is created or when OM loads (if reloaded). Helps with optimization rather than...

enhancement
area-Unturned

Fixed System.ArgumentNullException in `public TSerializable DeserializeJson()`

This PR makes two additions: 1. Services are defined via the config instead of code. This works by adding two environment variables: `VM_IP` and `TULIP_SERVICES_PATH`. The `TULIP_SERVICES_PATH` variable specifies the...