Quantum Kit

Discussion in 'Archives' started by Flaming Idiots, Mar 6, 2011.

Quantum Kit
  1. Unread #21 - Mar 20, 2011 at 6:48 PM
  2. Onsar
    Joined:
    Mar 15, 2011
    Posts:
    204
    Referrals:
    0
    Sythe Gold:
    0

    Onsar Active Member

    Quantum Kit

    A few minor add ons would be appreciated, but overall nice
     
  3. Unread #22 - Mar 21, 2011 at 6:52 AM
  4. NewmanJet157
    Joined:
    Feb 14, 2011
    Posts:
    551
    Referrals:
    0
    Sythe Gold:
    0

    NewmanJet157 Forum Addict
    Banned

    Quantum Kit

    ive been using swiftkit its pretty legit to all who like this.
     
  5. Unread #23 - Mar 22, 2011 at 9:17 AM
  6. Wake n Bake
    Joined:
    Feb 12, 2011
    Posts:
    862
    Referrals:
    1
    Sythe Gold:
    0

    Wake n Bake Apprentice
    Banned

    Quantum Kit

    This is amazing! Well done.
     
  7. Unread #24 - Mar 25, 2011 at 10:59 PM
  8. Flaming Idiots
    Joined:
    Dec 22, 2005
    Posts:
    235
    Referrals:
    1
    Sythe Gold:
    0
    Two Factor Authentication User

    Flaming Idiots Active Member
    Visual Basic Programmers

    Quantum Kit

    Just finished version 0.2.5.
    • Rewrote the hiscores
      [​IMG]
      • Added a next level progress bar
      • Will now compare combat levels
      • You can rearrange the players by dragging them around
    • Updated the Dungeoneering helper
      [​IMG]
      • You can hover over a players name to view their stats. If a stat is highlighted, it means they have the highest level for that stat in the party.
      • You can rearrange the players by dragging them around
    • No longer crashes if Dropbox is down
    • Lots of little fixes
     
  9. Unread #25 - Mar 25, 2011 at 11:28 PM
  10. Blupig
    Joined:
    Nov 23, 2006
    Posts:
    7,145
    Referrals:
    16
    Sythe Gold:
    1,609
    Discord Unique ID:
    178533992981594112
    Valentine's Singing Competition Winner Member of the Month Winner MushyMuncher Gohan has AIDS Extreme Homosex World War 3 I'm LAAAAAAAME
    Off Topic Participant

    Blupig BEEF TOILET
    $5 USD Donor

    Quantum Kit

    Looks like you got some fixin to do :)
     
  11. Unread #26 - Mar 25, 2011 at 11:50 PM
  12. Flaming Idiots
    Joined:
    Dec 22, 2005
    Posts:
    235
    Referrals:
    1
    Sythe Gold:
    0
    Two Factor Authentication User

    Flaming Idiots Active Member
    Visual Basic Programmers

    Quantum Kit

    Thanks. Fix uploaded.
     
  13. Unread #27 - Mar 26, 2011 at 11:44 PM
  14. Bag
    Joined:
    Mar 23, 2011
    Posts:
    263
    Referrals:
    0
    Sythe Gold:
    0

    Bag Forum Addict
    Banned

    Quantum Kit

    This looks awesome, i'll use it sometime. :D
     
  15. Unread #28 - Mar 30, 2011 at 8:26 PM
  16. str twins01
    Joined:
    Feb 22, 2011
    Posts:
    45
    Referrals:
    1
    Sythe Gold:
    0

    str twins01 Member
    Banned

    Quantum Kit

    Sorry but how much MB or storage is this file?
     
  17. Unread #29 - Apr 8, 2011 at 2:43 PM
  18. qpwoeiruty
    Joined:
    Jul 22, 2008
    Posts:
    1,839
    Referrals:
    1
    Sythe Gold:
    0

    qpwoeiruty Guru

    Quantum Kit

    Code:
    Crash Report
    Culture: en-GB
    Date: 03/04/2011 09:14:34
    Exception: 
    System.AggregateException: A Task's exception(s) were not observed either by Waiting on the Task or accessing its Exception property. As a result, the unobserved exception was rethrown by the finalizer thread. ---> System.FormatException: Input string was not in a correct format.
       at System.Number.StringToNumber(String str, NumberStyles options, NumberBuffer& number, NumberFormatInfo info, Boolean parseDecimal)
       at System.Number.ParseInt32(String s, NumberStyles style, NumberFormatInfo info)
       at QuantumKit.RuneScape.Components.GrandExchange.ParsePrice(String price)
       at QuantumKit.RuneScape.Components.GrandExchange.<SearchUrl>d__0.MoveNext()
       at QuantumKit.RuneScape.Components.GESearch.SearchTask(Object startUrl)
       at System.Threading.Tasks.Task.InnerInvoke()
       at System.Threading.Tasks.Task.Execute()
       --- End of inner exception stack trace ---
       at System.Threading.Tasks.TaskExceptionHolder.Finalize()
    ---> (Inner Exception #0) System.FormatException: Input string was not in a correct format.
       at System.Number.StringToNumber(String str, NumberStyles options, NumberBuffer& number, NumberFormatInfo info, Boolean parseDecimal)
       at System.Number.ParseInt32(String s, NumberStyles style, NumberFormatInfo info)
       at QuantumKit.RuneScape.Components.GrandExchange.ParsePrice(String price)
       at QuantumKit.RuneScape.Components.GrandExchange.<SearchUrl>d__0.MoveNext()
       at QuantumKit.RuneScape.Components.GESearch.SearchTask(Object startUrl)
       at System.Threading.Tasks.Task.InnerInvoke()
       at System.Threading.Tasks.Task.Execute()<---
    
    And

    Code:
    Crash Report
    Culture: en-GB
    Date: 08/04/2011 18:36:20
    Exception: 
    System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> System.InvalidOperationException: Nullable object must have a value.
       at System.ThrowHelper.ThrowInvalidOperationException(ExceptionResource resource)
       at QuantumKit.RuneScape.Components.SkillViewModel.Invalidate()
       at QuantumKit.RuneScape.Components.SkillViewModel.OnStatsSourcePropertyChanged(DependencyObject sender, DependencyPropertyChangedEventArgs e)
       at System.Windows.DependencyObject.OnPropertyChanged(DependencyPropertyChangedEventArgs e)
       at System.Windows.DependencyObject.NotifyPropertyChange(DependencyPropertyChangedEventArgs args)
       at System.Windows.DependencyObject.UpdateEffectiveValue(EntryIndex entryIndex, DependencyProperty dp, PropertyMetadata metadata, EffectiveValueEntry oldEntry, EffectiveValueEntry& newEntry, Boolean coerceWithDeferredReference, Boolean coerceWithCurrentValue, OperationType operationType)
       at System.Windows.DependencyObject.InvalidateProperty(DependencyProperty dp)
       at System.Windows.Data.BindingExpressionBase.Invalidate(Boolean isASubPropertyChange)
       at System.Windows.Data.BindingExpression.TransferValue(Object newValue, Boolean isASubPropertyChange)
       at System.Windows.Data.BindingExpression.ScheduleTransfer(Boolean isASubPropertyChange)
       at MS.Internal.Data.ClrBindingWorker.NewValueAvailable(Boolean dependencySourcesChanged, Boolean initialValue, Boolean isASubPropertyChange)
       at MS.Internal.Data.PropertyPathWorker.UpdateSourceValueState(Int32 k, ICollectionView collectionView, Object newValue, Boolean isASubPropertyChange)
       at MS.Internal.Data.PropertyPathWorker.OnDependencyPropertyChanged(DependencyObject d, DependencyProperty dp, Boolean isASubPropertyChange)
       at MS.Internal.Data.ClrBindingWorker.OnSourceInvalidation(DependencyObject d, DependencyProperty dp, Boolean isASubPropertyChange)
       at System.Windows.Data.BindingExpression.HandlePropertyInvalidation(DependencyObject d, DependencyPropertyChangedEventArgs args)
       at System.Windows.Data.BindingExpressionBase.OnPropertyInvalidation(DependencyObject d, DependencyPropertyChangedEventArgs args)
       at System.Windows.Data.BindingExpression.OnPropertyInvalidation(DependencyObject d, DependencyPropertyChangedEventArgs args)
       at System.Windows.DependentList.InvalidateDependents(DependencyObject source, DependencyPropertyChangedEventArgs sourceArgs)
       at System.Windows.DependencyObject.NotifyPropertyChange(DependencyPropertyChangedEventArgs args)
       at System.Windows.DependencyObject.UpdateEffectiveValue(EntryIndex entryIndex, DependencyProperty dp, PropertyMetadata metadata, EffectiveValueEntry oldEntry, EffectiveValueEntry& newEntry, Boolean coerceWithDeferredReference, Boolean coerceWithCurrentValue, OperationType operationType)
       at System.Windows.DependencyObject.SetValueCommon(DependencyProperty dp, Object value, PropertyMetadata metadata, Boolean coerceWithDeferredReference, Boolean coerceWithCurrentValue, OperationType operationType, Boolean isInternal)
       at System.Windows.DependencyObject.SetValue(DependencyPropertyKey key, Object value)
       at QuantumKit.RuneScape.Components.PlayerStatsViewModel.UpdatePlayerStats(HiscoresStats stats)
       at QuantumKit.RuneScape.Components.PlayerViewModel.OnCurrentStatsPropertyChanged(DependencyObject d, DependencyPropertyChangedEventArgs e)
       at System.Windows.DependencyObject.OnPropertyChanged(DependencyPropertyChangedEventArgs e)
       at System.Windows.DependencyObject.NotifyPropertyChange(DependencyPropertyChangedEventArgs args)
       at System.Windows.DependencyObject.UpdateEffectiveValue(EntryIndex entryIndex, DependencyProperty dp, PropertyMetadata metadata, EffectiveValueEntry oldEntry, EffectiveValueEntry& newEntry, Boolean coerceWithDeferredReference, Boolean coerceWithCurrentValue, OperationType operationType)
       at System.Windows.DependencyObject.SetValueCommon(DependencyProperty dp, Object value, PropertyMetadata metadata, Boolean coerceWithDeferredReference, Boolean coerceWithCurrentValue, OperationType operationType, Boolean isInternal)
       at QuantumKit.RuneScape.Components.HiscoresViewModel..ctor()
       at QuantumKit.RuneScape.Components.HiscoresViewModel.get_Instance()
       at QuantumKit.RuneScape.SubPages.HiscoresPage..ctor()
       --- End of inner exception stack trace ---
       at System.RuntimeTypeHandle.CreateInstance(RuntimeType type, Boolean publicOnly, Boolean noCheck, Boolean& canBeCached, RuntimeMethodHandleInternal& ctor, Boolean& bNeedSecurityCheck)
       at System.RuntimeType.CreateInstanceSlow(Boolean publicOnly, Boolean skipCheckThis, Boolean fillCache)
       at System.RuntimeType.CreateInstanceDefaultCtor(Boolean publicOnly, Boolean skipVisibilityChecks, Boolean skipCheckThis, Boolean fillCache)
       at System.Activator.CreateInstance(Type type, Boolean nonPublic)
       at QuantumKit.Core.SingleInstance.GetInstance(Type type)
       at QuantumKit.Core.SubPages.SubPageManager.SubPageTypes_CollectionChanged(Object sender, NotifyCollectionChangedEventArgs e)
       at System.Collections.Specialized.NotifyCollectionChangedEventHandler.Invoke(Object sender, NotifyCollectionChangedEventArgs e)
       at System.Collections.ObjectModel.ObservableCollection`1.OnCollectionChanged(NotifyCollectionChangedEventArgs e)
       at System.Collections.ObjectModel.ObservableCollection`1.InsertItem(Int32 index, T item)
       at System.Collections.ObjectModel.Collection`1.Add(T item)
       at QuantumKit.Core.SubPages.SubPageManager.GetPages(Assembly assembly)
       at QuantumKit.Core.SubPages.SubPageManager.ExtensionListener(Object sender, ExtensionLoadedEventArgs e)
       at System.EventHandler`1.Invoke(Object sender, TEventArgs e)
       at QuantumKit.Core.Extensibility.LoadExtension(Assembly assembly)
       at QuantumKit.Core.Extensibility.LoadExtensions()
       at QuantumKit.Core.App.Initialize()
       at QuantumKit.Core.App.OnStartup(StartupEventArgs e)
       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)
       at System.Windows.Threading.DispatcherOperation.InvokeImpl()
       at System.Windows.Threading.DispatcherOperation.InvokeInSecurityContext(Object state)
       at System.Threading.ExecutionContext.runTryCode(Object userData)
       at System.Runtime.CompilerServices.RuntimeHelpers.ExecuteCodeWithGuaranteedCleanup(TryCode code, CleanupCode backoutCode, Object userData)
       at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state)
       at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean ignoreSyncCtx)
       at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
       at System.Windows.Threading.DispatcherOperation.Invoke()
       at System.Windows.Threading.Dispatcher.ProcessQueue()
       at System.Windows.Threading.Dispatcher.WndProcHook(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)
       at System.Windows.Threading.Dispatcher.InvokeImpl(DispatcherPriority priority, TimeSpan timeout, Delegate method, Object args, Int32 numArgs)
       at MS.Win32.HwndSubclass.SubclassWndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam)
       at MS.Win32.UnsafeNativeMethods.DispatchMessage(MSG& msg)
       at System.Windows.Threading.Dispatcher.PushFrameImpl(DispatcherFrame frame)
       at System.Windows.Threading.Dispatcher.PushFrame(DispatcherFrame frame)
       at System.Windows.Threading.Dispatcher.Run()
       at System.Windows.Application.RunDispatcher(Object ignore)
       at System.Windows.Application.RunInternal(Window window)
       at System.Windows.Application.Run(Window window)
       at QuantumKit.Core.Profiles.ProfileApplication.Run(Window window)
       at QuantumKit.Core.App.Main(String[] args)
       at QuantumKit.Core.Entry.QuantumKit.IQCoreEntryPoint.Start(String[] args)
       at QuantumKit.Program.Main(String[] args)
    Any help?
     
  19. Unread #30 - Apr 8, 2011 at 6:24 PM
  20. Flaming Idiots
    Joined:
    Dec 22, 2005
    Posts:
    235
    Referrals:
    1
    Sythe Gold:
    0
    Two Factor Authentication User

    Flaming Idiots Active Member
    Visual Basic Programmers

    Quantum Kit

    I fixed the problem with the Hiscores. I couldn't find out what was causing the GE to crash though, but I did fix the error report to explain what crashed it better.
     
  21. Unread #31 - Apr 9, 2011 at 9:24 AM
  22. qpwoeiruty
    Joined:
    Jul 22, 2008
    Posts:
    1,839
    Referrals:
    1
    Sythe Gold:
    0

    qpwoeiruty Guru

    Quantum Kit

    Thanks :p. That was fast.
     
  23. Unread #32 - Apr 17, 2011 at 12:02 PM
  24. Phantom866
    Joined:
    Mar 2, 2011
    Posts:
    668
    Referrals:
    0
    Sythe Gold:
    0

    Phantom866 Apprentice

    Quantum Kit

    ooo, very nice and shiney! thx!
     
  25. Unread #33 - Apr 26, 2011 at 3:10 PM
  26. Phantom866
    Joined:
    Mar 2, 2011
    Posts:
    668
    Referrals:
    0
    Sythe Gold:
    0

    Phantom866 Apprentice

    Quantum Kit

    really, this client deserves more attention, it owns all rs clients in existnace, plz don't stop updating it :D
     
  27. Unread #34 - May 14, 2011 at 5:49 AM
  28. james213
    Joined:
    Sep 21, 2007
    Posts:
    775
    Referrals:
    0
    Sythe Gold:
    0

    james213 Apprentice
    Banned

    Quantum Kit

    awesome, thx
     
  29. Unread #35 - May 15, 2011 at 10:23 AM
  30. RsUltimate
    Joined:
    May 15, 2011
    Posts:
    6
    Referrals:
    1
    Sythe Gold:
    0

    RsUltimate Newcomer
    Banned

    Quantum Kit

    Thanks!
     
  31. Unread #36 - May 15, 2011 at 7:50 PM
  32. DuckBill
    Joined:
    May 15, 2011
    Posts:
    188
    Referrals:
    1
    Sythe Gold:
    0

    DuckBill Active Member

    Quantum Kit

    Looks neat
     
  33. Unread #37 - May 24, 2011 at 9:46 PM
  34. The Market Kid
    Joined:
    May 24, 2011
    Posts:
    8
    Referrals:
    0
    Sythe Gold:
    0

    The Market Kid Newcomer

    Quantum Kit

    Wow. Im downloading this looks super nice.
     
  35. Unread #38 - May 26, 2011 at 6:52 AM
  36. machinehunte
    Joined:
    Feb 11, 2007
    Posts:
    205
    Referrals:
    1
    Sythe Gold:
    0

    machinehunte Active Member

    Quantum Kit

    keeps crashing for some reason was using it just 2 days ago :eek:
     
  37. Unread #39 - May 26, 2011 at 7:15 AM
  38. machinehunte
    Joined:
    Feb 11, 2007
    Posts:
    205
    Referrals:
    1
    Sythe Gold:
    0

    machinehunte Active Member

    Quantum Kit

    Crash Report
    Culture: en-US
    Date: 5/26/2011 11:14:14 AM
    Exception:
    System.IO.FileFormatException: Archive file cannot be size 0.
    at MS.Internal.IO.Zip.ZipArchive.OpenOnStream(Stream stream, FileMode mode, FileAccess access, Boolean streaming)
    at System.IO.Packaging.ZipPackage..ctor(Stream s, FileMode mode, FileAccess access, Boolean streaming)
    at System.IO.Packaging.Package.Open(Stream stream, FileMode packageMode, FileAccess packageAccess, Boolean streaming)
    at QuantumKit.Core.Profiles.Profile.Open(Stream packageStream)
    at QuantumKit.Core.Profiles.ProfileManager.LoadLocation(StorageLocation location)
    at QuantumKit.Core.Profiles.ProfileManager.LoadProfiles()
    at QuantumKit.Core.Profiles.ProfileApplication.Run(Window window)
    at QuantumKit.Core.App.Main(String[] args)
    at QuantumKit.Core.Entry.QuantumKit.IQCoreEntryPoint.Start(String[] args)
    at QuantumKit.Program.Main(String[] args)
     
  39. Unread #40 - May 26, 2011 at 4:49 PM
  40. Flaming Idiots
    Joined:
    Dec 22, 2005
    Posts:
    235
    Referrals:
    1
    Sythe Gold:
    0
    Two Factor Authentication User

    Flaming Idiots Active Member
    Visual Basic Programmers

    Quantum Kit

    It looks like your profile didn't save correctly, and is now corrupted. I just released an update that will remove any corrupt profiles and should prevent this from happening again.
     
< Selling all my miniranks | Test >

Users viewing this thread
1 guest


 
 
Adblock breaks this site