-
Notifications
You must be signed in to change notification settings - Fork 487
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
Build Fail #535
Comments
You don't seem to have gcc installed. |
Yes but y launch command not in this launcher |
Repo is in but y use "make" in terminal |
Still, you need to ensure that you have gcc installed. |
i install gcc but now i have this: make BETTERCAMERA=1 EXTERNAL_DATA=1 VERSION=eu -j4 |
sorry for french i copy and past of my terminal |
Try installing the |
after installing; make BETTERCAMERA=1 EXTERNAL_DATA=1 VERSION=eu -j4
|
Did you install |
yes |
Try installing |
|
Did you install the dependencies? |
yes bjt y have error with python Keyring |
on Arch y have keyring obligation |
Unfortunately I can't help you with Arch. |
i try somthing |
it's gold if y erase python and y execute
|
dans archlinux sur une grande parti des distro python est deja installer |
i have install SDL2 |
y think y need install |
same error after instalation |
Did you install |
yes here |
Can you post the full log? |
|
Try just |
how i can make log file ? |
|
There's nothing in the log that would indicate why you're getting the GLES thing. By all accounts this shouldn't be happening. |
Did you get any errors? I forgot that on Linux you'd need to do |
i have erase old and get new x) |
more simply |
you see same error |
If you want help, please change your outputs to the English locale, so everyone can read the full logs, error messages and outputs of the installation process. It's not that hard to change. If you need help for changing the locale temporarily consult the arch wiki or if you need more help ChatGPT for example. (2)(deck@SteamDeck-HinataNekoNya SM64EX-Nightly)$ make allclean ^- I mean here, the script can't find the baserom.us.z64 for installation. Are you sure the baserom is in the right place? And if you post the error log, you still need to post the relevant terminal output, when the makescript did exit and not just the log. This will make troubleshooting for others make way easier. About dependencies, you wrote some incoherent and not understandable things: "yes bjt y have error with python Keyring" "on Arch y have keyring obligation" "dans archlinux sur une grande parti des distro python est deja installer" <- we don't understand french "/usr/include/SDL2/SDL_opengles2.h:35:10: fatal error: GLES2/gl2platform.h: No such file or directory i have install SDL2" Sorry, after this description, I doubt that all dependencies are correctly installed. So please post terminal outputs, where you show where your baserom is located and if all these dependencies are installed. If you have trouble installing these dependencies, please say so. Also cloning git repo and compiling with make is a possibility, but it may be easier if you use the Arch User Repository (AUR) for sm64ex → sm64pc-git Link: https://aur.archlinux.org/packages/sm64pc-git: for easier install, you can install an AUR-helper to install the repo. Then it's like pacman -S sm64pc-git (this won't work, because AUR packages are not official), but just another name like aurhelper -S sm64pc-git for example: paru -S sm64pc-git You can also use these PKGbuilds without an AUR helper. But I would recommend these helpers. This will ensure that the dependencies are correctly installed. You will still have to put the baserom with the right region(US) and correct checksum in the right place/file location. But in my opinion, this is the easiest and a better way to install games/packages like these in Arch Linux. I don't have a SteamDeck, but as far as I know, the Arch User Repository (AUR) should work for the SteamDeck too. It's x64 architecture and I already found packages for the SteamDeck in the AUR (some packages about gyro control) So maybe try that, good luck! |
On the last version i click on build and he make this:
make BETTERCAMERA=1 EXTERNAL_DATA=1 VERSION=eu -j4
make: cc: Aucun fichier ou dossier de ce type
make: *** [Makefile:54 : n64graphics] Erreur 127
Traceback (most recent call last):
File "/home/deck/.SM64LinuxLauncher/SM64EX-Nightly/./extract_assets.py", line 286, in
main()
File "/home/deck/.SM64LinuxLauncher/SM64EX-Nightly/./extract_assets.py", line 156, in main
subprocess.check_call(
File "/usr/lib/python3.10/subprocess.py", line 369, in check_call
raise CalledProcessError(retcode, cmd)
subprocess.CalledProcessError: Command '['make', '-s', '-C', 'tools/', 'n64graphics', 'skyconv', 'mio0', 'aifc_decode']' returned non-zero exit status 2.
Makefile:263: *** Failed to extract assets. Arrêt.
SteamOS (Based ArchLinux Distro)
The text was updated successfully, but these errors were encountered: