Instal Steam						
					
				
				
									login
											 | 
						bahasa
						
																																					简体中文 (Tionghoa Sederhana)
																													繁體中文 (Tionghoa Tradisional)
																													日本語 (Bahasa Jepang)
																													한국어 (Bahasa Korea)
																													ไทย (Bahasa Thai)
																													Български (Bahasa Bulgaria)
																													Čeština (Bahasa Ceko)
																													Dansk (Bahasa Denmark)
																													Deutsch (Bahasa Jerman)
																													English (Bahasa Inggris)
																													Español - España (Bahasa Spanyol - Spanyol)
																													Español - Latinoamérica (Bahasa Spanyol - Amerika Latin)
																													Ελληνικά (Bahasa Yunani)
																													Français (Bahasa Prancis)
																													Italiano (Bahasa Italia)
																																							Magyar (Bahasa Hungaria)
																													Nederlands (Bahasa Belanda)
																													Norsk (Bahasa Norwegia)
																													Polski (Bahasa Polandia)
																													Português (Portugis - Portugal)
																													Português-Brasil (Bahasa Portugis-Brasil)
																													Română (Bahasa Rumania)
																													Русский (Bahasa Rusia)
																													Suomi (Bahasa Finlandia)
																													Svenska (Bahasa Swedia)
																													Türkçe (Bahasa Turki)
																													Tiếng Việt (Bahasa Vietnam)
																													Українська (Bahasa Ukraina)
																									Laporkan kesalahan penerjemahan
							
						
 
											 
													



 
						 
						 
						 
						 
						 
						 
						 
						 
						 
						 
						

 
			





このModなしでのリムワールドは考えられない・・・!
NullReferenceException in CompAura.Tick()
Mod: Extend The Cat (udon.extendthecat)
Game version: RimWorld 1.5 (build 4409)
Harmony, HugsLib, RocketMan installed: Yes
Issue type: Exception during game tick → log spam and possible performance impact
📋 Description:
During gameplay, I encountered a repeating NullReferenceException caused by the CompAura component from the ExtendTheCat mod. The error seems to occur when the game tries to tick a pawn of type ExC_NEKO_QueenXXXX, which likely has a CompAura attached. It looks like some internal field (possibly the aura target, the parent pawn, or another linked object) is null, and there is no null-check in place inside the Tick() method.
💡 Suggested fix:
Please add null checks inside CompAura.Tick(), particularly around any access to parent, auraTarget, or other external references that might not be initialized immediately when the comp is added.