Join the AMA (Ask Me Anything) with the Firefox leadership team to celebrate Firefox 20th anniversary and discuss Firefox’s future on Mozilla Connect. Mark your calendar on Thursday, November 14, 18:00 - 20:00 UTC!

לאתר זה תהיה פונקציונליות מוגבלת בזמן שאנו מתחזקים אותו לשיפור החוויה שלך. אם מאמר מסויים לא פותר את הבעיה שלך וברצונך לשאול שאלה, קהילת התמיכה שלנו מחכה לעזור לך ב־Twitter תחת ‎@FirefoxSupport וב־Reddit תחת ‎/r/firefox.

חיפוש בתמיכה

יש להימנע מהונאות תמיכה. לעולם לא נבקש ממך להתקשר או לשלוח הודעת טקסט למספר טלפון או לשתף מידע אישי. נא לדווח על כל פעילות חשודה באמצעות באפשרות ״דיווח על שימוש לרעה״.

מידע נוסף

Firefox will not run for mulitple instances of the SAME user account on Windows Multipoint Server 2011

  • 2 תגובות
  • 3 have this problem
  • 2 views
  • תגובה אחרונה מאת pjdtts

more options

We have an HP MS6200 MulitSeat PC It is running Microsoft Windows MultiPoint Server 2011 (which appears to be a tweaked version of Windows 7) It is set up in a computer lab, and students log in using their shared room account - ie multiple instances of the same user accounts are running on the PC at the same time. The first student to run Firefox can work with it without problem. However when another student tries to start firefox they get the following message: Firefox is already running, but is not responding. To open a new window, you must first close the existing Firefox process, or restart your system.

We have an HP MS6200 MulitSeat PC It is running Microsoft Windows MultiPoint Server 2011 (which appears to be a tweaked version of Windows 7) It is set up in a computer lab, and students log in using their shared room account - ie multiple instances of the same user accounts are running on the PC at the same time. The first student to run Firefox can work with it without problem. However when another student tries to start firefox they get the following message: Firefox is already running, but is not responding. To open a new window, you must first close the existing Firefox process, or restart your system.

פתרון נבחר

You can't start Firefox using a profile that is already used by someone else. Each Firefox instance needs its own profile or you will get that error message.

Use the -no-remote command line switch to open another Firefox instance with its own profile and to run different Firefox instances simultaneously.

Read this answer in context 👍 1

כל התגובות (2)

more options

פתרון נבחר

You can't start Firefox using a profile that is already used by someone else. Each Firefox instance needs its own profile or you will get that error message.

Use the -no-remote command line switch to open another Firefox instance with its own profile and to run different Firefox instances simultaneously.

more options

Thanks for the quick reply. I managed to get this to work by using: "C:\Program Files (x86)\Mozilla Firefox\firefox.exe" -profile "%temp%\ffprof" -no-remote

This works because Windows assigns a different temp location for each instance of a user

Thanks for your help