You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Several console commands throw errors including stationevent:lsprob, stations:rename, stations:largestgrid, stationevent:prob, stationevent:simulate, stationevent:lsprobtime.
Reproduction
run stationevent:lsprob
Screenshots
[INFO] CON: > stationevent:lsprob
[INFO] CON: stationevent:lsprob
The type EntityPrototype has no parser available and cannot be parsed.
Please contact a programmer with this error, they'd probably like to see it.
THIS IS A BUG.
at Robust.Shared.Toolshed.ToolshedCommandImplementor.TryParseArguments(Boolean doAutocomplete, ParserContext parserContext, String subCommand, Type pipedType, Dictionary`2& args, Type[]& resolvedTypeArguments, IConError& error, Nullable`1& autocomplete)
at Robust.Shared.Toolshed.ToolshedCommand.TryParseArguments(Boolean doAutocomplete, ParserContext parserContext, Type pipedType, String subCommand, Dictionary`2& args, Type[]& resolvedTypeArguments, IConError& error, Nullable`1& autocomplete)
at Robust.Shared.Toolshed.Syntax.ParsedCommand.TryParseCommand(Boolean makeCompletions, ParserContext parserContext, CommandArgumentBundle bundle, Type pipedType, Type targetType, String& subCommand, Func`2& invocable, ToolshedCommand& command, IConError& error, Boolean& noCommand, Nullable`1& autocomplete)
at Robust.Shared.Toolshed.Syntax.ParsedCommand.TryParse(Boolean doAutoComplete, ParserContext parserContext, Type pipedArgumentType, ParsedCommand& result, IConError& error, Boolean& noCommand, Nullable`1& autocomplete, Type targetType)
at Robust.Shared.Toolshed.Syntax.CommandRun.TryParse(Boolean doAutocomplete, ParserContext parserContext, Type pipedType, Type targetOutput, Boolean once, CommandRun& expr, Nullable`1& autocomplete, IConError& error)
at Robust.Shared.Toolshed.ToolshedManager.InvokeCommand(IInvocationContext ctx, String command, Object input, Object& result)
at Robust.Shared.Toolshed.ToolshedManager.InvokeCommand(IConsoleShell session, String command, Object input, Object& result, IInvocationContext& ctx)
at Robust.Server.Console.ServerConsoleHost.ExecuteInShell(IConsoleShell shell, String command)
at Robust.Server.Console.ServerConsoleHost.ExecuteCommand(ICommonSession session, String command)
at Robust.Server.Console.ServerConsoleHost.ProcessCommand(MsgConCmd message)
at Robust.Shared.Network.NetManager.<>c__DisplayClass109_0`1.<RegisterNetMessage>b__0(NetMessage msg)
at Robust.Shared.Network.NetManager.DispatchNetMessage(NetIncomingMessage msg)
at Robust.Shared.Network.NetManager.ProcessPackets()
at Robust.Server.BaseServer.Input(FrameEventArgs args)
at Robust.Server.BaseServer.<SetupMainLoop>b__67_0(Object sender, FrameEventArgs args)
at Robust.Shared.Timing.GameLoop.Run()
at Robust.Server.BaseServer.MainLoop()
at Robust.Server.Program.ParsedMain(CommandLineArgs args, Boolean contentStart, ServerOptions options)
at Robust.Server.Program.Start(String[] args, ServerOptions options, Boolean contentStart)
at Robust.Server.ContentStart.Start(String[] args)
at Content.Server.Program.Main(String[] args)
[INFO] CON: Failed to execute toolshed command
[INFO] CON:
Additional context
I am running this on a fork updated to the most recent version and updated submodules with RUNTHIS.py and made no other changes.
The text was updated successfully, but these errors were encountered:
they are meant to use EntProtoId not EntityPrototype (that would be trying to read an actual prototypes components etc from the command which is bad)
present upstream
Description
Several console commands throw errors including stationevent:lsprob, stations:rename, stations:largestgrid, stationevent:prob, stationevent:simulate, stationevent:lsprobtime.
Reproduction
run stationevent:lsprob
Screenshots
Additional context
I am running this on a fork updated to the most recent version and updated submodules with RUNTHIS.py and made no other changes.
The text was updated successfully, but these errors were encountered: