OS X 10.4 (PPC or Intel) - opening project issues

I readed some posts on startup problems but it seemed that, first, I got all of them at the same time, second, no one of these posts solved my issues.
     i) If I create a new project I receive that exception:
java.io.IOException: Could not find a safe DOM serializer: java.lang.NoSuchMethodException: org.apache.xml.serialize.XMLSerializer.setNamespaces(boolean)
at org.openide.xml.XMLUtilImpl.write(XMLUtilImpl.java:72)
at org.openide.xml.XMLUtil.write(XMLUtil.java:298)
at org.netbeans.spi.project.support.ant.ProjectGenerator$1.run(ProjectGenerator.java:103)
at org.openide.util.Mutex.writeAccess(Mutex.java:310)
at org.netbeans.spi.project.support.ant.ProjectGenerator.createProject0(ProjectGenerator.java:78)
at org.netbeans.spi.project.support.ant.ProjectGenerator.createProject(ProjectGenerator.java:73)
at org.netbeans.modules.web.project.WebProjectGenerator.setupProject(WebProjectGenerator.java:354)
at org.netbeans.modules.web.project.WebProjectGenerator.createProject(WebProjectGenerator.java:112)
at com.sun.rave.jsf.project.services.WebProjectCreatorImpl.createProject(WebProjectCreatorImpl.java:37)
at com.sun.rave.api.jsf.project.JsfProjectHelper.createWebProject(JsfProjectHelper.java:729)
at com.sun.rave.api.jsf.project.ui.wizards.NewJsfProjectWizardIterator.instantiate(NewJsfProjectWizardIterator.java:77)
at org.openide.loaders.TemplateWizard$Brigde2Iterator.instantiate(TemplateWizard.java:969)
at org.openide.loaders.TemplateWizard.handleInstantiate(TemplateWizard.java:557)
at org.openide.loaders.TemplateWizard.instantiateNewObjects(TemplateWizard.java:396)
at org.openide.loaders.TemplateWizardIterImpl.instantiate(TemplateWizardIterImpl.java:218)
at org.openide.WizardDescriptor.callInstantiate(WizardDescriptor.java:1425)
at org.openide.WizardDescriptor.access$900(WizardDescriptor.java:63)
at org.openide.WizardDescriptor$Listener.actionPerformed(WizardDescriptor.java:1327)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:585)
at org.openide.util.WeakListenerImpl$ProxyListener.invoke(WeakListenerImpl.java:383)
at $Proxy15.actionPerformed(Unknown Source)
at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:1882)
at javax.swing.AbstractButton$Handler.actionPerformed(AbstractButton.java:2202)
at javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:420)
at javax.swing.DefaultButtonModel.setPressed(DefaultButtonModel.java:258)
at javax.swing.plaf.basic.BasicButtonListener.mouseReleased(BasicButtonListener.java:234)
at java.awt.Component.processMouseEvent(Component.java:5554)
at javax.swing.JComponent.processMouseEvent(JComponent.java:3126)
at java.awt.Component.processEvent(Component.java:5319)
at java.awt.Container.processEvent(Container.java:2010)
at java.awt.Component.dispatchEventImpl(Component.java:4021)
at java.awt.Container.dispatchEventImpl(Container.java:2068)
at java.awt.Component.dispatchEvent(Component.java:3869)
at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:4256)
at java.awt.LightweightDispatcher.processMouseEvent(Container.java:3936)
at java.awt.LightweightDispatcher.dispatchEvent(Container.java:3866)
at java.awt.Container.dispatchEventImpl(Container.java:2054)
at java.awt.Window.dispatchEventImpl(Window.java:1774)
at java.awt.Component.dispatchEvent(Component.java:3869)
at java.awt.EventQueue.dispatchEvent(EventQueue.java:463)
at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:269)
at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:190)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:184)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:176)
at java.awt.EventDispatchThread.run(EventDispatchThread.java:110)
Caused by: java.lang.NoSuchMethodException: org.apache.xml.serialize.XMLSerializer.setNamespaces(boolean)
     ii) When I open an already existing jsp page in a project I receive from the designer:
java.lang.ClassCastException: org.apache.xerces.dom.DeferredDocumentImpl
     at com.sun.rave.insync.markup.MarkupUnit.syncEngine(MarkupUnit.java:488)
     at com.sun.rave.insync.markup.MarkupUnit.read(MarkupUnit.java:451)
     at com.sun.rave.insync.SourceUnit.sync(SourceUnit.java:446)
     at com.sun.rave.insync.faces.FacesPageUnit.syncSubUnits(FacesPageUnit.java:223)
     at com.sun.rave.insync.beans.BeansUnit.sync(BeansUnit.java:174)
     at com.sun.rave.insync.live.LiveUnit.sync(LiveUnit.java:288)
     at com.sun.rave.insync.live.LiveUnitWrapper.sync(LiveUnitWrapper.java:115)
     at com.sun.rave.insync.models.FacesModel.syncImpl(FacesModel.java:899)
     at com.sun.rave.insync.Model.sync(Model.java:207)
     at com.sun.rave.insync.Model.sync(Model.java:173)
     at com.sun.rave.insync.ModelSet$WindowManagerPropertyRegistry.processNodes(ModelSet.java:107)
     at com.sun.rave.insync.ModelSet$WindowManagerPropertyRegistry.propertyChange(ModelSet.java:125)
     at java.beans.PropertyChangeSupport.firePropertyChange(PropertyChangeSupport.java:333)
     at java.beans.PropertyChangeSupport.firePropertyChange(PropertyChangeSupport.java:270)
     at org.netbeans.core.windows.RegistryImpl.doFirePropertyChange(RegistryImpl.java:249)
     at org.netbeans.core.windows.RegistryImpl.tryFireChanges(RegistryImpl.java:222)
     at org.netbeans.core.windows.RegistryImpl.selectedNodesChanged(RegistryImpl.java:186)
     at org.netbeans.core.windows.RegistryImpl.topComponentActivated(RegistryImpl.java:138)
     at org.netbeans.core.windows.WindowManagerImpl.notifyRegistryTopComponentActivated(WindowManagerImpl.java:893)
     at org.netbeans.core.windows.Central.activateModeTopComponent(Central.java:1401)
     at org.netbeans.core.windows.WindowManagerImpl.topComponentRequestActive(WindowManagerImpl.java:994)
     at org.openide.windows.TopComponent.requestActive(TopComponent.java:553)
     at com.sun.rave.project.jsfloader.JsfJavaEditorSupport.doOpenDesigner(JsfJavaEditorSupport.java:130)
     at com.sun.rave.project.jsfloader.JsfJavaEditorSupport$1.run(JsfJavaEditorSupport.java:115)
     at org.openide.util.Mutex.doEvent(Mutex.java:1024)
     at org.openide.util.Mutex.writeAccess(Mutex.java:330)
     at com.sun.rave.project.jsfloader.JsfJavaEditorSupport.openDesigner(JsfJavaEditorSupport.java:113)
     at com.sun.rave.project.jsfloader.JsfJspEditorSupport.openDesigner(JsfJspEditorSupport.java:87)
     at com.sun.rave.project.jsfloader.JsfJspDataObject$OpenEdit.open(JsfJspDataObject.java:155)
     at org.openide.actions.OpenAction.performAction(OpenAction.java:54)
     at org.openide.util.actions.NodeAction$3.run(NodeAction.java:450)
     at org.openide.util.actions.CallableSystemAction.doPerformAction(CallableSystemAction.java:116)
     at org.openide.util.actions.NodeAction$DelegateAction.actionPerformed(NodeAction.java:448)
     at org.openide.explorer.view.TreeView$PopupSupport.mouseClicked(TreeView.java:1176)
     at java.awt.AWTEventMulticaster.mouseClicked(AWTEventMulticaster.java:212)
     at java.awt.AWTEventMulticaster.mouseClicked(AWTEventMulticaster.java:211)
     at java.awt.AWTEventMulticaster.mouseClicked(AWTEventMulticaster.java:211)
     at java.awt.Component.processMouseEvent(Component.java:5557)
     at javax.swing.JComponent.processMouseEvent(JComponent.java:3126)
     at java.awt.Component.processEvent(Component.java:5319)
I tried all the JVM from Apple: 1.5 release 4 and 3, 1.4 too, I reinstalled many times the downloaded application "creator-2_1-mac-ml.command". Last but not least: It happened few month ago on an iMac PPC running 10.4.8, since that I worked on a Intel Core Duo box running 10.4.9 without any trouble.....until two days ago. I didn't updated JSC, nor modified directories, etc...

Working around these issues, I note that within a newly created user account, jsc2 works well.
Looking in the "~/Library" differences beetwen these two accounts, the defective account has a "/Java/Extensions" subfolder and a xerces.jar within. Such jar I believe to be the source of the problems. Putting in trash the /Java/ folder, jsc2 immediately work normally.

Similar Messages

  • Premiere Pro CS4 Opening Project Issue

    Hi all,
    I'm trying to open a Premiere Pro project that I exported from an After Effects project.  Trouble is when I open it I get this long, what I'm assuming is an error, message:
    C:\Users\Name\Desktop\Filename (from AE).prproj
    Audio Filter missing:  Internal Volume Mono
    Video Filter missing:  AE.ADBE Aud Stereo Mixer
    Video Filter missing:  AE.ADBE Color Control
    Video Filter missing:  AE.ADBE Glo2
    Video Filter missing:  AE.ADBE HUE SATURATION
    Video Filter missing:  AE.ADBE Point Control
    Video Filter missing:  AE.ADBE Slider Control
    Video Filter missing:  AE.CC Radial Fast Blur
    After I get this and click "Ok", sometimes it won't open the project and other times all the video is white.  When I disabled some of the adjustment layers the video appeared, but it was then uncorrected.
    Any idea how to fix this?  Thanks so much.

    Building on the topic ...
    ... my project does not open, is because after several attempts it loads, it looks like? what do I solve this problem?
    look!
    http://img12.imageshack.us/img12/5453/ppensures.pngThe project is in AVCHD, HD is in the name of E: (system Raid-0)
    system:
    Super Micro X8DA6
    2x Xeon X5550
    12gb DDR3 1600MHz
    EVGA GTX275 (nvidia 196.34)
    Windows 7 Ultimate 64bit
    Premiere CS4 v4.2.1
    someone could help me

  • Opening project issues

    Since I had upgraded to cc 2014 I have been experiencing issues opening my project files not only on my personal computer but also on others. Let me explain what happens. First I always keep my project files and assets together before starting a project. I went to open a current premiere project file and it automatically prompts me to locate files. Again I do not why because they have not been moved or removed from the computer. And when I first switch to just CC, I noticed premiere and after effects would locate the files not matter where they were organized or moved to. So I do not understand why I am having issues now. So I go through and relocate all the files, then I exit out of the locate panel. Once it opens up the project, all the files are "red" still missing. I have to go through and re import everything. The problem with doing this is that now I lose all the merge files I created. I have not taken any steps differently. My only conclusion is the update to 2014. I do not understand why this is happening. I am losing so much time because of this issue. Any thoughts or suggestions are greatly appreciated.

    Working around these issues, I note that within a newly created user account, jsc2 works well.
    Looking in the "~/Library" differences beetwen these two accounts, the defective account has a "/Java/Extensions" subfolder and a xerces.jar within. Such jar I believe to be the source of the problems. Putting in trash the /Java/ folder, jsc2 immediately work normally.

  • Director PowerPC processors (PPC ) can't open the application because it is "not supported on this a

    I created a projector in Adobe Director 11.5 for the Mac.
    For some reason PowerPC processors (PPC ) can't open it because they received a message saying the application is "not supported on this architecture."
    And idea if there is a way to make projectors compatible for the Mac PPC processors?
    Thanks,

    Check your product version by typing "put the productVersion" into the message panel - if you don't get the response "11.5.9" then update the to latest patch by selecting the Update option from Director's Help menu. (I suspect you already are on 11.5.9, though, otherwise you wouldn't get this problem).
    Next, go to the Publish Settings page, and under the projector tab you will notice an option to create the Mac projector as either a "Universal Binary" or an "Intel Binary"
    Universal Binary will run natively on PPC Macs, and will run under Rosetta on Intel Macs running up-to-and-including OSX 10.6 (Snow Leopard).
    Intel Binary will run on all Intel Macs running OSX 10.5 and upwards.
    Rosetta is a virtualisation layer built into OSX versions up to 10.6; It allows programs written for PPC to run on Intel Macs. Rosetta was dropped from OSX 10.7 (Lion), so a UB projector won't work on Lion.
    Hope that helps
    Message was edited by: Adam-C

  • PPC Migrator Intel MacBookPro: Stalling

    Hey all,
    I just got my new MacBook Pro the other day. It's been way too long since I purchased a new Mac... in fact my previous machine was a trusty 1GHz Titanium Powerbook that has served me very well. Unfortunately, the screen is fading to white in the middle and the power management unit won't reset, its overheating the battery and itself and I think the logic board is getting a bit toasty.
    Well, I opened the box, fired up the new 'Book and jumped right in to attempt a migration, seemed simple enough. Unfortunately , the new MacBook Pro is only FW800 and the old 'Book is FW400. So I first attempted a direct ethernet patch cable connection as described in the manual. No luck, the machines won't communicate. Next I tried a network connection, things ran fine for hours and then evidently the old 'Book stopped transmitting. I tried resuming this process after some restarts but it continued to stall.
    Next I tried setting up an ad hoc wireless connection between the two and things would run smooth for a while and then they would stall.
    So, now digging into these forums I read that most consider a PPC-to-Intel migration a "no-no". Great. I hate when you take Apple's tech information for granted only to find out the often more knowledgeable community here knows better (jab).
    Okay, I'll concede here and accept that I should really just move stuff manually. I have a MobileMe account so getting calendars, etc. will be no problem. Applications may be a bit more tricky but I'll persevere.
    The big concern I have is that now some things have been transfered and I'm not sure what they are or where they are... can I reset my new 'Book back to "out of the box factory settings, content, and configuration"?
    Please help me Kappy-wan-kenobi, you're my only hope.
    Heathmun

    heathmun wrote:
    Hey all,
    I just got my new MacBook Pro the other day. It's been way too long since I purchased a new Mac... in fact my previous machine was a trusty 1GHz Titanium Powerbook that has served me very well. Unfortunately, the screen is fading to white in the middle and the power management unit won't reset, its overheating the battery and itself and I think the logic board is getting a bit toasty.
    Well, I opened the box, fired up the new 'Book and jumped right in to attempt a migration, seemed simple enough. Unfortunately , the new MacBook Pro is only FW800 and the old 'Book is FW400.
    you can get a FW800 to FW400 cable.
    another option is to clone your old hard drive to an external drive which has both FW 800 and FW 400 connectors. or just use a USB drive. you can then plug it into the new computer and migrate from that.
    So I first attempted a direct ethernet patch cable connection as described in the manual. No luck, the machines won't communicate. Next I tried a network connection, things ran fine for hours and then evidently the old 'Book stopped transmitting. I tried resuming this process after some restarts but it continued to stall.
    Next I tried setting up an ad hoc wireless connection between the two and things would run smooth for a while and then they would stall.
    So, now digging into these forums I read that most consider a PPC-to-Intel migration a "no-no".
    It's not really a non-no. It's just something to be wary of. many people do it without a problem but you should know what you are jumping into when doing it.
    http://discussions.apple.com/thread.jspa?threadID=435350&tstart=0
    Great. I hate when you take Apple's tech information for granted only to find out the often more knowledgeable community here knows better (jab).
    Okay, I'll concede here and accept that I should really just move stuff manually. I have a MobileMe account so getting calendars, etc. will be no problem. Applications may be a bit more tricky but I'll persevere.
    The big concern I have is that now some things have been transfered and I'm not sure what they are or where they are... can I reset my new 'Book back to "out of the box factory settings, content, and configuration"?
    sure. just boot from the install disk 1 that came with your computer and do an erase and install. to boot from the DVD insert it, reboot and hold "c" at the chime.
    Please help me Kappy-wan-kenobi, you're my only hope.
    Heathmun

  • PPC to INTEL migration - Logic crashing every song

    a couple plugs aren't available that were in the original song, but I just migrated from ppc to intel mac pro, and logic is crashing on every song i try to open! any ideas?

    Joshua Bessom wrote:
    I can't even GET to the audio prefs, Logic is autoloading my last song, and crashes before I can do anything.
    Put your last song away from its folder.
    Logic will show you some warning as "file not found" but you will be able to adjust your preference settings
    G

  • External hard drive for both a PPC and Intel Mac?

    I have 2 LaCie Hard Drives (500GB & 750GB) that I'd like to use for backing up my 2 laptops and for storing photo and music files.
    When I got the MacBook Pro, I partitioned the 500GB drive into 3 volumes and used SuperDuper! to make "bootable" copies of the MBP on one volume, theiBook on one volume, and put photo files on the third. I don't know/can't remember how I dealt with the directions below from Disk Utility and I fear I may have done the impossible or at least done the wrong thing.
    "If you will use a volume as a Mac OS X startup disk, click Options and choose the appropriate partition scheme. To use a volume to start up an Intel-based Mac, choose the GUID partition scheme. To use a volume to start up a PowerPC-based Mac, choose the Apple partition scheme."
    As I ask these questions, I find myself getting tongue-tied so please bear with me and read on...
    #1 - Is it *even possible* to do what I want and have the bootable copies of both of these laptops on the same HD since one is PPC and the other Intel? If the answer if yes, it's OK then the rest of this is moot.
    #2 - I can easily delete one or the other laptop backup from the 500 LaCie and put it on the virgin 750 and partiton it - problem is, is there a way to know how I partitioned the 500 HD so I won't have to redo it -I don't want to have to recopy the thousands of photo files already on the HD. If I knew how it was partitioned - Intel or PPC - I could just delete the appropriate laptop and move it to the other LaCie, assuming I have to.
    #3 - And, is it possible to use a drive that has been partitioned for PPC or Intel with the other type computer - will I be able to access the jpg photo files from both the MBP and my G4 both of which are Tiger no matter which way the HD is partitioned? Now I as able to do this, but as I said, I don't remember which way I partitioned the HD - all I remember is that I did choose to include OS 9 drivers since I still use Classic and OS 9 on the G4. ( I have yet another LaCie that I use exclusively to back up my G4 and it is not part of this issue)
    Mrs H

    So "To use a volume to start up a PowerPC-based Mac, choose the Apple partition scheme." really means it will work for my Intel MBP too?
    Yes.
    Is there a way to tell if that is what I already choose?
    Select the existing drive in the Disk Utility and find the Partition Map Scheme text at the bottom of the window.
    (34529)

  • Can PPC and Intel OS's be on the same hard drive?

    I do a lot of work on Apple computers for clients.
    I have made it a habit to bring firewire hard drives with OS X installed to my work locations so I can boot peoples' computers from my own, clean OS for numerous troubleshooting purposes.
    I was hoping to take a big hard drive I have, partition it into 4 parts, and install 10.4 Intel, 10.4 PPC, 10.5 Intel, and 10.5 PPC.
    But after I installed the PPC 10.4, I went to my macbook pro and tried to install 10.5 Intel.....and it wouldn't let me!
    So now I am learning about the Apple Partition Map format for a drive versus the GUID format and that basically one is for PPC and the other for Intel.
    But I would like to know if there is any way to format a drive in such a way that I can indeed install PPC and Intel version of an OS onto one physical drive in separate partitions???
    anyone?

    It's not intuitive but it's possible. You must set up your external drive using the APT partition map. Install the PPC version of OS X on one partition. Now here's the trick: You must install an Intel version of Leopard on a drive that has been partitioned using GPT. Then clone that installed version to another partition the external drive that now has the PPC version of Leopard. You now have a PPC version of Leopard on one partition and in Intel version on the other partition. You will find you can boot an Intel Mac from that partition even though the drive is partitioned APT.
    The problem is that Leopard will not allow itself to be installed on an APT partitioned drive. But an Intel version of Leopard will work just fine from an APT partitioned drive.

  • PPC to Intel Upgrade

    So, here is my situation, I have had my PPC G5 for about 2 years and my wife for about a year. Shortly there after, BAM, Intel based Macs hit the shelves. After all of the money invested in these machines (upgraded ram, air port cards, etc.) I don't really feel that dropping that sort of cash is the best move, but I want to upgrade to an Intel based mac...for obvious reasons.
    The question, is it possible to update the hardware of a PPC to Intel? The way Macs are set up, my first thought is no, but hey, beyond gaming and graphic design, I know jack about computers. If it is not possible, is anyone aware of a trade in program, one where you could get credit for your current tower to put toward a new one?
    Thanks for the help!

    No. The designs are very different.
    The best trade-in program is taking advantage of one of the key differences between Macs and Windows PCs - Higher resale value. Sell it on eBay or locally through Craigslist.
    I have had my PPC G5 for about 2 years and my wife for about a year.
    Not sure how the wife is part of the picture here...
    If you added a hard drive, you can keep that for your new Mac (if it's a Mac Pro) or use it in an external case for Time Machine on any new Mac. You should remove all the extra RAM and just keep the stock RAM installed. You generally get more if you sell your upgrades separately, such as the RAM module matched pair(s) and the AirPort kit. If you bought Leopard, install the original Mac OS X installation and sell the Leopard license. But be sure to include the original discs and manual with the Mac; the discs are always part of the Mac package.
    There are plenty of people who want the last and fastest of the PowerPC Macs, like the one you have. It can run PowerPC (non-Universal) apps better and faster without the Rosetta emulation needed by Intel Macs, and run Classic apps under Tiger. If it's two years old, it's probably one of the "dual core" models (as opposed to he earlier dual single core models), which to me is more valuable. And it's still pretty fast running Leopard, if you have at least 2GB of RAM, compared to dual core Intel Macs like iMacs and MacBook Pros.

  • PPC to Intel 10.5 migration

    So, I have a G4 running 10.5 server. I want to move it to a intel machine. What is the best way to migrate at 10.5 > 10.5 server, but going from PPC to Intel.
    Thanks,Scott

    How much you do is up to you. I'd boot the G4 from a DVD or another drive and use Apple Disk Utility to repair disk, repair permissions and then Restore to another volume which you will use on the Intel server. Make sure the Intel drive is formatted GUID in Disk Utility>Parition>Options.
    The G4 drive module will be formatted incorrectly (Apple partition map) for Intel which needs GUID, but you can clone using Carbon Copy Cloner or Apple Disk Utility to a new GUID drive for the intel. The intel should run the cloned disk fine, switch off the old server before booting the new one.

  • PPC G5 intel upgrade.

    Hello,
    I know this is a silly question but I'd figure I'd throw it out there...
    Is it possible to upgrade the mother board from PPC to Intel? I love my machine but don't want to spend the $$$ on a new tower.
    I have a PPC G5 Dual 1.8GHz w/ 4 GB of Ram

    FYI, for future questions, the forum for G5 towers is here:
    Power Mac
    It's quite active with a lot of real G-series gurus living there.

  • Does 10.4.6 have two different install CDs for PPC vs Intel?

    Does 10.4.6 have two different install CDs for PPC and Intel?
    Also, is only CD 1 required for OS install?
    Thanks!

    I tried my black OS X 10.4.6 CDs on a G4 yesterday specifically to see if an install from disk 1 only is possible. Sadly it is not. It requires about 400 GB from disk 2 no matter how minimal you try to make it. My disk 2 contains the following and the install needs everything except languages:
    AdditionalEssentials.pkg
    AdditionalSpeechVoices.pkg
    AddressBook.pkg
    Automator.pkg
    BrazilianPortuguese.pkg
    BSD.pkg
    Danish.pkg
    Dutch.pkg
    Finnish.pkg
    French.pkg
    German.pkg
    iCal.pkg
    iChat.pkg
    Italian.pkg
    iTunes.pkg
    Japanese.pkg
    Java.pkg
    Korean.pkg
    Mail.pkg
    MediaFiles.pkg
    MigrationAssistant.pkg
    Norwegian.pkg
    OxfordDictionaries.pkg
    Safari.pkg
    SimplifiedChinese.pkg
    Spanish.pkg
    Swedish.pkg
    TraditionalChinese.pkg
    Have you considered upgrading to Leopard? Here is my general upgrading advoce:
    OS numbers and names
    OS X 10.4.x - Tiger
    OS X 10.5.x - Leopard
    OS X 10.6.x - Snow Leopard
    OS X 10.7.x - Lion
    OS X 10.8.x - Mountain Lion
    More about Macs
    The Apple History site has specifications for every Mac ever produced: http://www.apple-history.com/
    Upgrade to Leopard
    Those wishing to upgrade to Leopard should be aware that install disks can be expensive unless you contact Apple. Details: http://lowendmac.com/deals/best-os-x-leopard-prices.html Standard Leopard installers impose several hardware limitations including speed and RAM size but all these restrictions can be overcome. Google for details. Leopard works well at 500 MHz with 1 GB of RAM and many happy users have less than this.
    Upgrade beyond Leopard
    OSs beyond OS X 10.5.8 require an Intel processor. If in doubt check this: Click the apple at the top left of your screen and select 'About this Mac'. This will give you your OS number. Then click 'More Info' to see which processor you have. If it says PowerPC you cannot upgrade to Snow Leopard and above. If you have an Intel Mac it is well worth upgrading to Snow Leopard now and then considering other options after that. You can buy Snow Leopard here: http://store.apple.com/us/product/MC573Z/A
    Upgrade beyond Snow Leopard
    Information about upgrading Snow Leopard to Lion or Mountain Lion: http://store.apple.com/us/product/MD256Z/A
    Important
    Check that your Mac complies with any requirements. If you are not in the US you should use the Change Country link at the bottom of Apple pages.

  • PPC to INTEL

    Hi I'm about to upgrade my G5 to a Mac Pro.
    Right now in my G5 I have so much stuff that I need to keep.. it's not even big things like Applications. It's little things like, Plug-Ins, bits and bobs that are attached to specific Applications that I wouldnt even know how to transfer to the new Mac.
    So I was wondering is it possible to just take out the internal HD from my G5 and put it in the Mac Pro?
    Would the PPC to Intel transition mean that my old apps wouldnt work? Or would the whole thing (the HD ) even register?

    The quickest and best is actually to just go and reinstall everything. Data is fine, prefs are too. PPC and migration assistant can cause mischief.
    Before you modify a system, make a backup! clone it. and work on a test system for awhile. always have a prior copy of working system in fact.

  • Difference in sound between Logic on PPC and Intel (64 Bit)

    hi,
    I'm using PPC for Logic Pro. Is there any difference in sound between using logic pro on PPC and running it on Intel Macs. I'm not good in tecnical things, but someone told me, Logic would sound better on Intel based Macs, because the system is 64 bit instead of 32 bit on PPC. Is that true? Any experiences?
    Thanx,
    grooveX

    There are no differences!
    the "sound quality" is stryctly relted with the Audio equipment.
    (the new Intel Xeon processors are faster than PPC... in 2008... obviously... but in 2003/4/5 PPC G5 was much faster than same year 2003 Intel Xeon release
    If you work with DAE TDM HD accell in PPC or on Intel the sound will be the same...
    obviosly if some update shoot down the compatibilty with PPC side you will cannot use the future upgrades...
    if you use a Motu 828 Mk3 the sound will be great... and same as ppc or Intel or Windows and Linux
    (but Logic works on Mac... PPC and Intel... is the same... logic is the master of the sound).
    Anyway... I think the analog recording studio in the 1970 1990 gives you a super great sound... in some cases the analog recording studio sonds much better that digital studios..
    I'm talking about a simple example.. the audio frequency are from 20 to 20.000 HZ... the music quality... (artistically) is not related with the quality of the machine that you use for make it....
    I suggest you not follow the mode ... and run to buy the last model .. most often are money thrown to the wind.
    if you buy a good new interface.... you are in the rigth way...
    but the very important thing is:
    MAKE YOUR MUSIC AND DON'T MATTER ABOUT these unnecessary competitions ... is only useful to those who sells computer!
    I know people that doing good music with old G4 ...
    ...music with highest quality ...
    is not the machine that makes the music .... Only MEN can obtain a piece of art ... even using dirt!
    G

  • "Unable to open project file" Error Message

    I pulled an all-nighter (13 hours of editing) last night to create a critical project in FCE 3.5.1 on my Intel iMac running 10.4.11 then left this afternoon for a few hours and shut down my machine. Came back tonight and tried to open the project (which I saved on my Maxtor 1 TB external drive along with all of the scratch disk files). To my absolute panic, it won't open the file now with an error message that simply says, "Unable to open project file". HELP!!!! Anyone have any suggestions?!?!

    In the past I found (and reported to Apple Feedback) the same bug Steve reports here, but I should recall that the problem:
    - only appeared in PAL projects (probably not the case for kscritch) - never heard of it in NTSC
    - was consistent in FCE 3.x, not so in FCE 4
    I made tests importing .psd images with transparency into PAL projects using FCE 4, and I had various behaviours: sometimes the project worked, sometimes I couldn't open the project again (as in FCE 3), sometimes I had error messages with inconsistent behaviour (msg like "file error", but the project opened and file was there...), etc. so I decided to do without.
    Now I only import .tif or .png images when I need transparency
    Piero

Maybe you are looking for