$ space-shooter
FATAL ERROR: Unable to initialize renderer.
PS: figured it out, I had copied the binary to a separate folder but didn't copy build/assets too; doing that fixed the issue. Submitted PR to add note to Readme to mention this in case anyone else faces this issue.
PPS: another issue is that once you copy it to another folder and create a symlink to it, it crashes again with the same error i.e. I doesn't resolve to the real path to get the assets location.
You have searched for photoshop in packages names and descriptions in
suite(s) bookworm, all sections, and all architectures (including
subword matching). Found 9 matching packages.
Package abr2gbr
bookworm (stable) (graphics): Converts PhotoShop brushes to GIMP
1:1.0.2-5: amd64 arm64 armel armhf i386 mips64el mipsel ppc64el s390x
Package gimp
bookworm (stable) (graphics): GNU Image Manipulation Program
2.10.34-1+deb12u2: amd64 arm64 armel armhf i386 mips64el mipsel ppc64el s390x
:
Yeah, my Windows machine was able to run that command just fine.
Maybe one of the newer commits broke something? I think I cloned it when b91816301fa62df239a45336b381ee918ff52b2a was the latest, but I'll have to check when I get home.
"./servo: error while loading shared libraries: libEGL.so.1: cannot open shared object file: No such file or directory"
I guess it should be an easy fix. But if there are instructions to copy/paste that would really help. If someone has an answer, it would be great if you can please post it here.
Edit 1: I think the problem is because I am trying to run it on ubuntu 14.04 server. Also I am using xming and putty x11 forwarding. I installed libegl using 'sudo apt-get install libegl1-mesa-dev'. Now I am getting a new error.
Xlib: extension "XFree86-VidModeExtension" missing on display "localhost:12.0".
thread 'main' panicked at 'Failed to create window.: NoAvailablePixelFormat', ../src/libcore/result.rs:785
note: Run with `RUST_BACKTRACE=1` for a backtrace.
So I ran with RUST_BACKTRACE=1 and this is the stack trace.
Xlib: extension "XFree86-VidModeExtension" missing on display "localhost:12.0".
thread 'main' panicked at 'Failed to create window.: NoAvailablePixelFormat', ../src/libcore/result.rs:785
stack backtrace:
?> ~/Downloads ./exa-linux-x86_64 --version 15:26:40
./exa-linux-x86_64: error while loading shared libraries: libhttp_parser.so.2.1: cannot open shared object file: No such file or directory
not working at all
./runservo (as per instructions)
thread 'main' panicked at 'Failed to create window.: OsError("GL context creation failed")', ../src/libcore/result.rs:785
note: Run with `RUST_BACKTRACE=1` for a backtrace.
./servo
welcome to servo, than it changes to a white window
reply