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
As for your error: If a mod is named at the top it does not necessarily mean it is the cause. In your case the Lantern mod is modifying something before the BTSE context menu can be processed. Stack traces are read from bottom to top.
What is also missing is the error itself, which is found either below or above the stack trace in the log.
The first mod named from the bottom is more often than not the reason for the issue further down the line:
I also do not have a controller so testing is not possible for me.
EDIT: I checked the source codes just now. The Lantern mod is calling the context menu with a different amount of parameters:
LTN_SL_ISWorldObjectContextMenu.lua:53
where the original function does not have other params:
ISWorldObjectContextMenu.lua:452
And yes, I do not know what to do with that information either, but that is where the code breaks.
I am not sure how to treat this issue - You could try moving the Lantern mod after BTSE_Base but other than the Lantern mod creator changing their code to just accept 5 parameters there is nothing I can do.
Thank you!
not sure what is going on but i opened a ticket with them to confirm.