INTERACT FORUM

Please login or register.

Login with username, password and session length
Advanced search  
Pages: [1]   Go Down

Author Topic: Weird browser issue  (Read 3653 times)

red86

  • Recent member
  • *
  • Posts: 19
Weird browser issue
« on: April 26, 2010, 12:24:26 pm »

Not yet updated to 15 but had an issue with 14.  I recently reformatted and spent a few months tweaking my setup and every application I use on a regular basis.  I am an advanced user, everything running very smoothly.

My issue related to MC:  when using Firefox, occasionally when downloading an Executable file/binary (.exe), when prompting me to save or run, it says "Type:  J River Media Center 14 Registration file") or something to that effect.

I've checked file handling settings in Firefox and also Windows file associations and have no idea what's causing this quirk.  I want to suggest that it's something with the file name structure, as it seems to happen when a file has a few dots in the name, e.g. setup.1242.exe

Curiously enough, Internet Explorer seems unaffected.  Again, I believe this is because I did the activation for my MC install through Firefox.

Any ideas?

Thanks.
Logged

bob

  • Administrator
  • Citizen of the Universe
  • *****
  • Posts: 13452
Re: Weird browser issue
« Reply #1 on: April 26, 2010, 01:36:34 pm »

Maybe you clicked the "always open..." button by accident when opening some exe file. You could check firefox tools->options->applications and see if there is anything interesting in there.
Logged

JimH

  • Administrator
  • Citizen of the Universe
  • *****
  • Posts: 71212
  • where the buffalo roam
Re: Weird browser issue
« Reply #2 on: April 26, 2010, 01:44:26 pm »

Check what you have set under MC options for File Types/Data/Executables.
Logged

red86

  • Recent member
  • *
  • Posts: 19
Re: Weird browser issue
« Reply #3 on: April 26, 2010, 08:12:23 pm »

I checked the File Types in J River and executables were not associated with default action as "automatic."

I went back into Firefox and found that there was a MediaCenter.14.Registration MIME type under file associations.  Unfortunately, there is no way to delete this in Firefox's GUI, but I was able to Google a bit and found out that I could manually edit the mimeTypes.rdf file in my default Firefox profile to remove it completely. (Run: %APPDATA% in Vista to get to the Roaming folder...)

The offending segment:

 
Quote
<RDF:Description RDF:about="urn:mimetype:application/x-msdos-program"
                   NC:value="application/x-msdos-program"
                   NC:editable="true"
                   NC:fileExtensions="mjr"
                   NC:description="MediaCenter.14.Registration">
    <NC:handlerProp RDF:resource="urn:mimetype:handler:application/x-msdos-program"/>
  </RDF:Description>

If anyone else does the same, don't save it in WordPad, it formats it (which is bad)...  Preview in WordPad, but edit in NotePad...  Save a backup just in case.

Downloading ANY executable now just prompts me for what to do, and it lists it as a Binary file (previously, some were MediaCenter.14.Registration files)

Thanks for the help -- add this to the bizarre fix list.

Logged

bob

  • Administrator
  • Citizen of the Universe
  • *****
  • Posts: 13452
Re: Weird browser issue
« Reply #4 on: April 26, 2010, 08:33:28 pm »

Very interesting. It does list the extension but the mimetype seems too general purpose. Thanks for finding this!
Logged

fcueto

  • Member
  • *
  • Posts: 1
Re: Weird browser issue
« Reply #5 on: August 30, 2022, 02:06:17 pm »

I had the exact same issue today, firefox 104 (latest release) adds .mjr extension when I download an executable file on some web site (you can try this example: https://www.2brightsparks.com/assets/software/SyncBackPro64_Setup.exe)


The above fix doesn't work anymore because Mimetypes.rdf has been replaced with handlers.json
Try editing this file and replace (or add) the mjr extension with exe.

Problem solved

I suspect that JRiver MC creates a bogus mimetype for "application/x-msdos-program", this should be corrected.
Logged

JimH

  • Administrator
  • Citizen of the Universe
  • *****
  • Posts: 71212
  • where the buffalo roam
Re: Weird browser issue
« Reply #6 on: August 30, 2022, 03:31:58 pm »

Please ask Firefox to stop doing this.
Logged

zybex

  • MC Beta Team
  • Citizen of the Universe
  • *****
  • Posts: 2313
Re: Weird browser issue
« Reply #7 on: August 30, 2022, 03:50:29 pm »

MC does not create the mime type, it's just that the JRiver server (wrongly) declares that the MJR download is of that legacy type. Firefox then sometimes learns that all executables are now to be called .MJR  ¯\_(ツ)_/¯

https://mimeapplication.net/x-msdos-program

As mentioned in the other thread, JRiver should change the mimetype to application/octet-stream, which is the proper identification for a binary file.
https://webplatform.github.io/docs/tutorials/configuring_mimetypes_on_the_server/
Logged
Pages: [1]   Go Up