What's new
  • Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • Visit Resources
  • Visit Downloads
  • Visit Portal
RebornBuddy Forums

Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your own topics and posts, as well as connect with other members through your own private inbox!

Configeration Form implementation problems

Status
Not open for further replies.

CodenameG

New Member
Joined
Jan 15, 2010
Messages
38,364
ok so ive been trying to get config forms working in project e for about 2 weeks, and now that i figured out how to link the values, im having problems. public version 1.6, up now in the release form, had a shell of a config, but now that i added in the the real thing with that should work, ive been getting this error in the log
Code:
[3:13:20 AM:586] Re-compile complete.
[3:13:37 AM:190]  Exception has been thrown by the target of an invocation. - From: mscorlib   at System.RuntimeMethodHandle._InvokeMethodFast(Object target, Object[] arguments, SignatureStruct& sig, MethodAttributes methodAttributes, RuntimeTypeHandle typeOwner)
   at System.RuntimeMethodHandle.InvokeMethodFast(Object target, Object[] arguments, Signature sig, MethodAttributes methodAttributes, RuntimeTypeHandle typeOwner)
   at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture, Boolean skipVisibilityChecks)
   at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
   at System.Reflection.RuntimePropertyInfo.GetValue(Object obj, BindingFlags invokeAttr, Binder binder, Object[] index, CultureInfo culture)
   at (Object , Object , BindingFlags , Binder , Object[] , CultureInfo )
   at Styx.Logic.Common.Combat.CustomCombat.CustomCombat.get_ConfigForm()Input string was not in a correct format.
[3:13:37 AM:229] Current cc does not have a configuration form
im also including the current build source, for version 1.7 of project e. any help would be appreciated.
Thank you.
 

Attachments

Last edited:
You got your answer now;)

Edit:
numericUpDown_myLag you give it the value of 500
but you have maximal at 100
 
Status
Not open for further replies.
Back
Top