Forcing LR5 to load CC 64-bit : how?

By default, my installation of LR5 always loads the 32-bit edition of Photoshop CC.
How can you  force LR to load the 64-bit edition?
Running on Windows 7 64-bit.
Works fine if I pre-load CC 64-bit but not when LR is the only app to be running.

And the answer is:
Look for (in regedit):
HKCR\Photoshop.Image.xx
Where xx is a number - check the subkeys and see which refer to "C:\Program Files (x86)\Adobe\Adobe Photoshop CC\Photoshop.exe" "%1". The keys with the highest number of xx are the ones to change.
Once you have identified which ones to modify, change all references to C:\Program Files (x86)\Adobe\Adobe Photoshop CC\Photoshop.exe to C:\Program Files\Adobe\Adobe Photoshop CC (64 bit)\Photoshop.exe (obviously if your installation drive isn't C:, you'll need to change that as appropriate). Restart Lightoom and close any instances of photoshop for the changes to take effect.
I discovered this using Process Monitor to see which registry keys Lightroom was querying to launch Photoshop.
Cheers
Andy

Similar Messages

  • Dbxtool seems to force loading of 32-bit dbx in 64-bit environment

    I am using the Linux version of dbxtool to debug a 64-bit programme called frankie:
    file ../support/frankie
    ../support/frankie: ELF 64-bit LSB executable, AMD x86-64, version 1 (SYSV), for GNU/Linux 2.6.4, dynamically linked (uses shared libs), for GNU/Linux 2.6.4, not strippedWhen I attempt to load the executable within dbxtool, I get an "unsupported architecture" message, which I assume means that the 32-bit version of dbx is loaded:
    (dbx) debug ~/support/frankie
    dbx: ~/support/frankie has unsupported architecture or file formatHowever, if I run dbx from the commandline, it is able to load the file, presumably by automatically loading the 64-bit version of the debugger debugger.
    (dbx) debug ../support/frankie
    Reading frankie
    Reading ld-linux-x86-64.so.2
    Reading libm.so.6
    Reading libncurses.so.5
    Reading libc.so.6
    Reading libdl.so.2I cannot find any option that would force dbxtool to use the 64-but debugger, in fact the only one I can find is one to force use of the 32-bit debugger in a 64-bit environment!
    any suggestions?
    Edited by: frankief on Aug 13, 2009 10:34 AM
    Edited by: frankief on Aug 13, 2009 10:42 AM

    It is a known problem.
    dbxtool: Can't load 64-bit application into default dbx's session
    === Description ============================================================
    platform: 64-bit linux (RHEL or SLES)
    Scenario:
    1) Create 64-bit executable file (I created and built Fractal sample in Sun Studio IDE)
    2) Launch Dbxtool
    ==> Dbxtool is started. Also empty dbx's session is started in 'Dbx console' tab
    3) Press 'Debug Executable' button.
    4) Select your 64-bit executable file and press Debug button
    ==> 'file has unsupported architecture or file format' warning appears
    Workaround: finish default dbx's session and repeat 3) and 4) steps

  • How do I force iTunes to load all media in my iTunes folder into iTunes?

    I copied over the iTunes folder from my Mac to my Windows 7 PC.  I went through the instructions I found online about transfering my iTunes library from a Mac to Windows and everything seemed to work fine except when I open up iTunes the only media it shows me is my purchased media, and all my playlists are gone.  iTunes doesn't show me any of the music or videos I have in my iTunes folder that is not also purchased.
    I thought when I started iTunes and pointed it to the new iTunes folder it would read through everything in the folder and load it into iTunes but it has not.  I can manually add my music to iTunes but it would take hours to load everything.
    So how do I force the latest version of iTunes to read through the iTunes folder and load everything into my iTunes library?
    Thanks.
    Jesse

    If were talking about iTunes Store purchases then...
    In iTunes go to Edit > Preferences > Store and turn off
    Show iTunes in the Cloud purchases
    Share details about your library with Apple
    On any iOS device go to Settings > Music and turn off
    Show All Music
    Close and reopen iTunes and/or reset the device and you should see your version of the metadata for each track rather than the original store data.
    As given in my previous post there is a way to prepare an iTunes library for moving between systems such that it won't break the links between the library and the media. It sounds as if your library wasn't in quite the right shape to be moved successfully. Options are to go back and do it again, or you could repair what you have with my script FindTracks. For details on how it works see this thread.
    tt2

  • How do I stop Logic Pro X from trying to load a 32 bit plug-in that's no longer installed

    How do I stop Logic Pro X from trying to load a 32 bit plug-in that's no longer installed?  I noticed it occurring on projects where I used Miroslav Philharmonik. I keep getting prompted when opening the projects. I uninstalled Miroslav thinking it would stop, but it didn't.

    Assuming you are talking about the boxed set of Logic Studio (Logic Pro 9) on DVDs the only solutions are to either borrow or purchase an external CD/DVD drive and use that with your new MBP.
    Amazon sells a very reasonably priced 'Amazon Basics' external CD/DVD drive suitable for the process...
    http://www.amazon.com/AmazonBasics-Portable-External-Optical-Drive/dp/B003M0NT1M /ref=sr_1_1?ie=UTF8&qid=1416924310&sr=8-1&keywords=CD+DVD+external+drive+amazon+ basics
    Do NOT try and copy Logic across from your Mac to your MBP using something like Time Machine or Migration Assistant... 99% of the time, doing so results in all kind of weird issues later on.
    Just install Logic pro 9 plus all it's content from scratch using the DVDs provided with Logic Studio Boxed set.....

  • How do you force LR to start in 64 bit?

    How do you force LR to start in 64 bit?
    I have Windows 7 64-bit and also downloaded LR 64 bit. But I don't see "x64" in the LR title bar. http://helpx.adobe.com/lightroom/kb/optimize-performance-lightroom.html
    Can you force LR to start in 64 bit mode?

    The Lightroom Installer has both 64bit and 32bit included and should automatically install the correct version. I can think of two ways to see which one is installed on your system. a. Click on the Start button and look under All Programs and it should show what version is installed. b. From the Lightroom main menu bar click Help > System Info and the dialog box that pops will display the details of your system and the software running i.e Lightroom.

  • Can i force load a 32 bit driver on 64 bit?

    can i force load a 32 bit driver on 64 bit.
    Has anyone tried it?
    Or is it just not possible.?

    Not possible.

  • Oracle.DataAccess.dll not loading in 64 - bit OS

    Hi All
    I have a console application that needs to be scheduled in task manager. My system is 32-bit operating system and I’m using Oracle.DataAccess.dll in my application to establish connection to the oracle db. The version is 2.112.1.0 and the processor architecture of this dll in C:\Windows\Assembly is x86. In my local m/c this dll works fine with all 3 build and target platforms – x64, x86 or AnyCPU. But when I copy the files to my staging server which is a 64-bit OS I’m getting the following exception. (Note: I’m also having Oracle.DataAccess version 10.2.0.100 which is also x86 available in C:\Windows\Assembly)
    System.BadImageFormatException: Could not load file or assembly 'Oracle.DataAccess, Version=2.112.1.0, Culture=neutral, PublicKeyToken=89b483f429c47342' or one of its dependencies. An attempt was made to load a program with an incorrect format.
    File name: 'Oracle.DataAccess, Version=2.112.1.0, Culture=neutral, PublicKeyToken=89b483f429c47342' at
    Assembly manager loaded from: C:\Windows\Microsoft.NET\Framework64\v4.0.30319\clr.dll
    Running under executable D:\ProjectFolder\MyExecutable.exe
    Assembly manager loaded from: C:\Windows\Microsoft.NET\Framework64\v4.0.30319\clr.dll
    Running under executable D:\ ProjectFolder\MyExecutable.exe
    --- A detailed error log follows.
    === Pre-bind state information ===
    LOG: User = UserId
    LOG: DisplayName = Oracle.DataAccess, Version=2.112.1.0, Culture=neutral, PublicKeyToken=89b483f429c47342
    (Fully-specified)
    LOG: Appbase = file:///D:/ ProjectFolder/
    LOG: Initial PrivatePath = NULL
    Calling assembly : MyAssembly, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null.
    ===
    LOG: This bind starts in default load context.
    LOG: Using application configuration file: D:\ ProjectFolder\MyExecutable.exe.Config
    LOG: Using host configuration file:
    LOG: Using machine configuration file from C:\Windows\Microsoft.NET\Framework64\v4.0.30319\config\machine.config.
    LOG: Post-policy reference: Oracle.DataAccess, Version=2.112.1.0, Culture=neutral, PublicKeyToken=89b483f429c47342
    LOG: Attempting download of new URL file:///D:/ ProjectFolder/ Oracle.DataAccess.DLL.
    ERR: Failed to complete setup of assembly (hr = 0x8007000b). Probing terminated.
    I have tried to build the application to target AnyCPU / x64 / x86. It fails in all 3 scenarios.
    There are other applications in the staging server where Oracle connection can be established. So ODP.Net should be registered in the server. So looks like problem with my console app. Does anyone have any idea what could be the problem?
    Thanks & Regards,
    Sree

    If I'm reading your post correctly, your application is built using ODP.net 2.112.1.0 (an 11gR2 client) and your other system has 10.2.0.100 (a 10g client).
    That's your problem. When .net tries to load the assembly, it looks for 2.112.1.0. Policy files that get installed when you install the client would allow it to use a newer version instead (like 2.112.3.0), but not to use an older version. So .net doesn't think you have a compatible Oracle client installed.
    You could manually add assembly binding redirects to force it to load 10.2.0.100, but I really don't recommend that given some differences between 10g and 11g (I tried that once and had some weird problems). You could also build the application using 10.2.0.100 instead.
    The best fix for this is to install 2.112.1.0 on the other system, or try out the managed client when it's out of beta (which doesn't need to be installed at all).

  • Hi i've just signed up for lightroom and when i go into the develop screen i get a blue screen with a cross through it and it says cant load picture. any idea how to get around this?

    hi i've just signed up for lightroom and when i go into the develop screen i get a blue screen with a cross through it and it says cant load picture. any idea how to get around this?

    I'm having same problem in develop module which is laggy as hell compared to LR5.8
    Library module is fine but develop module is slow as hell....5 seconds to make ANY adjustment.

  • Forcing Safari to load non-iphone version of the web page

    Does anyone know how to force safari to load a regular version of a website instead of an iphone specific one? There are some websites I goto that forces me to the iphone specific one but I don't like the layout. Thanks.

    The site is choosing to send you a different page based on the iPhone reporting itself as the agent accessing the page.
    On some desktop browsers, it is possible to change the agent that is reported to the site. The iPhone's Safari browser does not have this facility, however.
    You might try seeing if the main page is a redirect to a "normal" version or iPhone version. If you have the full URL of the normal version then you might be able to type it out more completely and go to it directly. This depends on the implementation of the site you're visiting, however.
    (For instance, if http://site.com redirects to http://site.com/iphone or http://site.com/normal.html, you might try directly visiting http://site.com/normal.html. Again, this depends on the particular implementation of the site and what pages they've implemented iPhone dependent logic in.)

  • "Magnetosphere" could not load in 64-bit mode

    Since upgrading to Lion and iTunes 10.4, an alert "Magnetosphere" could not load in 64-bit mode pops up each time I launch iTunes.
    I have tried reinstalling iTunes 10.4.
    Any ideas how to resolve the issue without telling iTunes to run in 32-bit mode?

    Yes, Lion has hidden it by default.
    To unhide the folder open up Terminal and type the following command:
    chflags nohidden /Users/<Username>/Library
    Once you have done that, type 'exit' and close Terminal.

  • Can't load IA 32-bit .so on a AMD 64-bit platform

    On a 64-bit AMD server, we have (what I believe are) 32-bit version 5 TT client library files being used to talk to a 32-bit version 5 TT server.
    The box that the version 5 TT server is on is due for decommission, so we got our SysAdmins to install TimesTen on another server, however since they no longer had version 5 available, they installed the next lowest version, version 6 (32-bit).
    From the 64-bit AMD server, as expected, the version 5 TT client files will not talk to the new version 6 TT server, giving a protocol error:
    TimesTen 5.1.27 CLIENT]Protocol mismatch; client protocol: 27, server protocol: 28
    So I got the SysAdmins to install the 32-bit version 6 TT files on the 64-bit AMD server. However, this also fails with the error below:
    Could not get JDBC Connection; nested exception is java.sql.SQLException: /home/lonicet/ICE/1.0/runtime/bin/ICEApps-A/lib/TimesTen6/libttJdbcCS.so: Can't load IA 32-bit .so on a AMD 64-bit platform
    Is there any workaround to this? I can't understand how the 32-bit version 5 TT client on the 64-bit AMD server can talk to the 32-bit version 5 TT server without issue. I asked the SysAdmin if they had a 64-bit version of TimesTen and he said they don't.
    Regards.

    Thanks for the quick reply Chris.
    You're right. When I run file libttclient.so on the different client files, I see the version 5 one is 64-bit but the version 6 one is 32-bit.
    Version 5 fie: libttclient.so: ELF 64-bit LSB shared object, AMD x86-64, version 1 (SYSV), not stripped
    Version 6 file: libttclient.so: ELF 32-bit LSB shared object, Intel 80386, version 1 (SYSV), not stripped
    The SysAdmin says they don't have 64-bit versions. Oh dear! And the developers aren't keen on changing their code to use a 32-bit JVM.
    Ah well, thanks for the response.
    Best wishes!

  • Standby.wrf error Exception in thread "main" java.lang.UnsatisfiedLinkError: C:\STAF\bin\JSTAF.dll: Can't load AMD 64-bit .dll on a IA 32-bit platform

    Hi,
    I have created a single tile and getting below error in standby0.wrf file.
    As mentioned in doc, I made a windows 32 bit for standby VM and installed 32 bit staf followed by staf configurations.I installed all the critical updates for windows.
    Exception in thread "main" java.lang.UnsatisfiedLinkError: C:\STAF\bin\JSTAF.dll: Can't load AMD 64-bit .dll on a IA 32-bit platform
    at java.lang.ClassLoader$NativeLibrary.load(Native Method)
    at java.lang.ClassLoader.loadLibrary0(Unknown Source)
    at java.lang.ClassLoader.loadLibrary(Unknown Source)
    at java.lang.Runtime.loadLibrary0(Unknown Source)
    at java.lang.System.loadLibrary(Unknown Source)
    at com.ibm.staf.STAFHandle.<clinit>(STAFHandle.java:306)
    at IdleVMTest.main(IdleVMTest.java:30)
    I am attaching my test log.
    please let me know how to fix it.
    Thanks,
    Suresh

    Rebecca,
    I appreciate your quick response.
    I am running the test from Primeclient. I am planning to add more tiles once tile0 runs fine. Client0 runs separately.Forgot to mention this in last update.
    I assume prime client generates all wrf files. when other VM's .wrf files are generated fine, will it be still primeclient side error??
    Primeclient is windows 2008 sp2 64bit. Initially I installed 32 bit java and ended up problem while starting the  VMmark2-STAX.bat. When i installed the 64bit java, problem vanished. I assume java version is correct.
    Similary initially i installed a cygwin 64 bit but i got error like "Error VMmarkRMQmgr unable to clear  queues". So uninstalled it and installed a cygwin 32 bit and the problem vanished.
    I am seeing the standby VM is relocated fine during the test. it is just it is not capturing the data in .wrf file. Standby VM configure section does not talk about java installation. is there anything else i am missing it?
    I would like to know whether  below error talks about standby VM because standby VM is 32 bit other side primeclient is 64 bit. below error says on a IA 32-bit platform.
    Exception in thread "main" java.lang.UnsatisfiedLinkError: C:\STAF\bin\JSTAF.dll: Can't load AMD 64-bit .dll on a IA 32-bit platform
    Below image u can see java variables are set. Is there anything wrong??
    Thanks,
    Suresh

  • Can't load IA 32-bit .dll on a AMD 64-bit platform

    Hello,
    Im having an issue here. I need to run a Java program with a language called CLIPS. i have the JNI files and the .dll at my System32 directory.
    But when i try to compile the source code, i got this error:
    Exception in thread "AWT-EventQueue-0" java.lang.UnsatisfiedLinkError: C:\Windows\System32\CLIPSJNI.dll: Can't load IA 32-bit .dll on a AMD 64-bit platform  It's quite strange, because im using an intel i5 with a Win 7 64bits.
    Oh and my JDK version is 64 bits
    How i fix this?
    Thanks in advace.

    Gui.Iscaro wrote:
    Exception in thread "AWT-EventQueue-0" java.lang.UnsatisfiedLinkError: C:\Windows\System32\CLIPSJNI.dll: Can't load IA 32-bit .dll on a AMD 64-bit platform 
    To me it looks like CLIPSJNI.dll is a 32-bit dll rather than a 64-bit dll.
    How i fix this?Get a 64-bit CLIPSJNI.dll
    or switch to a 32-bit JVM (and a 32-bit OS).

  • I have LR4 on my Mac with some 8,000 images on it. If I buy Creative Cloud, do I have to download LR5 to my desktop and the how do I then access those images or are they automatically imported?

    I have LR4 on my Mac with some 8,000 images on it. If I buy Creative Cloud, do I have to download LR5 to my desktop and the how do I then access those images or are they automatically imported?

    there is no forced use of LR5 and your LR4 will remain in place and active. Should you decide to use LR5 it will try to,import your catalogs.
    Mylenium

  • TS1398 My ipad3 seems to have connection issues. It is wifi only but keeps losing the connection and is really slow in loading pages - a bit like dial-up speed!  My iPhone 4s and daughters'  ipad2 have no problems at all. Any ideas anyone?

    My ipad3 seems to have connection issues. It is wifi only but keeps losing the connection and is really slow in loading pages - a bit like dial-up speed!  My iPhone 4s and daughters'  ipad2 have no problems at all. Any ideas anyone?

    Look at iOS Troubleshooting Wi-Fi networks and connections  http://support.apple.com/kb/TS1398
    iPad: Issues connecting to Wi-Fi networks  http://support.apple.com/kb/ts3304
    iOS: Recommended settings for Wi-Fi routers and access points  http://support.apple.com/kb/HT4199
    Additional things to try.
    Try this first. Turn Off your iPad. Then turn Off (disconnect power cord) the wireless router & then back On. Now boot your iPad. Hopefully it will see the WiFi.
    Go to Settings>Wi-Fi and turn Off. Then while at Settings>Wi-Fi, turn back On and chose a Network.
    Change the channel on your wireless router. Instructions at http://macintoshhowto.com/advanced/how-to-get-a-good-range-on-your-wireless-netw ork.html
    Another thing to try - Go into your router security settings and change from WEP to WPA with AES.
    How to Quickly Fix iPad 3 Wi-Fi Reception Problems
    http://osxdaily.com/2012/03/21/fix-new-ipad-3-wi-fi-reception-problems/
    If none of the above suggestions work, look at this link.
    iPad Wi-Fi Problems: Comprehensive List of Fixes
    http://appletoolbox.com/2010/04/ipad-wi-fi-problems-comprehensive-list-of-fixes/
    Fix iPad Wifi Connection and Signal Issues  http://www.youtube.com/watch?v=uwWtIG5jUxE
    ~~~~~~~~~~~~~~~
    If any of the above solutions work, please post back what solved your problem. It will help others with the same problem.
     Cheers, Tom

Maybe you are looking for

  • Emails won't download despite saying it is downloading from server

    Hi, When I log in via my HP laptop it says it is downloading 1 of 40+ emails from my server, the green bar is full but it doesn't download the emails? I access the same email account from my iphone and this is working fine. I haven't changed any sett

  • Billing document - Baseline date change status

    Hi folks, I have the following issue with the baseline date for the billing documents. Billing date proposed by the systems based on the goods issue is 30.01.2010 while the date of creation of document is 31.01.2010. In FB03 transaction baseline date

  • How to initialize a Type Object??

    Hi, I have a procedure as below, which has type t_r_rep_data and a table having this type as record, but when I called this procedure, it has ORA-06530 error: Reference to uninitialized composite. Can you tell me how to initialize a type Object? Also

  • Query Folding for MySQL and PostgreSQL

    Hi there! I use simple M code (see below) but PQ load all rows instead of doing Query Folding. What's wrong? let     Source = MySQL.Database("10.8.0.10", "leb"),     leb_x_sale_orders = Source{[Schema="leb",Item="x_sale_orders"]}[Data],     #"Removed

  • Cant view video message

    Hi, A friend of mine sent me a video message but when i click it.It shows an error "Oops something went wrong.Please try again or get in touch if you need help".What should i do to view the video? I can see the small preview of the video in the box b