Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[alpha v0.3] Error 2000-20000 does not find /vita2hos/test.elf #33

Open
andaioso opened this issue Oct 7, 2022 · 10 comments
Open

[alpha v0.3] Error 2000-20000 does not find /vita2hos/test.elf #33

andaioso opened this issue Oct 7, 2022 · 10 comments
Labels
bug Something isn't working

Comments

@andaioso
Copy link

andaioso commented Oct 7, 2022

I put everything where it belongs and it still wont find it. I think its because the file size is to big.

@TSRBerry
Copy link
Collaborator

TSRBerry commented Oct 7, 2022

Could you explain this a bit more in depth?
What size was your file? Does the error message tell you a bit more?

@andaioso
Copy link
Author

andaioso commented Oct 7, 2022

My file is 293kb big. I renamed it to test.elf but my switch says: Error loading PlayStation Vita executable Make sure to place it to /vita2hos/test.elf. The error code says 2000-0000 (0x00000000). But the file is in the right folder. When i swap my file with the cube example file it detects it.

@TSRBerry
Copy link
Collaborator

TSRBerry commented Oct 7, 2022

Your file is one of the supported formats tho, right?

@andaioso
Copy link
Author

andaioso commented Oct 7, 2022

my file is an eboot.bin

@TSRBerry
Copy link
Collaborator

TSRBerry commented Oct 7, 2022

I see, thank you for reporting this!

@andaioso
Copy link
Author

andaioso commented Oct 7, 2022

np

@xerpi
Copy link
Owner

xerpi commented Oct 11, 2022

My file is 293kb big. I renamed it to test.elf but my switch says: Error loading PlayStation Vita executable Make sure to place it to /vita2hos/test.elf. The error code says 2000-0000 (0x00000000). But the file is in the right folder. When i swap my file with the cube example file it detects it.

I think you can click on the Details button on the error report to show more info

@kkongkko
Copy link

I'm the same as andaioso.

@TSRBerry TSRBerry added the bug Something isn't working label Oct 18, 2022
@zmboni
Copy link

zmboni commented Nov 7, 2022

I am running "Plants vs zombies" for the ps vita and am running into the same issue. heres a log from the program i got.

Starting vita2hos at: 2021-12-31 23:43:2
vita2hos 0.3.0-89dfdc3 (Nov  7 2022 20:35:18)
Opening '/vita2hos/test.elf' for reading.
Found a SELF, loading.
Loading SELF: ELF type: 0xfe00, header_type: 0x1, self_filesize: 0x5858a0, self_offset: 0x4
Only ET_SCE_RELEXEC files are supported.
Check header failed.
Cannot load SELF.
Error loading PlayStation Vita executable. Make sure to place it to '/vita2hos/test.elf'

it seems that vita2hos does not support my game from the "Only ET_SCE_RELEXEC files are supported." line

@Nyabsi
Copy link

Nyabsi commented Nov 8, 2022

I am running "Plants vs zombies" for the ps vita and am running into the same issue. heres a log from the program i got.

Starting vita2hos at: 2021-12-31 23:43:2
vita2hos 0.3.0-89dfdc3 (Nov  7 2022 20:35:18)
Opening '/vita2hos/test.elf' for reading.
Found a SELF, loading.
Loading SELF: ELF type: 0xfe00, header_type: 0x1, self_filesize: 0x5858a0, self_offset: 0x4
Only ET_SCE_RELEXEC files are supported.
Check header failed.
Cannot load SELF.
Error loading PlayStation Vita executable. Make sure to place it to '/vita2hos/test.elf'

it seems that vita2hos does not support my game from the "Only ET_SCE_RELEXEC files are supported." line

Currently vita2hos does not support any retail game it's a PoC even if it could start a retail game .bin file it would not be able to run it because most of the modules are not even resolved.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

6 participants