Rise-Media-Player icon indicating copy to clipboard operation
Rise-Media-Player copied to clipboard

RMP Crashes at start

Open Piripe opened this issue 1 year ago • 7 comments

Description

I just installed RMP, the setup screen was working fine, but when the main interface opened, it crashed. And when I open it, it crashes instantly.

Steps To Reproduce

I just opened RMP 😭

Expected behavior

I'd like use RMP

Rise Media Player Version

0.0.300.0

Windows Version

Windows 11 22H2 Build 22624.1391

Relevant Assets/Logs

IDK where is the logs but I can show you this video of my trying to open RMP.

https://github.com/Rise-Software/Rise-Media-Player/assets/77517308/0770d03a-3f76-4214-a001-e42bd13402e2

Piripe avatar Jun 30 '23 16:06 Piripe

The same thing has happened to me. Also on Windows 11 22H2.

vivadavid avatar Jun 30 '23 17:06 vivadavid

Same here

HaloTechnology avatar Jul 03 '23 02:07 HaloTechnology

Captura de pantalla 2023-07-17 224005 Same 😔 (Alpha 3)

AceHeike avatar Jul 17 '23 20:07 AceHeike

Same thing.

TailsXHeeroes avatar Jul 20 '23 16:07 TailsXHeeroes

Happening to me too. I'm kind've wondering if the project is dead, as there have been no updates in months

tbmny avatar Aug 31 '23 20:08 tbmny

same here, win11 22621, now it's oct 23 and it hasn't been fixed

taswsz avatar Oct 23 '23 14:10 taswsz

Hello everyone! It looks like the root issue is originating from the MainPage's OnPageLoaded() method. For one reason or another, file indexing is prevented by a fatal crash thrown somewhere in the C# system's runtime async task handler. Immediately afterwards, the Application Frame Host becomes unresponsive, hangs, and crashes. Causing the crash loop that people are reporting I imagine.

Here's the top-level exception thrown in MainPage.xaml.cs:

Screenshot 2023-11-06 033040

and full stack trace from visual studio code: Screenshot 2023-11-06 033942

Windows ver. 11 23H2 (OS Build 22631.2506) AMD64
building Release for the latest main-(insider_bloom) 7/28/2023

blrbrb avatar Nov 06 '23 08:11 blrbrb