La recherche a retourné 108 résultats

par ryuuji
18 nov. 2015 - 20:48
Forum : Foreigner's Bar
Sujet : Problem under Linux
Réponses : 38
Vues : 24753

Re: Problem under Linux

same thing ... black screen and back to zspin
par ryuuji
18 nov. 2015 - 19:45
Forum : Foreigner's Bar
Sujet : Problem under Linux
Réponses : 38
Vues : 24753

Re: Problem under Linux

it seems that in the logfile the name it is correct now

Code : Tout sélectionner

/home/ergo/Retro/Nintendo 64/Yoshi's Story (USA) (En,Ja).n64
but the game does not launch
par ryuuji
18 nov. 2015 - 19:39
Forum : Foreigner's Bar
Sujet : Problem under Linux
Réponses : 38
Vues : 24753

Re: Problem under Linux

screen flashes black and come back to zspin now

log

Code : Tout sélectionner

/home/ergo/Retro/Nintendo 64/007 - The World Is Not Enough (USA).srm /home/ergo/Retro/Nintendo 64/007 - The World Is Not Enough (USA).v64
terminal

Code : Tout sélectionner

[ergo@proxy ZSpin]$ bash +x launcher.sh
system not supported () (game: )
par ryuuji
18 nov. 2015 - 17:55
Forum : Foreigner's Bar
Sujet : Problem under Linux
Réponses : 38
Vues : 24753

Re: Problem under Linux

need your help @vik modified it but it grabs only the first extension (v64)... #!/bin/bash RARCH="./retroarch -L /home/ergo/Retro/Cores/" RCONFIG="-c /home/ergo/Retro/cfg/" ROMS="/home/ergo/Retro/" EXT="v64" || "V64" || "n64" if [ "$1" == "Nintendo Entertainment System" ]; then echo "launching retro...
par ryuuji
16 nov. 2015 - 22:59
Forum : Foreigner's Bar
Sujet : Problem under Linux
Réponses : 38
Vues : 24753

Re: Problem under Linux

pretty busy:P dunno if I can
par ryuuji
16 nov. 2015 - 21:20
Forum : Foreigner's Bar
Sujet : Problem under Linux
Réponses : 38
Vues : 24753

Re: Problem under Linux

Code : Tout sélectionner

/home/ergo/Retro/Nintendo 64/007 - The World Is Not Enough (USA).*
par ryuuji
16 nov. 2015 - 21:11
Forum : Foreigner's Bar
Sujet : Problem under Linux
Réponses : 38
Vues : 24753

Re: Problem under Linux

N64 does not work with the new config
par ryuuji
16 nov. 2015 - 20:09
Forum : Foreigner's Bar
Sujet : Problem under Linux
Réponses : 38
Vues : 24753

Re: Problem under Linux

That looks great :D
Much cleaner and better organized
Will test it as soon as I can and come back with feedback :)
par ryuuji
16 nov. 2015 - 17:13
Forum : Foreigner's Bar
Sujet : Problem under Linux
Réponses : 38
Vues : 24753

Re: Problem under Linux

made this for N64 #!/bin/bash if [ "$1" == "Nintendo Entertainment System" ]; then echo "launching retroarch with game $2"; cd /usr/bin; ./retroarch -L /home/ergo/Retro/Cores/nestopia_libretro.so -c /home/ergo/Retro/cfg/nestopia_libretro.cfg "/home/ergo/Retro/Nintendo Entertainment System/$2.nes"; e...
par ryuuji
16 nov. 2015 - 16:50
Forum : Foreigner's Bar
Sujet : Problem under Linux
Réponses : 38
Vues : 24753

Re: Problem under Linux

@porko
I will do that. Just have to try n64 and mame on my own to know that everything works as it should before I make a tutorial :)
par ryuuji
16 nov. 2015 - 15:27
Forum : Foreigner's Bar
Sujet : Problem under Linux
Réponses : 38
Vues : 24753

Re: Problem under Linux

ok :) thanks... Now I was thinking to adapt this for the systems with more than one extension in the roms files.... for example Nintendo 64 uses .n64/.z64/.v64 . After that @vik you should make a topic regarding this thing or add it to the wiki ... making a launcher using retroarch, I think many peo...
par ryuuji
16 nov. 2015 - 11:13
Forum : Foreigner's Bar
Sujet : Problem under Linux
Réponses : 38
Vues : 24753

Re: Problem under Linux

#!/bin/bash if [ "$1" == "Nintendo Entertainment System" ]; then echo "launching retroarch with game $2"; cd /usr/bin; ./retroarch -L /home/ergo/Retro/Cores/nestopia_libretro.so -c /home/ergo/Retro/cfg/nestopia_libretro.cfg "/home/ergo/Retro/Nintendo Entertainment System/$2.nes" $2; else echo "syst...
par ryuuji
15 nov. 2015 - 23:58
Forum : Foreigner's Bar
Sujet : Problem under Linux
Réponses : 38
Vues : 24753

Re: Problem under Linux

if I run in terminal retroarch -L /home/ergo/Retro/Cores/nestopia_libretro.so /home/ergo/Retro/Cores/1942.nes opens the 1942 rom. If the rom name contains ( ) will not load the game from command line in terminal bash: syntax error near unexpected token `(' what the launcher is missing is where to lo...
par ryuuji
15 nov. 2015 - 21:54
Forum : Foreigner's Bar
Sujet : Problem under Linux
Réponses : 38
Vues : 24753

Re: Problem under Linux

have no apple(s) :lol: @camarade .cfg is for config ..... .so is the equal of .dll .... cfg is for config ... .so is for the core itself have set it right the path to nestopia cfg file. I just give up ... got a headache from all this ... just have to be happy that I can run games thru RetroArch itse...
par ryuuji
15 nov. 2015 - 21:28
Forum : Foreigner's Bar
Sujet : Problem under Linux
Réponses : 38
Vues : 24753

Re: Problem under Linux

#!/bin/bash if [ "$1" == "Nintendo Entertainment System" ]; then echo "lancement de retroarch avec jeu $2"; cd /usr/bin/; ./retroarch -c /home/ergo/Retro/cfg/nestopia_libretro.cfg $2; else echo "system not supported ($1) (game: $2)"; fi exit 0 Black screen ... no sound no text ... nothing
par ryuuji
15 nov. 2015 - 20:01
Forum : Foreigner's Bar
Sujet : Problem under Linux
Réponses : 38
Vues : 24753

Re: Problem under Linux

#!/bin/bash if [ "$1" == "Nintendo Entertainment System" ]; then echo "launching retroarch with game $2"; cd /usr/bin/; ./retroarch -C /home/ergo/retro/cfg/retroarch.cfg $2; else echo "system not supported ($1) (game: $2)"; fi after I press to launch the game ... I get black screen from retroarch ....
par ryuuji
15 nov. 2015 - 17:08
Forum : Tutorials
Sujet : [TUTO] Compilation Zspin sur linux
Réponses : 70
Vues : 33036

Re: [Zspin] Compilation sur linux

nothing happens...

I get black screen only
par ryuuji
15 nov. 2015 - 16:53
Forum : Tutorials
Sujet : [TUTO] Compilation Zspin sur linux
Réponses : 70
Vues : 33036

Re: [Zspin] Compilation sur linux

Yes I have just missunderstood the wiki line ... core.so game.rom thing ... I thought was talking about path to the Cores...
par ryuuji
15 nov. 2015 - 16:47
Forum : Tutorials
Sujet : [TUTO] Compilation Zspin sur linux
Réponses : 70
Vues : 33036

Re: [Zspin] Compilation sur linux

Code : Tout sélectionner

if [ "$1" == "MAME" ]; then
  echo "lancement de mame avec jeu $2";
  cd /usr/bin/;
  ./retroarch -L $HOME/Retro/Cores/core.so game.rom$2;
made this but nothing happens when I m trying to launch the game in ZSPin

will try yours
par ryuuji
15 nov. 2015 - 16:28
Forum : Tutorials
Sujet : [TUTO] Compilation Zspin sur linux
Réponses : 70
Vues : 33036

Re: [Zspin] Compilation sur linux

I m looking but that is a script for MAME roms only ...

Aller sur la recherche avancée