Can not run multiple firefox windows with version 4

After the upgrade to FF4 the problem started happening. In ver 3 I used the profile manager and was able to run 2 firefox windows at the same time with no problems in Windows 7.
Now when I try to do this with version 4, one firefox window errors out with 'firefox stopped working'
I thought it was due to an incompatible add on or something, so I did a complete program removal, rebooted, cleaned the registry and removed all folders that firefox put on my system. The problem continues.

You can only run multiple version at the same time if the next version is started with the -no-remote switch added to the command line in the desktop shortcut.
"C:\Program Files\Mozilla Firefox XX\firefox.exe" -no-remote -P
* http://kb.mozillazine.org/Opening_a_new_instance_of_Firefox_with_another_profile
* http://kb.mozillazine.org/Using_multiple_profiles_-_Firefox

Similar Messages

  • TS2551 Photo can not run due to an incompatible version of ProKit on this system.

    Message:"iPhoto can not run due to an incompatible version of ProKit on this system".It is a Lion system????I updated iphoto to version 9.3 and it is the message I receive every time I try to open iphoto. Please help me?

    Try downloading and reapplying the OS X Lion Update 10.7.4 (Client Combo) updater followed by a repair of disk permissions with Disk Utility.
    OT

  • IPhoto won't run. iPhoto can not run due to an incompatible version of ProKit on this system.

    Eh, See title. When I attempt to run iPhoto it pops up "iPhoto can not run due to an incompatible version of ProKit on this system." So. What's ProKit and...
    I really need iPhoto today, quite urgent. iPhoto worked perfectly fine before the upgrade but now it seems to.. not be compatible. Yes it is the most updated version. I'm about to order a book and I really need to order today. And in other question, (Don't want to make an other one for no reason in the forums) how long does it normaly take for the books to print and arrive in Singapore? Please answer as quick as possible.
    Thanks.

    Did you install any third party software earlier? Pro Kit is a frame work in your system Library that is used by several multimedia applications. If you have an incompatible version, reinstall your system, that should fix it: Use the Client Combo to reinstall:
    Download and reapply the OS X Lion Update 10.7.4 (Client Combo) updater.
    Good Luck!
    And sorry, I do not know anything about the book delivery in Singapore. But you live in a fine city!
    Tegards
    Léonie

  • IPhoto can not run due to an incompatible version of ProKit on 10.8

    iPhoto can not run due to an incompatible version of ProKit on Mountian Lion 10.8

    Did you install any third party software earlier? Pro Kit is a frame work in your system Library that is used by several multimedia applications. If you have an incompatible version, reinstall your system, that should fix it: Use the Client Combo to reinstall:
    Download and reapply the OS X Lion Update 10.7.4 (Client Combo) updater.
    Good Luck!
    And sorry, I do not know anything about the book delivery in Singapore. But you live in a fine city!
    Tegards
    Léonie

  • Link in emails to open the link in new tab, not a new firefox window with home page,

    Link in emails open a new Firefox window with my default home page. How do I get Firefox to open the linked web page, in an new tab, as it used to do??
    This is for Win XP, FF 17.0.1, using Outlook as mail client.

    Do you mean the results from a search via the Google search bar on the Navigation toolbar or the Firefox Google home page (www.google.com/firefox) ?
    For the Google website you can set your preferences on the Google.com page via the [http://www.google.com/preferences?hl=en Google Search settings] link at the top right.
    Results Window: Open search results in a new browser window.
    You need to allow cookies for Google (Tools > Page Info > Permissions) to save that setting, otherwise you have to repeat it.
    For the Google search bar on the Navigation toolbar you can set the pref browser.search.openintab to true on the about:config page.
    To open the <i>about:config</i> page, type <b>about:config</b> in the location (address) bar and press the "<i>Enter</i>" key, just like you type the url of a website to open a website.<br />
    If you see a warning then you can confirm that you want to access that page.<br />

  • Migrate an application from x86 to x64. Compiling succeed, but can not run. Always start with error 0xc0000142.

    platform: windows server 2008 r2; ide: visual studio 2005 (installed the x64 development kit)
    Hi, everyone.
    I want to migrate my application to x64 platform from x86/win32 platform. I added x64 platform in visual c++ 2005 option, and compiled successfully. But the application can not start. When start it always pop up an alert dialog saying "The application
    was unable to start correctly (0xc0000142). Click OK to close the application."  Meanwhile, it's worked well when I use win32 option to compile.
    Someone says online, the dependency walker can detect some root cause. I used it, and found that IEFRAME.dll may be had some problem because when I double click it, pop up a dialogue saying "Errors were detected when processing "c:\windows\system32\IEFRAME.DLL".
    See the log window for details.". But I can not resolve this issue.
    Please help me.

    If I had to try to solve this:
    I'd start by verifying that I can compile, and run a skeleton x64 Windows app.  Just create one from scratch using the Windows Application project template, add the x64 platform, build it and run.  Hopefully all goes well.
    If that works, then I'd try trimming down your app to just its essentials.  If you're not using revision control software, back up your projects now, because once you find the problem by hacking and slashing, you'll want to revert so you can make a
    clean fix.
    The first thing to do here is just put a return 0; in the beginning of WinMain to see if it's code at runtime that's causing the problem or something about the linking and dependent library loading.
    I'm guessing that, even with return 0, you will still have a problem, which would suggest that you are perhaps still linking against a 32-bit version of a library or something like that.  Start removing dependencies or references or libraries until
    you can build and run your stripped-down application.  Eventually you'll find the one reference/library that causes it to fail to load.
    You can also check the debug window to see if some modules loaded correctly and others not.
    You can also run
    Process Monitor (sysinternals) to see which dll it was accessing when it failed to load.
    Make sure you revert any changes you made while hacking and slashing, then make your platform fixes, and have another go.
    I suspect that eventually you'll find that you've added a link library that is a 32-bit .lib or a component that references a 32-bit library.  You'll have to make sure you specify the x64 .libs for whatever libraries you are using.  Sometimes this
    means that you have to change you additional linker directories to point to the x64 libs instead of the x86/win32 libs.  Be very careful about your platform when specifying linker libraries, directories, etc.
    It could also be that the x64 version of a dll has been copied to your output folder rather than the x86 version, assuming they have the same name.  You'll have to sort out your SDKs and get the right .libs and .dlls.
    Make sure that your settings and property pages are set correctly for Release and Debug, and for x86 and x64.

  • Can not run application on Windows

    What's wrong with my windows system.
    I compile the java files in linux and put the class file to the windows system. But the class file can't run correctly. The error is following:
    Exception in thread "main" java.lang.NullPointerException
    at java.awt.Window.init(Unknown Source)
    at java.awt.Window.<init>(Unknown Source)
    at java.awt.Frame.<init>(Unknown Source)
    at javax.swing.JFrame.<init>(Unknown Source)
    at FrameTest.<init>(FrameTest.java:10)
    at FrameTest.main(FrameTest.java:17)
    the FrameTest.java is following:
    import java.util.*;
    import javax.swing.JFrame;
    import javax.swing.JPanel;
    public class FrameTest extends JFrame
    public FrameTest()
    super( "test" );
    add( new JPanel() );
    public static void main( String[] argv )
    JFrame f = new FrameTest();
    f.setSize( 400, 400 );
    f.setVisible( true );
    the version of JDK is 1.6.0b2 on linux
    the version of JRE is 1.6.0b2 on windows
    But if I compile the java file in windows, then it run ok on windows and linux.
    Also the class file can run onther windows system.
    I want to know what wrong with my windows system and how to find the solution.
    thanks

    Well I can see a problem, though I don't know
    why you should get the symptoms you are getting. You
    shouldn't be adding components directly to a JFrame,
    you should add them to the content pane
    (getContentPane().add(..) )That was changed in JDK 1.5. It's now ok to add directly to the component.
    Kaj

  • Can I run multiple Excel Windows?

    Hi,
    My users would like to be able to view multiple BPC Excel spreadsheet simultaneously in Excel 2010.  I have tried several different ways to do this, but it appears that BPC only allows one instance of the add-in to run, i.e. I opened another Excel window, but the add-in logon does not work.  I can have multiple reports brought up, but since there is only one Excel window, I can only see one full size report at a time. We need to have more than one Excel window running.
    Thanks,
    Andy

    Unfortunately I don't think this is possible. It used to be easier back in Office 2003 to run multiple sessions but I think even then, because of the nature of the BPC Excel plugin, it's just not very possible. The only thing that could get you close is to minimize the BPC action pane, maximize Excel, double click on a ribbon tab to auto-hide the Office 2010 ribbon, then use Excel's window arranging features to view two reports side by side.
    I know that is not the best answer but unfortunately there just isn't a way to have two sessions of BPC for Excel open like that.
    -Brian

  • I can not open 2 firefox windows

    I am using Windows7
    I have disunstalled Firefox 3.6.12 and re-installed it.
    When one firefox window is open and if i click on File -> New Window
    No new firefox windows opens!
    If I surf on a web site and I point with my mouse a link and click rignt and then select "open in Link in a new window", no new window opens!

    All I had to remove was AVG Safe Search...AVG Security Tool Bar is ok.
    That add-on screw everything up. Gmail notifier, right click pop ups would come up blank (Can't view properties, etc), tool drop down menu's were blank.
    Stupid AVG!

  • I get error message: iPhoto can not run due to an incompatible version of ProKit on this system. What should I do?

    Hi, I have an iPhoto that can't run and shows this message. What should I do? I had Aperture before, but I deleted it. Now iPhoto shows some error. Please someone help me,
    Thanks,
    K3V1Nbot

    K3V1Nbot wrote:
    Hi, I have an iPhoto that can't run and shows this message. What should I do? I had Aperture before, but I deleted it. Now iPhoto shows some error. Please someone help me,
    Thanks,
    K3V1Nbot
    Update ProKit if there is an update or more recent release.
    Pete

  • Can not run form9i in window-based!

    Hi everyone
    I have a question.
    I used Oracle9i Form Builder. I want to run a form which I have designed, but It run in web-based. I don'n know how to run that form in window-based as in Form Builder6i.
    Many thanks for any replies.
    Chung
    [email protected]

    Hanh, as a three tier application it ALWAYS runs inside the borwser (or you can make it run outside using the separateFrame = TRUE setting on the forms cfg file.)
    However, it is still running as an applet.
    You should be able to get this running "outo fo the box" with iDS>
    Start OC4J (from the Start bar) and then press the green light in the builder....
    Regards
    Grant Ronald
    Forms Product Management

  • Can not run the Business rules with Hyperion Business Rules Desinger

    <p>I created  a business rules with Business Rules Designer,and validate is ok, but when I run it, pop a blank window withtitle "Run Error", how to solve it ?</p><p> </p><p>Thanks</p>

    I would export the rule to essbase and test it there. I should run and the log will tell you something. I would also look at the business rules log to see what it says. <BR><BR>

  • Can you run multiple Excel Services Applications against a single Web Application?

    I have been struggling with this one for a while now, hopefully someone can help me understand what I am missing...
    I have a single SharePoint Farm.  This farm runs multiple Web Applications & the Service Applications.
    1. SharePoint Only Server with Multiple Site Collections (http://sharepoint.com/...)
    2. MS Project Server with Multiple Site Collections (http://pwa.com/...)
    3. My services applications all exist on the same farm.
    I was under the impression, and believe that I validated this through testing and from this site (http://blogs.office.com/2009/11/16/excel-services-in-sharepoint-2010-administration-improvements),
    that you can only run a single Excel Services Application against each unique Web Application.  In essence, I can run one Excel Services Application against the SharePoint Only Server, and another Excel Services Application against the MS Project
    Server...  However, I can NOT run multiple Excel Services Applications against the different Site Collections within the MS Project Server becuase it is only aware of its "default" Excel Service Application. 
    ie. I can NOT do the following:  ExcelServiceApp1 for
    http://pwa.com/SiteA & ExcelServiceApp2 for
    http://pwa.com/SiteB
    Is that correct?
    If that is not correct, then I must be missing a way to specify a different Excel Service App for each Project Web App Site. 
    Some other solutions that I think may work, but would really appreciate if someone could validate:
    - Create multiple Project Server Service Applications for each instance of PWA/Excel Service? (but wouldn't this still have to use one of the two WebApplications and cause the same limitation?)
    - Create a new Web Applciation for each PWA/Excel Service?  (ie.
    http://pwasite1.com;
    http://pwasite2.com; http://pwasite3.com, etc.)
    Thoughts/suggestions are very greatly appreciated!!!

    Hello Trpy2k
    I have not done what you are doing and I assume that you are using project server 2010.  However, you answer lives in PowerShell.
    The New-WebServiceProxy show that you can create a new proxy by spacing a URL and not a web application. The default proxy from the web application is directing to the default excel service.  If you need another excel service, you must specify another
    proxy and this may do it for you.
    Also, don't forget the Secure State service and that each excel report will need this configured, that is with the assumption that the other excel service requires different authentication.
    PS.  This question may get a better answer in the SharePoint forums.
    Cheers!
    Michael Wharton, MVP, MBA, PMP, MCT, MCTS, MCSD, MCSE+I, MCDBA
    Website http://www.WhartonComputer.com
    Blog http://MyProjectExpert.com contains my field notes and SQL queries

  • Mac OS 10.5.8 Can not run install disc

    I have Mac OS 10.5.8 on my laptop and i Can not run install disc supplied with my EA4500. How do I set up my router to work with my CableVision modem? I have named the route, and set up password. I see the router from my laptop but can't connect to Internet via modem. When I switch back to my old Linksys router I have Internet connection. Any help would be appreciated thank you. Jeff

    Isit the white Snow Leopard Retail disc like the one here? http://store.apple.com/us/product/MC573/mac-os-x-106-snow-leopard

  • I have a mac osx version 10.6.8 no windows and i am trying to install a program but keep getting can not run in dos mode  ( the disk says on back works on intel mac with parallels or vm fusion) is this program not compatible with my mac?

    i have a mac osx version 10.6.8 no windows installed and i am trying to install a program but keep getting can not run in dos mode  ( the disk says on back works on intel mac with parallels or vm fusion) is this program not compatible with my mac?

    You run Windows in Parallels or Fusion. Then in Windows you install the program.

Maybe you are looking for

  • OSX update wont install

    The new OSX update (10.6.6) would not finishing "writing" files even if i leave the MacBook Pro running for days.!! what shall I do.?

  • Atv2 keeps asking for payment info verification

    ATV2 keeps asking for payment verification, i verify on imac but atv still asks for verification.  I just updated to latest software on itunes and atv

  • N97: application updating problems

    Hi. Have had my N97 for little over a month. In that time, the SW Update app offered the Nokia Messaging 10.1 and 10.2 updates, that were applied without any problems. However, now that the Ovi Maps 3.3 update is available, the updating process fails

  • The backslash problem when using file new file

    how would i change c:// to c:\ because normally in windows you would use c:\ but since when you use "\" backslash in a string it would come up with a syntax error im trying to input using a jtextfeild c:\ and i want the output to be changed to c:// h

  • Maintenace optimiser, support package Manager, Support package stack

    HI all,          Could you please enlighten me the differences among Maintenance Optimizer,support package Manager, Support package stack And the purpose and most importantly the documentation to be able to use them in case of implementation phase (I