Microsoft sent me the error log …
For Paradox build, I get this error in VS:
Show Details Severity Code Description Project File Line
Error The
command
"“C:\Users\marcpop\AppData\Local\Programs\Paradox\GamePackages\Paradox.1.0.0-beta03\Bin\Windows-Direct3D11\SiliconStudio.AssemblyProcessor.exe”
–platform=Windows --targetFramework=v4.5 --auto-notify-property
–parameter-key --auto-module-initializer --serialization
"C:\Users\marcpop\Documents\Bug 1079396
Repro\Samples\Samples\Bin\Windows-Direct3D11\Debug\Samples.Game.dll""
exited with code 1. Samples.Game
When I try to build in Paradox studio, I get a similar error but it includes more information in the build log:
[(0,0)]:
Info:
“C:\Users\marcpop\AppData\Local\Programs\Paradox\GamePackages\Paradox.1.0.0-beta03\Bin\Windows-Direct3D11\SiliconStudio.AssemblyProcessor.exe”
–platform=Windows --targetFramework=v4.5 --auto-notify-property
–parameter-key --auto-module-initializer --serialization
"C:\Users\marcpop\Documents\Bug 1079396
Repro\Samples\Samples\Bin\Windows-Direct3D11\Debug\Samples.Game.dll"
[(0,0)]: Info: Unknown custom metadata item kind: 6
[(0,0)]: Info: Microsoft.Cci.Pdb.PdbDebugException: Unknown custom metadata item kind: 6
[(0,0)]: Info: at Microsoft.Cci.Pdb.PdbFunction.ReadCustomMetadata(BitAccess bits)
[(0,0)]: Info: at Microsoft.Cci.Pdb.PdbFunction…ctor(ManProcSym proc, BitAccess bits)
[(0,0)]: Info: at Microsoft.Cci.Pdb.PdbFunction.LoadManagedFunctions(BitAccess bits, UInt32 limit, Boolean readStrings)
[(0,0)]:
Info: at Microsoft.Cci.Pdb.PdbFile.LoadFuncsFromDbiModule(BitAccess
bits, DbiModuleInfo info, IntHashTable names, ArrayList funcList,
Boolean readStrings, MsfDirectory dir, Dictionary2 nameIndex, PdbReader reader) [(0,0)]: Info: at Microsoft.Cci.Pdb.PdbFile.LoadFunctions(Stream read, Dictionary
2&
tokenToSourceMapping, String& sourceServerData, Int32& age,
Guid& guid)
[(0,0)]: Info: at Mono.Cecil.Pdb.PdbReader.PopulateFunctions()
[(0,0)]: Info: at Mono.Cecil.Pdb.PdbReader.ProcessDebugHeader(ImageDebugDirectory directory, Byte[] header)
[(0,0)]: Info: at Mono.Cecil.ModuleDefinition.ProcessDebugHeader()
[(0,0)]: Info: at Mono.Cecil.ModuleDefinition.ReadSymbols(ISymbolReader reader)
[(0,0)]: Info: at Mono.Cecil.ModuleReader.ReadSymbols(ModuleDefinition module, ReaderParameters parameters)
[(0,0)]: Info: at Mono.Cecil.ModuleReader.CreateModuleFrom(Image image, ReaderParameters parameters)
[(0,0)]: Info: at Mono.Cecil.ModuleDefinition.ReadModule(Stream stream, ReaderParameters parameters)
[(0,0)]: Info: at Mono.Cecil.ModuleDefinition.ReadModule(String fileName, ReaderParameters parameters)
[(0,0)]: Info: at SiliconStudio.AssemblyProcessor.AssemblyProcessorApp.Run(String inputFile, String outputFile)
[(0,0)]: Info: Unknown custom metadata item kind: 6
I
was not able to find a solution to this on the internet but maybe the
Paradox guys have seen it before. I get the same error once I’ve opened
the project in either 2013 or 2015. If I don’t open in VS, then the
project continues to build fine in Paradox Studio.