Page 1 of 1

Insolence prob

Posted: Fri Sep 15, 2006 8:17 am
by alxtz
what do i need to get this working...I feal like a ediot :oops: all i get everytime is error:(Microsoft .net framework:rcbmp(110 is not a valid value for int32) )
I got .net framework 1.1 and 2.0 :S so i dont know whats wrong someone pls help.
Edit2: here is the log:
************** Exception Text **************
System.Exception: rcbmp(110 is not a valid value for Int32. ---> System.FormatException: Input string was not in a correct format.
at System.Number.ParseInt32(String s, NumberStyles style, NumberFormatInfo info)
at System.ComponentModel.Int32Converter.FromString(String value, NumberFormatInfo formatInfo)
at System.ComponentModel.BaseNumberConverter.ConvertFrom(ITypeDescriptorContext context, CultureInfo culture, Object value)
--- End of inner exception stack trace ---
at System.ComponentModel.BaseNumberConverter.ConvertFrom(ITypeDescriptorContext context, CultureInfo culture, Object value)
at System.ComponentModel.TypeConverter.ConvertFromString(ITypeDescriptorContext context, CultureInfo culture, String text)
at System.Drawing.ColorConverter.ConvertFrom(ITypeDescriptorContext context, CultureInfo culture, Object value)
at System.ComponentModel.TypeConverter.ConvertFromString(ITypeDescriptorContext context, CultureInfo culture, String text)
at Xceed.SmartUI.UIStyle.Win32.SystemTheme.GetColorFromString(String colorName)
at Xceed.SmartUI.UIStyle.Win32.SystemTheme.SaveSystemTheme()
at Xceed.SmartUI.UIStyle.Theme.InitResourceManager()
at Xceed.SmartUI.UIStyle.Theme.Add(ThemePart themePart)
at Xceed.SmartUI.UIStyle.Theme.SmartSkin(ThemePart themePart)
at Xceed.SmartUI.SmartPaint.DrawThemePart(ThemePart themePart, Rectangle rectangle)
at Xceed.SmartUI.Controls.ToolBar.SmartToolBar.PaintItemsBackground(SmartPaintEventArgs e)
at Xceed.SmartUI.SmartControl.InvokePaintItemsBackground(SmartPaintEventArgs e)
at Xceed.SmartUI.SmartItemCollection.DrawSmartItems(DrawSmartItemsEventArgs e)
at Xceed.SmartUI.SmartControl.OnPaint(PaintEventArgs e)
at System.Windows.Forms.Control.PaintWithErrorHandling(PaintEventArgs e, Int16 layer, Boolean disposeEventArgs)
at System.Windows.Forms.Control.WmPaint(Message& m)
at System.Windows.Forms.Control.WndProc(Message& m)
at System.Windows.Forms.ControlNativeWindow.OnMessage(Message& m)
at System.Windows.Forms.ControlNativeWindow.WndProc(Message& m)
at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)


************** Loaded Assemblies **************
mscorlib
Assembly Version: 1.0.5000.0
Win32 Version: 1.1.4322.573
CodeBase: file:///c:/windows/microsoft.net/framework/v1.1.4322/mscorlib.dll
----------------------------------------
Insolence
Assembly Version: 1.0.1985.40689
Win32 Version: 1.0.1985.40689
CodeBase: file:///D:/Alx%20HDD%20Backup/H2Mods/InsolenceV1/Insolence.exe
----------------------------------------
System.Windows.Forms
Assembly Version: 1.0.5000.0
Win32 Version: 1.1.4322.573
CodeBase: file:///c:/windows/assembly/gac/system.windows.forms/1.0.5000.0__b77a5c561934e089/system.windows.forms.dll
----------------------------------------
System
Assembly Version: 1.0.5000.0
Win32 Version: 1.1.4322.573
CodeBase: file:///c:/windows/assembly/gac/system/1.0.5000.0__b77a5c561934e089/system.dll
----------------------------------------
Xceed.SmartUI
Assembly Version: 3.2.5118.0
Win32 Version: 3.2.5118.0
CodeBase: file:///D:/Alx%20HDD%20Backup/H2Mods/InsolenceV1/Xceed.SmartUI.DLL
----------------------------------------
System.Drawing
Assembly Version: 1.0.5000.0
Win32 Version: 1.1.4322.573
CodeBase: file:///c:/windows/assembly/gac/system.drawing/1.0.5000.0__b03f5f7f11d50a3a/system.drawing.dll
----------------------------------------
Xceed.SmartUI.Controls
Assembly Version: 3.2.5118.0
Win32 Version: 3.2.5118.0
CodeBase: file:///D:/Alx%20HDD%20Backup/H2Mods/InsolenceV1/Xceed.SmartUI.Controls.DLL
----------------------------------------
Xceed.SmartUI.UIStyle
Assembly Version: 3.2.5118.0
Win32 Version: 3.2.5118.0
CodeBase: file:///D:/Alx%20HDD%20Backup/H2Mods/InsolenceV1/Xceed.SmartUI.UIStyle.DLL

Help pls

Posted: Fri Sep 15, 2006 8:29 am
by xXxCocoFangxXx
You should use Entity.

Posted: Fri Sep 15, 2006 8:34 am
by alxtz
i know but i wanna work on Jmad tag(Swap animation) and i dont know how to do it in Entity :S
+ the tuto said to make it in Insolence :S
Edit: I got all .net that i can haave 1.0-1.1-2.0
here my last log:
************** Exception Text **************
System.Exception: rcbmp(110 is not a valid value for Int32. ---> System.FormatException: Input string was not in a correct format.
at System.Number.ParseInt32(String s, NumberStyles style, NumberFormatInfo info)
at System.ComponentModel.Int32Converter.FromString(String value, NumberFormatInfo formatInfo)
at System.ComponentModel.BaseNumberConverter.ConvertFrom(ITypeDescriptorContext context, CultureInfo culture, Object value)
--- End of inner exception stack trace ---
at System.ComponentModel.BaseNumberConverter.ConvertFrom(ITypeDescriptorContext context, CultureInfo culture, Object value)
at System.ComponentModel.TypeConverter.ConvertFromString(ITypeDescriptorContext context, CultureInfo culture, String text)
at System.Drawing.ColorConverter.ConvertFrom(ITypeDescriptorContext context, CultureInfo culture, Object value)
at System.ComponentModel.TypeConverter.ConvertFromString(ITypeDescriptorContext context, CultureInfo culture, String text)
at Xceed.SmartUI.UIStyle.Win32.SystemTheme.GetColorFromString(String colorName)
at Xceed.SmartUI.UIStyle.Win32.SystemTheme.SaveSystemTheme()
at Xceed.SmartUI.UIStyle.Theme.InitResourceManager()
at Xceed.SmartUI.UIStyle.Theme.Add(ThemePart themePart)
at Xceed.SmartUI.UIStyle.Theme.SmartSkin(ThemePart themePart)
at Xceed.SmartUI.SmartPaint.DrawThemePart(ThemePart themePart, Rectangle rectangle)
at Xceed.SmartUI.Controls.ToolBar.SmartToolBar.PaintItemsBackground(SmartPaintEventArgs e)
at Xceed.SmartUI.SmartControl.InvokePaintItemsBackground(SmartPaintEventArgs e)
at Xceed.SmartUI.SmartItemCollection.DrawSmartItems(DrawSmartItemsEventArgs e)
at Xceed.SmartUI.SmartControl.OnPaint(PaintEventArgs e)
at System.Windows.Forms.Control.PaintWithErrorHandling(PaintEventArgs e, Int16 layer, Boolean disposeEventArgs)
at System.Windows.Forms.Control.WmPaint(Message& m)
at System.Windows.Forms.Control.WndProc(Message& m)
at System.Windows.Forms.ControlNativeWindow.OnMessage(Message& m)
at System.Windows.Forms.ControlNativeWindow.WndProc(Message& m)
at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)


************** Loaded Assemblies **************
mscorlib
Assembly Version: 1.0.5000.0
Win32 Version: 1.1.4322.573
CodeBase: file:///c:/windows/microsoft.net/framework/v1.1.4322/mscorlib.dll
----------------------------------------
Insolence
Assembly Version: 1.0.1985.40689
Win32 Version: 1.0.1985.40689
CodeBase: file:///D:/Alx%20HDD%20Backup/H2Mods/InsolenceV1/Insolence.exe
----------------------------------------
System
Assembly Version: 1.0.5000.0
Win32 Version: 1.1.4322.573
CodeBase: file:///c:/windows/assembly/gac/system/1.0.5000.0__b77a5c561934e089/system.dll
----------------------------------------
System.Drawing
Assembly Version: 1.0.5000.0
Win32 Version: 1.1.4322.573
CodeBase: file:///c:/windows/assembly/gac/system.drawing/1.0.5000.0__b03f5f7f11d50a3a/system.drawing.dll
----------------------------------------
System.DirectoryServices
Assembly Version: 1.0.5000.0
Win32 Version: 1.1.4322.573
CodeBase: file:///c:/windows/assembly/gac/system.directoryservices/1.0.5000.0__b03f5f7f11d50a3a/system.directoryservices.dll
----------------------------------------
System.Messaging
Assembly Version: 1.0.5000.0
Win32 Version: 1.1.4322.573
CodeBase: file:///c:/windows/assembly/gac/system.messaging/1.0.5000.0__b03f5f7f11d50a3a/system.messaging.dll
----------------------------------------
System.ServiceProcess
Assembly Version: 1.0.5000.0
Win32 Version: 1.1.4322.573
CodeBase: file:///c:/windows/assembly/gac/system.serviceprocess/1.0.5000.0__b03f5f7f11d50a3a/system.serviceprocess.dll
----------------------------------------
System.Data
Assembly Version: 1.0.5000.0
Win32 Version: 1.1.4322.573
CodeBase: file:///c:/windows/assembly/gac/system.data/1.0.5000.0__b77a5c561934e089/system.data.dll
----------------------------------------
System.Windows.Forms
Assembly Version: 1.0.5000.0
Win32 Version: 1.1.4322.573
CodeBase: file:///c:/windows/assembly/gac/system.windows.forms/1.0.5000.0__b77a5c561934e089/system.windows.forms.dll
----------------------------------------
Xceed.SmartUI
Assembly Version: 3.2.5118.0
Win32 Version: 3.2.5118.0
CodeBase: file:///D:/Alx%20HDD%20Backup/H2Mods/InsolenceV1/Xceed.SmartUI.DLL
----------------------------------------
Xceed.SmartUI.Controls
Assembly Version: 3.2.5118.0
Win32 Version: 3.2.5118.0
CodeBase: file:///D:/Alx%20HDD%20Backup/H2Mods/InsolenceV1/Xceed.SmartUI.Controls.DLL
----------------------------------------
Xceed.SmartUI.UIStyle
Assembly Version: 3.2.5118.0
Win32 Version: 3.2.5118.0
CodeBase: file:///D:/Alx%20HDD%20Backup/H2Mods/InsolenceV1/Xceed.SmartUI.UIStyle.DLL
----------------------------------------
PLS someone i really need to get this working! :cry:

Thx

Posted: Tue Oct 31, 2006 8:53 am
by alxtz
Well for a long time now i cant run insolence and that piss me off...:S
I wanna know what exacly i need to be able to run Insolence (ex:.Net 2.0 ...ect) Someone pls tell me, because i know that one time i whase able to run it but i remade my pc and now its not running anymore:S

Thx for the help

Posted: Tue Oct 31, 2006 11:02 am
by Monkey Terd
You probably have a modified windows theme. Put it on the default Windows XP setup, and it should work fine.

Posted: Tue Oct 31, 2006 11:16 am
by T Beezie
xXxCocoFangxXx wrote:You should use Entity.
jmad swapping using Entity <_<