Did you not read any of the other posts? The beta has been in development for a long time and APFS even longer than that - bah I'm wasting my time.Fact 1: those apps were working before.
Fact 2: the only thing that changed was the OS.
With those known two facts, I don't see how it is an app developers problem. Blame Apple.
Fact 1: those apps were working before.
Fact 2: the only thing that changed was the OS.
With those known two facts, I don't see how it is an app developers problem. Blame Apple.
That's only going to happen once the design community reaches critical mass on adopting an alternative standard. Until then, most professionals are pretty much locked into creative cloud apps, unfortunately.We should really stop supporting Adobe’s software. They really don’t care about their customers. The whole design industry needs to move in a different direction.
Fact 1: those apps were working before.
Fact 2: the only thing that changed was the OS.
With those known two facts, I don't see how it is an app developers problem. Blame Apple.
I take it totally back, not a thorough check of illustrator, CC2017 I tried to work last night a NOPE can't really do anything. The mouse sticks, the text tool is nuts, etc!CC Illustrator latest updated version is working for me but I don't know about InDesign it definitely seems to have problems...
When Adobe doesn't update their Mac software for 4 or 5 years so they can focus on their Windows user base, then you can say they've turned into Quark. Until then, it won't kill anyone to hold off on the brand spanking new OS and wait a couple months.Adobe turned into Quark. They absolutely do not care. Most of their apps contain very old bugs. They never fix them, only focused on new features nobody is using. They did not even send an email to their customers warning them for High Sierra and just started blaming Apple.
Not trying to be snarky. It is standard best-practice (and has been for decades) to hold off on upgrading software (OS or otherwise) until you can confirm that everything is compatible and functioning properly (within reason). Adobe is one of many other key developers that have issues with their software under High Sierra. It's really not fair to single them out in this situation. Apple did work under the hood to the OS directory system in High Sierra, and it's the biggest change to the directory since System 8. There are bound to be a few issues, as there always are with this sort of change. You don't have to be on the bleeding edge of upgrades in order to function well as a professional. In fact, it's better if you you're not – stick with what you know that works. It saves you time and headache. ... Also, I would imagine that most new Macs currently in stock still have Sierra pre-installed.So I have to say that it's pretty frustrating to read snarky responses that we just shouldn't update our OS yet and wait for a fix. What about those of us who just upgraded to a new computer that comes with High Sierra? Abobe needs to fix these problems during the Beta period, and if not then get on it now and provide the fix in the first 1-2 weeks after the release of the MacOS upgrade. How are we supposed to work when we spend 8 hours a day using their software?
I just hope this will encourage alternative softwares, and people to look for and switch to them.
I, on the other hand, recommend users update to High Sierra and find some non-Adobe graphics software to use. Permanently. But that's just me.
Did you try to rename(Edit) Before, high Sierra , when quitting Illustrator, I got “unexpectedly quit” message. Now with HSierra installed, I get this message when quitting InDesign & Photoshop too.
As a former fan of Freehand, I'd like to say that IMO AI wasn't so much superior to Freehand and it just died, because Macromedia was bought by Adobe that simply dropped development of Freehand in favour of AI. I'm not mourning, but that lead to the "out of competition" status that Adobe has (had) for years. https://en.wikipedia.org/wiki/Adobe_FreeHandThen someone doesn't know design & adv industry yet says "find alternatives to Illustrator permanently" too bad in the past years we had like Freehand, Draw!, Pagemaker and much more stuff that died because Ai was vastly superior...
ATM, I'm testing https://www.viva.de/en/I've yet to find a suitable alternative for InDesign, however. (Yes, I've tried Scribus.)
Congratulations that you got CS6 installed!Then I went back and installed the Java SE 6 Legacy (2015-001) the ole, CS6 runtime.
Then I installed jdk-8u151-macosx-x64, and then jre-8u151-macosx-x64.
I, on the other hand, recommend users update to High Sierra and find some non-Adobe graphics software to use. Permanently. But that's just me.
Hey, I'm really behind on this feed! But I am trying to do this above, in order to use my CS5 on El Capitan, since it is saying I need the legacy Java. However, before I try it, I wanted to check how to change the terminal commands when I have a two partitions on my laptop. I have one partition running with El Capitan and one running with an older platform.Congratulations that you got CS6 installed!
For me the following worked in El Capitan (meanwhile upgraded to macOS Sierra) without the legacy Java SE 6.
Just add two empty folders:
/System/Library/Java/JavaVirtualMachines/1.6.0.jdk
/System/Library/Java/Support/Deploy.bundle
To do this, you need to go to rootless mode, because System Integrity Protection (SIP) prevents you from modifying the System folder:
- restart your Mac and press Cmd + R to get into Recovery Mode
- Select Terminal from the Menu, enter the following commands, each terminated by pressing Enter:
csrutil disable
reboot
- After reboot, start Terminal and enter these commands to create the folders:
sudo mkdir -p /System/Library/Java/JavaVirtualMachines/1.6.0.jdk
sudo mkdir -p /System/Library/Java/Support/Deploy.bundle
To reenable SIP enter:
csrutil enable
Install the latest Java jdk (no extra jre needed) from Oracle.
Did you install on macOS High Sierra and was it the slightly different subscription based CS6 version or the regular retail CS6 installer?
It should work exactly like written. SIP was introduced with Mac OS X El Capitan and doesn't affect older systems. Just disable SIP temporarily as described to make your El Capitan System folder writeable. Then boot to your El Capitan partition, create the two missing folders, reenable SIP protection, reboot and you're done. I do have CS5.5 running, but can't tell if CS5 works, too. Just ask, if something is still not clear.Can anyone help if the quote from organicCPU above will work and how I could revise it for partitions?