Just downloaded the 1.5 version. Getting this error on start:
Spoiler
The error time: 10/24/2013 22:20
Exception: System.InvalidOperationException: Reeks bevat geen overeenkomend element
bij System.Linq.Enumerable.First[TSource](IEnumerable`1 source, Func`2 predicate)
bij POESKillTree.SkillTree.DrawFaces()
bij POESKillTree.SkillTree.set_Chartype(Int32 value)
bij POESKillTree.MainWindow.Window_Loaded(Object sender, RoutedEventArgs e)
bij System.Windows.EventRoute.InvokeHandlersImpl(Object source, RoutedEventArgs args, Boolean reRaised)
bij System.Windows.UIElement.RaiseEventImpl(DependencyObject sender, RoutedEventArgs args)
bij MS.Internal.FrameworkObject.OnLoaded(RoutedEventArgs args)
bij System.Windows.BroadcastEventHelper.BroadcastEvent(DependencyObject root, RoutedEvent routedEvent)
bij System.Windows.BroadcastEventHelper.BroadcastLoadedEvent(Object root)
bij System.Windows.Media.MediaContext.FireLoadedPendingCallbacks()
bij System.Windows.Media.MediaContext.FireInvokeOnRenderCallbacks()
bij System.Windows.Media.MediaContext.RenderMessageHandlerCore(Object resizedCompositionTarget)
bij System.Windows.Media.MediaContext.RenderMessageHandler(Object resizedCompositionTarget)
bij System.Windows.Interop.HwndTarget.OnResize()
bij System.Windows.Interop.HwndTarget.HandleMessage(WindowMessage msg, IntPtr wparam, IntPtr lparam)
bij System.Windows.Interop.HwndSource.HwndTargetFilterMessage(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
bij MS.Win32.HwndWrapper.WndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
bij MS.Win32.HwndSubclass.DispatcherCallbackOperation(Object o)
bij System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
bij MS.Internal.Threading.ExceptionFilterHelper.TryCatchWhen(Object source, Delegate method, Object args, Int32 numArgs, Delegate catchHandler)
looks like your data folder is incomplete.
Since the PoE servers are under heavy load, the download sometimes gets canceled.
deleting data again should solve this.
Check out Xamarin. Lets you build native ios and android apps in C#. Not sure how large your UI and data layers are since you'd probably need to rewrite them with Xamarin's wrappers (separately for ios and android if you want to target both), but you could use your business layer without any porting.
Última edição por Exxar#6008 em 25 de out. de 2013 18:36:31
Second the Xamarin suggestion. They recently raised their license costs significantly, moving it out of reach for most indie and open source developers, but if you contact them they might give you a free license for your open source app.
If you want to sell a paid version for ios and android at a simple buck a pop or supported with ads I think you have a good chance of making the $999 license fee back based on the number of replies to this thread alone.
Your app might fit within the restrictions of their Indie pricing structure though which is only $299.
I think it is the best of the "cross platform" app development environments out there. If you get the higher edition it integrates right into Visual Studio so the learning curve is less steep.
Or for $1 more you could create your own unique in POE. ;)
Keep up the great work, this is an invaluable tool for players and your codebase is good.