TheSainEyereg / flipper-pc-monitor-backend

Backend for flipper-pc-monitor written in Rust
MIT License
72 stars 13 forks source link

Thread paniked #10

Open Rodov opened 9 months ago

Rodov commented 9 months ago

Screenshot 2024-01-30 145748

I got an error (see screen shot)

I am using Win 10 x64 22H2 (19045.3803), Fliiper firmware Unleashed 069e and actual fap from Flipper Lab (v 1.0) with Last backend from here: https://github.com/vollukas/flipper-pc-monitor-backend/releases

vollukas commented 9 months ago

Do you have AMD or Nvidia GPU? Seems like a problem with reading values from nvidia driver.. I haven't touched anything GPU related in my fork so I guess this problem should be also present in old build here on this repo..

Try updating your Nvidia driver, but if you have AMD GPU then it's a bug in code.. there was a fix for AMD crashing before but it might not be complete

Does it happen every time? I also recommend to enter your flipper name to ensure no other device will interfere

TomXV commented 2 months ago

After various tests, I have come to understand the cause. In my environment, I tested with the following setups:

(main pc) Win11 x64 RTX 3060 x2: Error occurred. Win11 x64 RTX 3060: It worked.

(sub pc) Win10 x64 GTX 1080 with GTX 1650: Error occurred. Win10 x64 GTX 1650: It worked. Win10 x64 GTX 1080: It worked.

From these results, what can be said is that the operating conditions require an Nvidia graphics card, and it seems to work only when the graphics setup is not multi-GPU