Jump to content

App crashes to Windows Desktop on any menu selection


evantl1

Recommended Posts

jfarre20

It stopped doing it on my one win 8.1 device, and started doing it on another. No amount of restarting the app or rebooting the PC would fix it.

 

I then tried connecting to my cousin's server, it didn't crash. I connected back to mine and it wasn't crashing! Now its working fine on both devices.

 

This certainly is weird.

Link to comment
Share on other sites

theoldlr

I'm having the same problem... once the server login completes and media is displayed, any screen touch/mouse click minimizes/crashes the app. I'm on the latest stable release server.

 

 

Sequence: 113

Date/time: 2015-06-06T17:30:56.4075414+00:00
Level: FATAL
Thread: 3
Logger: Application
------------------------
The application crashed: The system cannot find the file specified. (Exception from HRESULT: 0x80070002)
------------------------
System.IO.FileNotFoundException: The system cannot find the file specified. (Exception from HRESULT: 0x80070002)
   at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MediaBrowser.ViewModels.LogviewerViewModel.<OnNavigatedTo>d__0.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.CompilerServices.AsyncMethodBuilderCore.<ThrowAsync>b__4(Object state)
   at System.Threading.WinRTSynchronizationContext.Invoker.InvokeCore()
------------------------
Session: {"PackageArchitecture":"Neutral","PackageFullName":"436337Illusions.com.MediaBrowser_3.2.0.281_neutral__77hd5e1v1hqs4","PackagePublisher":"CN=CA9FBA89-9B8C-4501-9177-37B89E41D3FF","PackagePublisherId":"77hd5e1v1hqs4","PackageResourceId":"","PackageVersion":"3.2.0.281","InstallationId":"3565a98c-aed0-45c2-a98c-2d83c8c69322"}

 

 

Sequence: 103

Date/time: 2015-06-06T17:31:12.1472951+00:00
Level: ERROR
Thread: 5
Logger: RtLogger
------------------------
------------------------
System.AggregateException: One or more errors occurred. ---> System.Net.WebException: The remote server returned an error: (401) Unauthorized.
   at System.Net.HttpWebRequest.EndGetResponse(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
   --- End of inner exception stack trace ---
   at System.Threading.Tasks.Task.ThrowIfExceptional(Boolean includeTaskCanceledExceptions)
   at System.Threading.Tasks.Task.Wait(Int32 millisecondsTimeout, CancellationToken cancellationToken)
   at System.Threading.Tasks.Task.Wait(TimeSpan timeout)
   at MediaBrowser.ApiInteraction.PortableHttpWebRequestFactory.<>c__DisplayClass5.<GetResponseAsync>b__4()
   at System.Threading.Tasks.Task`1.InnerInvoke()
   at System.Threading.Tasks.Task.Execute()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd(Task task)
   at MediaBrowser.ApiInteraction.Net.HttpWebRequestClient.<GetResponse>d__1.MoveNext()
---> (Inner Exception #0) System.Net.WebException: The remote server returned an error: (401) Unauthorized.
   at System.Net.HttpWebRequest.EndGetResponse(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)<---
 
------------------------
Session: {"PackageArchitecture":"Neutral","PackageFullName":"436337Illusions.com.MediaBrowser_3.2.0.281_neutral__77hd5e1v1hqs4","PackagePublisher":"CN=CA9FBA89-9B8C-4501-9177-37B89E41D3FF","PackagePublisherId":"77hd5e1v1hqs4","PackageResourceId":"","PackageVersion":"3.2.0.281","InstallationId":"3565a98c-aed0-45c2-a98c-2d83c8c69322"}

 

113|2015-06-06T17:30:56.4075414+00:00|FATAL|3|Application|The application crashed: The system cannot find the file specified. (Exception from HRESULT: 0x80070002) --> System.IO.FileNotFoundException: The system cannot find the file specified. (Exception from HRESULT: 0x80070002)

   at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MediaBrowser.ViewModels.LogviewerViewModel.<OnNavigatedTo>d__0.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.CompilerServices.AsyncMethodBuilderCore.<ThrowAsync>b__4(Object state)
   at System.Threading.WinRTSynchronizationContext.Invoker.InvokeCore()
31|2015-06-06T17:31:08.4656759+00:00|INFO|5|RtLogger|Created new web socket of type WebSocketClient
34|2015-06-06T17:31:08.5351929+00:00|INFO|11|RtLogger|Connecting to ws://192.168.1.220:8096/mediabrowser?api_key=34d5e08a4a694f10998373fe73ec9200&deviceId=387c312a-bcaa-4f13-be81-f23b46f27331
35|2015-06-06T17:31:08.5664434+00:00|INFO|18|RtLogger|Connected to ws://192.168.1.220:8096/mediabrowser?api_key=34d5e08a4a694f10998373fe73ec9200&deviceId=387c312a-bcaa-4f13-be81-f23b46f27331
103|2015-06-06T17:31:12.1472951+00:00|ERROR|18|RtLogger|Error getting response from http://192.168.1.220:8096/Connect/Exchange?format=json&ConnectUserId=7558 --> System.AggregateException: One or more errors occurred. ---> System.Net.WebException: The remote server returned an error: (401) Unauthorized.
   at System.Net.HttpWebRequest.EndGetResponse(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
   --- End of inner exception stack trace ---
   at System.Threading.Tasks.Task.ThrowIfExceptional(Boolean includeTaskCanceledExceptions)
   at System.Threading.Tasks.Task.Wait(Int32 millisecondsTimeout, CancellationToken cancellationToken)
   at System.Threading.Tasks.Task.Wait(TimeSpan timeout)
   at MediaBrowser.ApiInteraction.PortableHttpWebRequestFactory.<>c__DisplayClass5.<GetResponseAsync>b__4()
   at System.Threading.Tasks.Task`1.InnerInvoke()
   at System.Threading.Tasks.Task.Execute()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd(Task task)
   at MediaBrowser.ApiInteraction.Net.HttpWebRequestClient.<GetResponse>d__1.MoveNext()
---> (Inner Exception #0) System.Net.WebException: The remote server returned an error: (401) Unauthorized.
   at System.Net.HttpWebRequest.EndGetResponse(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)<---
 
106|2015-06-06T17:31:12.2253934+00:00|INFO|21|SyncService|Skipping sync process for server MediaBrowser. ConnectionManager returned a state of ServerSignIn
 
Link to comment
Share on other sites

Wetpaws

I am having the same problem, I start the app in windows 8.1 it shows offline I go to log in using my ip address and my usere name comes up lets me log in now the browser comes up with no data if I search I can see the titles in the search window. I try to go to tv or movies nothing shows its all just the menu no content. If I click all it crashes out 

No longer a problem upgraded to windows 10

Edited by Wetpaws
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...