Skip to content

Create multiple files on the GEOS disk #2

@xahmol

Description

@xahmol

Sorry to bother you again. I have been succesful in building GEOS disks with a single application generated by CC65 on the disks. Works perfect,

However, I want to create a set of tools that ideally would be on the same disk.

As you have yourselves already indicated in your Solitaire game (https://github.com/M3wP/M3wPSolitaire , nice game by the way):
'There is presently a bug in the GEOSBuild tool which will occasionally causes problems so the disk image needs to be deleted before calling it.'

So opening an already created disk to write another app to it does not work from calling the existing image with a new GEOSBuild job. I indeed get issues, not even occasionally, but always. It gives the message 'Exception at 00000000004884D7: ED64InvalidSector: Track #2 does not contain 40 sectors.' if I try to add a second program.

Neither do I see in the documentation a way to add more than one file in one go.

Do I miss something? Any progress on this bug?

Any suggestion if building with more than one file per disk is not yet possible on how by CLI commands combine the created disks into one combined disk?
I can perfectly do it with DirMaster, but as that is no CLI program I can not use that in an automated build pipeline.
I have tried using the VICE c1541 tool (again), but alas also -geosread or -geosextract do not seem to work on the disks created by GEOSBuild.

Environment used:
I have compiled your latest GEOSBuild repo with the latest Lazarus IDE Debian image for Uvuntu 20.04.5 LTS running under Windows 11/WSL2.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions