Oui monsieur ;)
J'ai essayé dans la console, ça me met :
./ZgeBullet.so
An unhandled exception occurred at $00007F9C81D6B2BB:
EAccessViolation:
$00007F9C81D6B2BB
Je viens de tester sur mon ordi en arch x86_64 sans problèmes... Je te propose d'essayer de compiler toi-même la librairie fautive en suivant ce tutoriel que j'ai écrit pour mon futur moi :
https://www.txori.com/index.php?article139/compiler-librairie-zgebullet-avec-fre...
J'ai donc recompilé la librairie
(note pour ton tuto: tu peux enlever le sudo sur le premier chmod et indiquer que la librairie zbulet doit être placée dans le home pour que la compile marche)
Il doit y avoir une autre librairie manquante ou quoi parce que en gros, ça me lance une fenetre noire, qui se ferme de suite, et le terminal m'affiche :
./ZgeBullet.so
et c'est tout. Bon j'ai joué au jeu via proton mais quand même ce serait cool en natif :D
J'ai essayé en retéléchargeant depuis itch sans succès.
Tu as un mode debug ou verbose ou quoi que tu pourrais exporter ?
Etienne
Merci pour ton retour :)
"indiquer que la librairie zbulet doit être placée dans le home"
C'est pas ce qu'il se fait avec ~/ZgeBullet sur cette ligne ?
svn checkout https://github.com/Rado-1/ZgeBullet/trunk ~/ZgeBullet
Pas vraiment de verbose, non... Mais je viens de tester avec :
$ readelf --dynamic ./Omeganaut | grep NEEDED
Voilà les librairies nécessaires
Et on peut commencer par un simple cube sans librairie ZgeBullet.so pour voir si tout va bien: https://www.txori.com/forum/viewtopic.php?id=2637
Hi. What do you mean by "I cannot follow the rest of the thread"? Too technical?
I listed just above the basic libraries that are needed:
In the terminal, try:
ldconfig -p | grep libdl
If libdl is not installed, there will be no output. If it is installed, you will get a line for each version available. Please do that for all of these.
You can also find your sdl version (if it is there) with:
sdl2-config --version
Did you try running the simple cube that works without any external libraries?
https://www.txori.com/forum/viewtopic.php?id=2637
Hello, thank you for the reply. Not overly technical but I wasn't able to determine what the solution was, ATN mentioned rebuilding ZgeBullet and running in proton but that did not seem like the solution. I have confirm the four libraries you listed are installed, I will run the ldconfig -p | grep libdl command and sdl2-config --version to determine output and post here as relevant. I'll also attempt the cube prior to and after this and confirm it works as well.