Hi!
I'm new user.
i have installed then installer v 0.9.11 (WINDOWS 10 64bit)
this is the log when i open the Delta Engine Editor SharpDX( but the error it is in all version)
19:55:41 Welcome to the Delta Engine Editor
19:55:42 Warning: Initialization of plugin Emulator took too long: 83ms
19:55:42 Warning: Server Error: System.Exception: Failed to load inner type of 'DeltaEngine.Networking.Messages.UpdateContent' (Version 1.1.0.0). Your data might be outdated 'System.Collections.Generic.Dictionary`2[System.String,System.String]'. Try to delete your local content ---> System.TypeLoadException: Impossibile caricare il tipo 'rdana12
' dall'assembly 'DeltaEngine, Version=1.1.0.0, Culture=neutral, PublicKeyToken=null'.
in System.RuntimeTypeHandle.GetTypeByName(String name, Boolean throwOnError, Boolean ignoreCase, Boolean reflectionOnly, StackCrawlMarkHandle stackMark, IntPtr pPrivHostBinder, Boolean loadTypeFromPartialName, ObjectHandleOnStack type)
in System.RuntimeTypeHandle.GetTypeByName(String name, Boolean throwOnError, Boolean ignoreCase, Boolean reflectionOnly, StackCrawlMark& stackMark, IntPtr pPrivHostBinder, Boolean loadTypeFromPartialName)
in System.RuntimeType.GetType(String typeName, Boolean throwOnError, Boolean ignoreCase, Boolean reflectionOnly, StackCrawlMark& stackMark)
in System.Type.GetType(String typeName, Boolean throwOnError)
in DeltaEngine.Core.BinaryDataExtensions.GetTypeFromFullName(String typeName)
in DeltaEngine.Core.BinaryDataExtensions.GetGenericTypeFromShortNameOrFullName(String typeName)
in DeltaEngine.Core.BinaryDataExtensions.GetTypeFromShortNameOrFullNameIfNotFound(String typeName)
in DeltaEngine.Core.BinaryDataLoader.LoadDictionaryWhereAllValuesAreTheSameType(IDictionary data, BinaryReader reader, Int32 count)
in DeltaEngine.Core.BinaryDataLoader.LoadDictionary(IDictionary data, BinaryReader reader)
in DeltaEngine.Core.BinaryDataLoader.TryLoadDataBody(Object& data, Type type, BinaryReader reader)
in DeltaEngine.Core.BinaryDataLoader.CreateAndLoad(Type typeToCreate, BinaryReader reader)
in DeltaEngine.Core.BinaryDataLoader.LoadClassData(Object data, Type type, BinaryReader reader)
in DeltaEngine.Core.BinaryDataLoader.TryLoadDataBody(Object& data, Type type, BinaryReader reader)
in DeltaEngine.Core.BinaryDataLoader.CreateAndLoad(Type typeToCreate, BinaryReader reader)
in DeltaEngine.Core.BinaryDataLoader.LoadClassData(Object data, Type type, BinaryReader reader)
in DeltaEngine.Core.BinaryDataLoader.TryLoadDataBody(Object& data, Type type, BinaryReader reader)
in DeltaEngine.Core.BinaryDataLoader.CreateAndLoad(Type typeToCreate, BinaryReader reader)
in DeltaEngine.Core.BinaryDataLoader.CreateAndLoad(Type typeToCreate, BinaryReader reader, Version typeDataVersion)
--- Fine della traccia dello stack dell'eccezione interna ---
in DeltaEngine.Core.BinaryDataLoader.CreateAndLoad(Type typeToCreate, BinaryReader reader, Version typeDataVersion)
in DeltaEngine.Core.BinaryDataExtensions.Create(BinaryReader reader)
in DeltaEngine.Networking.Tcp.TcpSocket.OnObjectFinished(MessageData dataContainer)
19:55:42 Error: System.NullReferenceException: Riferimento a un oggetto non impostato su un'istanza di oggetto.
in DeltaEngine.Editor.EditorViewModel.LogAndShowError()
in DeltaEngine.Editor.EditorViewModel.ProcessAndLogServerError(ServerError serverError)
in DeltaEngine.Editor.EditorViewModel.OnDataReceived(Object message)
in System.Action`1.Invoke(T obj)
in DeltaEngine.Networking.Tcp.TcpSocket.OnObjectFinished(MessageData dataContainer)
in DeltaEngine.Networking.Tcp.DataCollector.TriggerObjectFinishedAndResetCurrentContainer()
in DeltaEngine.Networking.Tcp.DataCollector.ReadDataToEnd()
in DeltaEngine.Networking.Tcp.DataCollector.ReadBytes()
in DeltaEngine.Networking.Tcp.TcpSocket.TryReceiveBytes(IAsyncResult asyncResult)
in DeltaEngine.Networking.Tcp.TcpSocket.ReceivingBytes(IAsyncResult asyncResult)
19:55:42 Warning: Initialization of plugin Project Creator took too long: 64ms
The projects samples don't work.
I USE Visual studio Community 2013
In Visual studio Delta Engine Start Page i can't create new project
Fatal Error!
I use Monogame for my project and work.
this is my Setting.xml
<?xml version="1.0" encoding="utf-8"?>
<Settings>
<LimitFramerate>60</LimitFramerate>
<BuiltApps><BuiltApps StoragePath="C:\Users\Giovanni\Documents\DeltaEngine\DeltaEngine.Editor\BuiltApps" /></BuiltApps>
<StartInFullscreen>True</StartInFullscreen>
<Resolution>1366, 728</Resolution>
<ContentServerIp>content.deltaengine.net</ContentServerIp>
<ContentServerPort>800</ContentServerPort>
</Settings>
Can you help me?