sahlberg / pop-fe

Python script to automate the process of fetching boxart and installing PS1 games (onto your PSP/VITA/PS2/PS3)
135 stars 13 forks source link

Error making EBOOT #13

Closed DocMAX closed 1 year ago

DocMAX commented 1 year ago

Path /mnt/zeus/8bay_usb3/roms/ps1/test_pbp/PSP/PSP/GAME exists!

Try URL http://www.hwc.nat.cu/psx/SLUS_012.01_COV.jpg
Id: SLUS01201
Title: ALONE IN THE DARK - THE NEW NIGHTMARE
/home/docmax/github/pop-fe/./pop-fe.py:542: DeprecationWarning: BILINEAR is deprecated and will be removed in Pillow 10 (2023-07-01). Use Resampling.BILINEAR instead.
  image = icon0.resize((80,80), Image.BILINEAR)
/home/docmax/github/pop-fe/./pop-fe.py:549: DeprecationWarning: BILINEAR is deprecated and will be removed in Pillow 10 (2023-07-01). Use Resampling.BILINEAR instead.
  pic1 = pic1.resize((480, 272), Image.BILINEAR).convert("RGBA")
/home/docmax/github/pop-fe/./pop-fe.py:280: DeprecationWarning: textsize is deprecated and will be removed in Pillow 10 (2023-07-01). Use textbbox or textlength instead.
  ts = d.textsize(t, font=fnt)
/home/docmax/github/pop-fe/./pop-fe.py:280: DeprecationWarning: textsize is deprecated and will be removed in Pillow 10 (2023-07-01). Use textbbox or textlength instead.
  ts = d.textsize(t, font=fnt)
/home/docmax/github/pop-fe/./pop-fe.py:287: DeprecationWarning: textsize is deprecated and will be removed in Pillow 10 (2023-07-01). Use textbbox or textlength instead.
  ts = d.textsize(game_id, font=fnt)
Create PBP file at /mnt/zeus/8bay_usb3/roms/ps1/test_pbp/PSP/GAME/SLUS01201/EBOOT.PBP
Traceback (most recent call last):
  File "/home/docmax/github/pop-fe/./pop-fe.py", line 1589, in <module>
    create_psp(args.psp_dir, game_id, game_title, icon0, pic1, cue_files, cu2_files, img_files, mem_cards, aea_files, snd0=snd0)
  File "/home/docmax/github/pop-fe/./pop-fe.py", line 593, in create_psp
    generate_pbp(dest_file, game_id, game_title, icon0, pic1, cue_files, cu2_files, img_files, aea_files, snd0=snd0_data)
  File "/home/docmax/github/pop-fe/./pop-fe.py", line 531, in generate_pbp
    p.create_pbp()
  File "/home/docmax/github/pop-fe/popstation.py", line 3006, in create_pbp
    fh = open(self._eboot, 'wb+')
FileNotFoundError: [Errno 2] No such file or directory: '/mnt/zeus/8bay_usb3/roms/ps1/test_pbp/PSP/GAME/SLUS01201/EBOOT.PBP'
DocMAX commented 1 year ago

Once again, stupid mistake of mine - dir did NOT exist...

KleversonKrash commented 1 year ago

How to solve ?