I had the same Scolestock issue. My application would build a penalty until I turned on llvm, then it was a "Compilation coming out with code 134, command" when trying to create the 7th for the application itself.
I was pleased to say that after two days, carefully distracting my application to the main problem, I was able to isolate the problem from using built-in dictionaries, such as:
Dictionary<enum, Dictionary<enum, value>>
I was able to fix this by defining a class for the inline dictionary and using this instead:
public class MyDefinition : Dictionary<enum, value> { } ... public Dictionary<enum, MyDefinition>
Not sure if this will help you, but hopefully this will help some poor soul who decides to use the built-in dictionaries and runs into my problem.
source share