Help with imgset.exe

User avatar
NML32
Posts: 296
Joined: Sun May 24, 2020 6:57 pm
Has thanked: 280 times
Been thanked: 50 times

Help with imgset.exe

Unread post by NML32 »

I'm trying to figure out how to use imgset.exe on the ao486 core.
I've tried "imgset ide10 \CDs\ewj2\earthworm jim 2.cue"
I also tried "imgset ide10 AO486\CDs\ewj2\earthworm jim 2.cue"
I have my CD images in \games\ao486\CDs
What am I doing wrong?

If anyone missed it here's a link to imgset.exe
https://github.com/MiSTer-devel/ao486_M ... leases/drv

When I check the path in the OSD I get an error
No Files!
Missing Directory:
AO486
User avatar
bazza_12
Top Contributor
Posts: 426
Joined: Sun May 24, 2020 7:49 pm
Location: Yorkshire, UK
Has thanked: 254 times
Been thanked: 117 times
Contact:

Re: Help with imgset.exe

Unread post by bazza_12 »

whenever I've had that missing directory error.. it's been down to the directory having not been in the correct upper/lower case.. might sound daft but worth a try changing ao to AO..
The music is reversible but time is not. Turn back. Turn back
User avatar
NML32
Posts: 296
Joined: Sun May 24, 2020 6:57 pm
Has thanked: 280 times
Been thanked: 50 times

Re: Help with imgset.exe

Unread post by NML32 »

bazza_12 wrote: Sun Oct 04, 2020 12:21 pm whenever I've had that missing directory error.. it's been down to the directory having not been in the correct upper/lower case.. might sound daft but worth a try changing ao to AO..
I already tried renaming to AO486 :(
It was worth a try.
flynnsbit
Top Contributor
Posts: 552
Joined: Sun May 24, 2020 8:07 pm
Has thanked: 183 times
Been thanked: 308 times
Contact:

Re: Help with imgset.exe

Unread post by flynnsbit »

forward slashes not back slashes?
User avatar
NML32
Posts: 296
Joined: Sun May 24, 2020 6:57 pm
Has thanked: 280 times
Been thanked: 50 times

Re: Help with imgset.exe

Unread post by NML32 »

flynnsbit wrote: Sun Oct 04, 2020 1:19 pm forward slashes not back slashes?
Thank You!!! :) :) :)
That was it.
flynnsbit
Top Contributor
Posts: 552
Joined: Sun May 24, 2020 8:07 pm
Has thanked: 183 times
Been thanked: 308 times
Contact:

Re: Help with imgset.exe

Unread post by flynnsbit »

Welcome :)
chimaera
Posts: 92
Joined: Sat Aug 01, 2020 10:53 am
Has thanked: 12 times
Been thanked: 17 times

Re: Help with imgset.exe

Unread post by chimaera »

I am having some troubles loading CD images too.
As NML32, I have my image in games\AO486\CDs\, but when I try to load

Code: Select all

IMGSET.EXE ide10 CDs/TOSEC/Dig, The (USA) (Rerelease)/Dig, The (USA) (Rerelease).cue
it doesnt work. When I check the OSD, it says that it is loaded as

Code: Select all

Dig, The
not

Code: Select all

Dig, The (USA) (Rerelease)
as it does when loaded manually.

Does anyone have a clue what I am doing wrong?
or is it just that it doesn't support alot of spaces in the name?
User avatar
NML32
Posts: 296
Joined: Sun May 24, 2020 6:57 pm
Has thanked: 280 times
Been thanked: 50 times

Re: Help with imgset.exe

Unread post by NML32 »

chimaera wrote: Sun Oct 11, 2020 1:59 pm I am having some troubles loading CD images too.
As NML32, I have my image in games\AO486\CDs\, but when I try to load

Code: Select all

IMGSET.EXE ide10 CDs/TOSEC/Dig, The (USA) (Rerelease)/Dig, The (USA) (Rerelease).cue
it doesnt work. When I check the OSD, it says that it is loaded as

Code: Select all

Dig, The
not

Code: Select all

Dig, The (USA) (Rerelease)
as it does when loaded manually.

Does anyone have a clue what I am doing wrong?
or is it just that it doesn't support alot of spaces in the name?
If your iso or cue has spaces in the name use "
Like this
imgset IDE10 "cds/Leisure Suit Larry Ultimate Pleasure Pack - Larry 7 (Sierra) (1999).iso"
chimaera
Posts: 92
Joined: Sat Aug 01, 2020 10:53 am
Has thanked: 12 times
Been thanked: 17 times

Re: Help with imgset.exe

Unread post by chimaera »

NML32 wrote: Sun Oct 11, 2020 2:10 pm
If your iso or cue has spaces in the name use "
Like this
imgset IDE10 "cds/Leisure Suit Larry Ultimate Pleasure Pack - Larry 7 (Sierra) (1999).iso"
Yeah that worked, thanks!
chimaera
Posts: 92
Joined: Sat Aug 01, 2020 10:53 am
Has thanked: 12 times
Been thanked: 17 times

Re: Help with imgset.exe

Unread post by chimaera »

OK, new problem:

Code: Select all

IMGSET.EXE ide10 "/CDs/TOSEC/Dig, The (USA) (Rerelease)/Dig, The (USA) (Rerelease).cue"
IMGSET.EXE ide10 "/CDs/Other/Ringworld: Revenge of the Patriarch/RING.CUE"
works

but:

Code: Select all

IMGSET.EXE ide10 "/CDs/TOSEC/Beneath a Steel Sky (USA) (En,Fr,De,Es,It,Pt,Sv) (Rerelease)/Beneath a Steel Sky (USA) (En,Fr,De,Es,It,Pt,Sv) (Rerelease).cue"
IMGSET.EXE ide10 "/CDs/TOSEC/Discworld II - Missing Presumed...! (Europe) (Disc 1)/Discworld II - Missing Presumed...! (Europe) (Disc 1).cue"
doesn't seem to work. Is there a known charlimit?
flynnsbit
Top Contributor
Posts: 552
Joined: Sun May 24, 2020 8:07 pm
Has thanked: 183 times
Been thanked: 308 times
Contact:

Re: Help with imgset.exe

Unread post by flynnsbit »

yeah that is a crazy path. Could be the !, could be the length, could be something inside the cue that isn't referencing the iso/bin correctly.
chimaera
Posts: 92
Joined: Sat Aug 01, 2020 10:53 am
Has thanked: 12 times
Been thanked: 17 times

Re: Help with imgset.exe

Unread post by chimaera »

flynnsbit wrote: Sun Oct 11, 2020 10:04 pm yeah that is a crazy path. Could be the !, could be the length, could be something inside the cue that isn't referencing the iso/bin correctly.
The CD images are verified with the TOSEC IBM-PC CDROM .dat and they work if loaded manually, but not through IMGSET.EXE.
The .cue are from the TOSEC .cue .zip collection from their site so they are correct.

Most likely then that IMGSET cant handle the naming conventions of TOSEC, maybe it can be updated to handle it?
chimaera
Posts: 92
Joined: Sat Aug 01, 2020 10:53 am
Has thanked: 12 times
Been thanked: 17 times

Re: Help with imgset.exe

Unread post by chimaera »

Confirmed that there is a path character limit in IMGSET.EXE.
I moved

Code: Select all

IMGSET.EXE ide10 "/CDs/TOSEC/Beneath a Steel Sky (USA) (En,Fr,De,Es,It,Pt,Sv) (Rerelease)/Beneath a Steel Sky (USA) (En,Fr,De,Es,It,Pt,Sv) (Rerelease).cue"
to:

Code: Select all

IMGSET.EXE ide10 "/CDs/TOSEC/Beneath a Steel Sky (USA) (En,Fr,De,Es,It,Pt,Sv) (Rerelease).cue"
and it works perfectly
breiztiger
Top Contributor
Posts: 433
Joined: Sun May 24, 2020 7:17 pm
Has thanked: 24 times
Been thanked: 93 times

Re: Help with imgset.exe

Unread post by breiztiger »

hi

is it possible to empty a drive with imgset in autoexec.bat or in mgl file at boot time ?

thanks in advance

CPC-Power Staff
Post Reply