Welcome, Guest. Please login or register.

Author Topic: I can't install MUI on WinUAE  (Read 4175 times)

Description:

0 Members and 1 Guest are viewing this topic.

Offline duesiTopic starter

  • Sr. Member
  • ****
  • Join Date: Jul 2002
  • Posts: 275
    • Show only replies by duesi
I can't install MUI on WinUAE
« on: February 04, 2003, 07:50:37 AM »
I have a problem installing
MUI 3.8 on my WinUAE installation
(OS39 on a .HDF Partition)
I always get an Installer error in Line 299
whats going wrong ?

On my real AMIGA this never happend
Thanks for help
A4000D CS060/MKII with SCSI, CV64/4MB, 128MB Fast, ACARD AEC-7720U SCSI-IDE,80GB Samsung HDD, Yamaha CDRW, XSurf2, OS3.9BB2
A500,1MB Chip Kick1.3/3.1,GVP A500+ 540MB HDD and 8MB Fast,GVP DSS 8Bit Sampler
 

Offline jd997uk

  • Hero Member
  • *****
  • Join Date: Mar 2002
  • Posts: 595
    • Show only replies by jd997uk
Re: I can't install MUI on WinUAE
« Reply #1 on: February 04, 2003, 10:13:43 AM »
I've just managed to install it OK. Took a while to find a server that still had it available for D/L, but it installed OK.
Try the SASC site.

-john
Don\\\'t panic - bite the towel.
 

Offline Dietmar

  • Full Member
  • ***
  • Join Date: Nov 2002
  • Posts: 220
    • Show only replies by Dietmar
    • http://devplex.awardspace.biz
Re: I can't install MUI on WinUAE
« Reply #2 on: February 04, 2003, 10:16:20 AM »
Quote
I always get an Installer error in Line 299


If I remember correctly, the installation script attempts to install an unnamed file (just a space as file name, a rather stupid idea), and that fails with the Windows file system.
 

Offline RexxMast

  • Jr. Member
  • **
  • Join Date: Mar 2002
  • Posts: 52
    • Show only replies by RexxMast
Re: I can't install MUI on WinUAE
« Reply #3 on: February 04, 2003, 10:23:20 AM »
When you open Windows... you let in bugs!

---------------------------------------------

2 Amiga A3000Ts, 3 Amiga A3000s, 2 Amiga A2000s, CD32 w/SX-1 Expansion, 3 Amiga_XL machines, an Athlon 2200+ an Athlon 2400+, and an Athlon64 3400+. Also many...
 

Offline Castellen

Re: I can't install MUI on WinUAE
« Reply #4 on: February 04, 2003, 11:32:44 AM »
I keep an complete MUI archive with the most current versions available of most
custom classes/plugins.
The archive is meant for tidying and upgrading exsisting installations, but
could easily be used for new installs as well.

I'm too hopeless to write an Installer script at the moment, so all instructions
are in a text file.

Download it from:
ftp://mp3:mp3@amiga.serveftp.net/Uploads_here/FullMUIsetup.lha


Be sure to read the .readme file for instructions.
 

Offline bhoggett

  • Hero Member
  • *****
  • Join Date: Mar 2002
  • Posts: 1431
    • Show only replies by bhoggett
    • http://www.midnightmu.com
Re: I can't install MUI on WinUAE
« Reply #5 on: February 04, 2003, 01:56:48 PM »
These problems are usually due to bad file names, so the installer fails to find the files it needs.

I've come across two different scenarios:

1) Windows file systems don't support the file name of one of the files in the MUI archive. This is an irrelevant file, but the installer fails nevertheless. The solution is to modify the installer script or install from a partition with an Amiga file system.

(Since you're using OS 3.9 on an HDF I suspect this is not your problem)

2) The Unarchiver tool in OS 3.9 has bugs, and will sometimes replace the space character " ", with an underline "_", so that files called "Read Me First" end up being called "Read_Me_First". This confuses the hell out of the Installer.

Solution: you have two options. Either go through the unpacked archive and replace "_" with " ", or install lha to your C: directory and use that to do the unpacking of the MUI archive. I recommend the latter.
Bill Hoggett
 

  • Guest
Re: I can't install MUI on WinUAE
« Reply #6 on: February 04, 2003, 02:10:20 PM »
Option 3, Boing Bag one (or two, can't recall) has a fixed version of UnArc that no longer changes the file names with spaces.
 

Offline duesiTopic starter

  • Sr. Member
  • ****
  • Join Date: Jul 2002
  • Posts: 275
    • Show only replies by duesi
Re: I can't install MUI on WinUAE
« Reply #7 on: February 04, 2003, 03:32:19 PM »
Ok thanks a lot

I think I have the Problem with the unarc...
I will try when I arrive at home
I will give a response when it works
A4000D CS060/MKII with SCSI, CV64/4MB, 128MB Fast, ACARD AEC-7720U SCSI-IDE,80GB Samsung HDD, Yamaha CDRW, XSurf2, OS3.9BB2
A500,1MB Chip Kick1.3/3.1,GVP A500+ 540MB HDD and 8MB Fast,GVP DSS 8Bit Sampler
 

Offline duesiTopic starter

  • Sr. Member
  • ****
  • Join Date: Jul 2002
  • Posts: 275
    • Show only replies by duesi
Re: I can't install MUI on WinUAE
« Reply #8 on: February 04, 2003, 04:41:40 PM »
I used lha to unarchive
It works now...thanks again
A4000D CS060/MKII with SCSI, CV64/4MB, 128MB Fast, ACARD AEC-7720U SCSI-IDE,80GB Samsung HDD, Yamaha CDRW, XSurf2, OS3.9BB2
A500,1MB Chip Kick1.3/3.1,GVP A500+ 540MB HDD and 8MB Fast,GVP DSS 8Bit Sampler
 

Offline Rebel

  • Newbie
  • *
  • Join Date: Apr 2002
  • Posts: 41
    • Show only replies by Rebel
Re: I can't install MUI on WinUAE
« Reply #9 on: February 05, 2003, 01:09:06 PM »
I had the same problem installing MUI on my WinUAE setup, due to the installer script failing.

So I simply copied the entire MUI directory to my SYS: partition, and added the following lines to my user-startup.

ASSIGN MUI: SYS:MUI
ASSIGN LIBS: MUI:LIBS ADD
PATH MUI:

All MUI software eg Voyager run fine.