RimWorld

RimWorld

LED Lights Strip
 This topic has been pinned, so it's probably important
Lored  [developer] 9 Aug @ 10:32pm
Bug reports / Баг репорт
If you run into a bug or problem, please follow these steps:
  1. Briefly describe the bug. What happened?
  2. Give as many details as possible about the steps that led to it. How can I reproduce the issue?
  3. If it’s a compatibility issue with another mod, please include the exact mod name as listed on Steam Workshop.
  4. Include the error code or upload your Hugslib logs or Player.log (e.g., to Pastebin).
Sadly, I’m no wizard, without enough details, I can’t fix the problem.
Reports that don’t follow this format will be ignored.


Якщо ви зіткнулися з багом чи проблемою, будь ласка, дотримуйтеся цих кроків:
  1. Коротко опишіть баг. Що сталося?
  2. Якомога детальніше опишіть кроки, які призвели до помилки. Як я можу відтворити проблему?
  3. Якщо це проблема сумісності з іншим модом, вкажіть точну назву мода, як вона зазначена в Steam Workshop.
  4. Вкажіть код помилки або прикріпіть Hugslib logs / Player.log (наприклад, завантажте їх на Pastebin).
На жаль, я не чарівник — без достатньої інформації я не зможу виправити проблему.
Повідомлення, які не відповідають цим правилам, ігноруватимуться.


Если вы столкнулись с багом или проблемой, пожалуйста, следуйте этим шагам:
  1. Кратко опишите баг. Что произошло?
  2. Как можно детальнее опишите шаги, которые привели к ошибке. Как я могу воспроизвести проблему?
  3. Если это проблема совместимости с другим модом, укажите точное название мода, как оно указано в Steam Workshop.
  4. Укажите код ошибки или прикрепите Hugslib logs / Player.log (например, загрузите их на Pastebin).
К сожалению, я не волшебник и без достаточной информации я не смогу исправить проблему.
Сообщения, не соответствующие этим правилам, будут игнорироваться.
< >
Showing 1-3 of 3 comments
Hi! I really love the concept of this mod but I think it just broke my game.

I reloaded a save for the first time after placing a light strip, and initially nothing would at all would render on the screen. I've quit and restarted the game, and now the HUD will load, but nothing on the game map. It might be relevant that my base is in empty space (Launch into Empty Space mod) on a platform (Orbital Platforms mod) I built myself. I didn't have any issues with this until I placed the light strip. It might also be relevant that my walls are from this mod: [MUS]太空基地家具Space Base Furniture, and the light strips extended under them in places.

These are the two errors I am seeing repeatedly in the logs:

Tried to register trasmitter NOE_LightsStrip2938698 at (44, 0, 51), but there is already a power net here. There can't be two transmitters on the same cell.
UnityEngine.StackTraceUtility:ExtractStackTrace ()
Verse.Log:Warning (string)
RimWorld.PowerNetManager:UpdatePowerNetsAndConnections_First ()
(wrapper dynamic-method) MonoMod.Utils.DynamicMethodDefinition:Verse.Map.MapUpdate_Patch1 (Verse.Map)
(wrapper dynamic-method) MonoMod.Utils.DynamicMethodDefinition:Verse.Game.UpdatePlay_Patch2 (Verse.Game)
(wrapper dynamic-method) MonoMod.Utils.DynamicMethodDefinition:Verse.Root_Play.Update_Patch1 (Verse.Root_Play)

Root level exception in Update(): System.NullReferenceException: Object reference not set to an instance of an object
[Ref 50B1332A] Duplicate stacktrace, see ref for original
UnityEngine.StackTraceUtility:ExtractStackTrace ()
(wrapper dynamic-method) MonoMod.Utils.DynamicMethodDefinition:Verse.Log.Error_Patch3 (string)
(wrapper dynamic-method) MonoMod.Utils.DynamicMethodDefinition:Verse.Root_Play.Update_Patch1 (Verse.Root_Play)


I hope you have some ideas about how I might be able to fix this as this was the longest colony I've ever had. Thank you for your time, and your very cool mod idea!!
Last edited by rocky_feo; 31 Aug @ 1:58pm
Lored  [developer] 31 Aug @ 2:20pm 
Originally posted by rocky_feo:
Hi! I really love the concept of this mod but I think it just broke my game.

I reloaded a save for the first time after placing a light strip, and initially nothing would at all would render on the screen. I've quit and restarted the game, and now the HUD will load, but nothing on the game map. It might be relevant that my base is in empty space (Launch into Empty Space mod) on a platform (Orbital Platforms mod) I built myself. I didn't have any issues with this until I placed the light strip. It might also be relevant that my walls are from this mod: [MUS]太空基地家具Space Base Furniture, and the light strips extended under them in places.

These are the two errors I am seeing repeatedly in the logs:

Tried to register trasmitter NOE_LightsStrip2938698 at (44, 0, 51), but there is already a power net here. There can't be two transmitters on the same cell.
UnityEngine.StackTraceUtility:ExtractStackTrace ()
Verse.Log:Warning (string)
RimWorld.PowerNetManager:UpdatePowerNetsAndConnections_First ()
(wrapper dynamic-method) MonoMod.Utils.DynamicMethodDefinition:Verse.Map.MapUpdate_Patch1 (Verse.Map)
(wrapper dynamic-method) MonoMod.Utils.DynamicMethodDefinition:Verse.Game.UpdatePlay_Patch2 (Verse.Game)
(wrapper dynamic-method) MonoMod.Utils.DynamicMethodDefinition:Verse.Root_Play.Update_Patch1 (Verse.Root_Play)

Root level exception in Update(): System.NullReferenceException: Object reference not set to an instance of an object
[Ref 50B1332A] Duplicate stacktrace, see ref for original
UnityEngine.StackTraceUtility:ExtractStackTrace ()
(wrapper dynamic-method) MonoMod.Utils.DynamicMethodDefinition:Verse.Log.Error_Patch3 (string)
(wrapper dynamic-method) MonoMod.Utils.DynamicMethodDefinition:Verse.Root_Play.Update_Patch1 (Verse.Root_Play)


I hope you have some ideas about how I might be able to fix this as this was the longest colony I've ever had. Thank you for your time, and your very cool mod idea!!
Hey! Sorry to hear you ran into this issue.
Unfortunately I haven’t been able to reproduce the error on my side. From the log it looks like the problem happens because two things are trying to act as a power transmitter on the same tile, one is definitely the LED Light Strip, but I couldn’t figure out what the other one is.
Right now there just aren’t enough details to track it down further.
Originally posted by Lored:
Hey! Sorry to hear you ran into this issue.
Unfortunately I haven’t been able to reproduce the error on my side. From the log it looks like the problem happens because two things are trying to act as a power transmitter on the same tile, one is definitely the LED Light Strip, but I couldn’t figure out what the other one is.
Right now there just aren’t enough details to track it down further.

Thanks for looking in to it!
< >
Showing 1-3 of 3 comments
Per page: 1530 50