Jump to content
IGNORED

TI ARC format?


matthew180

Recommended Posts

Arc format usually refers to one or more files that are compressed and gathered into a single file using Barry Boone's Archiver program, version 3 or later. One common use was/is to group files for uploading to (and downloading from) BBSs and online services. Others used it to reduce the number of diskettes in their libraries or to aid in keeping files together. TI Image Tool and TIDIR both have support for the format to varying degrees.

Link to comment
Share on other sites

Oops ... the Archive function has a bug in TIMT, as it seems - it arcs itself into its own archive. I'll have to fix that before we start to get fractal files.

 

(It seems to happen when the archive file is alphabetically inserted into the list of selected files ... a workaround is to choose a name that occurs after the last selected file.)

Link to comment
Share on other sites

Oops ... the Archive function has a bug in TIMT, as it seems - it arcs itself into its own archive. I'll have to fix that before we start to get fractal files.

 

OK, I fixed it, but this is still somewhat unsatisfying. The problem occured when I introduced drag-and-drop support which forced me to drop my own implementations in favor of available Java mechanisms, because anything else would have been extremely ugly.

 

The problem is that I implemented archiving by creating an empty archive file first, then copy the selected files into the archive. By creating the archive file, the directory becomes longer by one element, but there is still a selection model behind, and it is not updated automatically. If the archive file happens to be sorted into the directory amidst the selected files, the loop over the selected elements will pick the newly created archive file. So what I did now is to first make a copy of the selected file references, then add the archive file, then use the copy of the references.

 

I noticed a similar phenomenon with other Java-based tools, for example, ProjectX (used for video editing). So maybe this is a Java-related issue that requires at least some more consideration.

 

The fix will soon be available; I intend to add some more features for the official 2.4 release.

  • Like 1
Link to comment
Share on other sites

  • 3 months later...

In the log you're showing above, you are using the TI Disk Controller hack, so there are two additional things:

 

-Not supported

-The error is coming from the TI disk controller ROM. My first guess would be a corrupt disk image, but there's no information available from the emulator because the emulator didn't generate the error.

 

Please stop using the TICC hack. There's no reason to do so unless you are a developer specifically testing something. Disk writes are fully supported in the current version of Classic99, and I can't help you with issues if you're using it.

  • Like 3
Link to comment
Share on other sites

In the log you're showing above, you are using the TI Disk Controller hack, so there are two additional things:

 

-Not supported

-The error is coming from the TI disk controller ROM. My first guess would be a corrupt disk image, but there's no information available from the emulator because the emulator didn't generate the error.

 

Please stop using the TICC hack. There's no reason to do so unless you are a developer specifically testing something. Disk writes are fully supported in the current version of Classic99, and I can't help you with issues if you're using it.

 

ah OK, how can I switch it off ?

Link to comment
Share on other sites

Just go into the disk configuration and select a valid disk mode (such as: Image (DSK)) in the drop down menu (it'll be empty for any disk you are using the hack on). Do this for each of the drives you are using the hack with.

 

Note of course with full support this includes images larger than 180k and all disks 0-9, neither was true with the TICC hack. :)

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...