搜索 | 用户支持

防范以用户支持为名的诈骗。我们绝对不会要求您拨打电话或发送短信,及提供任何个人信息。请使用“举报滥用”选项报告涉及违规的行为。

Learn More

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!