D-Squiggles / cbloader

Automatically exported from code.google.com/p/cbloader
0 stars 0 forks source link

Unhandled Exception #171

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Opening CBLoader.
2. Waiting for CBLoader to load.
3. Initial window doesn't go away.

What is the expected output? What do you see instead?

Unhandled Exception: System.TypeInitializationException: The type initializer 
for 'CharacterBuilderLoader.Log' threw an exception. ---> 
System.TypeInitializationException: The type initializer for 
'CharacterBuilderLoader.FileManager' threw an exception. ---> 
System.Runtime.InteropServices.ExternalException: Timed out waiting for a 
program to execute. The command being executed was 
"C:\Windows\Microsoft.NET\Framework\v2.0.50727\csc.exe" /noconfig /fullpaths 
@"C:\Users\Sirdan87\AppData\Local\Temp\kfqlqbtl.cmdline".
   at System.CodeDom.Compiler.Executor.ExecWaitWithCaptureUnimpersonated(SafeUserTokenHandle userToken, String cmd, String currentDir, TempFileCollection tempFiles, String& outputName, String& errorName, String trueCmdLine)
   at System.CodeDom.Compiler.Executor.ExecWaitWithCapture(SafeUserTokenHandle userToken, String cmd, String currentDir, TempFileCollection tempFiles, String& outputName, String& errorName, String trueCmdLine)
   at Microsoft.CSharp.CSharpCodeGenerator.Compile(CompilerParameters options, String compilerDirectory, String compilerExe, String arguments, String& outputFile, Int32& nativeReturnValue, String trueArgs)
   at Microsoft.CSharp.CSharpCodeGenerator.FromFileBatch(CompilerParameters options, String[] fileNames)
   at Microsoft.CSharp.CSharpCodeGenerator.FromSourceBatch(CompilerParameters options, String[] sources)
   at Microsoft.CSharp.CSharpCodeGenerator.System.CodeDom.Compiler.ICodeCompiler.CompileAssemblyFromSourceBatch(CompilerParameters options, String[] sources)
   at System.CodeDom.Compiler.CodeDomProvider.CompileAssemblyFromSource(CompilerParameters options, String[] sources)
   at System.Xml.Serialization.Compiler.Compile(Assembly parent, String ns, XmlSerializerCompilerParameters xmlParameters, Evidence evidence)
   at System.Xml.Serialization.TempAssembly.GenerateAssembly(XmlMapping[] xmlMappings, Type[] types, String defaultNamespace, Evidence evidence, XmlSerializerCompilerParameters parameters, Assembly assembly, Hashtable assemblies)
   at System.Xml.Serialization.TempAssembly..ctor(XmlMapping[] xmlMappings, Type[] types, String defaultNamespace, String location, Evidence evidence)
   at System.Xml.Serialization.XmlSerializer.GenerateTempAssembly(XmlMapping xmlMapping, Type type, String defaultNamespace)
   at System.Xml.Serialization.XmlSerializer..ctor(Type type, String defaultNamespace)
   at System.Xml.Serialization.XmlSerializer..ctor(Type type)
   at CharacterBuilderLoader.FileManager..cctor()
   --- End of inner exception stack trace ---
   at CharacterBuilderLoader.FileManager.get_BasePath()
   at CharacterBuilderLoader.Log..cctor()
   --- End of inner exception stack trace ---
   at CharacterBuilderLoader.Log.Error(String msg, Exception e)
   at CharacterBuilderLoader.Program.Main(String[] args)

What version of the product are you using? On what operating system?

I'm using Win 10 Pro. 64-Bit

Please provide any additional information below.

Just occurred yesterday when I needed to look over a character. I waited for 
the program to load as normal, than the window filled in the text listed above. 

Original issue reported on code.google.com by sirda...@gmail.com on 9 Aug 2015 at 11:30