Home
Help
Search
Login
Register
Welcome,
Guest
. Please
login
or
register
.
Did you miss your
activation email
?
News:
NVil Forum
»
General Category
»
Bug Reports
»
Crash: When 'On Tapped' Streamline Action Is Any Tool
« previous
next »
Print
Pages: [
1
]
Author
Topic: Crash: When 'On Tapped' Streamline Action Is Any Tool (Read 4252 times)
0 Members and 1 Guest are viewing this topic.
Posts: 496
Triangle
Vaquero
February 09, 2013, 12:29:13 pm
I get a reproducable crash, when I set the 'On Tapped' field of a streamline tool to any tool and then tapping the according hotkey. 'User event action enabled' has to be checked. The program terminates saying it doesn't work anymore. When 'On Tapped' is set to an command/action it works fine. I could catch an error message with VS. I tried to translate some german parts, so here it is:
System.NullReferenceException was not handled.
Message=The object reference was not set to an object instance.
Source=WorkShop
StackTrace:
at DigitalFossil.AnimationDesign.AnimationDesignGraphicWindow.ModelDesigner.StreamLineEngine.OnAppFormKeyUp(Object sender, KeyEventArgs e)
at DigitalFossil.AnimationDesign.AnimationDesignGraphicWindow.ModelDesigner.OnAppFormKeyUp(Object sender, KeyEventArgs e)
at DigitalFossil.AnimationDesign.AnimationDesignGraphicWindow.OnAppFormKeyUp(Object sender, KeyEventArgs e)
at DigitalFossil.AnimationDesign.AnimationDesignForm.OnFormKeyUp(Object sender, KeyEventArgs e)
at DigitalFossil.KeyboardControler.Form_KeyUp(Object sender, KeyEventArgs e)
at DigitalFossil.KeyboardControler.OnDisableKeyCapturedUp(Keys key)
at DigitalFossil.AnimationDesign.AnimationDesignForm.OnDisableKeyCapturedUp(Keys key)
at DigitalFossil.StartForm.captureKey(Int32 nCode, IntPtr wp, IntPtr lp)
InnerException:
Logged
Posts: 3760
Developer
Administrator
Polygon
IStonia
February 09, 2013, 02:03:03 pm
I can't recreate it. Show your setup? It could be something to do with your config. Can you send me your config files?
Logged
Posts: 3760
Developer
Administrator
Polygon
IStonia
February 11, 2013, 04:06:56 am
Fixed.
Logged
Print
Pages: [
1
]
« previous
next »
NVil Forum
»
General Category
»
Bug Reports
»
Crash: When 'On Tapped' Streamline Action Is Any Tool