What's new

command line loading ... different behavior in 0.9.9?

rjuno65

New member
Hi, great work on 0.9.9, speed is incredible...

One question regarding command line loading. In 0.8.5, I used to use "1964 -g gamename" to load games from a frontend. This still works in a way as 1964 loads the rom and says "ready gamename" but somehow, the game doesn't start, even with F3...

Is it just me or is this feature "broken" in 0.9.9? I cannot see any reference to command line loading either in the documentation and can't remember where the heck I found this info in the "just released 0.8.5 days"?

Thanks for the help
 

fouine95

New member
Can u tellme how to use command lines? i hae Myhtpc and i'd like to launch Games.
thx 4 ur help :)

edit1 :

i'm trying this : 1964 [-f] [-v video_plugin_filename] [-a audio_plugin_filename] [-c controller_plugin_filename] [-r directory] [-g rom_full_filename]
my command line is :
-f -v RiceDaedalus5.2.0.dll -a schiboAud.dll -c NRage_DInput8_V2.dll -r C:\Program Files\1964\099\roms N64 pour Myhtpc\N64 -g MarioKart64(US).v64
1964 start but say me : "error opening this file, please refresh the rom list"
:(

Edit2 : ok

after search, only Projet64 run with command line
 
Last edited:

fouine95

New member
my command line is :
-f -v RiceDaedalus5.2.0.dll -a schiboAud.dll -c NRage_DInput8_V2.dll -r C:\Program Files\1964\099\roms N64 pour Myhtpc\N64 -g MarioKart64(US).v64
 

ShadowPrince

Moderator
fouine95 said:
my command line is :
-f -v RiceDaedalus5.2.0.dll -a schiboAud.dll -c NRage_DInput8_V2.dll -r C:\Program Files\1964\099\roms N64 pour Myhtpc\N64 -g MarioKart64(US).v64

Pj64,1964 and Mupen64 all have some kind of command line support ,but in last version of 1964 loading rom from command line seems to be broken.

Another thing,there is problem in your string : you have spaces in directory path.In this case you should put it in parentheses, right line should be something like that :
-f -v RiceDaedalus5.2.0.dll -a schiboAud.dll -c NRage_DInput8_V2.dll -r "C:\Program Files\1964\099\roms N64 pour Myhtpc\N64" -g "MarioKart64(US).v64"
 

Top