[ Wiki | Release Lists | Patches | J-DB ]
PocketHeaven Sponsors:
[ Jandaman | DealExtreme ]



Pocket Heaven
Pocket Emulation Discussion Boards
 
    SearchSearch   MemberlistMemberlist  RSS FeedRSS Feed  RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

Raffles' ROM-Renamer - Bugs & Requests only please.
Goto page Previous  1, 2, 3, 4, 5, 6  Next
 
Post new topic   Reply to topic    Pocket Heaven Forum Index -> Rom Renamers
View previous topic :: View next topic  
Author Message
HaQue
Member


Joined: 10 May 2008
Posts: 3

PostPosted: Sun May 11, 2008 1:33 pm    Post subject: possible bugs Reply with quote

Hi again,
The path thing happens on 2 seperate computers, only on the GBC console. The path in the database seems to be ok, as all the cosoles source paths aren't stored with a trailing backslash, and only the gbc has this issue. The reporting 1 ROM when none are present also happens on both machines, but on all consoles, and I remember when I first installed it, and had not yet put any ROMs in, it did report I had 1 ROM..

I will download a fresh copy of your prog and the updates and clean my folders up abit to make sure I havent introduced these myself somehow. I will do some more proper testing as I have found another strange thing.

While mucking about with some .gbc ROMs, somehow all the renamed ROMs got deleted, though the program reports they are there... "you have 17 ROMs out of 1245 known" (renamed folder is empty.) rescans don't fix it.

As for the folder choosing, I do most of my testing and work on the desktop, but I doubt it is an issue spending time on for the masses..

Let you know how I go with re-testing and I will provide some better details re the results.

EDIT:
well the re-install seems to have cleared up both issues, though while setting up all the paths for the consoles, it did report I had 1 ROM for one of the them, but a resetting of the lists fixed that.

Sorry, I think the fact that I had the same errors on 2 different machines made me believe there were bugs..

LAST EDIT:

The error '53' showed up again and I did some more thorough testing and have now found the problem, though not the solution! Smile

I noticed that the program searches for any ROM named *.gb, *.gbc, *.sgb, *.cgb, *.boy and *.zip.

The only one that causes problems is when it is file.gb. I grabbed a ROM from the "renamed" folder and watched what happens when I rename the same, valid ROM to each extension. file.gb fails, it seems any .gb fails, unknown or known.

Its a bit hard to show using the forum, but if you look at the fourth line of the last block of code
Code:
CreateFile   C:\1-ROMs\GBC-Source0005 - Warioland 2 (J)(Eurasia).gb   NAME NOT FOUND
, you will see whats happening. bear in mind it is the same ROM, just renamed.


Code:




0005 - Warioland 2 (J)(Eurasia).gbc


27161   12:43:52.9700946 AM   ROM-Renamer.exe   3396   CloseFile   C:\Program Files\Raffles' ROM-Renamer\Temp               SUCCESS   
27163   12:43:52.9718795 AM   ROM-Renamer.exe   3396   CreateFile   C:\1-ROMs\GBC-Source                              SUCCESS   Desired Access: Read Data/List Directory, ...
27164   12:43:52.9719264 AM   ROM-Renamer.exe   3396   QueryDirectory   C:\1-ROMs\GBC-Source\*.gb                           NO SUCH FILE   Filter: *.gb
27165   12:43:52.9720166 AM   ROM-Renamer.exe   3396   CloseFile   C:\1-ROMs\GBC-Source                              SUCCESS   
27167   12:43:52.9721041 AM   ROM-Renamer.exe   3396   CreateFile   C:\1-ROMs\GBC-Source                              SUCCESS   Desired Access: Read Data/List Directory, ...
27168   12:43:52.9721463 AM   ROM-Renamer.exe   3396   QueryDirectory   C:\1-ROMs\GBC-Source\*.sgb                           NO SUCH FILE   Filter: *.sgb
27169   12:43:52.9721923 AM   ROM-Renamer.exe   3396   CloseFile   C:\1-ROMs\GBC-Source                              SUCCESS   
27171   12:43:52.9722756 AM   ROM-Renamer.exe   3396   CreateFile   C:\1-ROMs\GBC-Source                              SUCCESS   Desired Access: Read Data/List Directory...
27172   12:43:52.9723178 AM   ROM-Renamer.exe   3396   QueryDirectory   C:\1-ROMs\GBC-Source\*.cgb                           NO SUCH FILE   Filter: *.cgb
27173   12:43:52.9723630 AM   ROM-Renamer.exe   3396   CloseFile   C:\1-ROMs\GBC-Source                              SUCCESS   
27175   12:43:52.9725217 AM   ROM-Renamer.exe   3396   CreateFile   C:\1-ROMs\GBC-Source                              SUCCESS   Desired Access: Read Data/L...
27176   12:43:52.9725645 AM   ROM-Renamer.exe   3396   QueryDirectory   C:\1-ROMs\GBC-Source\*.gbc                           SUCCESS   Filter: *.gbc, 1: 0005 - Warioland 2 (J)(Eurasia).gbc
27177   12:43:52.9742359 AM   ROM-Renamer.exe   3396   CreateFile   C:\1-ROMs\GBC-Source\0005 - Warioland 2 (J)(Eurasia).gbc   SUCCESS   Desired Access: Generic R...
27178   12:43:52.9743013 AM   ROM-Renamer.exe   3396   CloseFile   C:\1-ROMs\GBC-Source\0005 - Warioland 2 (J)(Eurasia).gbc   SUCCESS   
27180   12:43:52.9743887 AM   ROM-Renamer.exe   3396   CreateFile   C:\1-ROMs\GBC-Source\0005 - Warioland 2 (J)(Eurasia).gbc   SUCCESS   Desired Access: Generic R...
27181   12:43:52.9744432 AM   ROM-Renamer.exe   3396   QueryStandardInformationFile   C:\1-ROMs\GBC-Source\0005 - Warioland 2 (J)(Eurasia).gbc   SUCCESS   AllocationS..
27182   12:43:52.9745284 AM   ROM-Renamer.exe   3396   ReadFile   C:\1-ROMs\GBC-Source\0005 - Warioland 2 (J)(Eurasia).gbc   SUCCESS   Offset: 0, Length: 8,192
27184   12:43:52.9747611 AM   ROM-Renamer.exe   3396   ReadFile   C:\1-ROMs\GBC-Source\0005 - Warioland 2 (J)(Eurasia).gbc   SUCCESS   Offset: 8,192, Length: 8,192
27186   12:43:52.9749681 AM   ROM-Renamer.exe   3396   ReadFile   C:\1-ROMs\GBC-Source\0005 - Warioland 2 (J)(Eurasia).gbc   SUCCESS   Offset: 16,384, Length: 8,192






0005 - Warioland 2 (J)(Eurasia).gb


27096   12:51:28.5671009 AM   ROM-Renamer.exe   3396   CloseFile   C:\Program Files\Raffles' ROM-Renamer\Temp   SUCCESS   
27098   12:51:28.5688857 AM   ROM-Renamer.exe   3396   CreateFile   C:\1-ROMs\GBC-Source   SUCCESS   Desired Access: Read Data/List Directory, Synchronize, Disposition: Open, ...
27099   12:51:28.5689321 AM   ROM-Renamer.exe   3396   QueryDirectory   C:\1-ROMs\GBC-Source\*.gb   SUCCESS   Filter: *.gb, 1: 0005 - Warioland 2 (J)(Eurasia).gb
27100   12:51:28.5705904 AM   ROM-Renamer.exe   3396   CreateFile   C:\1-ROMs\GBC-Source0005 - Warioland 2 (J)(Eurasia).gb   NAME NOT FOUND   Desired Access: Generic Read, Dis...
27101   12:51:28.5707907 AM   ROM-Renamer.exe   3396   QueryOpen   C:\Program Files\Raffles' ROM-Renamer\netmsg.dll   NAME NOT FOUND   
27102   12:51:28.5709203 AM   ROM-Renamer.exe   3396   QueryOpen   C:\WINDOWS\system32\netmsg.dll   SUCCESS   CreationTime: 23/08/2001 9:30:00 PM, LastAccessTime: 11/05/2008 9...
27103   12:51:28.5710329 AM   ROM-Renamer.exe   3396   CreateFile   C:\WINDOWS\system32\netmsg.dll   SUCCESS   Desired Access: Generic Read, Disposition: Open, Options: Synchro...
27108   12:51:28.5711877 AM   ROM-Renamer.exe   3396   QueryStandardInformationFile   C:\WINDOWS\system32\netmsg.dll   SUCCESS   AllocationSize: 172,032, EndOfFile: 171,008,...





This isnt probably an issue for people that download their ROMs from P2P in proper format, but the ROMs I had were from years ago in various zips, renamed to whatever took my fancy at the time and retrieved from numerous backups of old HDD's.


LAST EDIT Ver0.2
I don't want to be a bore, but another issue I found is that when I added some .sgb and .gbc ROMs in the Source folder at the same time, the renamer processed the .sgb files properly, then displayed the "You have" MsgBox, but didn't process the .gbc files. The renamer wouldn't process the .gbc files until I closed it and restarted it, this time completing the Source folders contents.

I know how complicated dealing with so many formats and console variations and I respect your efforts! My own ROM cataloguer didnt get past a half finished GUI!!

Thanks for taking the time to listen Smile

Cheers,

HaQue
Back to top
View user's profile Send private message
Raffles
Administrator


Joined: 01 May 2004
Posts: 887
Location: PH HQ (watching your every move!)

PostPosted: Mon May 12, 2008 8:49 am    Post subject: Reply with quote

Hi mate,

All this info is fantastic. I'll have a look at the .gb problem - I suspect it's to do with the fact that's it only 2 characters long - so I'll start there.

As for the 'deletions' - this is a tricky one. If you simply move the ROMs back from the 'renamed' directory to the 'source' one and then do a full scan - it will delete them if you have 'delete dupes' ticked (on by default). This is because the renamer doesn't know you've moved things - unless you tell it (I can't program psychic abilities in yet Wink).
The way around this is to either uncheck 'delete dupes', reset your have/miss lists or do a quick scan.

I'll also check the .sgb/.gbc thing while I'm in the .gb code.

Thanks again for such a detailed log Very Happy.

cheers
Raffles
_________________
http://releases.pocketheaven.com
Back to top
View user's profile Send private message Visit poster's website
HaQue
Member


Joined: 10 May 2008
Posts: 3

PostPosted: Tue May 13, 2008 5:41 am    Post subject: Reply with quote

I am guessing that the deletions happened exactly as you mentioned as I was moving things back and forth for the testing. They were safely backed up anyway, so no harm done Smile

Would it work to check the "renamed" folder first, update the database and then process "Source"? Im not sure if assuming anything that passed thru "Renamed" exists is a good idea... though I just got back from a 1,000Km trip in the Semi, so Im not sure of much right now Wink

Cheers,

HaQue

zzzzzz.....
Back to top
View user's profile Send private message
Raffles
Administrator


Joined: 01 May 2004
Posts: 887
Location: PH HQ (watching your every move!)

PostPosted: Tue May 13, 2008 7:21 am    Post subject: Reply with quote

I've fixed the trailing slash problem - it was the .gb problem that was causing it. Give it another go (after downloading the update).

As for 'checking the renamed folder first - that's what 'Quick Scan' is for. If I did a 'Quick Scan' automatically it would slow down the scanning - and not everyone zips their ROMs.

If you un-check the 'delete dupes' bit - then the renamer will simply move them to the 'dupes' folder.

Thanks again for your input.
_________________
http://releases.pocketheaven.com
Back to top
View user's profile Send private message Visit poster's website
koganei
Member


Joined: 29 Apr 2007
Posts: 13

PostPosted: Sat May 31, 2008 10:35 am    Post subject: Reply with quote

Hey Raffles,
Can you add a feature that allows us to tell the program we have/don't have ROMs?
E.g., I have some ROMs on CD, I'm too lazy to scan them, so I just wanna tell the program I already have them so that it moves them to the have list.

Thanks.

Koganei
Back to top
View user's profile Send private message
Raffles
Administrator


Joined: 01 May 2004
Posts: 887
Location: PH HQ (watching your every move!)

PostPosted: Sat May 31, 2008 3:03 pm    Post subject: Reply with quote

That's sort of already in there. Point the 'renamed' directory to your CD drive and click the 'Quick Scan' button.

That should sort that one out Very Happy.

In case anyone else is wondering - I am still working on this - just been extremely busy with paid work. Hopefully, I will be able to get a bit more of the to-do list sorted real soon.

Thanks
_________________
http://releases.pocketheaven.com
Back to top
View user's profile Send private message Visit poster's website
Champion
Member


Joined: 13 Feb 2007
Posts: 45
Location: Austria

PostPosted: Sun Jun 01, 2008 7:52 pm    Post subject: Reply with quote

Hi Raffle; as you unsticked the other Topic I have to post here only for "Notify me when a reply is posted"...............

thanks in the meantime!
Back to top
View user's profile Send private message
Raffles
Administrator


Joined: 01 May 2004
Posts: 887
Location: PH HQ (watching your every move!)

PostPosted: Mon Jun 02, 2008 6:13 am    Post subject: Reply with quote

I never thought about that bit - but at least you noticed Wink.

It just made sense to keep everything in the same place - rather than have it all split in 2.

cheers
_________________
http://releases.pocketheaven.com
Back to top
View user's profile Send private message Visit poster's website
koganei
Member


Joined: 29 Apr 2007
Posts: 13

PostPosted: Mon Jun 02, 2008 1:41 pm    Post subject: Reply with quote

Raffles,
Quick scan doesn't seem to be working on my DVDs.
The files were previously scanned and zipped with your ROM-Renamer.

Koganei
Back to top
View user's profile Send private message
Raffles
Administrator


Joined: 01 May 2004
Posts: 887
Location: PH HQ (watching your every move!)

PostPosted: Mon Jun 02, 2008 4:38 pm    Post subject: Reply with quote

Strange - it works for me.

Did you change your 'Renamed ROMs:' directory to your DVD - not the 'source' one?

What format are your ROMs in?

Failing all that - zip up your .../Database/mdbLCLi.mdb file and e-mail it over for me to check.

Ta
_________________
http://releases.pocketheaven.com
Back to top
View user's profile Send private message Visit poster's website
koganei
Member


Joined: 29 Apr 2007
Posts: 13

PostPosted: Mon Jun 02, 2008 10:04 pm    Post subject: Reply with quote

Oh, the renamed ROMs directory. Hahaha, I changed the source, as you predicted.
Something weird happened though, I changed the source to my DVD ROM drive, did a quick scan, and it scanned my renamed directory. Then I clicked on full scan, and it did a quick scan on my DVD ROM drive. O_o

Koganei
Back to top
View user's profile Send private message
Raffles
Administrator


Joined: 01 May 2004
Posts: 887
Location: PH HQ (watching your every move!)

PostPosted: Tue Jun 03, 2008 7:41 am    Post subject: Reply with quote

Remember, when you do a quick scan - it adds your known roms to the have list.

Doing a full scan on a read-only drive will do a similar thing (if your source dir is the same as the renamed one).

Glad you got it sorted.

cheers
_________________
http://releases.pocketheaven.com
Back to top
View user's profile Send private message Visit poster's website
koganei
Member


Joined: 29 Apr 2007
Posts: 13

PostPosted: Wed Jun 11, 2008 11:57 am    Post subject: Reply with quote

Raffles,
Going back to my request to be able to edit the have/miss lists.
I've scanned all my discs, but now I wanna remove something from my have list. I wanna remove the "Nuke" entries because I delete those ROMs.

Cheers.

Koganei
Back to top
View user's profile Send private message
Raffles
Administrator


Joined: 01 May 2004
Posts: 887
Location: PH HQ (watching your every move!)

PostPosted: Wed Jun 11, 2008 12:38 pm    Post subject: Reply with quote

Then simply go in the settings - un-tick 'nuked' and click full-scan.

This will miss the nukes out and update you lists.

Note - you don't actually have to do a complete rescan - as the have/miss lists will simply get rebuilt regardless.
_________________
http://releases.pocketheaven.com
Back to top
View user's profile Send private message Visit poster's website
koganei
Member


Joined: 29 Apr 2007
Posts: 13

PostPosted: Wed Jun 11, 2008 12:44 pm    Post subject: Reply with quote

Excellent.
You save my day once again, Raffles. =P
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    Pocket Heaven Forum Index -> Rom Renamers All times are GMT
Goto page Previous  1, 2, 3, 4, 5, 6  Next
Page 5 of 6

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB © 2001, 2005 phpBB Group