Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

tahoma 2d appimage would not start #844

Open
fadi123go opened this issue Dec 4, 2021 · 4 comments
Open

tahoma 2d appimage would not start #844

fadi123go opened this issue Dec 4, 2021 · 4 comments
Labels
bug Something isn't working

Comments

@fadi123go
Copy link

fadi123go commented Dec 4, 2021

the output for trying to start through the terminal is:
Illegal instruction (core dumped)
my system is mageia 8
my processor is Celeron(R) Dual-Core CPU T3000 @ 1.80GHz
my video card ‎is intel Mobile 4 Series Chipset Integrated Graphics Controller
I can run the latest opentoonz version easily, so I do not think it is a hardware issue. Perhaps it is a python or a compiling issue.

@fadi123go fadi123go added the bug Something isn't working label Dec 4, 2021
@artisteacher
Copy link
Contributor

Did you try 1.2 or a nightly build?

@fadi123go
Copy link
Author

I did and the same problem exists. I think it may be because of a numpy python dependency or tensorflow which does not exist for mageia.

@charliemartinez
Copy link
Contributor

charliemartinez commented May 23, 2022

First of all, the file must have execute permissions. Example:

chmod 775 filename.appimage

I have noticed that sometimes some applications do not start. You can try running this command first:

sudo sysctl kernel.unprivileged_userns_clone=1

If it still doesn't work, you can try opening the appimage from the terminal, adding the following switch:

--no-sandbox

example:

./namefile.appimage --no-sandbox

If you still can't get the appimage to work, I'd like you to know that I made a deb package that should work for you, I clarify that I did it on my own and I'm not part of the development team so it's not an official package. Although I give my word that what is inside is the same program as it is distributed here:

https://quirinux.ga/repo/pool/main/t/tahoma2d/tahoma2d_1.4_amd64.deb

@fadi123go
Copy link
Author

Thanks Mr Martinez. The latest version works fine.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants