Unofficial Offline Skilltree Calc (Delete the Data folder to update. Stop posting "update please" )

I would guess this does not work with android tablets?

"
Torin wrote:
I would guess this does not work with android tablets?


no. not yet anyway, as i don't have an android tablet.

I may get the note10.1 when it's released so it is possible that sometime after the open beta start i port the code to android.
ok first of what is a .net4? call me a noob but I have no idea and im gettin an error and im not sure if it's cause of that or not
Spoiler
The error time: 07/29/2012 10:07
Exception: System.FormatException: The input is not a valid Base-64 string as it contains a non-base 64 character, more than two padding characters, or a non-white space character among the padding characters.
at System.Convert.FromBase64String(String s)
at POESKillTree.SkillTree.LoadFromURL(String url)
at POESKillTree.MainWindow.button2_Click(Object sender, RoutedEventArgs e)
at System.Windows.EventRoute.InvokeHandlersImpl(Object source, RoutedEventArgs args, Boolean reRaised)
at System.Windows.UIElement.RaiseEventImpl(DependencyObject sender, RoutedEventArgs args)
at System.Windows.Controls.Button.OnClick()
at System.Windows.Controls.Primitives.ButtonBase.OnMouseLeftButtonUp(MouseButtonEventArgs e)
at System.Windows.RoutedEventArgs.InvokeHandler(Delegate handler, Object target)
at System.Windows.EventRoute.InvokeHandlersImpl(Object source, RoutedEventArgs args, Boolean reRaised)
at System.Windows.UIElement.ReRaiseEventAs(DependencyObject sender, RoutedEventArgs args, RoutedEvent newEvent)
at System.Windows.RoutedEventArgs.InvokeHandler(Delegate handler, Object target)
at System.Windows.EventRoute.InvokeHandlersImpl(Object source, RoutedEventArgs args, Boolean reRaised)
at System.Windows.UIElement.RaiseEventImpl(DependencyObject sender, RoutedEventArgs args)
at System.Windows.UIElement.RaiseTrustedEvent(RoutedEventArgs args)
at System.Windows.Input.InputManager.ProcessStagingArea()
at System.Windows.Input.InputProviderSite.ReportInput(InputReport inputReport)
at System.Windows.Interop.HwndMouseInputProvider.ReportInput(IntPtr hwnd, InputMode mode, Int32 timestamp, RawMouseActions actions, Int32 x, Int32 y, Int32 wheel)
at System.Windows.Interop.HwndMouseInputProvider.FilterMessage(IntPtr hwnd, WindowMessage msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
at System.Windows.Interop.HwndSource.InputFilterMessage(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
at MS.Win32.HwndWrapper.WndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
at MS.Win32.HwndSubclass.DispatcherCallbackOperation(Object o)
at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
at MS.Internal.Threading.ExceptionFilterHelper.TryCatchWhen(Object source, Delegate method, Object args, Int32 numArgs, Delegate catchHandler)
The error time: 07/29/2012 10:14
Exception: System.Windows.Markup.XamlParseException: The invocation of the constructor on type 'POESKillTree.MainWindow' that matches the specified binding constraints threw an exception. ---> System.FormatException: The input is not a valid Base-64 string as it contains a non-base 64 character, more than two padding characters, or a non-white space character among the padding characters.
at System.Convert.FromBase64String(String s)
at POESKillTree.SkillTree.LoadFromURL(String url)
at POESKillTree.MainWindow.button2_Click(Object sender, RoutedEventArgs e)
at POESKillTree.MainWindow..ctor()
--- End of inner exception stack trace ---
at System.Windows.Markup.WpfXamlLoader.Load(XamlReader xamlReader, IXamlObjectWriterFactory writerFactory, Boolean skipJournaledProperties, Object rootObject, XamlObjectWriterSettings settings, Uri baseUri)
at System.Windows.Markup.WpfXamlLoader.LoadBaml(XamlReader xamlReader, Boolean skipJournaledProperties, Object rootObject, XamlAccessLevel accessLevel, Uri baseUri)
at System.Windows.Markup.XamlReader.LoadBaml(Stream stream, ParserContext parserContext, Object parent, Boolean closeStream)
at System.Windows.Application.LoadBamlStreamWithSyncInfo(Stream stream, ParserContext pc)
at System.Windows.Application.DoStartup()
at System.Windows.Application.<.ctor>b__1(Object unused)
at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
at MS.Internal.Threading.ExceptionFilterHelper.TryCatchWhen(Object source, Delegate method, Object args, Int32 numArgs, Delegate catchHandler)
Exception: System.FormatException: The input is not a valid Base-64 string as it contains a non-base 64 character, more than two padding characters, or a non-white space character among the padding characters.
at System.Convert.FromBase64String(String s)
at POESKillTree.SkillTree.LoadFromURL(String url)
at POESKillTree.MainWindow.button2_Click(Object sender, RoutedEventArgs e)
at POESKillTree.MainWindow..ctor()


feedback would be greatly appreciated
Net is a framework for windows applications, the follower to the former vbrun-dll's. It's made to give a consistent interface to as much programming environments as possible, comparable to directx for graphics.

there you can get it: http://www.microsoft.com/net
invited by timer @ 10.12.2011
--
deutsche Community: www.exiled.eu & ts.exiled.eu
"
JamFtw wrote:
ok first of what is a .net4? call me a noob but I have no idea and im gettin an error and im not sure if it's cause of that or not
Spoiler
The error time: 07/29/2012 10:07
Exception: System.FormatException: The input is not a valid Base-64 string as it contains a non-base 64 character, more than two padding characters, or a non-white space character among the padding characters.
at System.Convert.FromBase64String(String s)
at POESKillTree.SkillTree.LoadFromURL(String url)
at POESKillTree.MainWindow.button2_Click(Object sender, RoutedEventArgs e)
at System.Windows.EventRoute.InvokeHandlersImpl(Object source, RoutedEventArgs args, Boolean reRaised)
at System.Windows.UIElement.RaiseEventImpl(DependencyObject sender, RoutedEventArgs args)
at System.Windows.Controls.Button.OnClick()
at System.Windows.Controls.Primitives.ButtonBase.OnMouseLeftButtonUp(MouseButtonEventArgs e)
at System.Windows.RoutedEventArgs.InvokeHandler(Delegate handler, Object target)
at System.Windows.EventRoute.InvokeHandlersImpl(Object source, RoutedEventArgs args, Boolean reRaised)
at System.Windows.UIElement.ReRaiseEventAs(DependencyObject sender, RoutedEventArgs args, RoutedEvent newEvent)
at System.Windows.RoutedEventArgs.InvokeHandler(Delegate handler, Object target)
at System.Windows.EventRoute.InvokeHandlersImpl(Object source, RoutedEventArgs args, Boolean reRaised)
at System.Windows.UIElement.RaiseEventImpl(DependencyObject sender, RoutedEventArgs args)
at System.Windows.UIElement.RaiseTrustedEvent(RoutedEventArgs args)
at System.Windows.Input.InputManager.ProcessStagingArea()
at System.Windows.Input.InputProviderSite.ReportInput(InputReport inputReport)
at System.Windows.Interop.HwndMouseInputProvider.ReportInput(IntPtr hwnd, InputMode mode, Int32 timestamp, RawMouseActions actions, Int32 x, Int32 y, Int32 wheel)
at System.Windows.Interop.HwndMouseInputProvider.FilterMessage(IntPtr hwnd, WindowMessage msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
at System.Windows.Interop.HwndSource.InputFilterMessage(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
at MS.Win32.HwndWrapper.WndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
at MS.Win32.HwndSubclass.DispatcherCallbackOperation(Object o)
at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
at MS.Internal.Threading.ExceptionFilterHelper.TryCatchWhen(Object source, Delegate method, Object args, Int32 numArgs, Delegate catchHandler)
The error time: 07/29/2012 10:14
Exception: System.Windows.Markup.XamlParseException: The invocation of the constructor on type 'POESKillTree.MainWindow' that matches the specified binding constraints threw an exception. ---> System.FormatException: The input is not a valid Base-64 string as it contains a non-base 64 character, more than two padding characters, or a non-white space character among the padding characters.
at System.Convert.FromBase64String(String s)
at POESKillTree.SkillTree.LoadFromURL(String url)
at POESKillTree.MainWindow.button2_Click(Object sender, RoutedEventArgs e)
at POESKillTree.MainWindow..ctor()
--- End of inner exception stack trace ---
at System.Windows.Markup.WpfXamlLoader.Load(XamlReader xamlReader, IXamlObjectWriterFactory writerFactory, Boolean skipJournaledProperties, Object rootObject, XamlObjectWriterSettings settings, Uri baseUri)
at System.Windows.Markup.WpfXamlLoader.LoadBaml(XamlReader xamlReader, Boolean skipJournaledProperties, Object rootObject, XamlAccessLevel accessLevel, Uri baseUri)
at System.Windows.Markup.XamlReader.LoadBaml(Stream stream, ParserContext parserContext, Object parent, Boolean closeStream)
at System.Windows.Application.LoadBamlStreamWithSyncInfo(Stream stream, ParserContext pc)
at System.Windows.Application.DoStartup()
at System.Windows.Application.<.ctor>b__1(Object unused)
at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
at MS.Internal.Threading.ExceptionFilterHelper.TryCatchWhen(Object source, Delegate method, Object args, Int32 numArgs, Delegate catchHandler)
Exception: System.FormatException: The input is not a valid Base-64 string as it contains a non-base 64 character, more than two padding characters, or a non-white space character among the padding characters.
at System.Convert.FromBase64String(String s)
at POESKillTree.SkillTree.LoadFromURL(String url)
at POESKillTree.MainWindow.button2_Click(Object sender, RoutedEventArgs e)
at POESKillTree.MainWindow..ctor()


feedback would be greatly appreciated


Your error looks like the skilltreeAddress.txt contains an invalid adress. Delete this file if it exists and try again.
"
Headhorr wrote:
"
JamFtw wrote:
ok first of what is a .net4? call me a noob but I have no idea and im gettin an error and im not sure if it's cause of that or not


feedback would be greatly appreciated


Your error looks like the skilltreeAddress.txt contains an invalid adress. Delete this file if it exists and try again.


I tried deleteing and still the same thing. also when I click download my browser pops up and I get this message
Spoiler
{"items"{"verified":false,"w":1,"h":3,"icon":"http:\/\/webcdn.pathofexile.com\/gen\/image\/YTozOntpOjA7aToyNTtp\/OjE7czozMjoiYWM5Zjdl\/ZWUwOWY1YThmNTgwMTUx\/Mjk4NzEyZjJhOWUiO2k6\/MjthOjM6e3M6MToiZiI7\/czo0NjoiQXJ0LzJESXRl\/bXMvV2VhcG9ucy9PbmVI\/YW5kV2VhcG9ucy9XYW5k\/cy9XYW5kMyI7czoxOiJ3\/IjtpOjE7czoxOiJoIjtp\/OjM7fX0,\/1e509d9b21\/Item.png","support":true,"league":"Default","sockets":[{"group":0,"attr":"D"},{"group":1,"attr":"I"},{"group":1,"attr":"I"}],"name":"Wrath Oak","typeLine":"Carved Wand","properties":[{"augmented":false,"name":"Weapon Class","value":"Wand"},{"augmented":false,"name":"Physical Damage","value":"5 to 10"},{"augmented":true,"name":"Elemental Damage","value":"<span style=\"color:#FFD700;\">2-20<\/span>"},{"augmented":false,"name":"Critical Strike Chance","value":"8%"},{"augmented":false,"name":"Attacks per Second","value":"1.50"}],"requirements":[{"name":"Level","value":"13","first":true},{"name":"Int","value":"47"}],"implicitMods":["12% increased Spell Damage"],"explicitMods":["6% increased Cold Damage","Adds 2-20 Lightning Damage","10% increased Critical Strike Damage Multiplier with this Weapon","+26 to maximum Mana","13% increased Projectile Speed"],"rare":true,"x":0,"y":0,"inventoryId":"Weapon","socketedItems":[]},{"verified":false,"w":1,"h":1,"icon":"http:\/\/webcdn.pathofexile.com\/gen\/image\/YTozOntpOjA7aToyNTtp\/OjE7czozMjoiNmVmODll\/MmFmY2Y4M2RjM2NjODZi\/MTUyMjU5N2VkMmIiO2k6\/MjthOjM6e3M6MToiZiI7\/czoyMzoiQXJ0LzJESXRl\/bXMvUmluZ3MvUmluZzQi\/O3M6MToidyI7aToxO3M6\/MToiaCI7aToxO319\/d839df0584\/Item.png","support":true,"league":"Default","sockets":[],"name":"Garnet Coil","typeLine":"Gold Ring","requirements":[{"name":"Level","value":"24","first":true}],"implicitMods":["15% increased Rarity of Items found"],"explicitMods":["Adds 6-13 Physical Damage","+105 to Accuracy Rating","+19 to maximum Energy Shield","+9% to Fire Resistance"],"rare":true,"x":0,"y":0,"inventoryId":"Ring2","socketedItems":[]},{"verified":false,"w":2,"h":3,"icon":"http:\/\/webcdn.pathofexile.com\/gen\/image\/YTozOntpOjA7aToyNTtp\/OjE7czozMjoiMzIzMGI1\/OTA3N2Q4MzQwYzViNDkx\/OTZjY2U2NWU5NTYiO2k6\/MjthOjM6e3M6MToiZiI7\/czo0MToiQXJ0LzJESXRl\/bXMvQXJtb3Vycy9Cb2R5\/QXJtb3Vycy9Cb2R5SW50\/MkMiO3M6MToidyI7aToy\/O3M6MToiaCI7aTozO319\/45090b589b\/Item.png","support":true,"league":"Default","sockets":[{"group":0,"attr":"I"},{"group":0,"attr":"S"},{"group":0,"attr":"I"},{"group":0,"attr":"D"}],"name":"Iron Wall","typeLine":"Silk Robe","properties":[{"augmented":true,"name":"Energy Shield","value":"85"}],"requirements":[{"name":"Level","value":"32","first":true},{"name":"Int","value":"86"}],"explicitMods":["+20 to maximum Mana","+16 to maximum Energy Shield","+15% to Fire Resistance","+23% to Cold Resistance"],"rare":true,"x":0,"y":0,"inventoryId":"BodyArmour","socketedItems":
Last edited by JamFtw on Jul 29, 2012, 2:32:17 PM
that is correct.
You need to save it to the data folder and name it get-items
no extension.
opera does not allow you to save it with no extension so save it to get-items.asdasdasd if that is the case, then rename it to get-items in windows explorer.

If i understand you correctly you can start the program and it crashes when you try to load a build after pasting the link into the textbox next to the button.
If that is the case, please post the link you are trying to use and also which browser you are using.
This tool is great well done bro!
amazing job man this will really help me plan my characters! cheers!
cool bean bro

Report Forum Post

Report Account:

Report Type

Additional Info