Can't install Alias Power Animator 3
#1
Can't install Alias Power Animator 3
The error is "The file dist/Courseware.tar is missing from the CD-ROM" when trying to install it.
Same happens with the GettingStarted.tar, they're both there, but the final part of their names are cut.

I can't rename it due to the CDROM being read only.

I'm using MAME to emulate IRIX 5.3, and the original CDROM had the names complete.

Can anyone help me?


Attached Files Thumbnail(s)
   
AnalogZone
O2

Trade Count: (0)
Posts: 21
Threads: 5
Joined: Mar 2023
Location: USA
Find Reply
05-11-2024, 05:06 AM
#2
RE: Can't install Alias Power Animator 3
A CD-ROM in the ISO 9660 format cannot have names longer than 8 characters with a 3 character extension and cannot have lowercase letters in filenames. So if the CD-ROM is mounted with a command like
Code:
mount -t iso9660 -r /dev/rdsk/dks0d3vol /CDROM
it will appear like in your screenshot and the filenames will be corrupted.

UNIX systems use an extension to ISO called Rock Ridge to write UNIX data such as long case-sensitive file names and permissions on CD-ROMs. Instead of the above command, you would use one like
Code:
mount -t RockRidge -r /dev/rdsk/dks0d3vol /CDROM
and the files will have their correct names.

I am a bit surprised, though, that an Alias CD wasn't mastered as EFS. Are you sure you have the genuine Alias CD?

Personaliris O2 Indigo2 R10000/IMPACT Indigo2 R10000/IMPACT Indigo2 Indy   (past: 4D70GT)
robespierre
refector peritus

Trade Count: (0)
Posts: 640
Threads: 3
Joined: Nov 2020
Location: Massholium
Find Reply
05-11-2024, 06:36 AM
#3
RE: Can't install Alias Power Animator 3
I got the CD from this link: https://archive.org/details/alias-3-4-oc...orking.tar

Is there any way to convert the 9660 ISO into a RockRidge or EPS format?
AnalogZone
O2

Trade Count: (0)
Posts: 21
Threads: 5
Joined: Mar 2023
Location: USA
Find Reply
05-12-2024, 02:52 AM
#4
RE: Can't install Alias Power Animator 3
The linked file isn't a CD image at all. It's a .tar.gz containing what looks like a full, ready-to-go Alias installation, plus the dist files, along with a few other things. Don't treat it as a CD-ROM. Transfer the file to the IRIX machine (real or emulated), gunzip it, and extract the tar file to the filesystem. Don't try to treat it as a CD image.

SGI:  Indigo, Indigo2, Octane, Origin 300
Sun:  SPARCstation 20 (x4), Ultra 2, Blade 2500, T5240
HP:  9000/380, 425e, C8000
Digital: DECstation 5000/125, PWS 600au
jpstewart
Developer

Trade Count: (1)
Posts: 444
Threads: 6
Joined: May 2018
Location: SW Ontario, CA
Find Reply
05-13-2024, 12:20 AM
#5
RE: Can't install Alias Power Animator 3
All MAME posts go in General Emulation. Different rules as far an OS goes and it's extremely experimental. 99% of IRIX users aren't emulating.

I'm the system admin of this site. Private security technician, licensed locksmith, hack of a c developer and vintage computer enthusiast. 

https://contrib.irixnet.org/raion/ -- contributions and pieces that I'm working on currently. 

https://codeberg.org/SolusRaion -- Code repos I control

Technical problems should be sent my way.
Raion
Chief IRIX Officer

Trade Count: (9)
Posts: 4,240
Threads: 533
Joined: Nov 2017
Location: Eastern Virginia
Website Find Reply
05-13-2024, 01:39 AM
#6
RE: Can't install Alias Power Animator 3
I'm new to this site and IRIX in general(Yes I've joined a year ago but haven't been on the site until few days ago). I'll make my posts in "General Emulation" next time.

(05-13-2024, 12:20 AM)jpstewart Wrote:  The linked file isn't a CD image at all.  It's a .tar.gz containing what looks like a full, ready-to-go Alias installation, plus the dist files, along with a few other things.  Don't treat it as a CD-ROM.  Transfer the file to the IRIX machine (real or emulated), gunzip it, and extract the tar file to the filesystem.  Don't try to treat it as a CD image.
I don't know how to transfer files without putting it onto a CD-ROM using MAME.
(This post was last modified: 05-13-2024, 02:44 AM by AnalogZone.)
AnalogZone
O2

Trade Count: (0)
Posts: 21
Threads: 5
Joined: Mar 2023
Location: USA
Find Reply
05-13-2024, 02:00 AM


Forum Jump:


Users browsing this thread: 1 Guest(s)