lab313ru / ghidra_psx_ldr

Sony Playstation PSX executables loader for GHIDRA
231 stars 31 forks source link

[BUG] java.io.FileNotFoundException: file psyq43.pat does not exist in module ghidra_psx_ldr #37

Closed ThisIsRex closed 4 years ago

ThisIsRex commented 4 years ago

I opened an exe and it shows this message after analizing: image But the file psyq43.pat is present in the extension package

lab313ru commented 4 years ago

Could you attach here that exe file? I'll try to fix it.

ThisIsRex commented 4 years ago

Could you attach here that exe file? I'll try to fix it.

Desktop.zip I tried several files and always get error: file psyqXX.pat does not exist I'm usimg the latest GHIDRA release

lab313ru commented 4 years ago

GAME.EXE has 4.0 version. Does GHIDRA_DIR/Ghidra/Extensions/ghidra_psx_ldr/data contains any pat file?

lab313ru commented 4 years ago

MEDIEVIL.EXE is 4.3 version and psyq43.pat exists.

lab313ru commented 4 years ago

image

ThisIsRex commented 4 years ago

Hm, that's weird. I can't see any files except ghidra_psx_ldr.jar in the lib folder. I downloaded the extension from the releases page and installed it. I also tried to reinstall it. image

UPD: i didn't notice that this is a zip file on your screenshot here's an extension i installed image

lab313ru commented 4 years ago

Try to remove installed extension via deleting it in Ghidra's folder. And then install again.

ThisIsRex commented 4 years ago

Try to remove installed extension via deleting it in Ghidra's folder. And then install again.

Worked, it seems to be a GHIDRA's glitch, thanks!

lab313ru commented 4 years ago

Glad to hear:)