• Moebius ANSI editor for Linux

    From Nightfox to All on Thu Sep 15 09:07:32 2022
    Does anyone here use Moebius (ANSI editor) for Linux?

    I had Linux Mint 20.3 installed on my BBS PC and had used Moebius on it to edit some ANSI screens for my BBS. Recently I updated to Linux Mint 21, and all has been good so far, but today I tried installing Moebius (I used the same .deb package I had used for Mint 20.3), but when I run Moebius from that, it crashes. I then tried downloading the Moebius source code - It seems to be a Node.js app, and as per the readme, I ran the "npm install" and "npm start", but when it's starting up, it says "GPU process isn't usable. Goodbye." and it quits. My BBS PC has an Nvidia 1060 and I have the Nvidia driver installed. At the time I wasn't using the GPU for anything.

    I've downloaded PabloDraw for Linux too, but I remember Moebius being a fairly good ANSI editor for Linux.

    Nightfox
  • From Nightfox to All on Thu Sep 15 09:24:24 2022
    Re: Moebius ANSI editor for Linux
    By: Nightfox to All on Thu Sep 15 2022 09:07 am

    install" and "npm start", but when it's starting up, it says "GPU process isn't usable. Goodbye." and it quits.

    I found a solution for this. Moebius uses electron to run it, and there's a command-line parameter for electron, --in-process-gpu which allowed it to run. One thing to note is I'm using my BBS PC via VNC, so perhaps that has something to do with it.

    I found the solution here:

    https://stackoverflow.com/questions/68874940/gpu-process-isnt-usable-goodbye

    Nightfox
  • From NuSkooler@21:1/121 to Nightfox on Thu Sep 15 13:00:45 2022

    Twas Thursday, September 15th when Nightfox said...
    Does anyone here use Moebius (ANSI editor) for Linux?

    I use Moebius under Elementary OS, which is essentially Ubuntu under the covers -- I always run from the Node.js source.

    You might try Googling that error along with "Electron" which is how the app is built. There may be some clues...


    --
    |08 ■ |12NuSkooler |06// |12Xibalba |08- |07"|06The place of fear|07"
    |08 ■ |03xibalba|08.|03l33t|08.|03codes |08(|0344510|08/|03telnet|08, |0344511|08/|03ssh|08)
    |08 ■ |03ENiGMA 1/2 WHQ |08| |03Phenom |08| |0367 |08| |03iMPURE |08| |03ACiDic
    --- ENiGMA 1/2 v0.0.13-beta (linux; x64; 16.16.0)
    * Origin: Xibalba -+- xibalba.l33t.codes:44510 (21:1/121)
  • From NuSkooler@21:1/121 to Nightfox on Thu Sep 15 13:01:09 2022

    Twas Thursday, September 15th when Nightfox said...
    I found a solution for this. Moebius uses electron to run it, and there's a command-line parameter for electron, --in-process-gpu which

    lol, I was too late in my last message. Glad you got it working :D


    --
    |08 ■ |12NuSkooler |06// |12Xibalba |08- |07"|06The place of fear|07"
    |08 ■ |03xibalba|08.|03l33t|08.|03codes |08(|0344510|08/|03telnet|08, |0344511|08/|03ssh|08)
    |08 ■ |03ENiGMA 1/2 WHQ |08| |03Phenom |08| |0367 |08| |03iMPURE |08| |03ACiDic
    --- ENiGMA 1/2 v0.0.13-beta (linux; x64; 16.16.0)
    * Origin: Xibalba -+- xibalba.l33t.codes:44510 (21:1/121)
  • From Nightfox to NuSkooler on Thu Sep 15 12:46:03 2022
    Re: RE: Moebius ANSI editor for Linux
    By: NuSkooler to Nightfox on Thu Sep 15 2022 01:01 pm

    I found a solution for this. Moebius uses electron to run it, and
    there's a command-line parameter for electron, --in-process-gpu
    which

    lol, I was too late in my last message. Glad you got it working :D

    Yeah, I'm not really familiar with Electron at all, and at first I thought the error was specific to Moebius. But I saw it came from Electron..

    Nightfox
  • From paulie420@21:2/150 to Nightfox on Thu Sep 15 16:40:56 2022
    I had Linux Mint 20.3 installed on my BBS PC and had used Moebius on it
    to edit some ANSI screens for my BBS. Recently I updated to Linux Mint 21, and all has been good so far, but today I tried installing Moebius
    (I used the same .deb package I had used for Mint 20.3), but when I run Moebius from that, it crashes. I then tried downloading the Moebius source code - It seems to be a Node.js app, and as per the readme, I ran the "npm install" and "npm start", but when it's starting up, it says
    "GPU process isn't usable. Goodbye." and it quits. My BBS PC has an Nvidia 1060 and I have the Nvidia driver installed. At the time I wasn't using the GPU for anything.

    I just ran into this issue on Arch, and found a work-around that MIGHT help you. On the Moebius github page, you can download a .DEB or .RPM format of the install - can't you install one of those under Mint? Or, use a helper program to install one of them that your system doesn't natively support?



    |07p|15AULIE|1142|07o
    |08.........

    --- Mystic BBS v1.12 A48 2022/07/15 (Linux/64)
    * Origin: 2o fOr beeRS bbs>>>20ForBeers.com:1337 (21:2/150)
  • From Nightfox to paulie420 on Thu Sep 15 20:13:24 2022
    Re: Re: Moebius ANSI editor for Linux
    By: paulie420 to Nightfox on Thu Sep 15 2022 04:40 pm

    I just ran into this issue on Arch, and found a work-around that MIGHT help you. On the Moebius github page, you can download a .DEB or .RPM format of the install - can't you install one of those under Mint? Or, use a helper program to install one of them that your system doesn't natively support?

    The .deb package was what I tried first, and Moebius crashed when I ran that version.

    But I found a fix. There's a --in-process-gpu command-line option that you can pass to electron, which allowed Moebius to run.

    Nightfox
  • From Charles Blackburn@21:1/221 to Nightfox on Fri Sep 16 21:15:44 2022
    Re: Moebius ANSI editor for Linux
    By: Nightfox to All on Thu Sep 15 2022 09:24:24


    I found a solution for this. Moebius uses electron to run it, and there's a command-line parameter for electron,
    --in-process-gpu which allowed it to run. One thing to note is I'm using my BBS PC via VNC, so perhaps that has something to
    do with it.

    sounds like it's not likging the VNC virtual video adapter.

    i'm assuming it's an X11 program? if it is, have you tried something like MobaXterm? That has a built in X11 server and can run stuff over an SSH tunnel.

    I do it all the time.

    regards
    Charles Blackburn
    SYSOP - The F.B.O BBS 21:1/221
    Aviation related fun @ bbs.thefbo.us IPV4 and IPV6
    DOVE-Net FSX-Net USENET
    Coming soon: FIDO-Net
    --- SBBSecho 3.15-Linux
    * Origin: The FBO BBS - bbs.thefbo.us (21:1/221)
  • From Nightfox to Charles Blackburn on Fri Sep 16 21:24:36 2022
    Re: Moebius ANSI editor for Linux
    By: Charles Blackburn to Nightfox on Fri Sep 16 2022 09:15 pm

    I found a solution for this. Moebius uses electron to run it, and
    there's a command-line parameter for electron, --in-process-gpu
    which allowed it to run. One thing to note is I'm using my BBS PC
    via VNC, so perhaps that has something to do with it.

    sounds like it's not likging the VNC virtual video adapter.

    i'm assuming it's an X11 program? if it is, have you tried something like MobaXterm? That has a built in X11 server and can run stuff over an SSH tunnel.

    I do it all the time.

    I wondered if it had something to do with VNC. But the solution I found lets me use it over VNC.

    Nightfox
  • From Charles Blackburn@21:1/221 to Nightfox on Sat Sep 17 08:25:38 2022
    Re: Moebius ANSI editor for Linux
    By: Nightfox to Charles Blackburn on Fri Sep 16 2022 21:24:36

    I found a solution for this. Moebius uses electron to run it, and
    there's a command-line parameter for electron, --in-process-gpu
    which allowed it to run. One thing to note is I'm using my BBS PC
    via VNC, so perhaps that has something to do with it.
    sounds like it's not likging the VNC virtual video adapter.
    I wondered if it had something to do with VNC. But the solution I found lets me use it over VNC.


    Yea. I gues si'm old school in that i like my old insecure unencrypted (outside of ssh) protocols LOL

    regards
    Charles Blackburn
    SYSOP - The F.B.O BBS 21:1/221
    Aviation related fun @ bbs.thefbo.us IPV4 and IPV6
    DOVE-Net FSX-Net USENET
    Coming soon: FIDO-Net
    --- SBBSecho 3.15-Linux
    * Origin: The FBO BBS - bbs.thefbo.us (21:1/221)