|
Post by theholyinquisition on Mar 3, 2017 23:23:19 GMT
So, when I try to load up the game, it will load for a bit, then Crash To Desktop. Looking at the crash report, it seems like there's an issue on line 487 in the imports folder. There's only one thing in that folder, my modded materials file. However, there seems to be no issue on line 487. Could I get a solution, and a cheat sheet for the crash report system so I can read it better?
|
|
|
Post by someusername6 on Mar 4, 2017 0:05:50 GMT
theholyinquisition I see there are more line breaks than there should be on some of those modules, e.g.: Material Cooled Quartz Envelope
Elements Si O
ElementCount 1 2
Density_kg__m3 2203
UltimateTensileStrength_MPa 48.3
YieldStrength_MPa 48
YoungsModulus_GPa 71.7
ShearModulus_GPa 31
MeltingPoint_K 30000
SpecificHeat_J__kg_K 1
ThermalConductivity_W__m_K 1.38
ThermalExpansion__K .55e-6
Resistivity_Ohm_m 7e5
DielectricStrength_MV__m 40
RelativePermittivity 3.75
Resistivity_Ohm_m 1e18
LasingDamageThreshold_TW__m2 .04125
RefractiveIndex Fused Quartz
RoughnessCoefficient 0.5
Material Cooled Doped Quartz Envelope
Elements Si O Li-6
ElementCount 1 2 1
Remove those elements, or put just one line break between properties and two between different materials, and try again.
|
|
|
Post by theholyinquisition on Mar 4, 2017 0:17:00 GMT
theholyinquisition I see there are more line breaks than there should be on some of those modules, e.g.: Material Cooled Quartz Envelope
Elements Si O
ElementCount 1 2
Density_kg__m3 2203
UltimateTensileStrength_MPa 48.3
YieldStrength_MPa 48
YoungsModulus_GPa 71.7
ShearModulus_GPa 31
MeltingPoint_K 30000
SpecificHeat_J__kg_K 1
ThermalConductivity_W__m_K 1.38
ThermalExpansion__K .55e-6
Resistivity_Ohm_m 7e5
DielectricStrength_MV__m 40
RelativePermittivity 3.75
Resistivity_Ohm_m 1e18
LasingDamageThreshold_TW__m2 .04125
RefractiveIndex Fused Quartz
RoughnessCoefficient 0.5
Material Cooled Doped Quartz Envelope
Elements Si O Li-6
ElementCount 1 2 1
Remove those elements, or put just one line break between properties and two between different materials, and try again. Didn't help. And it's never caused that before, or with anyone else, either, so I'm pretty sure that's not it.
|
|
|
Post by apophys on Mar 4, 2017 12:36:05 GMT
Try removing that file; see if it fixes it. If so, try re-adding half of the file; see if the problem is in that half or the other half. You can continue the process until you find the offending element; shouldn't be too bad.
EDIT: Ah, I think I see your problem. You have everything in one file. This is a no-no. Even before the patch, you needed to have chemical reactions in the chemical reactions file. Now you may need to separate everything into their appropriately-named files (haven't actually tested, but at least the chemical reactions are definitely not supposed to be with materials).
|
|
|
Post by theholyinquisition on Mar 4, 2017 23:16:02 GMT
Try removing that file; see if it fixes it. If so, try re-adding half of the file; see if the problem is in that half or the other half. You can continue the process until you find the offending element; shouldn't be too bad. EDIT: Ah, I think I see your problem. You have everything in one file. This is a no-no. Even before the patch, you needed to have chemical reactions in the chemical reactions file. Now you may need to separate everything into their appropriately-named files (haven't actually tested, but at least the chemical reactions are definitely not supposed to be with materials). I thought I could just use the import folder to import data? Edit: So, I removed the suspicious file. And, well, now I have another issue. CrashLog-2017-03-04-15.18.09.txt (3.26 KB) This time it's in user designs UserDesigns.txt (268.43 KB) and I think it's because my old designs don't have capacitors.
|
|
|
Post by someusername6 on Mar 5, 2017 0:07:50 GMT
EDIT: Ah, I think I see your problem. You have everything in one file. This is a no-no. Even before the patch, you needed to have chemical reactions in the chemical reactions file. Now you may need to separate everything into their appropriately-named files (haven't actually tested, but at least the chemical reactions are definitely not supposed to be with materials). Everything in a single file *used* to work in a previous version; I had one file for each mod, with related properties (e.g. propellant + its reactions) before. It doesn't work now though.
|
|
|
Post by qswitched on Mar 5, 2017 3:43:50 GMT
'Replaced Datum "39.0 MW 6mm Turreted Railgun"'
Patch 1.1.0 no longer supports replacing stock designs with modded designs. Rename the new module so it doesn't try to overwrite the stock design.
|
|
|
Post by theholyinquisition on Mar 5, 2017 3:51:56 GMT
'Replaced Datum "39.0 MW 6mm Turreted Railgun"' Patch 1.1.0 no longer supports replacing stock designs with modded designs. Rename the new module so it doesn't try to overwrite the stock design. Alright, that's been fixed, thanks. Is apophys right about the modded materials?
|
|
|
Post by qswitched on Mar 5, 2017 3:54:57 GMT
So your mod files should mirror the game files in order to preserve load order.
You technically can have chemical reactions loaded in with your designs, for instance, but this is unsupported behavior, and might not preserve load order. If they load wrong, things may reference reactions not yet loaded, etc. and load in as nothing or crash.
|
|
|
Post by theholyinquisition on Mar 5, 2017 4:24:10 GMT
So your mod files should mirror the game files in order to preserve load order. You technically can have chemical reactions loaded in with your designs, for instance, but this is unsupported behavior, and might not preserve load order. If they load wrong, things may reference reactions not yet loaded, etc. and load in as nothing or crash. So, I separated out the elements and reactions, and I got a different error.
|
|
|
Post by qswitched on Mar 5, 2017 6:01:07 GMT
Looks like a formatting (tab) error of some sort. It crashed while loading in something from the "Imports" folder. Note that everything loaded in from the imports folder is loaded at the end of everything.
|
|
|
Post by theholyinquisition on Mar 5, 2017 22:49:07 GMT
Looks like a formatting (tab) error of some sort. It crashed while loading in something from the "Imports" folder. Note that everything loaded in from the imports folder is loaded at the end of everything. Does the crash report tell me where this formatting error is? Because that would be very helpful, since I have multiple long documents in the imports folder.
|
|
|
Post by theholyinquisition on Mar 11, 2017 0:11:00 GMT
This still hasn't been fixed, and I'd really like to try out the game again.
|
|
|
Post by newageofpower on Mar 16, 2017 22:09:14 GMT
Wipe and reinstall.
|
|
|
Post by theholyinquisition on Mar 18, 2017 0:30:35 GMT
|
|