Closed auxworker closed 1 year ago
can you try with beta.9
`
$ wget https://github.com/MuhammedKalkan/OpenLens/releases/download/v6.4.0-beta.13/OpenLens-6.4.0-beta.13.x86_64.AppImage --2023-02-03 12:24:42-- https://github.com/MuhammedKalkan/OpenLens/releases/download/v6.4.0-beta.13/OpenLens-6.4.0-beta.13.x86_64.AppImage Resolving github.com (github.com)... 140.82.113.4 Connecting to github.com (github.com)|140.82.113.4|:443... connected. HTTP request sent, awaiting response... 302 Found Location: https://objects.githubusercontent.com/github-production-release-asset-2e65be/497304002/f120c4ff-67db-4962-a16c-911aa78cb309?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIAIWNJYAX4CSVEH53A%2F20230203%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20230203T172442Z&X-Amz-Expires=300&X-Amz-Signature=118a0d5df51137e124cf3dd8123ced048bbc74d32f5c4adbde402d9892be38ba&X-Amz-SignedHeaders=host&actor_id=0&key_id=0&repo_id=497304002&response-content-disposition=attachment%3B%20filename%3DOpenLens-6.4.0-beta.13.x86_64.AppImage&response-content-type=application%2Foctet-stream [following] --2023-02-03 12:24:42-- https://objects.githubusercontent.com/github-production-release-asset-2e65be/497304002/f120c4ff-67db-4962-a16c-911aa78cb309?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIAIWNJYAX4CSVEH53A%2F20230203%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20230203T172442Z&X-Amz-Expires=300&X-Amz-Signature=118a0d5df51137e124cf3dd8123ced048bbc74d32f5c4adbde402d9892be38ba&X-Amz-SignedHeaders=host&actor_id=0&key_id=0&repo_id=497304002&response-content-disposition=attachment%3B%20filename%3DOpenLens-6.4.0-beta.13.x86_64.AppImage&response-content-type=application%2Foctet-stream Resolving objects.githubusercontent.com (objects.githubusercontent.com)... 185.199.109.133, 185.199.108.133, 185.199.110.133, ... Connecting to objects.githubusercontent.com (objects.githubusercontent.com)|185.199.109.133|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 187437509 (179M) [application/octet-stream] Saving to: ‘OpenLens-6.4.0-beta.13.x86_64.AppImage’
OpenLens-6.4.0-beta.13.x86_64. 100%[=================================================>] 178.75M 4.02MB/s in 45s
2023-02-03 12:25:27 (4.01 MB/s) - ‘OpenLens-6.4.0-beta.13.x86_64.AppImage’ saved [187437509/187437509]
$ ./OpenLens-6.4.0-alpha.3.x86_64.AppImage Illegal instruction `
So basically you are downloading beta.13 but trying to install alpha.3. Plot twist
Ha, I'll try it again this Monday, thanks for pointing it out
I downloaded this on my x86_64 debian 11.5
https://github.com/MuhammedKalkan/OpenLens/releases/download/v6.4.0-alpha.2/OpenLens-6.4.0-alpha.2.x86_64.AppImage
When I try to run it, I get this error:
Illegal instruction
Strange, for testing purposes If I try to run it without a X session, I get this error
So my pc is able to execute the program, I dont think this is caused by using wrong cpu architecture compilation options....just a bug in the build process.
Thanks