Hacking [Homebrew Support] Error Opening ZIP File With LPPVita

  • Thread starter Thread starter Deleted User
  • Start date Start date
  • Views Views 2,009
  • Replies Replies 2
D

Deleted User

Guest
I'm trying to extract a zip file to my sd card and am having a few issues. I thought this was due to my dying memory card but it seems consistant through a different system. I assume I'm saving my downloading zip incorrectly. However if I can get some assistance I would appreciate it since this is the last step that I need in order for this project to be a success

LPP is telling me that it has an error when trying to open the zip file itself. Is it being saved wrong maybe?

Code:
handle = io.open("ux0:/data/TMoI/Dapper.zip", FCREATE)
            content = string.sub(raw_data, data_offs+1)
            io.write(handle, content, string.len(content))
            io.close(handle)
            txt = "Installing mods..."
            System.extractZIP("ux0:/data/TMoI/Dapper.zip", "ux0:/app/PCSE00507")
 
I'm trying to extract a zip file to my sd card and am having a few issues. I thought this was due to my dying memory card but it seems consistant through a different system. I assume I'm saving my downloading zip incorrectly. However if I can get some assistance I would appreciate it since this is the last step that I need in order for this project to be a success

LPP is telling me that it has an error when trying to open the zip file itself. Is it being saved wrong maybe?

Code:
handle = io.open("ux0:/data/TMoI/Dapper.zip", FCREATE)
            content = string.sub(raw_data, data_offs+1)
            io.write(handle, content, string.len(content))
            io.close(handle)
            txt = "Installing mods..."
            System.extractZIP("ux0:/data/TMoI/Dapper.zip", "ux0:/app/PCSE00507")

Are you using an unsafe eboot? Safe eboots can't write in app folder.
 
Are you using an unsafe eboot? Safe eboots can't write in app folder.
I was using a safe eboot. Ill try an unsafe. That will explain a few other errors as well then :)

EDIT: That seems to have fixed everything. All works now Thank you
 
Last edited by ,

Site & Scene News

Popular threads in this forum