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

can't generate app list #16

Closed
Mialere opened this issue Jun 12, 2017 · 8 comments
Closed

can't generate app list #16

Mialere opened this issue Jun 12, 2017 · 8 comments

Comments

@Mialere
Copy link

Mialere commented Jun 12, 2017

I can't generate the app list, even when steam is closed, always says
"Please shutdown Steam if it is running when saving, otherwise it might not save correctly."
I'm using the 2.0.0 version

@FrogTheFrog
Copy link
Contributor

@Mialere Can you provide me with Event log?

@FrogTheFrog
Copy link
Contributor

@Mialere Also can you provide an Event log made by parser configuration? To get it, got to parser configuration and click "Test parser".

@Mialere
Copy link
Author

Mialere commented Jun 12, 2017

Testing "project64" parser.

"project64" parser test is completed.
Executing parsers.
Please shutdown Steam if it is running when saving, otherwise it might not save correctly.
Testing "project64" parser.

"project64" parser test is completed.
Executing parsers.
Please shutdown Steam if it is running when saving, otherwise it might not save correctly.
Testing "project64" parser.

"project64" parser test is completed.
Testing "project64" parser.

[1/8]: Title - 6149 - Pokemon Black Version 2 (DSi Enhanced)(U)(frieNDS).7z
[1/8]: Fuzzy title - 6149 - Pokemon Black Version 2 (DSi Enhanced)(U)(frieNDS).7z
[1/8]: File path - D:\Roms\6149 - Pokemon Black Version 2 (DSi Enhanced)(U)(frieNDS).7z
[1/8]: Complete shortcut - D:\Project64v2.2\Project64.exe
[1/8]: Image queries - 6149 - Pokemon Black Version 2 (DSi Enhanced)(U)(frieNDS).7z

[2/8]: Title - 6149 - Pokemon Black Version 2 (DSi Enhanced)(U)(frieNDS).nds
[2/8]: Fuzzy title - 6149 - Pokemon Black Version 2 (DSi Enhanced)(U)(frieNDS).nds
[2/8]: File path - D:\Roms\6149 - Pokemon Black Version 2 (DSi Enhanced)(U)(frieNDS).nds
[2/8]: Complete shortcut - D:\Project64v2.2\Project64.exe
[2/8]: Image queries - 6149 - Pokemon Black Version 2 (DSi Enhanced)(U)(frieNDS).nds

[3/8]: Title - Banjo-Kazooie (USA).zip
[3/8]: Fuzzy title - Banjo-Kazooie (USA).zip
[3/8]: File path - D:\Roms\Banjo-Kazooie (USA).zip
[3/8]: Complete shortcut - D:\Project64v2.2\Project64.exe
[3/8]: Image queries - Banjo-Kazooie (USA).zip

[4/8]: Title - Beetle Adventure Racing! (U) (M3) [!].zip
[4/8]: Fuzzy title - Beetle Adventure Racing! (U) (M3) [!].zip
[4/8]: File path - D:\Roms\Beetle Adventure Racing! (U) (M3) [!].zip
[4/8]: Complete shortcut - D:\Project64v2.2\Project64.exe
[4/8]: Image queries - Beetle Adventure Racing! (U) (M3) [!].zip

[5/8]: Title - Diddy Kong Racing (USA) (En,Fr).zip
[5/8]: Fuzzy title - Diddy Kong Racing (USA) (En,Fr).zip
[5/8]: File path - D:\Roms\Diddy Kong Racing (USA) (En,Fr).zip
[5/8]: Complete shortcut - D:\Project64v2.2\Project64.exe
[5/8]: Image queries - Diddy Kong Racing (USA) (En,Fr).zip

[6/8]: Title - Rhythm Heaven Megamix USA Cryptofixed.cia
[6/8]: Fuzzy title - Rhythm Heaven Megamix USA Cryptofixed.cia
[6/8]: File path - D:\Roms\Rhythm Heaven Megamix USA Cryptofixed.cia
[6/8]: Complete shortcut - D:\Project64v2.2\Project64.exe
[6/8]: Image queries - Rhythm Heaven Megamix USA Cryptofixed.cia

[7/8]: Title - Super Mario World (USA).zip
[7/8]: Fuzzy title - Super Mario World (USA).zip
[7/8]: File path - D:\Roms\Super Mario World (USA).zip
[7/8]: Complete shortcut - D:\Project64v2.2\Project64.exe
[7/8]: Image queries - Super Mario World (USA).zip

[8/8]: Title - Wave Race 64 (USA).zip
[8/8]: Fuzzy title - Wave Race 64 (USA).zip
[8/8]: File path - D:\Roms\Wave Race 64 (USA).zip
[8/8]: Complete shortcut - D:\Project64v2.2\Project64.exe
[8/8]: Image queries - Wave Race 64 (USA).zip

"project64" parser test is completed.
Executing parsers.
Please shutdown Steam if it is running when saving, otherwise it might not save correctly.

@FrogTheFrog
Copy link
Contributor

@Mialere It seems that that parser is configured incorrectly. Can you post some screenshots of it? I will tell you what should be changed.

@Mialere
Copy link
Author

Mialere commented Jun 12, 2017

steam rom manager

@FrogTheFrog
Copy link
Contributor

@Mialere Okay, so the steam directory is incorrect. It should be set to C:\Program Files (x86)\Steam. Moreover, I recommend to use ${/.*/}.*. This will limit search to files with extensions and will also remove the said extension from title (game.7z will become game). I noticed that your game files come in different naming patterns (one has numbers in front, other has USA Cryptofixed), so you will need to craft regex to extract correct title parts (fuzzy matcher, which is enabled by default, will remove brackets (...) and [...]). Or you could just remove them manually which could be easier in your case. Finally, I googled and found out that project64 accepts only one argument, which is a path to game file (without brackets, I believe). Therefore set executable arguments to ${filePath}.

@Mialere
Copy link
Author

Mialere commented Jun 12, 2017

ok, it's solved, thanks

@FrogTheFrog
Copy link
Contributor

@Mialere Forgot to mention, but consider installing v2.0.1. And I'm also closing this issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants