Mozilla 도움말 검색

고객 지원 사기를 피하세요. 저희는 여러분께 절대로 전화를 걸거나 문자를 보내거나 개인 정보를 공유하도록 요청하지 않습니다. "악용 사례 신고"옵션을 사용하여 의심스러운 활동을 신고해 주세요.

자세히 살펴보기

Firefox forgets profile and says 'Your Firefox profile cannot be loaded'

  • 7 답장
  • 9 이 문제를 만남
  • 26 보기
  • 최종 답변자: koosvdkolk

more options

Win7 64 bit, Firefox 24

  • I have Firefox installed on my C-drive. I created a profile on my D-drive. (by the way: I also have Thunderbird installed on my C-drive, with a profile on my C-drive; the reason for my Firefox profile to reside on the D-drive is that it is quite huge, and the IT does not allow it)
  • Every time I reboot my computer, Firefox forgets that my profile is on my D-drive. I get a warning 'Your Firefox profile cannot be loaded. It may be missing or inaccessible'.
  • Firefox.exe -p learns that Firefox created a (non-working) profile called 'default'
  • Creating a new profile and pointing that to the profile folder on my D-drive solves the problem until next reboot.
  • Completely removing Firefox and re-installing did not solve my issue.
Win7 64 bit, Firefox 24 * I have Firefox installed on my C-drive. I created a profile on my D-drive. (by the way: I also have Thunderbird installed on my C-drive, with a profile on my C-drive; the reason for my Firefox profile to reside on the D-drive is that it is quite huge, and the IT does not allow it) * Every time I reboot my computer, Firefox forgets that my profile is on my D-drive. I get a warning 'Your Firefox profile cannot be loaded. It may be missing or inaccessible'. * Firefox.exe -p learns that Firefox created a (non-working) profile called 'default' * Creating a new profile and pointing that to the profile folder on my D-drive solves the problem until next reboot. * Completely removing Firefox and re-installing did not solve my issue.

선택된 해결법

You can try to create a desktop shortcut that starts Firefox via an absolute path to the profile folder.

문맥에 따라 이 답변을 읽어주세요 👍 1

모든 댓글 (7)

more options

You could try installing firefox directly on drive D, and the whole profile and settings would be stored directly in correct installation directory.

Hope that helps, greetings!

more options

NO! Installing Firefox on the D:\ drive isn't going to help. By default Firefox will place the Profile and profiles.ini file in App Data on the same logical drive as where the operating system resides - C:\.


koosvdkolk,

Your D:\ drive is a fixed drive? Not a removable drive.
If so, are you using the Profile Manager to create the new Profile?

Or are you 'winging' it?

Have you inspected the profiles.ini file? To check the "path to" that remote Profile?

What's in your user.js file?

more options

선택된 해결법

You can try to create a desktop shortcut that starts Firefox via an absolute path to the profile folder.

more options

Profiles.ini:

[General] StartWithLastProfile=1

[Profile0] Name=default IsRelative=1 Path=Profiles/firefox.default

Now changing to path on D.

more options

Mmm... does not work. I seems that the profiles.ini I found is not used at all, as I changed Name=default to Name=default2 and then opened Firefoxe.exe -p. In the list, only default is mentioned...

more options

firefox.exe -profile "D:/UserData/koos.firefox.profile"

Works!

more options

Thanks all!