Adblock breaks this site

Quantum Kit

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

  1. Onsar

    Onsar Active Member

    Joined:
    Mar 15, 2011
    Posts:
    204
    Referrals:
    0
    Sythe Gold:
    0
    Quantum Kit

    A few minor add ons would be appreciated, but overall nice
     
  2. NewmanJet157

    NewmanJet157 Forum Addict
    Banned

    Joined:
    Feb 14, 2011
    Posts:
    551
    Referrals:
    0
    Sythe Gold:
    0
    Quantum Kit

    ive been using swiftkit its pretty legit to all who like this.
     
  3. Wake n Bake

    Wake n Bake Apprentice
    Banned

    Joined:
    Feb 12, 2011
    Posts:
    862
    Referrals:
    1
    Sythe Gold:
    0
    Quantum Kit

    This is amazing! Well done.
     
  4. Flaming Idiots

    Flaming Idiots Active Member
    Visual Basic Programmers

    Joined:
    Dec 22, 2005
    Posts:
    235
    Referrals:
    1
    Sythe Gold:
    0
    Two Factor Authentication User
    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
     
  5. Blupig

    Blupig BEEF TOILET
    $5 USD Donor

    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
    Quantum Kit

    Looks like you got some fixin to do :)
     
  6. Flaming Idiots

    Flaming Idiots Active Member
    Visual Basic Programmers

    Joined:
    Dec 22, 2005
    Posts:
    235
    Referrals:
    1
    Sythe Gold:
    0
    Two Factor Authentication User
    Quantum Kit

    Thanks. Fix uploaded.
     
  7. Bag

    Bag Forum Addict
    Banned

    Joined:
    Mar 23, 2011
    Posts:
    263
    Referrals:
    0
    Sythe Gold:
    0
    Quantum Kit

    This looks awesome, i'll use it sometime. :D
     
  8. str twins01

    str twins01 Member
    Banned

    Joined:
    Feb 22, 2011
    Posts:
    45
    Referrals:
    1
    Sythe Gold:
    0
    Quantum Kit

    Sorry but how much MB or storage is this file?
     
  9. qpwoeiruty

    qpwoeiruty Guru

    Joined:
    Jul 22, 2008
    Posts:
    1,839
    Referrals:
    1
    Sythe Gold:
    0
    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?
     
  10. Flaming Idiots

    Flaming Idiots Active Member
    Visual Basic Programmers

    Joined:
    Dec 22, 2005
    Posts:
    235
    Referrals:
    1
    Sythe Gold:
    0
    Two Factor Authentication User
    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.
     
  11. qpwoeiruty

    qpwoeiruty Guru

    Joined:
    Jul 22, 2008
    Posts:
    1,839
    Referrals:
    1
    Sythe Gold:
    0
    Quantum Kit

    Thanks :p. That was fast.
     
  12. Phantom866

    Phantom866 Apprentice

    Joined:
    Mar 2, 2011
    Posts:
    668
    Referrals:
    0
    Sythe Gold:
    0
    Quantum Kit

    ooo, very nice and shiney! thx!
     
  13. Phantom866

    Phantom866 Apprentice

    Joined:
    Mar 2, 2011
    Posts:
    668
    Referrals:
    0
    Sythe Gold:
    0
    Quantum Kit

    really, this client deserves more attention, it owns all rs clients in existnace, plz don't stop updating it :D
     
  14. james213

    james213 Apprentice
    Banned

    Joined:
    Sep 21, 2007
    Posts:
    775
    Referrals:
    0
    Sythe Gold:
    0
    Quantum Kit

    awesome, thx
     
  15. RsUltimate

    RsUltimate Newcomer
    Banned

    Joined:
    May 15, 2011
    Posts:
    6
    Referrals:
    1
    Sythe Gold:
    0
    Quantum Kit

    Thanks!
     
  16. DuckBill

    DuckBill Active Member

    Joined:
    May 15, 2011
    Posts:
    188
    Referrals:
    1
    Sythe Gold:
    0
    Quantum Kit

    Looks neat
     
  17. The Market Kid

    The Market Kid Newcomer

    Joined:
    May 24, 2011
    Posts:
    8
    Referrals:
    0
    Sythe Gold:
    0
    Quantum Kit

    Wow. Im downloading this looks super nice.
     
  18. machinehunte

    machinehunte Active Member

    Joined:
    Feb 11, 2007
    Posts:
    205
    Referrals:
    1
    Sythe Gold:
    0
    Quantum Kit

    keeps crashing for some reason was using it just 2 days ago :eek:
     
  19. machinehunte

    machinehunte Active Member

    Joined:
    Feb 11, 2007
    Posts:
    205
    Referrals:
    1
    Sythe Gold:
    0
    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)
     
  20. Flaming Idiots

    Flaming Idiots Active Member
    Visual Basic Programmers

    Joined:
    Dec 22, 2005
    Posts:
    235
    Referrals:
    1
    Sythe Gold:
    0
    Two Factor Authentication User
    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 >


 
 
Adblock breaks this site