Hello there
I have a OpenStep 4.2 and I looking for Light House Design apps, all of them
does anyone know where can I got thos software?
thanks
I think I downloaded them from here
http://download.ithinksw.com/lighthouse/If they don't work I can set up a download for you
brams
Quote from: "brams"I think I downloaded them from here
http://download.ithinksw.com/lighthouse/
If they don't work I can set up a download for you
brams
Hello Brams
Thanks, Would be nice, I acctually download it and installed , seem that quantrix, Vario do not work
could you please help me
thanks
You got the license keys from the same place?, when you say they don't work. Are they corrupt or something?.
There was an issue with the false/broken gnutar, but can't remember exactly.
http://mailgate.supereva.com/comp/comp.sys.next.bugs/msg00033.htmlThis mentioned PA-RISC, but i'm shure the same issue is on all other platforms
Quote from: "brams"You got the license keys from the same place?, when you say they don't work. Are they corrupt or something?.
Yes, I got the License, form the same palce, happed that when I try to run the app, the app frezze, I test the rest of the app and the others works fine
I have installed the y2k patch, open step 4.2 on a Laptop wiith 250MB ram, 3GB HD
thanks for any help
Quote from: "harryman"
I have installed the y2k patch, open step 4.2 on a Laptop wiith 250MB ram, 3GB HD
thanks for any help
You have to install an alternative gnutar and than reinstall the broken apps. I'm realy shure that i had the same problem on my black box.
[/quote]
You have to install an alternative gnutar and than reinstall the broken apps. I'm realy shure that i had the same problem on my black box.[/quote]
Ok, thanks , but :oops: how can I do this?
thanks
http://www.peak.org/~luomat/articles/patches/y2k/3.3/warnings.htmlleads to peak:
ftp://ftp.blackcube.org/NeXT_Mirrors/Peak/next/apps/unix/CLI/gnu/GNU_tar.1.12.2.NIHS.b.tar.gz
Speaking of Lighthouse apps - have you had any problems running Quantrix in OPENSTEP 4.2?
I've tried it on several x86 computers and my SPARCStation 5, but I've never been able to get it running.
Quote from: "iDork"Speaking of Lighthouse apps - have you had any problems running Quantrix in OPENSTEP 4.2?
I've tried it on several x86 computers and my SPARCStation 5, but I've never been able to get it running.
Yep!! well I have the same problem, I did the instalation of the guntar, and still the same, Quantrix on OpenStep 4.2 still broken,
has anyone solve this issue?
Thanks
Quote from: "kenjay""has anyone solve this issue?"
http://docs.info.apple.com/article.html?artnum=70129
It works !!! Thanks guys!
i tried installing running quantrix on a patched NeXTSTEP with the instructions from above, but failed.
i don't know what's wrong. it still hangs on start up.
Quote from: "andreas_g"i tried installing running quantrix on a patched NeXTSTEP with the instructions from above, but failed.
i don't know what's wrong. it still hangs on start up.
If you do a search in the archives of google, you'll see that this problem affected both NEXTSTEP 3.3 & OPENSTEP 4.2. The simplest way to resolve the issue is to copy /usr/bin/gnutar off your INSTALL cd to something like /usr/bin/gnxtar. Then use emacs, a hexeditor, etc & open up the Quantrix/Concurrence binaries. Do a search for /usr/bin/gnutar & replace it w/ /usr/bin/gnxtar. Then save it. That'll take care of the problem. :-) Take care.
Here's just one post of several from the comp.sys.next.* groups:
This does fix the problem. To avoid having to determine the PID each
time, I came up with the following hack (all done as root):
1. Copy the original gnutar (v1.11.2) from the OS 4.2 User CD to a
directory other than /usr/bin, rename it from gnutar to qtxtar, then
move qtxtar to /usr/bin (prevents overwriting the new gnutar).
2. Open the Quantrix binary from the appwrapper in Edit.app.
3. Find the string "/usr/bin/gnutar".
4. Replace it with the string "/usr/bin/qtxtar"
5. Save the Quantrix binary
6. Put a readme in the Quantrix.app wrapper to document.
Any side-effects of this hack are unknown, but should be limited to
Quantrix files only.
Thanks again, I'd have never found this without your help!
JP