Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
PPSSPP Runs LBP from program but not command line
10-23-2013, 06:46 PM
Post: #1
PPSSPP Runs LBP from program but not command line
Hi, I am using the latest svn sdl linux build and finding an unusual problem.
I have extracted to an image my Little Big Planet game and when i start it with this command from the terminal

~/Emulators/PSP/PPSSPPSDL "/media/Stuff/Roms/PSP/lbp.iso"

The game starts to run but seemsto not want to go any further after the language screen
Now when i run ppsspp with ./PPSSPPSDL from the folder it is stored it runs all the way into the game. AM I missing something here?
Find all posts by this user
Quote this message in a reply
10-23-2013, 08:23 PM
Post: #2
RE: PPSSPP Runs LBP from program but not command line
I might be way off but I run PPSSPP from command line exclusively. Have you tried using absolute paths versus relative pathing. Something like this in a bat file as a test to see if it works:
cd\
cd path to ppsspp (for example cd c:\emulation\PSP\PPSSPP)
ppsspp.exe "s:\path\to\roms\lbp.iso" (try keeping the .exe as well)

I may be showing my ignorance but the ppssppdl in your post above...what exactly is that?

Cooler Master HAF X Full Tower
ASRock Z97 Extreme4
EVGA GeForce GTX 970 4GB
EVGA SuperNOVA 850W
Intel Core i5-4690K - OC'ed to 4.5GHz
G.SKILL Ripjaws X 8GB DDR3 1600
CORSAIR Hydro H105
Indigo Xtreme 115X-XS Metallic TIM
Windows 7 SP1 64-bit
Find all posts by this user
Quote this message in a reply
10-23-2013, 08:58 PM
Post: #3
RE: PPSSPP Runs LBP from program but not command line
Thanks, PPSSPPSDL is the sdl version of ppsspp on linux, the executable that is compiled.

By batch files i take it you mean the equivalent of scripts on linux? Anyway I have done what you recommended and made a script with these contents

#!/bin/bash
cd ~/Emulators/PSP
./PPSSPPSDL "/media/Stuff/Roms/PSP/lbp.iso"

Saved the file and made it executable and it has done the job. Many thanks haddockd much appreciated
Find all posts by this user
Quote this message in a reply
Post Reply 


Forum Jump: