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
Thanks for notifying me :3
Are you using any other mods? Were you running in VR? And what version of the game are you running?
Well, the way that it works is it creates the build menu for normal, VR, and console in the same line of code. It specifically has a BuildTab, BuildTabVR, and BuildTabConsole. What's got me so confused is when calling the AddBuilding method (which creates the build menu), it asks for a BuildTab, BuildTab, and BuildTabConsole. It doesn't look for any BuildTabVR. Yet on Mac it's complaining that there isn't a BuildTabVR.
Also it's the same code on Windows, and that error doesn't get thrown.
So I too don't know why that error is getting thrown. I'm going to keep digging into the program to see if anything stands out to me.
2023-10-30T19:05:43:Loading mod at path: /Users/macmorri/Library/Application Support/Steam/steamapps/workshop/content/569480/2932055120
2023-10-30T19:05:43:<color=yellow>/Users/macmorri/Library/Application Support/Steam/steamapps/workshop/content/569480/2932055120/ModMain.cs:64::64
The variable 'e' is declared but never used</color>
2023-10-30T19:05:43:<color=red>/Users/macmorri/Library/Application Support/Steam/steamapps/workshop/content/569480/2932055120/ModMain.cs:794::794
Argument 2: cannot convert from 'BuildTab' to 'BuildTabVR'</color>
2023-10-30T19:05:43:<color=red>/Users/macmorri/Library/Application Support/Steam/steamapps/workshop/content/569480/2932055120/ModMain.cs:796::796
Argument 2: cannot convert from 'BuildTab' to 'BuildTabVR'</color>
2023-10-30T19:05:43:<color=red>/Users/macmorri/Library/Application Support/Steam/steamapps/workshop/content/569480/2932055120/ModMain.cs:798::798
Argument 2: cannot convert from 'BuildTab' to 'BuildTabVR'</color>
2023-10-30T19:05:43:<color=red>/Users/macmorri/Library/Application Support/Steam/steamapps/workshop/content/569480/2932055120/ModMain.cs:800::800
Argument 2: cannot convert from 'BuildTab' to 'BuildTabVR'</color>
2023-10-30T19:05:43:<color=red>/Users/macmorri/Library/Application Support/Steam/steamapps/workshop/content/569480/2932055120/ModMain.cs:802::802
Argument 2: cannot convert from 'BuildTab' to 'BuildTabVR'</color>
2023-10-30T19:05:43:<color=red>/Users/macmorri/Library/Application Support/Steam/steamapps/workshop/content/569480/2932055120/ModMain.cs:804::804
Argument 2: cannot convert from 'BuildTab' to 'BuildTabVR'</color>
2023-10-30T19:05:43:<color=red>/Users/macmorri/Library/Application Support/Steam/steamapps/workshop/content/569480/2932055120/ModMain.cs:806::806
Argument 2: cannot convert from 'BuildTab' to 'BuildTabVR'</color>
2023-10-30T19:05:43:Compilation failed with security exceptions.
I keep poking at the code to see what I can find, but I haven't found an answer yet.
I did talk to one of the devs. They might look into it, as there are a few mods that have the same problem.