Page 1 of 1

Error on startup

Posted: Mon Sep 01, 2008 11:38 pm
by JP
I just installed the 1.5 trial... when i try to start the Ranorex Studio, i get the following error:

Unhandled exception terminated Ranorex Studio
Exception thrown:
System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> System.ArgumentException: Font 'Courier New' does not support style 'Regular'.
at System.Drawing.Font.CreateNativeFont()
at System.Drawing.Font.Initialize(FontFamily family, Single emSize, FontStyle style, GraphicsUnit unit, Byte gdiCharSet, Boolean gdiVerticalFont)
at System.Drawing.Font..ctor(FontFamily family, Single emSize, FontStyle style)
at ICSharpCode.ConsoleAddin.ConsoleControl..ctor()
at ICSharpCode.ConsoleAddin.ConsolePad..ctor()
--- End of inner exception stack trace ---
at System.RuntimeTypeHandle.CreateInstance(RuntimeType type, Boolean publicOnly, Boolean noCheck, Boolean& canBeCached, RuntimeMethodHandle& ctor, Boolean& bNeedSecurityCheck)
at System.RuntimeType.CreateInstanceSlow(Boolean publicOnly, Boolean fillCache)
at System.RuntimeType.CreateInstanceImpl(Boolean publicOnly, Boolean skipVisibilityChecks, Boolean fillCache)
at System.Activator.CreateInstance(Type type, Boolean nonPublic)
at ICSharpCode.SharpDevelop.PadDescriptor.CreatePad()
at ICSharpCode.ConsoleAddin.UseConsoleCondition.IsValid(Object caller, Condition condition)
at ICSharpCode.Core.LazyConditionEvaluator.IsValid(Object caller, Condition condition)
at ICSharpCode.Core.Condition.IsValid(Object caller)
at ICSharpCode.Core.Condition.GetFailedAction(IEnumerable`1 conditionList, Object caller)
at ICSharpCode.Core.Codon.BuildItem(Object owner, ArrayList subItems)
at ICSharpCode.Core.AddInTreeNode.BuildChildItems(Object caller)
at ICSharpCode.SharpDevelop.Gui.DefaultWorkbench.InitializeWorkspace()
at ICSharpCode.SharpDevelop.Gui.WorkbenchSingleton.InitializeWorkbench()
at ICSharpCode.SharpDevelop.Sda.CallHelper.RunWorkbenchInternal(Object settings)
at ICSharpCode.SharpDevelop.Sda.CallHelper.RunWorkbench(WorkbenchSettings settings)
at ICSharpCode.SharpDevelop.Sda.SharpDevelopHost.RunWorkbench(WorkbenchSettings settings)
at ICSharpCode.SharpDevelop.SharpDevelopMain.RunApplication()
at ICSharpCode.SharpDevelop.SharpDevelopMain.Run(String[] args)
at ICSharpCode.SharpDevelop.SharpDevelopMain.Main(String[] args)

Thank's for your support.

Posted: Tue Sep 02, 2008 10:14 am
by Support Team
It seems that the 'Courier New' font in regular style is not installed on your system. Could you please tell us your operating system version?

Please try to install 'Courier New' font (from Windows installation cd or download via internet) and try starting Ranorex Studio again!

Regards,
Alex
Ranorex Support Team

Posted: Tue Sep 02, 2008 7:16 pm
by JP
-_-U

... that was the problem...

Thank's for your help.