f1multiviewer / issue-tracker

Issue and feature requests tracker for MultiViewer for F1
https://multiviewer.app
103 stars 1 forks source link

Unable to log in on Linux #534

Open howlett opened 4 days ago

howlett commented 4 days ago

I'm having issues logging in on Linux. The chrome window opens to a blank page.

I've tried the chmod in the code block, I've deleted ~/.config/F1multiviewer, I've deleted the install and reinstalled. Nothing seems to help.

Opening main window http://localhost:10101/main_window/index.html
[70521:1023/143825.819548:ERROR:atom_cache.cc(230)] Add _NET_WM_STATE_MODAL to kAtomsToCache
[70739:1023/143825.868808:ERROR:platform_shared_memory_region_posix.cc(214)] Creating shared memory in /dev/shm/.org.chromium.Chromium.qFBlAg failed: No such process (3)
[70739:1023/143825.868883:ERROR:platform_shared_memory_region_posix.cc(217)] Unable to access(W_OK|X_OK) /dev/shm: No such process (3)
[70739:1023/143825.868921:FATAL:platform_shared_memory_region_posix.cc(219)] This is frequently caused by incorrect permissions on /dev/shm.  Try 'sudo chmod 1777 /dev/shm' to fix.
ChopperRob commented 1 day ago

I have the same issue login in to F1TV. "Sign in using Multiviewer" shows only a black page and i installed chrome which it won´t detect. Didn´t try the browser plugin, i don´t want multiviewer in my browser.

LapsTimeOFF commented 4 hours ago

I'm having issues logging in on Linux. The chrome window opens to a blank page.

I've tried the chmod in the code block, I've deleted ~/.config/F1multiviewer, I've deleted the install and reinstalled. Nothing seems to help.

Opening main window http://localhost:10101/main_window/index.html
[70521:1023/143825.819548:ERROR:atom_cache.cc(230)] Add _NET_WM_STATE_MODAL to kAtomsToCache
[70739:1023/143825.868808:ERROR:platform_shared_memory_region_posix.cc(214)] Creating shared memory in /dev/shm/.org.chromium.Chromium.qFBlAg failed: No such process (3)
[70739:1023/143825.868883:ERROR:platform_shared_memory_region_posix.cc(217)] Unable to access(W_OK|X_OK) /dev/shm: No such process (3)
[70739:1023/143825.868921:FATAL:platform_shared_memory_region_posix.cc(219)] This is frequently caused by incorrect permissions on /dev/shm.  Try 'sudo chmod 1777 /dev/shm' to fix.

What Linux distro are you using?

howlett commented 4 hours ago

Debian 12 Linux solid 6.11.2-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.11.2-1 (2024-10-05) x86_64 GNU/Linux

I posted to reddit and someone responded to use --no-sandbox, which seems like a valid workaround.

ChopperRob commented 3 hours ago

I'm using the AppImage version on Fedora 40 kernel 6.11.4

ChopperRob commented 2 hours ago

Still had the old versions in my downloads folder. Downgrading to version 1.35.4 makes the login page work again. Version 1.36.0 is the first broken version.

LapsTimeOFF commented 2 hours ago

Still had the old versions in my downloads folder. Downgrading to version 1.35.4 makes the login page work again. Version 1.36.0 is the first broken version.

We had to upgrade our electron's version in 1.36.0 so it might be related, we are going to check that further asap.