Help with imgset.exe
Help with imgset.exe
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
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
- bazza_12
- Top Contributor
- Posts: 443
- Joined: Sun May 24, 2020 7:49 pm
- Location: Yorkshire, UK
- Has thanked: 263 times
- Been thanked: 121 times
Re: Help with imgset.exe
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
Re: Help with imgset.exe
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
it doesnt work. When I check the OSD, it says that it is loaded as
not
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?
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
Code: Select all
Dig, The
Code: Select all
Dig, The (USA) (Rerelease)
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?
Re: Help with imgset.exe
If your iso or cue has spaces in the name use "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 loadit doesnt work. When I check the OSD, it says that it is loaded asCode: Select all
IMGSET.EXE ide10 CDs/TOSEC/Dig, The (USA) (Rerelease)/Dig, The (USA) (Rerelease).cue
notCode: Select all
Dig, The
as it does when loaded manually.Code: Select all
Dig, The (USA) (Rerelease)
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?
Like this
imgset IDE10 "cds/Leisure Suit Larry Ultimate Pleasure Pack - Larry 7 (Sierra) (1999).iso"
Re: Help with imgset.exe
OK, new problem:
works
but:
doesn't seem to work. Is there a known charlimit?
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"
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"
-
- Top Contributor
- Posts: 552
- Joined: Sun May 24, 2020 8:07 pm
- Has thanked: 185 times
- Been thanked: 310 times
- Contact:
Re: Help with imgset.exe
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.
Re: Help with imgset.exe
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?
Re: Help with imgset.exe
Confirmed that there is a path character limit in IMGSET.EXE.
I moved
to:
and it works perfectly
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"
Code: Select all
IMGSET.EXE ide10 "/CDs/TOSEC/Beneath a Steel Sky (USA) (En,Fr,De,Es,It,Pt,Sv) (Rerelease).cue"
-
- Top Contributor
- Posts: 468
- Joined: Sun May 24, 2020 7:17 pm
- Has thanked: 35 times
- Been thanked: 99 times
Re: Help with imgset.exe
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