Asenna Steam						
					
				
				
									kirjaudu sisään
											 | 
						kieli
						
																																					简体中文 (yksinkertaistettu kiina)
																													繁體中文 (perinteinen kiina)
																													日本語 (japani)
																													한국어 (korea)
																													ไทย (thai)
																													български (bulgaria)
																													Čeština (tšekki)
																													Dansk (tanska)
																													Deutsch (saksa)
																													English (englanti)
																													Español – España (espanja – Espanja)
																													Español – Latinoamérica (espanja – Lat. Am.)
																													Ελληνικά (kreikka)
																													Français (ranska)
																													Italiano (italia)
																													Bahasa Indonesia (indonesia)
																													Magyar (unkari)
																													Nederlands (hollanti)
																													Norsk (norja)
																													Polski (puola)
																													Português (portugali – Portugali)
																													Português – Brasil (portugali – Brasilia)
																													Română (romania)
																													Русский (venäjä)
																																							Svenska (ruotsi)
																													Türkçe (turkki)
																													Tiếng Việt (vietnam)
																													Українська (ukraina)
																									Ilmoita käännösongelmasta
							
						
 
											 
													







```cs
NullReferenceException
Sequence of events (most recent on top):
Component.GetComponentInChildren
UnityEngine.Component.GetComponentInChildren[T]
EquipmentComparison::ComparableGrids.GetAllComparableGrids
EquipmentComparison::AuxTooltip.TryDrawAuxTooltip
UIButton.ShowTooltip
+TRANSPILER EquipmentComparison::ShowTooltipPatch.OnShowTooltipIl
UIButton.DoStateTransition
Selectable.EvaluateAndTransitionToSelectionState
Selectable.OnPointerEnter
ExecuteEvents.Execute
UnityEngine.EventSystems.ExecuteEvents.Execute[T]
UnityEngine.EventSystems.EventSystem:Update
```
What's a good way to send you the Player.log. Are you on the official discord?
```cs
NullReferenceException
Sequence of events (most recent on top):
Component.GetComponentInChildren
UnityEngine.Component.GetComponentInChildren[T]
EquipmentComparison::ComparableGrids.GetAllComparableGrids
EquipmentComparison::AuxTooltip.TryDrawAuxTooltip
UIButton.ShowTooltip
+TRANSPILER EquipmentComparison::ShowTooltipPatch.OnShowTooltipIl
UIButton.DoStateTransition
Selectable.EvaluateAndTransitionToSelectionState
Selectable.OnPointerEnter
+PREFIX ModOptions::OnPointerEnter.Prefix
ExecuteEvents.Execute
UnityEngine.EventSystems.ExecuteEvents.Execute[T]
UnityEngine.EventSystems.EventSystem:Update
```
This time I saw it for a tomato, and I noticed ModOptions in the stack trace. Disabled it and the error message is no longer appearing, so hopefully it's an issue on ModOptions end. Sorry to send you on a goose chase!
1. Get a Sea Urchin
2. Open a fish recipe
3. Click on the fish ingredient slot to open the ingredient list
4. Mouse over the Sea Urchin
Hopefully this text description is clear; steam limits me to just 1000 characters so I have to be overly concise. My guess is that because Sea Urchins can be used as a thrown weapon it is being picked up by your mod's logic but doesn't know what to compare to.
Let's see if comments allow pastebin links, log: https://pastebin.com/raw/JuZZRYJQ
ver. 1.4 has fixed this bug, it's caused if tooltip's first drawn position was to the right of mouse pivot
1.4版本修复了这个bug,和屏幕模式无关,是第一次渲染信息条时如果在右侧就会触发
https://gtm.steamproxy.vip/sharedfiles/filedetails/?id=3368237252
然后两个物品的显示互相重叠,根本用不了@u@
1.2 更新了比较功能开关键.
1.1 更新修复了多个词条互相堆叠的问题, 现在它们会水平显示