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

Specific XCI not showing up in tinfoil #121

Open
ishtangli opened this issue Oct 2, 2024 · 9 comments
Open

Specific XCI not showing up in tinfoil #121

ishtangli opened this issue Oct 2, 2024 · 9 comments
Labels
waiting for info Issue is waiting for info from users

Comments

@ishtangli
Copy link

I have one XCI not showing up in tinfoil.

Logs shows the version changing back and forth between v0 and v65536:

[2024-10-02 10:05:08.874] INFO (db) File path updated successfully from /games/XXXXXXXX [010005501E68C800][v65536].xci to /games/XXXXXXXX [010005501E68C000][v0].xci.
[2024-10-02 10:05:08.880] DEBUG (db) No files were deleted. All files are present on disk.
[2024-10-02 10:05:08.880] INFO (library) Generating library ...
[2024-10-02 10:05:09.101] INFO (library) Generating library done.
[2024-10-02 10:10:08.965] INFO (db) File path updated successfully from /games/XXXXXXXX [010005501E68C000][v0].xci to /games/XXXXXXXX [010005501E68C800][v65536].xci.
[2024-10-02 10:10:08.969] DEBUG (db) No files were deleted. All files are present on disk.
[2024-10-02 10:10:08.969] INFO (library) Generating library ...
[2024-10-02 10:10:09.182] INFO (library) Generating library done.
[2024-10-02 10:15:08.228] INFO (db) File path updated successfully from /games/XXXXXXXX [010005501E68C800][v65536].xci to /games/XXXXXXXX [010005501E68C000][v0].xci.
[2024-10-02 10:15:08.232] DEBUG (db) No files were deleted. All files are present on disk.
[2024-10-02 10:15:08.232] INFO (library) Generating library ...
[2024-10-02 10:15:08.454] INFO (library) Generating library done.
[2024-10-02 10:20:08.681] INFO (db) File path updated successfully from /games/XXXXXXXX [010005501E68C000][v0].xci to /games/XXXXXXXX [010005501E68C800][v65536].xci.
[2024-10-02 10:20:08.684] DEBUG (db) No files were deleted. All files are present on disk.
[2024-10-02 10:20:08.685] INFO (library) Generating library ...
[2024-10-02 10:20:08.901] INFO (library) Generating library done.
[2024-10-02 10:25:09.443] INFO (db) File path updated successfully from /games/XXXXXXXX [010005501E68C800][v65536].xci to /games/XXXXXXXX [010005501E68C000][v0].xci.
[2024-10-02 10:25:09.449] DEBUG (db) No files were deleted. All files are present on disk.
[2024-10-02 10:25:09.449] INFO (library) Generating library ...
[2024-10-02 10:25:09.669] INFO (library) Generating library done.

@dnsBlah
Copy link

dnsBlah commented Oct 2, 2024

titleid is unknown for tinfoil. custom data needs to be added for 010005501E68C000 (base)

@ishtangli
Copy link
Author

ishtangli commented Oct 2, 2024 via email

@ishtangli
Copy link
Author

Just checked the titles.US.en.json and 010005501E68C000 is there.

@a1ex4
Copy link
Owner

a1ex4 commented Oct 6, 2024

That's really weird, it seems like something external is renaming XXXXXXXX [010005501E68C800][v65536] to XXXXXXXX [010005501E68C000][v0] back and forth, every 5 minutes... Ownfoil only monitors the file operations within the libraries, so it is only reflecting what's happening to the scanned files.

@a1ex4 a1ex4 added the waiting for info Issue is waiting for info from users label Oct 6, 2024
@ishtangli
Copy link
Author

ishtangli commented Oct 7, 2024 via email

@ishtangli
Copy link
Author

ishtangli commented Oct 7, 2024

Disabled the script and it stopped changing the name back and forth. Still doesnt show up on the list though.

Also, what controls what shows up in "new games"?

EDIT:

Looks like it is tagging the game as an update without BASE

[2024-10-07 12:35:08.719] INFO (library) Identifiying file (1/1): /XXXXXXXXX [010005501E68C000][v0].xci
[2024-10-07 12:35:13.815] INFO (library) Identifiying file (1/1): /XXXXXXXXX [010005501E68C000][v0].xci OK Title ID: 010005501E68C000 App ID : 010005501E68C800 Title Type: UPDATE Version: 65536

@laleeroy
Copy link

laleeroy commented Oct 8, 2024

That's really weird, it seems like something external is renaming XXXXXXXX [010005501E68C800][v65536] to XXXXXXXX [010005501E68C000][v0] back and forth, every 5 minutes... Ownfoil only monitors the file operations within the libraries, so it is only reflecting what's happening to the scanned files.

Hi, can we just remove the xci tab and just mix all the games in new games or Recommended tab?

@dnsBlah
Copy link

dnsBlah commented Oct 10, 2024

That's really weird, it seems like something external is renaming XXXXXXXX [010005501E68C800][v65536] to XXXXXXXX [010005501E68C000][v0] back and forth, every 5 minutes... Ownfoil only monitors the file operations within the libraries, so it is only reflecting what's happening to the scanned files.

Hi, can we just remove the xci tab and just mix all the games in new games or Recommended tab?

then replace the xci dump for a nsp dump.
That tab is not created by ownfoil, but done by tinfoil itself

@FoUStep
Copy link

FoUStep commented Oct 28, 2024

Looks like the name is missing its language versioning. Should be something along the line like [v0][US] or [v0][JP] or something like that.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
waiting for info Issue is waiting for info from users
Projects
None yet
Development

No branches or pull requests

5 participants