Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
MODERROR [Telepathy] - RunSegment: System.NullReferenceException: Object reference not set to an instance of an object
at XRL.World.Parts.Mutation.Telepathy.HandleEvent (XRL.World.BeforeRenderEvent E) [0x000aa] in D:\games\Steam\steamapps\workshop\content\333640\3174001364\Telepathy.cs:96
at XRL.World.BeforeRenderEvent.handlePartDispatch (XRL.World.IPart Part) [0x0000b] in <d2c32e55d337415595fc660fe3e05333>:0
at XRL.World.GameObject.HandleEventInner (XRL.World.MinEvent E, System.Int32 ID) [0x0004b] in <d2c32e55d337415595fc660fe3e05333>:0
at XRL.World.GameObject.HandleEvent[T] (T E) [0x003da] in <d2c32e55d337415595fc660fe3e05333>:0
at XRL.World.Cell.HandleEvent[T] (T E) [0x000fe] in <d2c32e55d337415595fc660fe3e05333>:0
at XRL.World.Zone.HandleEvent[T] (T E) [0x00117] in <d2c32e55d337415595fc660fe3e05333>:0
at XRL.Core.XRLCore.RenderBaseToBuffer (ConsoleLib.Console.ScreenBuffer Buffer) [0x00227] in <d2c32e55d337415595fc660fe3e05333>:0
at XRL.Core.XRLCore.RenderBase (System.Boolean UpdateSidebar, System.Boolean DuringRestOkay) [0x00131] in <d2c32e55d337415595fc660fe3e05333>:0
at (wrapper dynamic-method) XRL.Core.XRLCore.XRL.Core.XRLCore.PlayerTurn_Patch1(XRL.Core.XRLCore)
at XRL.Core.ActionManager.RunSegment (System.Boolean bUnityDebug) [0x01cb7] in <d2c32e55d337415595fc660fe3e05333>:0
=== Telepathy Errors ===
<...>/steamapps/workshop/content/333640/3174001364/Telepathy.cs(219,225): error CS1503: Argument 17: cannot convert from 'int' to 'bool'
<...>/steamapps/workshop/content/333640/3174001364/Telepathy.cs(219,229): error CS1503: Argument 18: cannot convert from '<null>' to 'int'
== Warnings ==
<...>/steamapps/workshop/content/333640/3174001364/Telepathy.cs(29,24): warning CS0672: Member 'Telepathy.Register(GameObject)' overrides obsolete member 'IPart.Register(GameObject)'. Add the Obsolete attribute to 'Telepathy.Register(GameObject)'.
i was trying to use the telepathy for a command build were i could stand in town control things to fight for me
<...>\steamapps\workshop\content\333640\3174001364\Telepathy.cs(219,225): error CS1503: Argument 17: cannot convert from 'int' to 'bool'
<...>\steamapps\workshop\content\333640\3174001364\Telepathy.cs(219,229): error CS1503: Argument 18: cannot convert from '<null>' to 'int'
== Warnings ==
<...>\steamapps\workshop\content\333640\3174001364\Telepathy.cs(29,24): warning CS0672: Member 'Telepathy.Register(GameObject)' overrides obsolete member 'IPart.Register(GameObject)'. Add the Obsolete attribute to 'Telepathy.Register(GameObject)'.
<...>\steamapps\workshop\content\333640\3174001364\Telepathy.cs(32,4): warning CS0618: 'IPart.Register(GameObject)' is obsolete: 'Use Register(GameObject, IEventRegistrar)'
<...>\steamapps\workshop\content\333640\3174001364\Telepathy.cs(101,22): warning CS0168: The variable 'e' is declared but never used
<...>\steamapps\workshop\content\333640\3174001364\Telepathy.cs'.
<...>\steamapps\workshop\content\333640\3174001364\Telepathy.cs'.
this is my error btw