[PlusEMU] Fatal Error During Startup

Status
Not open for further replies.

treebeard

Member
Jan 16, 2018
317
173
I wanted to host my hotel in a local environment so I could test some edits that I have planned but for some reason I'm having an issue getting the emulator to run on my localhost.

Any help? Below is the console.log

Code:
2018-01-25 16:59:54,784 INFO  - Plus.PlusEnvironment >> Connected to Database!
2018-01-25 16:59:55,978 INFO  - Plus.Core.Language.LanguageManager >> Loaded 10 language locales.
2018-01-25 16:59:56,522 ERROR - Plus.PlusEnvironment >> Fatal error during startup: System.ArgumentException: Column 'key' does not belong to table .
   at System.Data.DataRow.GetDataColumn(String columnName)
   at System.Data.DataRow.get_Item(String columnName)
   at Plus.Core.Settings.SettingsManager.Init() in C:\Users\Sledmore\Desktop\PlusEMU\Core\Settings\SettingsManager.cs:line 34
   at Plus.PlusEnvironment.Initialize() in C:\Users\Sledmore\Desktop\PlusEMU\PlusEnvironment.cs:line 140
2018-01-25 16:59:56,524 ERROR - Plus.PlusEnvironment >> Press a key to exit
 
Solved: My table for Server-Settings was missing multiple elements somehow.
 
Status
Not open for further replies.

Users who are viewing this thread

Top