It seems that you're using an outdated browser. Some things may not work as they should (or don't work at all).
We suggest you upgrade newer and better browser like: Chrome, Firefox, Internet Explorer or Opera

×
high rated
Hello,

there is a small big in the start.sh file in the linux version. The script is checking for the machine architecture with $(uname -i), but is shouwld be $(uname- m)..

To reproduce:
$ uname -i
GenuineIntel

$ uname -m
x86_64

This bug might be a problem for people who are new to linux, please fix it.

Best regards,
No posts in this topic were marked as the solution yet. If you can help, add your reply
avatar
clerian: Hello,

there is a small big in the start.sh file in the linux version. The script is checking for the machine architecture with $(uname -i), but is shouwld be $(uname- m)..

To reproduce:
$ uname -i
GenuineIntel

$ uname -m
x86_64

This bug might be a problem for people who are new to linux, please fix it.

Best regards,
Useful! This fixed a missing libwayland-egl.so.1 error on Debian GNU/Linux. Thanks!
avatar
clerian: Hello,

there is a small big in the start.sh file in the linux version. The script is checking for the machine architecture with $(uname -i), but is shouwld be $(uname- m)..

To reproduce:
$ uname -i
GenuineIntel

$ uname -m
x86_64

This bug might be a problem for people who are new to linux, please fix it.

Best regards,
Excellent! Saved me a lot of troubleshooting on Archlinux as well!