RPCS3 / rpcs3

PlayStation 3 emulator and debugger
https://rpcs3.net/
GNU General Public License v2.0
15.47k stars 1.92k forks source link

Need for Speed: Carbon [BLUS30016] / Boot failed #10864

Closed xYaroslavGTx closed 3 years ago

xYaroslavGTx commented 3 years ago

If game booting by "Boot with global configuration" or "Boot with custom configuration" it returning error "Boot failed: reason: Invalid file or folder, path: D:/rpcs3/dev_hdd0/disc/BLUS30016/PS3_GAME", but if game booting by "Boot with manually selected configuration", it starts normally.

image

RPCS3.log

elad335 commented 3 years ago

You have modified BDVD path in settings... IT SHOULD NEVER BE TOUCHED leave it an empty string.

elad335 commented 3 years ago

VFS: $(EmulatorDir): "" /dev_hdd0/: $(EmulatorDir)dev_hdd0/ /dev_hdd1/: $(EmulatorDir)dev_hdd1/ /dev_flash/: $(EmulatorDir)dev_flash/ /dev_flash2/: $(EmulatorDir)dev_flash2/ /dev_flash3/: $(EmulatorDir)dev_flash3/ /dev_usb000/: $(EmulatorDir)dev_usb000/ /dev_bdvd/: $(EmulatorDir)dev_bdvd/ /app_home/: ""


Should be empty as app_home.

xYaroslavGTx commented 3 years ago

Yep, solved. Thanks.