Mavericks doesn't recognize unknown file extensions as extensions

I did a clean install of Mac OS X 10.9 mavericks recently, and now the darnest things is happening:
I can't seem to get Mac OS X to recognize that unknown file extensions are file extensions.
I don't mean I'm having trouble associating file extensions to apps or any of that elementary stuff. What I mean is if there's no app on my system that recognizes a particular file extension, then Mac OS X is treating it as if it weren't a file extension. For example, in Get Info… I can't hide an extension for an unknown type. This also means:
I can't seem to assign all of these files to a single application as I can for known file types.
In my case, I have a bunch of plain text UTF8 files with a .ctp extension (these are HTML/PHP files that act as templates in a framework I use).
Additionally, the files seem to have old legacy type/creator codes (I think, or some other mechanism). Because:
Finder indicates some are Unix executables.
Finder indicates some are simply "Document."
I've cleaned Launch Services, restarted, added the filetype to BBEdit (hoping it would take ownership and update Launch Services). All to no avail.
I suppose I could create a quick and dirty Mac App and register a new UTI and take ownership of these files, but that seems kind of user unfriendly in general. Does anyone have a better (quicker, easier) solution?

Let me point out another behavior to the above that is puzzling. If I rename a file, e.g., myfile.ctp to myfile.ctp.php then Mac OS X knows that there's an extension, and treats the file properly. Then if I again remove the extension (leaving the .ctp) Mac OS X is treating the file as if it didn't have an extension at all, even though it's ".ctp".

Similar Messages

  • LoadExternalModule throws error (-7 Unknown file extension) when working with source-code.

    Utility library function LoadExternalModule (admittedly marked as obsolete - but key to one of our older software)
    fails with error code (-7 Unknown file extension.)  in CVI 2012SP1 and 2013 Version 13.0.0(647) on Win7
    The suggested alternative Win32 API GetProcAddress doesn't work with source or obj files (so isn't an alternative at all)
    The Target-Settings to "Enable LoadExternalModule" are already checked.
    Any suggestions ?
    This code-snipped shows the behavior :
    // File "Main.c"
    #include <utility.h>
    int main(void)
    void (*funcPtr) (void);
    int moduleID;
    int status;
    // Library-Function-Error : -7 Unknown file extension.
    moduleID = LoadExternalModule ("Test.c");
    funcPtr = GetExternalModuleAddr (moduleID, "test_function", &status);
    (*funcPtr) ();
    return 0;
    // File "Test.c"
    void test_function(void)

    Hi,
    Thanks for teh inf regarding the LoadExternal Module,
    Using the LoadExternalmodule as you mentionned requires using a .obj file but this lead me to an issue getting a Control value from an .obj file called from a dll
    When using the LoadExternalModule function in CVI 2013, we can no longer use a .c file. Instead we have to use an .obj file.
    My issue is that' impossible for me to get a control value from an .iur managed by the .obj witchi is called by a dll. 
    Otherwise it's impossible for me to get the control vale when calling the .obj from a dll.
    Any suggestions Amigos
    Thanks

  • AIR app doesn´t recognize SWF files

    Hi
    I have done an AIR app (in Flex). One of the features of it needs external SWF files to be browsed in a text field. Everything has worked very well for couple of years, but now I got a report from a client who uses that app. He says that AIR app doesn´t recognize SWF files anymore. When he clicks browse button, a normal file selection dialog opens but all the SWF files are greyed out.
    He send one SWF file to me and it worked well in my computer/AIR app. Anybody have any idea what may cause that? He has used my app a lot, and two weeks ago it worked normally. He uses mac, not sure whis version, quite new I suppose.

    Hi,
    That's odd that this just started occurring for the customer.  A couple of things come to mind, first, are you using FileFiters when you call browseForOpen()?  If you are, could you try a test where you remove them and then see if the swf's become enabled?  Do the swf files have extensions on the mac?  If not, try adding them and see if that makes a difference. 
    If you'd like, I can also give this a try since I have both platforms available to me.  Could you attach or email me ([email protected]) some sample code and a sample swf that would illustrate the problem?
    Thanks,
    Chris

  • Pcmanfm doesn't recognize iso files

    Hi. I use 64 bits archlinux with lxde. I've noticed that pcmanfm doesn't recognize .iso files, right-clic on them only show the 'Open with' option. Clicking on the properties of an iso file shows it as an unknown file
    The problems seems to be related with pcmanfm, because everything is OK with nautilus: file properties mark .iso files as (application/x-cd-image) and right-clic shows the options in /usr/share/applications/mimeinfo.cache
    application/x-cd-image=gnome-disk-image-writer.desktop;gnome-disk-image-mounter.desktop;org.gnome.FileRoller.desktop;
    I've reinstalled pcmanfm, fuseiso, gvfs, udisks and udisks2, but the problem remains

    emeres wrote:Does the same happen with spacefm?
    No, I've installed spacefm and it recognizes iso files. It seems that only pcmanfm suffers the problem

  • How to set the name for an 'unknown' file extension?

    Specifics:
    I have various file extensions that are recognized by my mac. I would like to know how to create a list of applications that can open it so I do not get a 'There is no Default Application to open this file' error. I would also like to be able to give these file extensions names recognized by the mac.
    Just like .txt is a "Textedit Document" and .html is a "HTML Document," I'd like to be able to change the name and assosication of a file and give it its own .icns if possible.
    As for the default applications, I know how to set a default application. However, if a mac does not recognize a file extension, adding a new default application to run the file wil actually erase the old one, which is a big pain, especially when your file can be opened with ANY text editor.
    I understand that this may involve hacking into the operating system's databases, but if anyone can help, it would be greatly appreciated.

    Hi Timo,
    My jdev version is 10.1.3.3.0, this is for R12. By PR i mean to say process request and PFR process form request in the controller.
    In the Process request of the controller, i am finding the checkbox bean and assigning the firepartialaction for it.
    Later in the process form request for the fired event, i am trying to handle the rendered property of the messagetextinput. Is this a right approach?
    my code below
    public void processRequest(OAPageContext oapagecontext, OAWebBean oawebbean)
    super.processRequest(oapagecontext, oawebbean);
    OAApplicationModule oaapplicationmodule = oapagecontext.getApplicationModule(oawebbean);
    OAMessageCheckBoxBean oamessagecheckboxbean = (OAMessageCheckBoxBean)oawebbean.findChildRecursive("X_FLAG");
    if(oamessagecheckboxbean != null)
    oapagecontext.writeDiagnostics(this, "Message check box Bean found:", 1);
    FirePartialAction firepartialaction = new FirePartialAction("change");
    oamessagecheckboxbean.setAttributeValue(PRIMARY_CLIENT_ACTION_ATTR, firepartialaction);
    oamessagecheckboxbean.setFireActionForSubmit("change", null, null, true);
    oapagecontext.writeDiagnostics(this, "setting fire event", 1);
    public void processFormRequest(OAPageContext oapagecontext, OAWebBean oawebbean)
    super.processFormRequest(oapagecontext, oawebbean);
    oapagecontext.writeDiagnostics(this, "Inside Process Form Request", 1);
    if("change".equals(oapagecontext.getParameter(OAWebBeanConstants.EVENT_PARAM)))
    OAMessageTextInputBean bean = (OAMessageTextInputBean)oawebbean.findChildRecursive("X_NUMBER");
    if(bean!=null){
    bean.setRendered(Boolean.TRUE);}
    Thanks,
    Malar

  • I'm trying to e-mail music scores and audios, but I receive an error message saying Preview doesn't recognize the file format, regardless whether I use .mus, .pdf, or .mp3.  I haven't come across Preview or this problem before.  Any suggestions?

    I'm trying to send music, scores and audio, as e-mail attachments, with a copy to my e-mail address.  Whether I use .mus, .pdf, or .mp3, the error message says Preview doesn't recognize the file format.  I haven't seen Preview, or had any problems, before now.  Thanks for any suggestions.

    Hi,
    Firstly, your country is detemined by several factors, including your phone's regional settings, your SIM card and your NokiaAccount settings, if you used this phone whilst abroad then you may need to check that your regional and account settings are up to date since you have arrived in Canada.
    For services like Gigs, you should also ensure that the MixRadio app has access to your phone's GPS location as well as the main location being on in the phone settings. To check this, as well as Location being turned on in the phone settings, in MixRadio itself go to Settings>Location>On:
    The concern with favourites may also be related to location, if the music from certain artists is available in Canada but not where the service might think you are, availability of content may vary from region to region.
    If all settings in both the phone, your Nokia Account and the MixRadio app are correct, we may have to investigate deeper.
    It is impossible to comment on your camera without seeing it, you cold have the phone checked by Nokia Care locally, but of course if it was supplied in Europe it will be covered by the European Limited Warranty which is not valid in Canada.
    If this or any post answers your question, please remember to help others by pressing the 'Accept as solution' button.

  • Adobe won't open Firefox 4, says it doesn't recognize the file type. Help?

    After the first try, I updated Adobe to the latest version, but it still doesn't recognize the file type of Firefox 4.0

    Hello,
    Many site issues can be caused by corrupt cookies or cache. In order to try to fix these problems, the first step is to clear both cookies and the cache.
    Note: ''This will temporarily log you out of all sites you're logged in to.''
    To clear cache and cookies do the following:
    #Go to Firefox > History > Clear recent history or (if no Firefox button is shown) go to Tools > Clear recent history.
    #Under "Time range to clear", select "Everything".
    #Now, click the arrow next to Details to toggle the Details list active.
    #From the details list, check ''Cache'' and ''Cookies'' and uncheck everything else.
    #Now click the ''Clear now'' button.
    Further information can be found in the [[Clear your cache, history and other personal information in Firefox]] article.
    Did this fix your problems? Please report back to us!
    Thank you.

  • I can't import MXF files shot on a Canon C300 into FCP 10.1.2.  I have the Canon plug in for MXF file to FCP import but FCPX still doesn't recognize MXF files when I try to import. Premiere works fine importing MXF on the same computer.

    I can't import MXF files shot on a Canon C300 into FCP 10.1.2.  I have the Canon plug in for MXF file to FCP import but FCPX still doesn't recognize MXF files when I try to import. Premiere works fine importing MXF on the same computer.  Any help is appreciated.

    Russ and Luis,
    I did uninstall and re-install Canon XF Utility and the Canon FCPX plug in.   Still no luck.  I checked the CanonXF64.RADPlug folder is on my computer in the Rad Plugins folder in application support  This is where it is supposed to be as far as I can figure out. 
    Another piece of the puzzle is that  footage shot on a Canon C300 in 2013 and  I reimported today and it DOES import into FCP10.1.3.   Footage shot on a different Canon C300 filmed this summer will NOT import into FCPX.  The latter will import into Premiere. But I am trying to work in FCPX, but maybe I shouldn’t be??
    Any ideas?  (screen shots below)
    Thanks.
    Peace, Huey
    FYI Here is what Canon says
      "There is another trick that works sometimes though.  Try uninstalling the plugin and XF Utility.  Then, install the latest XF Utility, followed by the plugin, in that order."
    I did do this but no results.  Otherwise they say I need to wait for a new plugin.
    Here's 2014 Canon C300 files does NOT import to FCPX
    Here's 2013 Canon C300 files does import into FCPX.  I thought it was Contents folder but another set of footage shot on C300 does import and there is no contents folder for that. 

  • Cannot open CS6, it craves JBX-plugin, and my Mac doesn't recognize the file so I can't download

    I wonder why CS6 is not complete when downloaded? Why should I have to download JBX? If needed it should be a part of Indesign. My Mac doesn't have a name of a file to open and download, so now I simply don't have CS6 and can't convert my book to Kindle for sales on Amazon.
    Terribly disappointed!
    /maria

    I am using OS X 10.9.2 and I'm attaching the error message I get. I am
    trying to install InDesign CS6 in order to convert my book to Kindle, but
    Amazon's plug-in only works with InDesign CS6 NOT with InDesign CC.
    I am attaching the Kindle Plugin also.
    2014-05-07 22:19 GMT+02:00 Jeff A Wright <[email protected]>:
        Cannot open CS6, it craves JBX-plugin, and my Mac doesn't recognize
    the file so I can't download  created by Jeff A Wright<https://forums.adobe.com/people/JeffAWright>in *Creative
    Cloud Download & Install* - View the full discussion<https://forums.adobe.com/message/6363126#6363126>

  • Could not complete your request because Photoshop Elements cannot recognize the file extension. (-25600)

    im trying to add a water mark to multiple photos but I keep getting  Could not complete your request because Photoshop Elements cannot recognize the file extension. (-25600) error. how do I fix this?

    If you open up editor then expert mode then you click file and the it's manage multiple or something like that. It will pull up a box asking you where you would like to get the photos from. I picked a folder where I just edited the skin tone and then saved it. I'm thinking it has something to do with the way the files save but I'm not sure how to get it to change. But after the box comes up you can add a water mark to all the photos in the folder. I found the video of how to do it on here.

  • I can't import Nikon NEF (RAW) files.  It says it doesn't recognize the file.  Help.

    I just installed Nikon Transfer and then View NX2 with Nikon Transfer 2 and successfully transferred over 300 RAW (Nikon NEF) files from my camera (Nikon D600) but Lightroom (v5.6) won't import them.  It says it doesn't recognize the files.  How can I resolve this?

    Obsolete versions of Nikon software corrupt Nikon raw files slightly making them unrecognized in Adobe products.
    You can reverse this corruption by using the utility from the following webpage:
    http://owl.phy.queensu.ca/~phil/exiftool/fix_corrupted_nef.html
    Basically you need to use Nikon software that is at least as new as your newest camera or don’t use Nikon software at all.

  • IPhoto doesn't recognize .jpg files and can't open it. What may I do now?

    iPhoto doesn't recognize .jpg files and can't open it. What may I do?

    a common problem is that you don't have permission to upload those files, but it is an easy fix
    1) Finder
    2) Users(it should have the account name on it)
    3) pictures
    4) right click on iphoto library then click info
    5 on the bottom of the new window there should be a sharing and permissions tab
    6) make sure you have permission to read & write
    The only other problem I can think is that you are having problems with hard drive space. if so you might want to clean up your hard drive to free up some space. please let me know if that worked for you.

  • I installed Lion, now my dvd drive doesn't recognize any files on dvd. Please help.

    I'm a photographer with tons on images on dvd and my dvd drive now doesn't recognize any files on any of my dvd's. Help!!!

    After 3 trips to the Apple store this week, the issue is still unresolved. The photo dvd's open just fine on Snow Leopard, but are not recognized at all on Lion. I'm guessing since the DVD's were originally burned on a PC, they will no longer work. After finding out that PowerPC is no longer recognized by Lion and I can no longer use Nikon NX2 (Photo editing software), I will be re-installing Snow Leopard. According to the Apple store in Lancaster, Pa. there is no refund available for my Lion purchase. I have a ton of photo DVD's, most of which will not open since I've only recently switched to an IMAC system. It has made me think about returning to the PC world. I'm VERY unhappy with these developments and I really need to re-think my computer situation. I don't do much else besides photography. My purchases and time spent with my IMAC has aparently been a great waste.

  • How do I keep my installer from trying to update with Photoshop instead of installer? Quark can't update because the installer opens Photoshop which doesn't recognize the file and I'm not given the option to choose anything else.

    How do I keep my installer from trying to update with Photoshop instead of installer? Quark can't update because the installer opens Photoshop which doesn't recognize the file and I'm not given the option to choose anything else.

    1. Sync wasn't intended to be used in that manner. You would be better off carrying around a USB Flash Stick with Portable Firefox for use on "strange" PC's.
    2. You could open the "Library" {Ctrl + Shift + B} and highlight all those bookmarks and then delete them all at once. But that would also delete all the other bookmarks, and it isn't foolproof. All another person would need to do it to '''''restore''''' a bookmark backup file that has your bookmarks. Beyond that, a new Profile could be created and then the current Profile deleted; but that's "messing with" someone else's computer - an action that is worthy of terminating a friendship over, IMO.
    And if that "public" computer was set up properly, Sync should have been disabled.

  • PSE 10 doesn't recognize raw file

    Have been using PSE 10 on a four year old Macbook pro with no problems.  Opens RAW file with no problem.  Just installed the same PSE 10 on a new iMac, and PSE 10 editor says it can't open file because it doesn't recognize the file.  Any suggestions?

    The canon 5d mkIII requires the 6.7 camera raw plugin and pse 10 does support the camera 6.7 plugin.
    When you went to Help>Updates from within the pse 10 editor, was there an updated version of camera raw listed for installing?

Maybe you are looking for

  • How do I set up InDesign for a zine?

    Hello, I'm quite new to InDesign. I plan to make a zine with 36 pages, the size is A5. I want to print it on A4 paper and fold them in half. How do I setup InDesign? Do I use horizontal A4pages or A5pages? I apologize for my english, since I'm not a

  • How do i create this kind of click box?? HELP

    Hi There, How do i create a click box that when you double click it a black dot is displayed. Im sorry if im not being clear. I mean a dot in the middle of a circular click box. When you click multiple choice, sort of. Any help would be appreciated!

  • How do I copy a document from pages into email (not pdf) and have color and format the same as the document created in pages?

    How do I copy an entire document from pages into email (not pdf) and have color and format the same as the document created in pages?

  • What is the benefit of using J2EE for webservices?

    (I posted this on google news group, but no one answer, sorry for the cross post) This maybe obvious to some of you, but after I went over the webservices tutorial from Sun, about XML RPC and JAXM, I don't know what is the benefit of using webservice

  • Essbase Cube - QTD

    Hi there, Data loaded in my cube is at QTD level on daily basis. I need to be able to keep QTD data that was loaded in previous weeks of the quarter and be able to WTW analysis on any given day by looking up any week previously. Can someone please ad