Hi,
First of all, I would like to say: Great work so far on the Engine. I have been using it for a year or so and I am very impressed with the features that are getting added all the time.
I do, however, run into an issue recently with the Editor.
Since installing DeltaEngine 1.1 from the download page, I am having issues uploading content to my project, using the DeltaEngine editor.
• I am running Windows 8.1, but have also gone through the same workflow on a clean Windows 7 PC
• Development is done on Visual Studio 2012 Express
• I am generally starting the Editor via the OpenTK version
• My project is created as an OpenTK project and using the EmptyApp Template
I normally use the installer to installer on the download page, but for this purpose I have also tried the latest (?) nightly build (16 March). Perhaps the version I am using is already a clue?
Generally, I am getting the following error:
Server Error: Command ‘filemd5’ failed: exception: Can’t get runner for query {Files_id: ObjectId(‘534bbaccc204c60b88103b96’), n: {$gte:0}}(response: {“errmsg”:”exception: Can’t get runner for query {files_id: ObjectId(‘534bbaccc204c60b88103b96’), n:{$gte:0}}”,”code”:17241, “ok”:0.0})
I have tried the following:
Delete all my projects in the Editor -> Close the Editor -> Delete the folder c:\users\<my username>\documents\deltaengine -> Start the Editor -> Create a new project -> Use the ‘New’ or ‘Import’ button to get Content into my project
Other errors also come into play, like this one, on the server log:
System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> DeltaEngine.Input.KeyTrigger+CannotCreateKeyTriggerWithoutKey: Exception of type 'DeltaEngine.Input.KeyTrigger+CannotCreateKeyTriggerWithoutKey' was thrown. at DeltaEngine.Input.KeyTrigger..ctor(String keyAndState) --- End of inner exception stack trace --- at DeltaEngine.Commands.Trigger.GenerateTriggerFromType(Type triggerType, String triggerName, String triggerValue).
Note that I have reinstalled several times on 2 different machines.
Any help/suggestions/potential fixes are very welcome!
Thank you!
Aarnout