Welcome to the Gamebase 64 forums.                 An attempt to document ALL Commodore 64 gameware before it's too late!

Firstly, I know this will not 'really' warrant an answer

Discuss GameBase, the Universal Emulator Frontend!

Moderator: Jimbo

arthur_gill@hotmaIl.com
Cool Member
Cool Member
Posts: 213
Joined: Fri Apr 23, 2004 1:19 pm

Firstly, I know this will not 'really' warrant an answer

Sun Feb 26, 2006 5:24 pm

I have installed GB64 and in the ini files used relative pathing.
(see subject header!)
Whilst I have everything "99%" working, I am confised by the 1% error.
I have the frontend running and the covers are appearing, the games run etc.
but, when I do a 'verify files' I get 97 files missing from the HVS collection, and about 50 files missing from the screenshots list. (note, none missing from the games section!)
However, when I use absolute paths, there are no files missing at all.
Now, I have a good understanding of the difference between absolute and relative, but surely either *all* the files would be missing, or none, not this weird number?
I ask, as I have my GB collection on a removable USB drive, and have a .bat that re-registers the .dll's that need to be known to the system. (saves reinstalling the front end on a mates HD, when he does not want that!)
The relative paths work for the most part, and I *do* use the absolute when I take my drive to work. But why oh *WHY* this weird missing files prob when using relative.???
User avatar
K.C.
Cool Member
Cool Member
Location: The Netherlands
Posts: 416
Joined: Mon Sep 29, 2003 9:57 am

Re: Firstly, I know this will not 'really' warrant an answer

Wed Mar 22, 2006 6:56 am

arthur_gill@hotmaIl.com wrote:I have my GB collection on a removable USB drive, and have a .bat that re-registers the .dll's that need to be known to the system. (saves reinstalling the front end on a mates HD, when he does not want that!)
Can you PM or post that batch file? I'm just curious how you managed it to let the front-end work on a system without running the complete setup.
arthur_gill@hotmaIl.com wrote:I get 97 files missing from the HVS collection, and about 50 files missing from the screenshots list.
You can view a log after verifying the files. Maybe there is something common in the filenames/locations of the files not found. Maybe they contain one or more special characters like !, #, *, $, '.
arthur_gill@hotmaIl.com
Cool Member
Cool Member
Posts: 213
Joined: Fri Apr 23, 2004 1:19 pm

easy..

Wed Mar 22, 2006 8:23 am

you just regsvr32.exe the .dll files so the system is aware of them, and where they are.
User avatar
K.C.
Cool Member
Cool Member
Location: The Netherlands
Posts: 416
Joined: Mon Sep 29, 2003 9:57 am

Wed Mar 22, 2006 9:22 am

What dll's should be registered? Only the ones in the Gamebase folder? Then I suppose this would do the trick:

Code: Select all

@ECHO OFF
REGSVR32 GBFuncs.dll /s
REGSVR32 GBSql.dll /s
REGSVR32 Gemus.dll /s
REGSVR32 PNGlib.dll /s
REGSVR32 unzip32.dll /s
REGSVR32 vbzip10.dll /s
REGSVR32 zlib.dll /s
GameBase.exe
I'm asking you because I currently don't have access to a PC Gamebase is NOT installed on... :?
arthur_gill@hotmaIl.com
Cool Member
Cool Member
Posts: 213
Joined: Fri Apr 23, 2004 1:19 pm

well, I find this works.

Wed Mar 22, 2006 10:19 am

regsvr32 GBfuncs.dll
regsvr32 GBSql.dll
regsvr32 Gemus.dll
regsvr32 pnglib.dll

HOWEVER!!!!
I am talking about moving an existing install between drives physically connected to a PC that at some point had GB installed and getting the front end to run again without a reinstall.

To get the product to run without EVER having been installed I cannot confirm.

I think it would be a great thing to test though...
Hang on, I will give it a go!
I have a pc here.

IT WORKS!
but you need office installed (I recall if you do not have office installed then tabctl32.ocx throws a wobbler)
You can obtain this as a download, but I will let you all do a google on that.

So, I have proven you do NOT need to INSTALL the frontend, and you can transport your belowev games with you (9mm usb HD's are a wonderful invention).
However, when I use relative pathing (Especially with GB64), and then verify files, some are missing (?) but most are not.
Use absolute pathing and 100% success rate.

It really helps to have access on a windows XP machine to the 'manage' option so you can change the drive letter of the external drive, but if you cannot then you have to change EVERY setting for ALL the gamebase emus configured.
:(
arthur_gill@hotmaIl.com
Cool Member
Cool Member
Posts: 213
Joined: Fri Apr 23, 2004 1:19 pm

and another thing.

Wed Mar 22, 2006 10:26 am

comdlg32.ocx also needs to be present...
User avatar
K.C.
Cool Member
Cool Member
Location: The Netherlands
Posts: 416
Joined: Mon Sep 29, 2003 9:57 am

Wed Mar 22, 2006 11:08 am

Thanks! Still two questions:
1) How can you use relative paths in Gamebase? :? I can only browse for games, screenshots etc. (Paths in menu Options) and this will always result in an absolute path.
2) Do you have a list of screenshots/SIDs that are not found by Verify files? Maybe I can help you check that list and try to find some things these files have in common (filename length, special characters, pathname, etc.)
arthur_gill@hotmaIl.com
Cool Member
Cool Member
Posts: 213
Joined: Fri Apr 23, 2004 1:19 pm

hmmm.

Wed Mar 22, 2006 12:50 pm

I think I may #P# off the GB64 team if I start telling everyone how to avoid having to install and configure their software. (I do not wish to do that...!)
It is THEIR program after all.
I just want to know if relative pathing is going to be supported, and if it 'technically' already is, why do I get these unusual errors when I use it, but not when using absolute?
J2003C
GB64 Team
Location: Just South of Hell
Posts: 910
Joined: Fri Feb 14, 2003 7:57 pm

Wed Mar 22, 2006 3:36 pm

Some GB Team members may disagree, but I don't see a problem with making an external GB that doesn't need installation if it is for personal use, and not for distribution in any way.

What is the HVS collection? Are you talking about the GameBase Collection or your personal collection? I have seen problems with certain filenames on external disks, especially CDs, although I'm not sure that is the problem here.

If you set the full path, verify, then set the relative path, doen't it work the way you want it?
-J2010C-
User avatar
K.C.
Cool Member
Cool Member
Location: The Netherlands
Posts: 416
Joined: Mon Sep 29, 2003 9:57 am

Re: hmmm.

Wed Mar 22, 2006 3:47 pm

arthur_gill@hotmaIl.com wrote:...if I start telling everyone how to avoid having to install and configure their software.
Not needed anymore, I think I found out how to do it! :)
J2003C wrote:What is the HVS collection?
Hmm... let's think... :roll:
Could it be the High Voltage Sid Collection? :wink: :lol:
arthur_gill@hotmaIl.com
Cool Member
Cool Member
Posts: 213
Joined: Fri Apr 23, 2004 1:19 pm

example of my problem with relative pathing.

Thu Mar 23, 2006 2:31 am

here is my physical srive structure

w:¬
gamebase¬
GBC_03¬
Games
C64Music
etc.

now if I use absolute pathing and verify files, all are found.

If I use the following relative paths in the ini files..
" ..\..\..\gamebase\GBC_03\games"
" ..\..\..\gamebase\GBC_03\C64Music"

I get the following result (long read at end of this message.)
I just do not understand why this happens.
IS there a dos limitation on relative pathing that is causing this? if so perhaps a remane is required for som of these files.

I tried it with the atari lynx emu and no missing files, anywhere.
It has only come to light that it may be the filenames or paths themselves giving me this problem...

Thursday 23 March 2006 08:58:26
W:\gamebase\GBC_v03\GBC_v03.mdb


Games not found: 0/17067



Sids not found: 97/29905
..\..\..\gamebase\GBC_v03\C64Music\

Music table...

VARIOUS\A-F\Blues_Muz\Roestoeen_Kristian\Worktunes\2_funky_4_me.sid 21601 2 funky 4 me - 25W05
VARIOUS\A-F\Blues_Muz\Roestoeen_Kristian\Worktunes\A_new_high.sid 21585 A new high - 25W07
VARIOUS\A-F\Blues_Muz\Roestoeen_Kristian\Worktunes\Bad_skyline.sid 21670 Bad skyline - 25W11
VARIOUS\A-F\Blues_Muz\Roestoeen_Kristian\Worktunes\Bappalander.sid 24544 Bappalander - 25W05
VARIOUS\A-F\Blues_Muz\Roestoeen_Kristian\Worktunes\Bare_for_goey.sid 25759 Bare for gøy - 25W07
VARIOUS\M-R\Megastyle\Widding_Roy_Johan\Brothers_in_Arms_part_5.sid 24450 Brothers in Arms (part 5)
VARIOUS\A-F\Blues_Muz\Roestoeen_Kristian\Worktunes\Bullet_me_3.sid 21673 Bullet me 3 - 25W01
VARIOUS\A-F\Blues_Muz\Gallefoss_Glenn\Calmdown_II_another_one.sid 8254 Calmdown II (another one?)
VARIOUS\A-F\Blues_Muz\Gallefoss_Glenn\Computare_Maximus_Dominanu.sid 8261 Computare Maximus Dominanus
VARIOUS\A-F\Blues_Muz\Roestoeen_Kristian\Worktunes\Dansk_bass.sid 24549 Dansk bass - 25W05
VARIOUS\A-F\Blues_Muz\Gallefoss_Glenn\Day_Of_The_Tentacle_DOTT.sid 8265 Day Of The Tentacle (DOTT)
VARIOUS\A-F\Blues_Muz\Gallefoss_Glenn\Different_Reality_VE-4x.sid 25943 Different Reality (VE-4x)
VARIOUS\A-F\Blues_Muz\Roestoeen_Kristian\Worktunes\Donald_like.sid 21610 Donald like - 25W05
VARIOUS\A-F\Blues_Muz\Roestoeen_Kristian\Worktunes\Drax_igjen.sid 24551 Drax igjen - 25W02
VARIOUS\A-F\Blues_Muz\Gallefoss_Glenn\Electronic_Transfer_PSID.sid 17604 Electronic Transfer
VARIOUS\A-F\Blues_Muz\Roestoeen_Kristian\Worktunes\En_gnist_av_liv.sid 24552 En gnist av liv - 25W05
VARIOUS\A-F\Blues_Muz\Roestoeen_Kristian\Worktunes\End_of_story_4.sid 21676 End of story 4 - 25W01
VARIOUS\A-F\Blues_Muz\Roestoeen_Kristian\Worktunes\Etterligning.sid 21616 Etterligning - 25W05
VARIOUS\A-F\Blues_Muz\Roestoeen_Kristian\Worktunes\Falsk_Sopp.sid 21566 Falsk sopp - 25W6
VARIOUS\A-F\Blues_Muz\Roestoeen_Kristian\Worktunes\Falsk_Teigen_2.sid 21617 Falsk Teigen 2 - 25W02
VARIOUS\A-F\Blues_Muz\Gallefoss_Glenn\Fast_Tunes_For_Vision_2003.sid 21390 Fast Tunes For Vision 2003
VARIOUS\A-F\Blues_Muz\Roestoeen_Kristian\Worktunes\Fix_og_fin.sid 21559 Fix og fin - 25W09
VARIOUS\A-F\Blues_Muz\Gallefoss_Glenn\Fjellgeit_ode_to_Fearlight.sid 8291 Fjellgeit (ode to Fearlight :))
VARIOUS\A-F\Blues_Muz\Roestoeen_Kristian\Worktunes\Forbokstav.sid 21679 Forbokstav - 25W11
VARIOUS\A-F\Blues_Muz\Roestoeen_Kristian\Worktunes\Foersterett.sid 21620 Førsterett - 25W02
VARIOUS\A-F\Blues_Muz\Roestoeen_Kristian\Worktunes\Get_Ready_25W02.sid 25770 Get Ready - 25W02
VARIOUS\A-F\Blues_Muz\Roestoeen_Kristian\Worktunes\Get_Ready_25W07.sid 21589 Get Ready - 25W07
VARIOUS\A-F\Blues_Muz\Roestoeen_Kristian\Worktunes\Getalong_gang.sid 21622 Getalong gang - 25W04
VARIOUS\A-F\Blues_Muz\Roestoeen_Kristian\Worktunes\Grieg_var_ql.sid 24557 Grieg var ql - 25W07
VARIOUS\A-F\Blues_Muz\Sommersten_Eivind\Worktunes\Gud_bedre_meg.sid 21319 Gud bedre meg - 25W04
VARIOUS\A-F\Blues_Muz\Roestoeen_Kristian\Worktunes\Guldkorn_Express.sid 21623 Guldkorn Express - 25W05
VARIOUS\A-F\Blues_Muz\Roestoeen_Kristian\Worktunes\Heia_Brann.sid 21624 Heia Brann! - 25W05
VARIOUS\A-F\Blues_Muz\Roestoeen_Kristian\Worktunes\Hestesport.sid 21681 Hestesport - 25W11
VARIOUS\A-F\Blues_Muz\Roestoeen_Kristian\Worktunes\Holmenkollen.sid 21625 Holmenkollen - 25W04
VARIOUS\A-F\Blues_Muz\Roestoeen_Kristian\Worktunes\Hopp_din_faen.sid 21590 Hopp din faen - 25W07
VARIOUS\A-F\Blues_Muz\Roestoeen_Kristian\Worktunes\Hurra_song.sid 24560 Hurra song - 25W6
VARIOUS\A-F\Blues_Muz\Roestoeen_Kristian\Worktunes\I_hate_Jesus.sid 21626 I hate Jesus - 25W05
VARIOUS\A-F\Blues_Muz\Nordboe_Kjell\I_Wont_Get_Away_With_This.sid 27409 I Won't Get Away (With This)
VARIOUS\A-F\Blues_Muz\Gallefoss_Glenn\Impossible_mission_theme.sid 8317 Impossible mission theme
VARIOUS\A-F\Blues_Muz\Roestoeen_Kristian\Worktunes\Jazz_med_smerte.sid 25775 Jazz med smerte - 25W04
VARIOUS\A-F\Blues_Muz\Roestoeen_Kristian\Worktunes\Jazzissimo.sid 21598 Jazzissimo - 25W08
VARIOUS\A-F\Blues_Muz\Roestoeen_Kristian\Worktunes\Jingle_Bells.sid 21569 Jingle Bells - 25W6
VARIOUS\A-F\Blues_Muz\Roestoeen_Kristian\Worktunes\Kinda_end_2.sid 21682 Kinda end 2 - 25W01
VARIOUS\A-F\Blues_Muz\Roestoeen_Kristian\Worktunes\Kindergarden.sid 24562 Kindergarden - 25W05
VARIOUS\A-F\Blues_Muz\Roestoeen_Kristian\Worktunes\Kvirre_Virre_Vitt.sid 24563 Kvirre Virre Vitt - 25W04
VARIOUS\A-F\Blues_Muz\Roestoeen_Kristian\Worktunes\Kykkelikul.sid 21630 Kykkelikul - 25W05
VARIOUS\A-F\Blues_Muz\Roestoeen_Kristian\Worktunes\La_isla_bonita.sid 25778 La isla bonita - 25W05
VARIOUS\A-F\Blues_Muz\Roestoeen_Kristian\Worktunes\Lamm_som_faen.sid 21571 Lamm som faen - 25W6
VARIOUS\A-F\Blues_Muz\Roestoeen_Kristian\Worktunes\Lett_margarin.sid 21632 Lett margarin - 25W05
VARIOUS\A-F\Blues_Muz\Nordboe_Kjell\Life_Is_A_Game_but_it_isnt.sid 16565 Life Is A Game (but it isn't)
VARIOUS\A-F\Blues_Muz\Roestoeen_Kristian\Worktunes\Lillyhammer.sid 21683 Lillyhammer - 25W11
VARIOUS\A-F\Blues_Muz\Roestoeen_Kristian\Worktunes\Liten_Bass.sid 21560 Liten bass - 25W09
VARIOUS\A-F\Blues_Muz\Roestoeen_Kristian\Worktunes\Look_at_me.sid 21633 Look at me - 25W02
VARIOUS\A-F\Blues_Muz\Nordboe_Kjell\Looking_At_Myself_Im_sick.sid 16566 Looking At Myself (I'm sick)
VARIOUS\A-F\Blues_Muz\Roestoeen_Kristian\Worktunes\Love_me_tender.sid 24566 Love me tender - 25W07
VARIOUS\A-F\Blues_Muz\Roestoeen_Kristian\Worktunes\Lykkeliten.sid 25781 Lykkeliten - 25W04
VARIOUS\A-F\Blues_Muz\Roestoeen_Kristian\Worktunes\Lykkeliten_2.sid 21635 Lykkeliten 2 - 25W02
VARIOUS\A-F\Blues_Muz\Roestoeen_Kristian\Worktunes\Macho_Jingle.sid 21636 Macho Jingle - 25W04
VARIOUS\A-F\Blues_Muz\Roestoeen_Kristian\Worktunes\Mahogni_Fliser.sid 21592 Mahognifliser - 25W07
VARIOUS\A-F\Blues_Muz\Roestoeen_Kristian\Worktunes\Melodiloes.sid 21684 Melodiløs - 25W11
VARIOUS\A-F\Blues_Muz\Roestoeen_Kristian\Worktunes\Minner_om_noe.sid 24568 Minner om noe - 25W05
VARIOUS\A-F\Blues_Muz\Roestoeen_Kristian\Worktunes\Misserabel.sid 21637 Misserabel - 25W02
VARIOUS\A-F\Blues_Muz\Roestoeen_Kristian\Worktunes\Naken_reklame.sid 21687 Naken reklame - 25W11
VARIOUS\A-F\Blues_Muz\Roestoeen_Kristian\Worktunes\Negersangen.sid 24570 Negersangen - 25W02
VARIOUS\A-F\Blues_Muz\Roestoeen_Kristian\Worktunes\Nei_nei_nei.sid 21640 Nei nei nei - 25W05
VARIOUS\A-F\Blues_Muz\Gallefoss_Glenn\Norvegia_thats_a_cheese.sid 8357 Norvegia (thats a cheese)
VARIOUS\A-F\Blues_Muz\Roestoeen_Kristian\Worktunes\Noetteliten.sid 21642 Nøtteliten - 25W04
VARIOUS\A-F\Blues_Muz\Roestoeen_Kristian\Ode_2_Henning_Rokling.sid 8550 Ode 2 Henning Rokling
VARIOUS\A-F\Blues_Muz\Gallefoss_Glenn\One_Man_and_His_Droid_Rmx.sid 19003 One Man & His Droid Remix
VARIOUS\M-R\Megastyle\Widding_Roy_Johan\Piece_of_Cake_2_part_1.sid 21848 Piece of Cake 2 (part 1)
VARIOUS\M-R\Megastyle\Widding_Roy_Johan\Piece_of_Cake_3_part_3.sid 21851 Piece of Cake 3 (part 3)
VARIOUS\A-F\Blues_Muz\Roestoeen_Kristian\Worktunes\Plastikkposen.sid 25789 Plastikkposen - 25W07
VARIOUS\A-F\Blues_Muz\Roestoeen_Kristian\Worktunes\Poetry_Motion.sid 21644 Poetry Motion - 25W04
VARIOUS\A-F\Blues_Muz\Roestoeen_Kristian\Worktunes\Presentation.sid 21645 Presentation - 25W05
VARIOUS\A-F\Blues_Muz\Sommersten_Eivind\Worktunes\Psykofollin.sid 21318 Psykofollin - 25W07
VARIOUS\A-F\Blues_Muz\Roestoeen_Kristian\Worktunes\Radio_Fantomene.sid 21647 Radio Fantomene - 25W04
VARIOUS\A-F\Blues_Muz\Roestoeen_Kristian\Worktunes\Real_disko.sid 25791 Real disko - 25W11
VARIOUS\A-F\Blues_Muz\Roestoeen_Kristian\Worktunes\Reyn_Ninja_2.sid 21649 Reyn Ninja 2 - 25W02
VARIOUS\A-F\Blues_Muz\Roestoeen_Kristian\Worktunes\Reyn_Ouwehand.sid 25792 Reyn Ouwehand - 25W04
VARIOUS\A-F\Blues_Muz\Roestoeen_Kristian\Worktunes\Robin_Hubbard.sid 21650 Robin Hubbard - 25W05
VARIOUS\A-F\Blues_Muz\Roestoeen_Kristian\Worktunes\Rockn_Roll.sid 21594 Rock'n Roll - 25W07
VARIOUS\A-F\Blues_Muz\Roestoeen_Kristian\Worktunes\Saa_stygt_saa.sid 25794 Saa stygt saa - 25W09
VARIOUS\A-F\Blues_Muz\Roestoeen_Kristian\Worktunes\Satans_flukt.sid 25795 Satans flukt - 25W6
VARIOUS\A-F\Blues_Muz\Roestoeen_Kristian\Worktunes\Schweinhund.sid 21654 Schweinhund - 25W05
VARIOUS\A-F\Blues_Muz\Roestoeen_Kristian\Worktunes\Sophisticated.sid 24582 Sophisticated - 25W05
VARIOUS\A-F\Blues_Muz\Nordboe_Kjell\Strange_Sweet_Little_Linn.sid 14721 Strange Sweet Little Linn
VARIOUS\A-F\Blues_Muz\Roestoeen_Kristian\Worktunes\Take_on_me.sid 25798 Take on me - 25W04
VARIOUS\A-F\Blues_Muz\Roestoeen_Kristian\Worktunes\Tales_of_Tel.sid 21659 Tales of Tel - 25W05
VARIOUS\A-F\Blues_Muz\Roestoeen_Kristian\Worktunes\Techno_katedral.sid 24584 Techno katedral - 25W05
VARIOUS\A-F\Blues_Muz\Roestoeen_Kristian\Worktunes\Tekkkno_sux.sid 21661 Tekkkno sux! - 25W05
VARIOUS\A-F\Blues_Muz\Gallefoss_Glenn\Death_of_the_pulse_v1_0.sid 8266 The Death of the pulse v1.0
VARIOUS\A-F\Blues_Muz\Roestoeen_Kristian\Worktunes\Trommelom_25W06.sid 24586 Trommelom - 25W06
VARIOUS\A-F\Blues_Muz\Roestoeen_Kristian\Worktunes\Trommelom_25W09.sid 21563 Trommelom - 25W09
VARIOUS\A-F\Blues_Muz\Roestoeen_Kristian\Worktunes\Typisk_Flash_Inc.sid 25801 Typisk Flash Inc. - 25W09
VARIOUS\A-F\Blues_Muz\Roestoeen_Kristian\Worktunes\Uferdigheter.sid 21664 Uferdigheter - 25W05
VARIOUS\A-F\Blues_Muz\Roestoeen_Kristian\Worktunes\Vegetables.sid 21595 Vegetables - 25W07
VARIOUS\A-F\Blues_Muz\Roestoeen_Kristian\Worktunes\Yesterday_mix.sid 21667 Yesterday mix - 25W04



Screenshots not found: 3/17048
..\..\..\gamebase\GBC_v03\Screenshots\

R\Der_Rechenloewe_-_Fit_in_der_Addition_und_Subtraktion_2-3.gif 16535 Rechenlöwe, Der - Fit in der Addition und Subtraktion (2./3. Schuljahr)
R\Der_Rechenloewe_-_Fit_in_der_Multiplikation_und_Division_2-3.gif 16538 Rechenlöwe, Der - Fit in der Multiplikation und Division (2./3. Schuljahr)
R\Der_Rechenloewe_-_Fit_in_der_Multiplikation_und_Division_3-4.gif 16539 Rechenlöwe, Der - Fit in der Multiplikation und Division (3./4. Schuljahr)



Extras not found: 47/5737
..\..\..\gamebase\GBC_v03\Extras\

4802 Bookcover Books\101_Programming_Surprises_and_Tricks_for_Your_Commodore_64.jpg 15693 Arrow Shoot
4803 Bookcover Books\101_Programming_Surprises_and_Tricks_for_Your_Commodore_64.jpg 15713 Asteroids
5027 Original Tape Tapes\A\Astonishing_Adventures_of_Mr_Weems_and_the_She-Vampires_The.zip 5062 Astonishing Adventures of Mr. Weems and the She Vampires, The
4804 Bookcover Books\101_Programming_Surprises_and_Tricks_for_Your_Commodore_64.jpg 15710 Ballistic Missiles
4805 Bookcover Books\101_Programming_Surprises_and_Tricks_for_Your_Commodore_64.jpg 15711 Battleship Game
4806 Bookcover Books\101_Programming_Surprises_and_Tricks_for_Your_Commodore_64.jpg 15684 Betting Hi/Lo Game
4807 Bookcover Books\101_Programming_Surprises_and_Tricks_for_Your_Commodore_64.jpg 15690 Blackjack
4808 Bookcover Books\101_Programming_Surprises_and_Tricks_for_Your_Commodore_64.jpg 15689 Cards at War
4809 Bookcover Books\101_Programming_Surprises_and_Tricks_for_Your_Commodore_64.jpg 15712 Coal Miner
1696 Bookcover Books\101_Programming_Surprises_and_Tricks_for_Your_Commodore_64.jpg 15681 Code Skill Builder
4810 Bookcover Books\101_Programming_Surprises_and_Tricks_for_Your_Commodore_64.jpg 15685 Combination Lock Game
4811 Bookcover Books\101_Programming_Surprises_and_Tricks_for_Your_Commodore_64.jpg 15687 Count the Stars
4812 Bookcover Books\101_Programming_Surprises_and_Tricks_for_Your_Commodore_64.jpg 15688 Fair Dice Game
4813 Bookcover Books\101_Programming_Surprises_and_Tricks_for_Your_Commodore_64.jpg 15702 Fair Shell Game
1697 Bookcover Books\101_Programming_Surprises_and_Tricks_for_Your_Commodore_64.jpg 15680 Flashing-Letters Game
4814 Bookcover Books\101_Programming_Surprises_and_Tricks_for_Your_Commodore_64.jpg 15701 Football
1699 Bookcover Books\Step-By-Step_Programming_-_Commodore_64_Graphics_-_Book_Four.jpg 15742 Fruit Machine
4815 Bookcover Books\101_Programming_Surprises_and_Tricks_for_Your_Commodore_64.jpg 15694 Gopher Hunt
4816 Bookcover Books\101_Programming_Surprises_and_Tricks_for_Your_Commodore_64.jpg 15717 Kingpong
4817 Bookcover Books\101_Programming_Surprises_and_Tricks_for_Your_Commodore_64.jpg 15677 Letter-Scramble Game
4818 Bookcover Books\101_Programming_Surprises_and_Tricks_for_Your_Commodore_64.jpg 15696 Lifeguard
4819 Bookcover Books\101_Programming_Surprises_and_Tricks_for_Your_Commodore_64.jpg 15715 Lunar-Lander Game
4820 Bookcover Books\101_Programming_Surprises_and_Tricks_for_Your_Commodore_64.jpg 15679 Missing Letters
4841 Bookcover Books\A_Computer_Adventure_Game_-_The_Mystery_of_Silver_Mountain.jpg 10408 Mystery of Silver Mountain, The
4821 Bookcover Books\101_Programming_Surprises_and_Tricks_for_Your_Commodore_64.jpg 15686 Number-Sequence Test
4822 Bookcover Books\101_Programming_Surprises_and_Tricks_for_Your_Commodore_64.jpg 15697 Paper-Scissors-Stone
4823 Bookcover Books\101_Programming_Surprises_and_Tricks_for_Your_Commodore_64.jpg 15695 Parachute Jumper
4824 Bookcover Books\101_Programming_Surprises_and_Tricks_for_Your_Commodore_64.jpg 15707 Random Maze
4825 Bookcover Books\101_Programming_Surprises_and_Tricks_for_Your_Commodore_64.jpg 15705 Reaction-Time Tester
3956 Original Cartridge Carts\R\Rechenloewe_Der_-_Fit_in_der_Addition_und_Subtraktion_2-3.zip 16535 Rechenlöwe, Der - Fit in der Addition und Subtraktion (2./3. Schuljahr)
3953 Original Cartridge Carts\R\Rechenloewe_Der_-_Fit_in_der_Multiplikation_und_Division_2-3.zip 16538 Rechenlöwe, Der - Fit in der Multiplikation und Division (2./3. Schuljahr)
3952 Original Cartridge Carts\R\Rechenloewe_Der_-_Fit_in_der_Multiplikation_und_Division_3-4.zip 16539 Rechenlöwe, Der - Fit in der Multiplikation und Division (3./4. Schuljahr)
4826 Bookcover Books\101_Programming_Surprises_and_Tricks_for_Your_Commodore_64.jpg 15700 River Crossing
4827 Bookcover Books\101_Programming_Surprises_and_Tricks_for_Your_Commodore_64.jpg 15708 Roach Race
4828 Bookcover Books\101_Programming_Surprises_and_Tricks_for_Your_Commodore_64.jpg 15703 Russian Roulette
4829 Bookcover Books\101_Programming_Surprises_and_Tricks_for_Your_Commodore_64.jpg 15704 Simple Simon
4899 Bookcover Books\Step-By-Step_Programming_-_Commodore_64_Graphics_-_Book_Four.jpg 15743 Sprite Darts
4830 Bookcover Books\101_Programming_Surprises_and_Tricks_for_Your_Commodore_64.jpg 15692 States, Capitals and Cities
4831 Bookcover Books\101_Programming_Surprises_and_Tricks_for_Your_Commodore_64.jpg 15716 Stock Market
4832 Bookcover Books\101_Programming_Surprises_and_Tricks_for_Your_Commodore_64.jpg 15709 Submarine Command
4833 Bookcover Books\101_Programming_Surprises_and_Tricks_for_Your_Commodore_64.jpg 15699 Super Wumpus
4834 Bookcover Books\101_Programming_Surprises_and_Tricks_for_Your_Commodore_64.jpg 15706 Tacky Tic-Tac-Toe
4835 Bookcover Books\101_Programming_Surprises_and_Tricks_for_Your_Commodore_64.jpg 15691 US Presidents Quiz
4836 Bookcover Books\101_Programming_Surprises_and_Tricks_for_Your_Commodore_64.jpg 15714 Wildcatter
4837 Bookcover Books\101_Programming_Surprises_and_Tricks_for_Your_Commodore_64.jpg 15682 Word-Find Puzzle Generator
4838 Bookcover Books\101_Programming_Surprises_and_Tricks_for_Your_Commodore_64.jpg 15678 Word-Scramble Game
4839 Bookcover Books\101_Programming_Surprises_and_Tricks_for_Your_Commodore_64.jpg 15698 Wumpus
arthur_gill@hotmaIl.com
Cool Member
Cool Member
Posts: 213
Joined: Fri Apr 23, 2004 1:19 pm

just got a confirmation message from within the frontend

Thu Mar 23, 2006 5:26 am

As the AtariST emu and all (ALL) associated files seem to not work with relative, I decided to stop all the silliness and play a c64 game.

I decided to configure the emulators with relative pathing (I had all the other files mostly working, apart from the ones I have posted about).

The gemus script does NOT like relative search entries.
In fact I got the message from the Gemus emulator wizard for Commodore 64 "an absolute path is required! =g C;\emulators"

I just want a 100% portable hd that I can take anywhere and play my games on...
I am not distributing,,,,,
Help!!!
User avatar
K.C.
Cool Member
Cool Member
Location: The Netherlands
Posts: 416
Joined: Mon Sep 29, 2003 9:57 am

Thu Mar 23, 2006 5:43 am

I used the following test situation:

- Made a copy of gb264 to gbtest (now I have a folder C:\Program files\Gamebase\gbtest). I used gb264 instead of GBC_V03 because it is a much smaller database.

- Moved the folders Games, Screen Images, Yape and Sounds to a new folder C:\Gamebase

- Used the following relative paths:
..\..\gamebase\Games
..\..\gamebase\Screen Images
..\..\gamebase\Sounds

Testing with these settings gave the following results:
- Verify files give the same results as the original gb264 (games not found 1/385, pictures not found 4,393)
- You must give the relative path from the location where gamebase.exe resides (NOT from the MDB file). So the root is 2 levels up, not 3!
- removing 1 '..\' from the beginning of the paths (..\gamebase\Games, etc.) results in nothing found, but adding 1 or 2 times '..\' at the beginning of the paths doesn't make a difference! The relative path '..\..\..\..\gamebase\Games' also finds all games except one!

Conclusion / things you can try:
- The are too many 'moving ups' (..\) in your paths. From what I can see is one ..\ enough. The paths should be:
..\gamebase\GBC_03\games
..\gamebase\GBC_03\C64Music

But if the Games and Music files are located UNDER the Gamebase program folder, the following paths should also work:
GBC_03\games
GBC_03\C64Music

You could also give this a try:
\gamebase\GBC_03\games
\gamebase\GBC_03\C64Music
I know that this are not relative paths, but the complete gamebase is installed in the root directory of your USB drive. Removing only the drive letter from the path should solve your problem that the drive is assigned different drive letters on each computer.
J2003C
GB64 Team
Location: Just South of Hell
Posts: 910
Joined: Fri Feb 14, 2003 7:57 pm

Thu Mar 23, 2006 5:21 pm

If you downloaded the HVSC or an update, you will have missing Sids. That is why I asked if you are talking about the GameBase Collection or the HVS Collection (HVSC duh! :oops:).

There are definitely limitations to the path length in DOS, so you could be getting path errors. During early GameBase beta testing I was running into path problems a lot until I moved the directories up a few levels to shorten the paths. It doesn't look like your paths are all that long, but it is possible.
-J2010C-
arthur_gill@hotmaIl.com
Cool Member
Cool Member
Posts: 213
Joined: Fri Apr 23, 2004 1:19 pm

ok, how is this for a suggestion for the next version..

Thu Apr 20, 2006 7:11 am

firstly, a question.
currently the frontend uses .ini files, that have statically assigned paths.
would it be possible for future versions (instead of using relative path, as it does not work 100%) to use a system variable?
EG: %gbroot%
I could then point the folder paths to ' %gbroot%\gamebase\....\......\.....\(setting).ini

if I then changed the drive the gamebase wa son, I just need to change the system variable.

I just tried this and it Definately does not currently work.
As I posted previously, some parts of the frontend ectually error with a message stating an absolute path is required.

Using system variables would mean you can have %gbroot% for the frontend
%gbfilesroot% for the location of the 'ahem' games etc....
you still have in place the 'do not ship the frontend with the database etc' ruling in place, but then people like myself (who can and do use multiple pc's to play the games on) are not forever editing a ton of ini settings.

This is still shying away from the registry and is quite tidy, perhaps a menu setting for 'database root = ' would be nice also, then you only have to change one setting and all are auto updated...

regards,
Arthur.

Return to “The GameBase Frontend”

Who is online

Users browsing this forum: No registered users and 82 guests