I finally tried to installed repetierHost on the same computer but with a fresh and new admin user created (As I don't know why it could'nt work ...)
.. and now the crash seems to be for a diffrent reason :
Unhandled Exception:
System.ArgumentException: The requested FontFamily could not be found [GDI+ status: FontFamilyNotFound]
at System.Drawing.GDIPlus.CheckStatus (System.Drawing.Status status) [0x001ce] in <1a64ef574ef242238a33e28e351f6347>:0
at System.Drawing.Font.GetHeight (System.Single dpi) [0x0000e] in <1a64ef574ef242238a33e28e351f6347>:0
at System.Drawing.Font.GetHeight () [0x00006] in <1a64ef574ef242238a33e28e351f6347>:0
at System.Drawing.Font.get_Height () [0x00000] in <1a64ef574ef242238a33e28e351f6347>:0
at (wrapper remoting-invoke-with-check) System.Drawing.Font:get_Height ()
at System.Windows.Forms.LineTag.FormatText (System.Windows.Forms.Line line, System.Int32 formatStart, System.Int32 length, System.Drawing.Font font, System.Drawing.Color color, System.Drawing.Color backColor, System.Windows.Forms.FormatSpecified specified) [0x0000a] in <c86f0be4f9a847d3b8d63306221e6732>:0
at System.Windows.Forms.TextBoxBase.TextBoxBase_FontOrColorChanged (System.Object sender, System.EventArgs e) [0x00035] in <c86f0be4f9a847d3b8d63306221e6732>:0
at System.Windows.Forms.Control.OnFontChanged (System.EventArgs e) [0x00019] in <c86f0be4f9a847d3b8d63306221e6732>:0
at System.Windows.Forms.TextBoxBase.OnFontChanged (System.EventArgs e) [0x00000] in <c86f0be4f9a847d3b8d63306221e6732>:0
at System.Windows.Forms.Control.set_Font (System.Drawing.Font value) [0x0001f] in <c86f0be4f9a847d3b8d63306221e6732>:0
at System.Windows.Forms.RichTextBox.set_Font (System.Drawing.Font value) [0x0002b] in <c86f0be4f9a847d3b8d63306221e6732>:0
at RepetierHost.view.RepetierEditor.InitializeComponent () [0x012c1] in <7f944aea11b94bbbb82caed051c2fe65>:0
at RepetierHost.view.RepetierEditor..ctor () [0x001e9] in <7f944aea11b94bbbb82caed051c2fe65>:0
at (wrapper remoting-invoke-with-check) RepetierHost.view.RepetierEditor:.ctor ()
at RepetierHost.Main..ctor () [0x00464] in <7f944aea11b94bbbb82caed051c2fe65>:0
at (wrapper remoting-invoke-with-check) RepetierHost.Main:.ctor ()
at RepetierHost.Program.Main (System.String[] args) [0x0000e] in <7f944aea11b94bbbb82caed051c2fe65>:0
[ERROR] FATAL UNHANDLED EXCEPTION: System.ArgumentException: The requested FontFamily could not be found [GDI+ status: FontFamilyNotFound]
at System.Drawing.GDIPlus.CheckStatus (System.Drawing.Status status) [0x001ce] in <1a64ef574ef242238a33e28e351f6347>:0
at System.Drawing.Font.GetHeight (System.Single dpi) [0x0000e] in <1a64ef574ef242238a33e28e351f6347>:0
at System.Drawing.Font.GetHeight () [0x00006] in <1a64ef574ef242238a33e28e351f6347>:0
at System.Drawing.Font.get_Height () [0x00000] in <1a64ef574ef242238a33e28e351f6347>:0
at (wrapper remoting-invoke-with-check) System.Drawing.Font:get_Height ()
at System.Windows.Forms.LineTag.FormatText (System.Windows.Forms.Line line, System.Int32 formatStart, System.Int32 length, System.Drawing.Font font, System.Drawing.Color color, System.Drawing.Color backColor, System.Windows.Forms.FormatSpecified specified) [0x0000a] in <c86f0be4f9a847d3b8d63306221e6732>:0
at System.Windows.Forms.TextBoxBase.TextBoxBase_FontOrColorChanged (System.Object sender, System.EventArgs e) [0x00035] in <c86f0be4f9a847d3b8d63306221e6732>:0
at System.Windows.Forms.Control.OnFontChanged (System.EventArgs e) [0x00019] in <c86f0be4f9a847d3b8d63306221e6732>:0
at System.Windows.Forms.TextBoxBase.OnFontChanged (System.EventArgs e) [0x00000] in <c86f0be4f9a847d3b8d63306221e6732>:0
at System.Windows.Forms.Control.set_Font (System.Drawing.Font value) [0x0001f] in <c86f0be4f9a847d3b8d63306221e6732>:0
at System.Windows.Forms.RichTextBox.set_Font (System.Drawing.Font value) [0x0002b] in <c86f0be4f9a847d3b8d63306221e6732>:0
at RepetierHost.view.RepetierEditor.InitializeComponent () [0x012c1] in <7f944aea11b94bbbb82caed051c2fe65>:0
at RepetierHost.view.RepetierEditor..ctor () [0x001e9] in <7f944aea11b94bbbb82caed051c2fe65>:0
at (wrapper remoting-invoke-with-check) RepetierHost.view.RepetierEditor:.ctor ()
at RepetierHost.Main..ctor () [0x00464] in <7f944aea11b94bbbb82caed051c2fe65>:0
at (wrapper remoting-invoke-with-check) RepetierHost.Main:.ctor ()
at RepetierHost.Program.Main (System.String[] args) [0x0000e] in <7f944aea11b94bbbb82caed051c2fe65>:0
problem of font missing ? (I checked Arial font is installed)
thanks for your help!