You are here

Profile is yet in use by another Firefox

8 posts / 0 new
Last post
apometron
Offline
Last seen: 3 years 1 week ago
Joined: 2009-03-18 11:09
Profile is yet in use by another Firefox

Hello folks

I try to open my Firefox Portable and now it returns this msg:

Profile is yet in use by another Firefox

My Firefox was updated to 3.6.10 by hand.

[]s
Apometron

Lost1
Offline
Last seen: 11 years 3 months ago
Joined: 2010-09-29 08:48
I have the same problem. Any

I have the same problem.
Any suggestions?
Thank you

Simeon
Simeon's picture
Offline
Last seen: 9 years 6 months ago
DeveloperTranslator
Joined: 2006-09-25 15:15
hm

Do you have another copy already running?
Did you click the launcher and not the firefox.exe?
Did firefox crash lately?

If its not already running, it might be a crash and the lock file might be blocking the use of the profile.

"What about Love?" - "Overrated. Biochemically no different than eating large quantities of chocolate." - Al Pacino in The Devils Advocate

Darkbee
Darkbee's picture
Offline
Last seen: 3 years 11 months ago
Joined: 2008-04-14 09:41
By Hand

The OP should also define what he/she means by "by hand". You ran the PAF installer for 3.6.10 or you copied files from an existing installation of 3.6.10 (portable, or not)?

It sounds like you've done something "non standard" and this has caused it to break. There are other possibilities, like your flash drive is corrupt and Firefox can't read the profile directory, making thinking it's "locked" (I'm stretching a bit).

Lost1
Offline
Last seen: 11 years 3 months ago
Joined: 2010-09-29 08:48
I think the problem in my

I think the problem in my case is that I let Firefox to restart itself after it updates some extension.
Wenn I rename the profile folder and try to start FF it works but FF creates a new clean one.

Fergus73
Offline
Last seen: 13 years 6 months ago
Joined: 2010-10-13 11:41
parent.lock

The problem is when firefox crashes and the file "parent.lock" is corrupted; I tried just to delete it and restart firefox, everything is ok and it mantains all the seetings. The file is automatically recreated. Hope to be useful...

Fergus

Lost1
Offline
Last seen: 11 years 3 months ago
Joined: 2010-09-29 08:48
Thank you Fergus73!! That

Thank you Fergus73!!
That solved the problem for me.

mr_swede
Offline
Last seen: 13 years 5 months ago
Joined: 2009-10-08 03:18
bat file solves this

I've solved it by creating a simple batch file which I run when this happens.

Just create a new text document, save it with a name like "delete_parent_lock.bat" and in the FirefoxPortable folder.

Paste the following code into the txt file and run the file when you receive the error:


@echo off
del data\profile\parent.lock

After running the file you should be able to start FirefoxPortable again.

Log in or register to post comments