GerbilSoft / rom-properties

ROM Properties Page shell extension
GNU General Public License v2.0
465 stars 35 forks source link

Errors with 3DS #224

Open Amnesia1000 opened 4 years ago

Amnesia1000 commented 4 years ago

3DS and CIA files (from Nintendo 3DS) do not show the rom-properties tab in Linux Manjaro KDE (Dolphin).

GerbilSoft commented 4 years ago

You're likely missing the required keys for Nintendo 3DS. I can't provide them here, but there might be a valid keys.conf file somewhere on Pastebin for rom-properties 1.4 and later.

Put it in ~/.config/rom-properties/keys.conf, then clear your thumbnail cache and try again.

Amnesia1000 commented 4 years ago

I have the 3DS keys. I'll post a few snapshots later.

Amnesia1000 commented 4 years ago

Screenshot_20200622_225742 Here I show how the Rom properties tab is not shown in 3DS games, but it is shown in one of DS (showing that the plugin or program was well compiled and is well installed)

Screenshot_20200622_230047 Here I show that the keys.conf file is placed in the corresponding folder and has the corresponding keys (those of pastebin).

The problem is not the thumbnails (speaking of internal disk), but the tab of rom-properties.

GerbilSoft commented 4 years ago

Odd, usually it's the thumbnail and not the tab that's broken if something's broken.

Both are handled using the same shared library with the KDE frontend, so I'm not sure why it wouldn't be showing up.

A few things to test:

Amnesia1000 commented 4 years ago

If I put rpcli in the console I get the information from the rom effectively. Screenshot_20200623_124923

Starting Dolphin with LC_ALL = C does not fix the problem.

Update git and recompiled and error showing 3DS tabs still occur.

I will have compiled missing some dependency?