-
Notifications
You must be signed in to change notification settings - Fork 15
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
Most of my games not recognized. [CemUI does not deep-search games folder] #45
Comments
The reason for this is because your roms folder structure is in a non-standard format. Your roms seem to all be RPX roms, which have a standard format of:
Based on the list you gave, only Captain Toad follows this standard format. All your other games follow a non-standard format that uses the games product code/region-dev ID, like so:
I chose to not use recursive lookups on purpose in order to prevent endless loops (in the event of a poorly made symlink) or long blocking (in the event of deeply rooted roms, like yours) |
The fact that these roms are not recognized is by design and is intended. However I will not close this issue so that discussion can continue unhindered and in case another user has the same problem, they can find the solution easier. |
I have the same issue with super Mario 3D world and Mario kart 8. Both of these game have a folder with only one executable file (no code, content and meta folder) in it I believe .wud |
@sijedevos that is a separate issue, but related enough I guess. .wud and .wux roms cannot be in folders, they must be in the root. Take them out of the folder and you should be fine |
@RedDuckss okay thanks I’ll give it a try |
@RedDuckss it worked but I have one more problem. Super Luigi u didn’t seem to work either but this one did have the exact same structure listed above |
@sijedevos is it a .wud/.wux or an rpx rom |
@RedDuckss it’s a rpx rom |
send me a zip of your meta folder |
@sijedevos your meta folder seems fine, so that wasnt the problem... This is no longer related to this issue though, please open a new issue report for this. |
@RedDuckss okay thanks for the help anyway maybe redownloading the game works |
hello, i need help, i did all right but in the "Download Games" page don't pops up any game |
don't show anything |
@timmehz please read the comments already on this thread and read the flare. This is by design and won’t be fixed, since it isn’t a bug. |
I did but is there any way that I can fix this by myself? |
If you read the comments you would see the reason why this doesn’t work, which would tell you how to “fix” it (again, it doesn’t need “fixing”. It isn’t broken, this is intended). To “fix” it you either need to put the folders in the correct structure or edit the source code yourself to allow deep searches. |
I read what you said again: is ProductCodeOrRegionDevID a folder or a file? and if its a folder or a file what would it contain? |
Re-read what I said....I said that example is the wrong format. |
oh, ok I just read the above one: RomFolder and I have the same structure. |
Based on the images you sent before, no you do not. When you selected the “Games” folder, all CemUI will look at is the “Super Mario Maker” folder. It is not looking inside the other folders, because it assumes “Super Mario Maker” is the rom folder with that structure, which it is not. CemUI does not check the other folders because it does not implement any type of deep searching, which is intended and will not be changed. |
That isn’t what you are supposed to do...as it told you during setup, when you select a “Games” folder it should be the folder that houses all of your roms....when CemUI checks to see if a folder is a rom folder, it checks for the “code”, “content” and “meta” folders...so when you try to point CemUI directly at the code folder, it’s going to check in the code folder for the other folders, which will fail.... |
Did you remove all the wrong paths? There’s mostly likely a conflict going on with all the wrong paths you’ve created, or some corrupted config/storage file that was broken when making the wrong paths. I would suggest completely uninstalling and removing CemUI and then reinstalling it fresh |
ok |
and I might have removed the wrong paths because I did remove some of the directories to where it will find the games |
When I used the uninstaller to uninstall the CemUI and I also deleted the file that can install CemUI on your computer and I got a new copy, when I run the installer and when it tries to launch the CemUI it gives me the same error. |
I don't believe the uninstaller completely removes CemUI's data. When you uninstall it make sure that |
then if the uninstaller does not really uninstall all the data then should you not fix it to make it actually uninstall it? and yes, the CemUI folder is still there, I have deleted it just now. |
The uninstaller removes CemUI. That folder is not where CemUI is located. It is where CemUI stores it's other data like settings. This is common practice, as it means that non-program data is saved for if the user reinstalls the software (even major companies like Adobe do this). Also, we did not make the installer/uninstaller. CemUI is compiled using a package called
And is the |
Okay, good. That is the correct format. The issue you have is now different than the one this topic is about. Please open a separate issue and let's move this discussion there, okay? Don't want to clutter up this thread with off-topic talk. |
ok |
When I downloaded a game found within the app while following a tutorial, I couldn't get the game to show up in the library ever. I've read through this entire thread and nothing seems to work or even apply to what my folder looks like. Please help. |
Then create a new issue report or check the existing ones to see if an issue that does apply to you has already been reported. Please do not comment on issues that do not apply to your issue. |
Hi,
Thanks for your work on this. I gave it a go and it only recognised Captain Toad Treasure Tracker from my games library folder.
I included a dirlist of the complete folder to enable you to investigate the reason.
Feel free to contact me if you need anything.
Thanks.
dir.zip
The text was updated successfully, but these errors were encountered: