nachmore / unBand

Take full advantage of your Microsoft Band - from Theme customization to data export.
http://unband.nachmore.com
MIT License
49 stars 19 forks source link

Imminent crash after band sync app has been closed #96

Open alanajrobinson opened 9 years ago

alanajrobinson commented 9 years ago

Imminent Crash every time app is launched, and microsoft band sync app has been closed.

Repro steps: Open unband Agree to terms Close microsoft sync app Imminent crash


Imminent Crash

An unhandled exception occurred - sorry about that, we're going to have to crash now :(

You can open a bug with a copy of this crash: hit Ctrl + C right now and then paste into a new bug at https://github.com/nachmore/unBand/issues.

System.MissingMethodException: Method not found: 'System.Threading.Tasks.Task`1 Microsoft.Band.Admin.CargoClient.GetMaxStrappCountAsync()'.

at unBand.BandHelpers.BandProperties.d__0.MoveNext()

at System.Runtime.CompilerServices.AsyncMethodBuilderCore.Start[TStateMachine](TStateMachine& stateMachine)

at unBand.BandHelpers.BandProperties.InitAsync()

at unBand.BandHelpers.BandManager.<>cDisplayClassb.<b9>d__d.MoveNext() in d:\codesanity\oss\unBand\src\unBand\BandHelpers\BandManager.cs:line 260

--- End of stack trace from previous location where exception was thrown ---

at System.Runtime.CompilerServices.AsyncMethodBuilderCore.b__4(Object state)

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)

OK

alanajrobinson commented 9 years ago

image

morizono commented 9 years ago

GetMaxStrappCountAsync no longer exists in the Microsoft Band Sync App DLL. The downloadable executable for UnBand is calling that. Going to an older version of the health app works. Not too helpful, sorry

-----Original Message----- From: "alanajrobinson" notifications@github.com Sent: ‎6/‎5/‎2015 1:59 PM To: "nachmore/unBand" unBand@noreply.github.com Subject: [unBand] Imminent crash after band sync app has been closed (#96)

Imminent Crash every time app is launched, and microsoft band sync app has been closed. Repro steps: Open unband Agree to terms Close microsoft sync app Imminent crash

Imminent Crash An unhandled exception occurred - sorry about that, we're going to have to crash now :( You can open a bug with a copy of this crash: hit Ctrl + C right now and then paste into a new bug at https://github.com/nachmore/unBand/issues. System.MissingMethodException: Method not found: 'System.Threading.Tasks.Task`1 Microsoft.Band.Admin.CargoClient.GetMaxStrappCountAsync()'. at unBand.BandHelpers.BandProperties.d0.MoveNext() at System.Runtime.CompilerServices.AsyncMethodBuilderCore.StartTStateMachine at unBand.BandHelpers.BandProperties.InitAsync() at unBand.BandHelpers.BandManager.<>cDisplayClassb.dd.MoveNext() in d:\codesanity\oss\unBand\src\unBand\BandHelpers\BandManager.cs:line 260 --- End of stack trace from previous location where exception was thrown --- at System.Runtime.CompilerServices.AsyncMethodBuilderCore.b4(Object state) 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) OK — Reply to this email directly or view it on GitHub.

EinPinsel commented 9 years ago

@morizono Do you have a link for the older version?

BilboBagginsEsq commented 9 years ago

Thanks for this app. it seems like a great idea but I'm unable to use it. I'm having this same crash at the call for GetMaxStrappCountAsync

Is there a fix available?