Okay, what just happened…
-
I’m trying to boot up FLServer to test our latest build. It’s hung three times now before it ever starts. I decided to turn it on to Console, and the following error came up:
“E:\FL\Scratch\Source\Common\Archetype.cpp(60) : *** ERROR: ArchDB::Get(2983268608) failed”
Uh….?
EDIT: As a bit of an update, I also tried just running the mod without firing up the server, and I got a solid Crash-to-desktop. Running FLSpit gave me this:
“WARNING:General:set_gamma_function() called outside of create_buffers/destroy_buffers
ERROR: ArchDB::Get(2983268608) failed” -
Model/Ship/Solar Related.
I’m no Expert with server errors, but what was the last thing you did to the mod? -
Solved.
I went into CRCTool (thanks, PE!), and found it was trying to Get (the “ArchDB::Get(2983268608)”) a commodity that I had declared in the Goods.ini wasn’t in the select_equip.ini, so it freaked out and didn’t work.
That’s one bug fixed, let’s hope there isn’t any more. laughs