How to run in rosetta

I need to run software in Rosetta, and wondered how this might be accomplished.
OS 10.4.9
2 X 8 GHZ DUEL-CORE INTEL XEON
G5   Mac OS X (10.4.8)  

Rosetta runs automatically and is not noticeable except in the slight slowdown it gets over Universal applications of the same vendor. If an application says it can't run on the Mac, try opening the Get Info window of it in the Finder, and make sure "Open Using Rosetta" is checked. If it is a Classic Application, no Intel Mac can run that application without a hack known as Sheepshaver. But in order to legally run Sheepshaver, you need to own a PowerPC Mac. Also if it depends on PowerPC drivers or plugins, it might not work on the Intel Mac.
See my FAQ* on migrating to Mac OS X which has a whole section on getting applications for Intel Macs:
http://www.macmaps.com/macosxnative.html#INTEL
* Links to my pages may give me compensation.

Similar Messages

  • How to deactivate the rosetta option if it is not shown in information page

    Hi,
    by accident or why ever I clicked the option "start with rosetta" on my eyetv.app. STRANGE now the option is no longer viewable in information field and I can't start the application inside of the application folder because I get then the message "EyeTV can't run under Rosetta-Emulation" please deactivate the Option via Menu Ablage and unmark the option. BUT I can't see this option in information field. AND if i try to start the eyetv.app in an folder outside of applications it works.
    Anyone an idea

    Hi,
    thank you for the hint with command+i BUT THIS DOES NOT help of course, because I already wrote that I used this.
    I solved it now in different way which leads to a general question that somewhere the osx seems to note versions of programs and how to open them.
    Description of this issue now in detail:
    - I installed EyeTV in Version 3.0 on OSX 10.6 and started it.
    - a message appears that this program is not made for this OSX version (it was made for 10.5)
    - stupidly Elgato has no direct access to update from 3.0 to 3.1.2 which works with 10.6 WHICH means EyeTV has a buildin update BUT is useless if you can't start this app
    - OK this leads me to idea to enable the "Start with Rosetta option"
    - Didn't work
    - I took then an 3.1.2 Version from my TimeMachine Backup and copied it over the old ones
    - tried to start it and the message appear "This cannot run in Rosetta Mode"
    - HERE IT COMES the little option field where you can disable or enable Rosetta in the information of the eyetv 3.1.2 is not shown so I was unable to disable it of course
    - so i copied the file to a different directory and it works there normally
    - ..... AFTER 2 hours i remembered that I had set the "Start with Rosetta" option on version 3.0 and the Snow Leopard seems to have noted this somewhere and i need a trick to see this option and the only way is to use a version 3.0 file maybe the option will appear there again
    - ok copied Version 3.0 over the 3.1.2
    - AND AH the rosetta option appears and was enabled and I had here the possibility to disable or unmark it
    - then copy back the 3.1.2 Eyetv version file and AH it runs
    So imagine that someone else uses today an application which really needs rosetta, and a user activates this and after some month a Snow Leopard 64bit version comes and nobody tells the user to deactivate the rosetta version on old package before installing new one.... poor user, I guess the 64bit version will tell the crap "This application can't run under rosetta" and the user will never find the way to disable it.
    Hope there is a better way to find out for which application in which version was set the "start with rosetta" option in the system.
    IF ANYONE KNOWS PLEASE let me know

  • How Do I Disable Rosetta mode in Photoshop?

    I have reinstalled the program 2ce and I cannot get it to quit running in Rosetta. Rosetta keeps crashing my Photoshop and eating my ram. Any advice on how to kill this annoyance?

    Go to the applications folder and click on the photoshop folder to open it right click on the program file and choose file info
    then deselect open using rosetta

  • [Intel] Any list of Universal Binaries and apps running under Rosetta?

    Hi!
    Sorry, I'm not sure about posting into the right group, but found no other place with similar threads...
    I just try to figure out if all my apps will run under Rosetta or are available as Universal Binaries (and how much will the vendors charge for them). It's really a pain...
    Do you folks know any web site or forum with a "Rosetta compatibility list" and an overview about available Universal Binaries?
    I will not consider a change without e. g. a working backup solution (Retrospect), AppleWorks, EyeTV and a few other apps...
    Bye, Matthias
    iBook G4, Mac mini   Mac OS X (10.4.4)  

    Mike,
    AppleWorks seems to work unter Rosetta (referring to
    http://discussions.apple.com/thread.jspa?threadID=314806
    My greatest concern is Dantz' Retrospect and I haven't found a testing or even an information a Dantz' web site, yet.
    But replacing my iBook with a MacBook wouldn't happen in the near future anyway...
    Matthias
    iBook G4, Mac mini   Mac OS X (10.4.4)  

  • HT1730 How do I download Rosetta for use in 10.5.8 ppc?

    How do I download Rosetta for use in ppc 10.5.8?

    Not so. Rosetta is a PPC emulator for Intel Macs running Intel versions of OS X up through Snow Leopard. Rosetta is not an Intel software emulator. There is no such animal for PPC machines other than Windows emulators and other non-Apple hardware emulators such as Atari.

  • HOW TO RUN ADOBE READER IN MACBOOK PRO

    HOW TO RUN ADOBE READER IN MACBOOK PRO

    Please stop using caps.  It is considered shouting and rude.
    You need to download the program. The reader runs when needed.
    Barry

  • How to run 'Get-AssignedAccess' or 'Set-AssignedAccess' power shell commands in c# Application

    Hi,
    I have console application using which i am trying to run power shell command  like 'Get-AssignedAccess' or 'Set-AssignedAccess'.
    i am using below code for this it is throwing exception 'Get-AssignedAccess' doesn't exist in cmdlet which is correct because these commands belongs to function category.
    using (PowerShell pwInstance = PowerShell.Create())
                            pwInstance .AddScript("Get-AssignedAccess");
                            var result = pwInstance .Invoke();
    How can we execute this kind of command using c#?
    Thanks,

    Hi prakashlight,
    Thank you for comming back and tell us the result. For more information about how to run PowerShell script in C# language, you can refer to this blogpost here:
    Executing PowerShell scripts from C#
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • Endianness when running under Rosetta?

    Hi all,
    I have a Carbon application which is reading binary data from a file's resource and then has to work with that data. I know the endianness of the data on disk so I used to do a byte-swap when necessary (after using ReadPartialResource() to get the data into my variable).
    I dutifully converted all those unconditional byte-swaps to CFSwapInt32BigToHost() in order to make sure that things work correctly when running on an Intel machine (since the application is not universal, the app is running under Rosetta on Intel machines).
    Today I tested the application on an iMac Intel CoreDuo (in my local Apple Store) - things worked just fine. However, even the old version with unconditional byte-swapping works correctly...
    Does this mean the "Host" on in Intel machine is still big endian? Anybody can corroborate this or point me to documentation of this behaviour?
    Thanks,
    Andreas

    Hi,
    to support the other posters intention: I would not need an emulator, if any code could be run between to processor types. If I have an emulator, it has to give a complete emulation of one processor another. If VirtualPC would have used BigEndians, no wndows would have ever started on those. So the other way round I assume that Rosetta will think Big (in Endianess).
    Volker

  • Does anyone know How to run twin monitors on a MacBook Pro operating on a Windows Server 2008 R2 ?

    Hi
    Does anyone know How to run twin monitors on a MacBook Pro operating on a Windows Server 2008 R2 ?

    I know this doesn't help you much, but, I think you have to see if your Mac pro does audio out via HDMI. I don't even know if mine does via DVI. I think it may have to do with the adapter. Try going into Audio MIDI and setting the digital out to multichannel
    and using the toslink cable for now. Lemme see...apparently DVI does not carry audio at all. Hm. apparently monoprice could be helpful?  If I understand what you're saying correctly: you want to take DVI and multichannel audio via the Toslink and have it all go out over HDMI, right? Whooo..... amazon...looks like it's about $100http://www.amazon.com/Audio-SPDIF-Toslink-Converter-Adapter/dp/B0015YYOQQ
    just a shot in the dark
    I'm probably wrong....or not
    John B

  • How to run expdp from client ?

    Hi All,
    I tried searching google and forums for my issue but to no avail > How to run expdp from client side ....like in my laptop.
    Because currently our PROD database server has no space for expdp dump file. So I want it directed to my laptop which has an extenal USB of 1TB harddisk...via client EXPDP
    import data using impdp command
    Posted on: 08-May-2012 11:36, by user: 841731 -- Relevance: 53% -- Show all results within this thread
    below command is correct or not? if it is not correct could you please send me the correct command. impdp user/pass@databasename schemas=sourceschemaname remap_schema=sourceschemaname:destinationschemaname ...
    System generated Index names different on target database after expdp/impdp
    Posted on: 30-May-2012 11:58, by user: 895124 -- Relevance: 43% -- Show all results within this thread
    After performing expdp/impdp to move data from one database (A) to another (B), the system name generated indexes has different ...
    [ETL] TTS vs expdp/impdp vs ctas (dblink
    Posted on: 08-May-2012 21:10, by user: 869578 -- Relevance: 39% -- Show all results within this thread
    (table : 500 giga, index : 500 giga), how much faster is TTS (transportable tablespace) over expdp/impdp, and over ctas (dblink) ? As you know, the speed of etl depends on the hardware capacity. (io ...
    Oracle Client
    Posted on: 21-Jun-2012 22:47, by user: Sh**** -- Relevance: 32% -- Show all results within this thread
    Hi Guys, Please can you guys elaborate the difference between Oracle Client and Oracle Instant Client. Also, please can you advise from where I can download the Oracle normal ...
    Oracle 10g Client
    Posted on: 05-Jun-2012 10:11, by user: dzm -- Relevance: 26% -- Show all results within this thread
    to search at oracle site and this forum, but i wasn't able to find a link to download the oracle 10g client. I really need especificaly the 10g version. Anybody know the link or another way to download ...
    9i client to access 11g database
    Posted on: 22-Jun-2012 07:31, by user: kkrm333 -- Relevance: 24% -- Show all results within this thread
    Hi, Can i access a 11g database using 9i client? Thanks,
    SQLplus in Oracle Client
    Posted on: 14-Jun-2012 00:36, by user: Tim B. -- Relevance: 24% -- Show all results within this thread
    Hi, I tried to install an 11g oracle client in linux. As I've compared the files with the files when you install using the oracle instant ...
    Re: Information on Oracle Client 11202-1.1.4-6
    Posted on: 05-Jun-2012 03:33, by user: 898763 -- Relevance: 23% -- Show all results within this thread
    Actually thats the client requirement
    Analysing the performance of a single client
    Posted on: 28-Mar-2012 02:05, by user: 880172 -- Relevance: 23% -- Show all results within this thread
    timeouts even on some of the simplest queries. I want to try and get some data about how just this one client is performing and what it’s doing, but everything Google has thrown up so far is orientated around ...
    to make client connection as sys
    Posted on: 12-Jun-2012 22:04, by user: user11221081 -- Relevance: 23% -- Show all results within this thread
    Dear gurus can i connect to my server from my client machine with sysdba without giving sys password i have connected in different ways as sys@abc ...Thanks a lot.

    Though you can initiate the binary from your client side but for the file creation, there is no other way but to store it on the server side. So your best bet would be to get some space free on the server side of yours.
    Aman....

  • How to run a Concurrent Program from the back end?

    Hi,
    How to run a Concurrent Program from the back end?
    Is it Possible to see that Concuurent Request id which we run from the back end, in the front end?
    If yes, then Please Give reply how to write the code
    Thanks in Advance,
    Bharathi.S

    This is documented in Chapter 20 of the Application Developers Guide http://download.oracle.com/docs/cd/B53825_03/current/acrobat/121devg.pdf. These MOS Docs also have some information available
    221542.1 - Sample Code for FND_SUBMIT and FND_REQUEST API's
    235359.1 - How to Launch Planning Data Pull MSCPDP using FND_REQUEST.SUBMIT_REQUEST
    HTH
    Srini

  • How to run a report from oracle 10g form in .csv format

    dear all,
    how to run a report from oracle 10g form in .csv format? i've already run in pdf & excel format.
    i'm using
    SET_REPORT_OBJECT_PROPERTY (ro_report_id, report_desformat, 'PDF'); --for pdf
    SET_REPORT_OBJECT_PROPERTY (ro_report_id, report_desformat, 'SPREADSHEET'); ---for excel
    Please Help..

    i have already tried.
    but the report show in htm or html format. that file will not save into csv. please help.

  • How to run a script on Oracle server from isqlplus

    Hi I am trying to run a script on my workstation from Oracle server through isqlplus workarea. I entered following command and get the following error. i have enabled isqlplus URL by editing web.xml file already. Can please someone help how to run the script?
    @http://myaixserver.com:5560/scripts/Databasestartupstages.sql;
    SP2-0920: HTTP error 'page not found (505)' on attempt to open URL

    So far, you haven't specified your rdbms version and isqlplus behaved differently on a 9iR1, 9iR2 from the one release on 10gR1/R2. on 9i it was a servlet based on a JServ servlet executor machine, meanwhile on 10g it is a J2EE compliant application deployed on an OC4J container, so configuration is different.
    You may want to take a look at these references -->
    * Starting iSQL*Plus from a URL
    * Creating Reports using iSQL*Plus
    ~ Madrid

  • How to run the form that is only installed on a PC and not using a server?

    Hi
    I am new to Oracle and have taken the forms class. But I do not understand how to run the form from my PC using XP windows. (Do not have access to a server).
    I have started the OC4J, made sure the listener was started, compiled the form and then when I run it, it automatically goes to the HTTP:
    ERROR: res://ieframe.dll/acr_depnx_error.htm#,http://kevin:8889/forms/frmservle
    I connected to the database correctly. I can process a report and it does nor try to access the internet. My only issue is running the form. I verified it compiled.
    Sorry for a basic question. Could someone please help, I tried reviewing other questions, but not sure if they are connecting to a server or not.
    I see webutil but is it required if I don't have a server? Thank you in advance.

    Regardless of the version, it appears that you may not have configured the Builder. Do the following:
    1. Open the Builder
    2. From the menu, select Edit > Preferences > Runtime
    3. In the box labeled "Application Server URL:", enter a local URL needed to run a form OR click the button labeled "Reset to Default". If you decide to manually enter a value, it would looks something like this:
    http://localhost:8889/forms/frmservlet
    4. In the field labeled "Web Browser Location:", enter the path and executable to your preferred browser. So for example if IE is your browser of choice the entry would most likely look like this:
    C:\Program Files\Internet Explorer\IEXPLORE.EXE
    5. Click on OK and retest.
    By the way, you can manually enter a URL in the browser. Clicking the RunForm button from the Builder is strictly optional. To run the "test" form directly from the browser enter the following into the browser's address field:
    http://localhost:8889/forms/frmservlet?form=test
    More information about Forms can be found on OTN:
    http://www.oracle.com/technology/products/forms/index.html

  • How to run SmartCard Application on PC

    hi,
    i want to know how to convert class file into a CAP file and how to run on PC a smartCard Application. when i use converter use from command prompt then it will ask the AID how i get the AID at Conversion time. pls tell me the procedure for Convert and run the application on PC.
    pls help me.

    You can use the suggestions in the below blog to test your app on another PC.
    http://blogs.msdn.com/b/patricka/archive/2012/11/05/how-do-i-deploy-a-windows-8-app-to-another-device-for-testing.aspx

Maybe you are looking for

  • Typing not showing up in password fields

    <blockquote>Locking duplicate thread.<br> Please continue here: [/questions/837290]</blockquote> Hi folks, I have a strange one - I can type in a password into a password field in FF3.6.17, but the field stays blank (or sometimes a space shows up). T

  • UIImageView not fading out as it should in the simulator?

    i am using an animation block to fade out a view. fading in works perfectly, however fading it out does not. it waits for the animationduration, then just disappears. I hope that it is because of the simulator being too slow, but i might have just ma

  • Survey on best practice Business Intelligence Strategy - Join in

    I have created a survey (link below) and will share the results back to this thread.  Many of SAP's customers are focusing on establishing or reenergizing a Business Intelligence strategy and platform.  Many questions arise and we often wonder how ot

  • Font differences between Arch and Fedora (Hyperworks)

    Anyone in Arch land running Altair Hyperworks?  I know that it is supported only on Red Hat Enterprise or SUSE Enterprise, but I believe that it will run on Fedora as well, so I thought I'd give it a whirl on Arch.  It seems to have an issue with mis

  • Full screen mode AND zoom possible?

    Hi there, it seems to me that the full screen mode is only displaying whole pages, which is on a small screen difficult to deal with. Would be nice if the full screen mode would accept the zoom factor (e.g. 200%) which I used for normal view, when go