Ok, so I'm building a mod about stained glass to start with. It seems to be going ok, although the file system is complex and confusing. I think I managed to sort it out. I put in a lot of stuff: 3 new crafting objects (grinder, furnace, and table) for my recipes 3 new ores that have to be generated in the worlds TONS of powders, lumps of molten glass, and glass material things to put up as walls/windows. recipes for everything. This is a lot of work! I'm getting a weird error, though, and can't get it to function yet. All I can find in the log is this: Error: Exception raised during Root finishInitialization: StoredFunctionException: Error parsing StoredConfigFunction descriptor caused by: MathException: Degenerate index values given in ParametricTable constructor 009DF164 starbound_opengl.exe 0067D1E1 starbound_opengl.exe 0067E61A starbound_opengl.exe 0050270B starbound_opengl.exe 00404B3C starbound_opengl.exe 009A3DBC starbound_opengl.exe 76DF336A kernel32.dll 77CF9F72 ntdll.dll 77CF9F45 ntdll.dll Info: Writing Star::Configuration to '..\starbound.config' Info: Shutting down Star::Root Error: StarException: An error occurred during loading: StoredFunctionException: Error parsing StoredConfigFunction descriptor caused by: MathException: Degenerate index values given in ParametricTable constructor 009DF164 starbound_opengl.exe 0067D1E1 starbound_opengl.exe 0067E61A starbound_opengl.exe 0050270B starbound_opengl.exe 00404B3C starbound_opengl.exe 009A3DBC starbound_opengl.exe 76DF336A kernel32.dll 77CF9F72 ntdll.dll 77CF9F45 ntdll.dll 00404FAD starbound_opengl.exe 00406CA7 starbound_opengl.exe 0040A544 starbound_opengl.exe 004081C4 starbound_opengl.exe 004EE931 starbound_opengl.exe My Starbound is calling my mod degenerate! Seriously, though - can anyone help me sort out what the heck is causing this, so I can fix it? -Sevi
Not having a clue what those things are, I'd say verify your game cache. Does not look to be something youve managed to do on your own. Does the game work when you take out your mod?
Yes. Just did it again to be sure, and it loaded up just fine. Whatever it is, it's in my mod (also, I'm testing with no other mods installed, in case you were going to ask that as well heh). -Sevi
If I had to take a guess, the first thing I would check is the ore stuff. Try removing only the ore stuff you added from your mod and running the game. I have never messed with any of the stuff you mentioned, so this is just a wild guess lol.
lol Well, that's harder than it looks, since the ore stuff is all tied up in everything else. However, it did change the error, so at least it's a place to hunt. Still not sure what I did wrong though. :/