Startup Errors #30
Unanswered
meowpoof89
asked this question in
Q&A
Replies: 1 comment
-
Ill need some extra info, what OS are you using? Can you check if this table is present and what fields it contains: "dgmAttributeTypes"? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
IDK if you still support this but after building when i try to run the node with/without debugging i get this error (plus more after it)
2022-12-12 01:10:32 F Program: Node stopped...
2022-12-12 01:10:32 F Program: System.AggregateException: One or more errors occurred. (The configuration is invalid. Creating the instance for type IMetaInventories failed. Unknown column 'attributeCategory' in 'field list' Verification was triggered because Container.Options.EnableAutoVerification was enabled. To prevent the container from being verified on first resolve, set Container.Options.EnableAutoVerification to false.) (The configuration is invalid. Creating the instance for type IMetaInventories failed. Unknown column 'attributeCategory' in 'field list' Verification was triggered because Container.Options.EnableAutoVerification was enabled. To prevent the container from being verified on first resolve, set Container.Options.EnableAutoVerification to false.)
---> SimpleInjector.ActivationException: The configuration is invalid. Creating the instance for type IMetaInventories failed. Unknown column 'attributeCategory' in 'field list' Verification was triggered because Container.Options.EnableAutoVerification was enabled. To prevent the container from being verified on first resolve, set Container.Options.EnableAutoVerification to false.
---> System.InvalidOperationException: The configuration is invalid. Creating the instance for type IMetaInventories failed. Unknown column 'attributeCategory' in 'field list'
---> SimpleInjector.ActivationException: Unknown column 'attributeCategory' in 'field list'
---> EVESharp.Database.MySql.MySqlException (0x80004005): Unknown column 'attributeCategory' in 'field list'
at EVESharp.Database.MySql.MySqlStream.ReadPacket() in F:\EvE\Server\EVESharp.Database.MySql\MySqlStream.cs:line 166
if you can offer any advice i would love to get this up and going
Beta Was this translation helpful? Give feedback.
All reactions