Git Product home page Git Product logo

Comments (11)

qishibo avatar qishibo commented on June 20, 2024

https://cowtransfer.com/s/b13db83af20f42 click link to check [ Another Redis Desktop Manager.1.6.2.AppImage ] or access cowtransfer.com and input extract code: w330qw to check;

try this package, build by electron-builder --project=dist -l -p never --arm64

from anotherredisdesktopmanager.

cmalvi avatar cmalvi commented on June 20, 2024

Tried the appimage but same error, segmentation fault.

Maybe the problem could be the electron version used (12), due to kernel page size on asahi kernel (16k), this problem is fixed from version 19

from anotherredisdesktopmanager.

qishibo avatar qishibo commented on June 20, 2024

you can just modify the electron version in dist/package.json, then try to build the app again

from anotherredisdesktopmanager.

cmalvi avatar cmalvi commented on June 20, 2024

Tried with same result.
I have no idea how to solve, i'll try in the next days when I have spare time

from anotherredisdesktopmanager.

qishibo avatar qishibo commented on June 20, 2024

thx a lot, did you build in an arm Linux os? or in a x86 os

from anotherredisdesktopmanager.

cmalvi avatar cmalvi commented on June 20, 2024

from anotherredisdesktopmanager.

cmalvi avatar cmalvi commented on June 20, 2024

Here an update! I've tried updating electron to v29.0.0:

  • need export NODE_OPTIONS=--openssl-legacy-provider for npm start otherwise throws an error about ERR_OSSL_EVP_UNSUPPORTED

  • npm run electron seems to works correctly but the app doesn't render anything except a white screen due to gpu error
    [18105:0220/210223.474464:ERROR:gl_surface_presentation_helper.cc(260)] GetVSyncParametersIfAvailable() failed for 1 times!

EDIT: After some research i've tried to run the app without hw acceleration using --disable-gpu-compositing with the same result.
Giving a look to the unpacked folder i've seen a vulkan library: at the moment there is no vulkan support in Apple gpu driver for Linux, only OpenGL

from anotherredisdesktopmanager.

qishibo avatar qishibo commented on June 20, 2024

Aha thx for your try!
AppImage issues about GPU may cause this error, try this
./Another-Redis-Desktop-Manager.1.5.2.AppImage --no-sandbox every time.
or run sudo sysctl kernel.unprivileged_userns_clone=1 once and then reopen Another

ref #1014

from anotherredisdesktopmanager.

cmalvi avatar cmalvi commented on June 20, 2024

from anotherredisdesktopmanager.

qishibo avatar qishibo commented on June 20, 2024

Giving a look to the unpacked folder i've seen a vulkan library: at the moment there is no vulkan support in Apple gpu driver for Linux, only OpenGL

so this may a reason?

from anotherredisdesktopmanager.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.