Unhandled Exception problem

Hi there,
currently I'm struggling to get RepetierHost running on Linux Mint Cinnamon.

I installed repetier and after trying to start it, at first the privacy policy opens up. With accepting the terms I can see the repetier programm opening up very shortly, but then it crashes. I hope someone can help me as soon as possible.

The following lines appear in the terminal after the privacy policy opens:

libpng warning: iCCP: known incorrect sRGB profile
(I think this is just referring to some color profiles, so I think I can ignore it.)

And this is what appears after the crash:

max@max-ThinkPad-X240:~/Downloads/RepetierHost$
Unhandled Exception:
System.ArgumentException: UNC paths should be of the form \\server\share.
  at System.IO.Path.InsecureGetFullPath (System.String path) [0x000a4] in <8f2c484307284b51944a1a13a14c0266>:0
  at System.IO.Path.GetFullPath (System.String path) [0x00000] in <8f2c484307284b51944a1a13a14c0266>:0
  at System.IO.DirectoryInfo..ctor (System.String path, System.Boolean simpleOriginalPath) [0x0000d] in <8f2c484307284b51944a1a13a14c0266>:0
  at (wrapper remoting-invoke-with-check) System.IO.DirectoryInfo:.ctor (string,bool)
  at System.IO.Directory.CreateDirectoriesInternal (System.String path) [0x00016] in <8f2c484307284b51944a1a13a14c0266>:0
  at System.IO.Directory.CreateDirectory (System.String path) [0x000a4] in <8f2c484307284b51944a1a13a14c0266>:0
  at RepetierHost.view.utils.WebInfoPanel.ReadFromDisk () [0x00075] in <374e76794d164d76af696b6b7ca9e871>:0
  at System.Threading.ThreadHelper.ThreadStart_Context (System.Object state) [0x00017] in <8f2c484307284b51944a1a13a14c0266>:0
  at System.Threading.ExecutionContext.RunInternal (System.Threading.ExecutionContext executionContext, System.Threading.ContextCallback callback, System.Object state, System.Boolean preserveSyncCtx) [0x0008d] in <8f2c484307284b51944a1a13a14c0266>:0
  at System.Threading.ExecutionContext.Run (System.Threading.ExecutionContext executionContext, System.Threading.ContextCallback callback, System.Object state, System.Boolean preserveSyncCtx) [0x00000] in <8f2c484307284b51944a1a13a14c0266>:0
  at System.Threading.ExecutionContext.Run (System.Threading.ExecutionContext executionContext, System.Threading.ContextCallback callback, System.Object state) [0x00031] in <8f2c484307284b51944a1a13a14c0266>:0
  at System.Threading.ThreadHelper.ThreadStart () [0x0000b] in <8f2c484307284b51944a1a13a14c0266>:0
[ERROR] FATAL UNHANDLED EXCEPTION: System.ArgumentException: UNC paths should be of the form \\server\share.
  at System.IO.Path.InsecureGetFullPath (System.String path) [0x000a4] in <8f2c484307284b51944a1a13a14c0266>:0
  at System.IO.Path.GetFullPath (System.String path) [0x00000] in <8f2c484307284b51944a1a13a14c0266>:0
  at System.IO.DirectoryInfo..ctor (System.String path, System.Boolean simpleOriginalPath) [0x0000d] in <8f2c484307284b51944a1a13a14c0266>:0
  at (wrapper remoting-invoke-with-check) System.IO.DirectoryInfo:.ctor (string,bool)
  at System.IO.Directory.CreateDirectoriesInternal (System.String path) [0x00016] in <8f2c484307284b51944a1a13a14c0266>:0
  at System.IO.Directory.CreateDirectory (System.String path) [0x000a4] in <8f2c484307284b51944a1a13a14c0266>:0
  at RepetierHost.view.utils.WebInfoPanel.ReadFromDisk () [0x00075] in <374e76794d164d76af696b6b7ca9e871>:0
  at System.Threading.ThreadHelper.ThreadStart_Context (System.Object state) [0x00017] in <8f2c484307284b51944a1a13a14c0266>:0
  at System.Threading.ExecutionContext.RunInternal (System.Threading.ExecutionContext executionContext, System.Threading.ContextCallback callback, System.Object state, System.Boolean preserveSyncCtx) [0x0008d] in <8f2c484307284b51944a1a13a14c0266>:0
  at System.Threading.ExecutionContext.Run (System.Threading.ExecutionContext executionContext, System.Threading.ContextCallback callback, System.Object state, System.Boolean preserveSyncCtx) [0x00000] in <8f2c484307284b51944a1a13a14c0266>:0
  at System.Threading.ExecutionContext.Run (System.Threading.ExecutionContext executionContext, System.Threading.ContextCallback callback, System.Object state) [0x00031] in <8f2c484307284b51944a1a13a14c0266>:0
  at System.Threading.ThreadHelper.ThreadStart () [0x0000b] in <8f2c484307284b51944a1a13a14c0266>:0

Greetings,
Max


Comments

  • Since it normally works and "System.ArgumentException: UNC paths should be of the form \\server\share." seems be the source, the question is if you are running this in a special directory or if your home direction is at a network share with special handling. Seems at least that c#/-NET is not happy with some path name.
Sign In or Register to comment.