its looks like chromium error - i found it when binance was started from commandline.
*Creating shared memory in /dev/shm/.org.chromium.Chromium.EPDvsd failed: No such file or directory*
its looks like chromium error - i found it when binance was started from commandline.
*Creating shared memory in /dev/shm/.org.chromium.Chromium.EPDvsd failed: No such file or directory*
I tried ‘sudo chmod 1777 /dev/shm’, it doesn’t work either
Confirming 1.52.4 still behaves wrong. I also found related issue for chromium mentioned here before and gave them steps to reproduce, hope this will speed up resolution
Same thing, downloaded the latest today on ubuntu 24.04, seems like the embedded chromium can´t access the shared memory region, also tried changing /dev/shm permissions and no go
pablo@papa-linux:~$ binance
[75198:0528/223912.428837:ERROR:platform_shared_memory_region_posix.cc(214)] Creating shared memory in /dev/shm/.org.chromium.Chromium.OtvpDm failed: No such file or directory (2)
[75198:0528/223912.429029:ERROR:platform_shared_memory_region_posix.cc(217)] Unable to access(W_OK|X_OK) /dev/shm: No such file or directory (2)
[75198:0528/223912.429095: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.
[75218:0528/223912.435625:ERROR:platform_shared_memory_region_posix.cc(214)] Creating shared memory in /dev/shm/.org.chromium.Chromium.PrCVR3 failed: No such file or directory (2)
[75218:0528/223912.435764:ERROR:platform_shared_memory_region_posix.cc(217)] Unable to access(W_OK|X_OK) /dev/shm: No such file or directory (2)
[75218:0528/223912.435801: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.
[75004:0528/223912.444243:ERROR:interface_endpoint_client.cc(702)] Message 2018821131 rejected by interface blink.mojom.FrameWidgetHost
try. will work.
/opt/Binance/binance --no-sandbox
or make shortcut on Linux desktop
touch binance.sh
#!/bin/sh
/opt/Binance/binance --no-sandbox
The app works indeed when globally disabling Electron’s sandboxing feature
NB : Electron’s official doc mentions that it should be used for testing only, as there are risks
thank you, it indeed works disabling Electron’s sandbox
THX! it works, but developers should resolve it anyway.
the -no-sandbox flag fixed the issue,
Appimage format should be supported by @binance
Issue still persist on desktop app v 1.52.11
This is probably the stupidest thing ever.
The desktop application is not meant to work, if you’re in the UK. Apparently, it doesn’t comply with the regulators’ requirements. When you log into the application, (if at all you can get to that point in >= 1.52.*), you are then simply told to use the web site instead and are forwarded to it. At this point, everything in the desktop app becomes blurred out and a browser opens binance.com for you.
So, I contacted their support and was online on their chat for over two hours to get to the explanation, that in the UK you can only use the web site, or the Android app.
I think that the development team who work on the Desktop application are really clueless developers (as a Developer / DevSecOps Engineer with over 20 years of experience myself). In fact, I think that the people who do the screening and hiring, have some sort of anti-patterns book that they have accepted as their holy bible.
Binance is making a lot of money off users and this is just unacceptable. If you’re told to use the web site, it should at least offer a very similar experience. Instead, you’re left feeling quite handicapped.
I hope someone at Binance actually does care to improve things and has a vision and the capability to do so, because things are just going downhill.
@Carlspring, you can try to fill issue via one of their repos here, unfortunatelly issuse are disabled for desktop app repo, so try to use other one with high traffic or with maintainer active:
Version 1.53.0
is out and it actually lets you log in and works with --no-sandbox
.
Yeah… Strike that! The same things happens with it as well. Now, in a few hours.
it works for me, many thanks
v1.53.4
Still doesn’t work if your profile is based in the UK.
Version 1.53.8: Still the same, but works with --no-sandbox.
Thanks! Is works in version: 1.53.8
[7902:1111/215756.544512:ERROR:platform_shared_memory_region_posix.cc(214)] Creating shared memory in /dev/shm/.org.chromium.Chromium.rHaMLd failed: No such process (3)
[7902:1111/215756.544946:ERROR:platform_shared_memory_region_posix.cc(217)] Unable to access(W_OK|X_OK) /dev/shm: No such process (3)
[7902:1111/215756.548642: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.
[7920:1111/215756.766551:ERROR:platform_shared_memory_region_posix.cc(214)] Creating shared memory in /dev/shm/.org.chromium.Chromium.7CRYoe failed: No such process (3)
[7920:1111/215756.766901:ERROR:platform_shared_memory_region_posix.cc(217)] Unable to access(W_OK|X_OK) /dev/shm: No such process (3)
[7920:1111/215756.767133: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.
Este es el mensaje de consola cuando ejecuto el binance desktop en kubuntu