Hacker Read top | best | new | newcomments | leaders | about | bookmarklet login

Bsh: undefined command paint.exe


sort by: page size:

Pop!_OS 21.10 - builds ok but can't run:

    $ 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.


So i installed on windows 10 - can run it from the directory via broot but not br nor anything added to PATH. I am doing something wrong here?

  [~]$ figlet
  -bash: figlet: command not found
  [~]$ sudo port install figlet
  --->  Fetching figlet
  --->  Attempting to fetch figlet222.tar.gz
  --->  Verifying checksum(s) for figlet
  --->  Extracting figlet
  --->  Applying patches to figlet
  --->  Configuring figlet
  --->  Building figlet
  --->  Staging figlet into destroot
  --->  Installing figlet @2.2.2_0
  --->  Activating figlet @2.2.2_0
  --->  Cleaning figlet
  [~]$ echo moo | figlet -f small | cowsay -n
   __________________ 
  /                  \
  |  _ __  ___  ___  |
  | | '  \/ _ \/ _ \ |
  | |_|_|_\___/\___/ |
  \                  /
   ------------------ 
          \   ^__^
           \  (oo)\_______
              (__)\       )\/\
                  ||----w |
                  ||     ||

"After making a few needed tweaks to get libbpg to compile on Mac OS X". What have you done?

I get "bpgdec.c:35:17: warning: png.h: No such file or directory" and lots of other errors.


Any idea how to fix this error?:

    panic: Attempted to draw outside of context

    goroutine 1 [running]:
    git.sr.ht/~sircmpwn/aerc/lib/ui.(*Context).Printf(0xc0002fa450, 0x2, 0x1, 0x0, 0x84de7f, 0x4,                   0xc0000d3c98, 0x1, 0x1, 0x50)
    ...
I just installed it on Fedora 30 and got that when trying to setup an account.

  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

  :
https://packages.debian.org/search?suite=bookworm&section=al...

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.


I have to admit, Reason is a bit more obscure.

I installed bs-platform and still got errors from my IDE about bs-platform missing.

Which was strange, since I used the bs-platform CLI tools.

Turns out you also had to have bs-platform installed locally, but the error messages didn't say anything about this, just "bs-platform not found".


I am getting the same issue.

That exe file is not even in the directory for it.


Thanks! That last one lists 84 results. None looks obviously like 'main'. Trying a random one:

    bazel run //in_memory/clustering:graph
    ERROR: Cannot run target //in_memory/clustering:graph
I'm going to wait until someone updates the readme I think!

Congratulations on the release.

Running ./servo gives me this error.

"./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:

   1:     0x55868358b56f - std::sys::backtrace::tracing::imp::write::h6528da8103c51ab9

   2:     0x55868359319b - std::panicking::default_hook::_$u7b$$u7b$closure$u7d$$u7d$::hbe741a5cc3c49508

   3:     0x558683592dff - std::panicking::default_hook::he0146e6a74621cb4

   4:     0x558683471857 - util::panicking::initiate_panic_hook::_$u7b$$u7b$closure$u7d$$u7d$::_$u7b$$u7b$closure$u7d$$u7d$::hc61828c8a9f6df01

   5:     0x558683578dcc - std::panicking::rust_panic_with_hook::h983af77c1a2e581b

   6:     0x5586835933e1 - std::panicking::begin_panic::he426e15a3766089a

   7:     0x55868357a63a - std::panicking::begin_panic_fmt::hdddb415186c241e7

   8:     0x55868359337e - rust_begin_unwind

   9:     0x5586835c997f - core::panicking::panic_fmt::hf4e16cb7f0d41a25

  10:     0x558681766ff0 - core::result::unwrap_failed::hd132ba2b7d75f379

  11:     0x558681765df4 - glutin_app::window::Window::new::h750be0f1f60f008a

  12:     0x558681764df0 - glutin_app::create_window::hae774cdda1762e66

  13:     0x55868170df45 - servo::main::h6924e5658370f6b5

  14:     0x558683592778 - std::panicking::try::call::h852b0d5f2eec25e4

  15:     0x55868359d5db - __rust_try

  16:     0x55868359d57e - __rust_maybe_catch_panic

  17:     0x55868359221e - std::rt::lang_start::hfe4efe1fc39e4a30

  18:     0x7fcc0d82eec4 - __libc_start_main

  19:     0x55868170cf09 - <unknown>

  20:                0x0 - <unknown>

Edit 2: I am not sure if this discussion belongs here. Let me know if I should move this somewhere else.

?> ~/Downloads unzip exa-linux-x86_64-0.7.0.zip Archive: exa-linux-x86_64-0.7.0.zip inflating: exa-linux-x86_64

?> ~/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

...yup.


'vcvarsall.bat' is not recognized as an internal or external command, operable program or batch file.

The problem this code is solving is equivalent to finding vcvarsall.bat in the first place.


Doesn't seem to work on Windows.

Got "line 12: -S: command not found".


> Oops! We couldn't find “src.elv.sh/pkg/ui/styledown@master”.

exa: 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

Debian 8


  [~]$ cowsay
  -bash: cowsay: command not found
  [~]$ sudo port install cowsay
  --->  Fetching cowsay
  --->  Attempting to fetch cowsay-3.03.tar.gz
  --->  Verifying checksum(s) for cowsay
  --->  Extracting cowsay
  --->  Applying patches to cowsay
  --->  Configuring cowsay
  --->  Building cowsay
  --->  Staging cowsay into destroot
  --->  Installing cowsay @3.03_1
  --->  Activating cowsay @3.03_1
  --->  Cleaning cowsay
  [~]$ cowsay moo
   _____ 
  < moo >
   ----- 
          \   ^__^
           \  (oo)\_______
              (__)\       )\/\
                  ||----w |
                  ||     ||

  [~]$ cowsay
  -bash: cowsay: command not found
  [~]$ sudo port install cowsay
  --->  Fetching cowsay
  --->  Attempting to fetch cowsay-3.03.tar.gz
  --->  Verifying checksum(s) for cowsay
  --->  Extracting cowsay
  --->  Applying patches to cowsay
  --->  Configuring cowsay
  --->  Building cowsay
  --->  Staging cowsay into destroot
  --->  Installing cowsay @3.03_1
  --->  Activating cowsay @3.03_1
  --->  Cleaning cowsay
  [~]$ cowsay moo
   _____ 
  < moo >
   ----- 
          \   ^__^
           \  (oo)\_______
              (__)\       )\/\
                  ||----w |
                  ||     ||
next

Legal | privacy