Cannot Access Profile. Please start with sabnzbd.ini file in another location

Get help with all aspects of SABnzbd
Forum rules
Help us help you:
  • Are you using the latest stable version of SABnzbd? Downloads page.
  • Tell us what system you run SABnzbd on.
  • Adhere to the forum rules.
  • Do you experience problems during downloading?
    Check your connection in Status and Interface settings window.
    Use Test Server in Config > Servers.
    We will probably ask you to do a test using only basic settings.
  • Do you experience problems during repair or unpacking?
    Enable +Debug logging in the Status and Interface settings window and share the relevant parts of the log here using [ code ] sections.
Post Reply
PlayWithFire
Newbie
Newbie
Posts: 3
Joined: April 17th, 2008, 9:09 pm

Cannot Access Profile. Please start with sabnzbd.ini file in another location

Post by PlayWithFire »

Version: Same with .4b2 and .3.4
OS: XP SP2
Install-type: Tried with windows installer, and a standalone EXE
Template (if applicable): NA
Firewall Software: None, using a router
Are you using IPV6? don't know
Is the issue reproducible? yes, on my PC

When i open the console for the application i get the following error
Fatal error:
  Cannot access the user profile.
Please start with sabnzbd.ini file in another location

I have no idea what to do, please help
User avatar
shypike
Administrator
Administrator
Posts: 19774
Joined: January 18th, 2008, 12:49 pm

Re: Cannot Access Profile. Please start with sabnzbd.ini file in another locatio

Post by shypike »

It's guessing what is the matter, but it could be that your user name contains characters that
SABnzbd cannot handle.

Where did you install SABnzbd?
When you run as administrator the easiest thing to do is to create an empty text file
(using notepad) called "sabnzbd.ini" in "c:\program files\SABnzbd".
This way, SABnzbd does not need your user profile, but will create its working directories
in "c:\program files\SABnzbd".
Just make sure that your "complete folder" (where completed downloads sre stored)
is in a location with plenty of diskroom. (Config->Folders).

Make sure to click the Help link and read the instructions.
PlayWithFire
Newbie
Newbie
Posts: 3
Joined: April 17th, 2008, 9:09 pm

Re: Cannot Access Profile. Please start with sabnzbd.ini file in another location

Post by PlayWithFire »

ok, you are probably right
i recently migrated my windows account, and for some reason the use folder under the documents is
username.computerName
no idea why that's the case, but i guess it doesn't like the dot

i did try creating the ini file under program files, but it didn't work. same error
User avatar
shypike
Administrator
Administrator
Posts: 19774
Joined: January 18th, 2008, 12:49 pm

Re: Cannot Access Profile. Please start with sabnzbd.ini file in another locatio

Post by shypike »

What if you start it from a command prompt with:

Code: Select all

cd "c:\program files\SABnzbd"
sabnzbd.exe -f sabnzbd.ini
Or alternatively:

Code: Select all

cd "c:\program files\SABnzbd"
sabnzbd.exe -d -f sabnzbd.ini
This guarantees that the profile will not be used.
Only the web-browser will not be started automatically.
PlayWithFire
Newbie
Newbie
Posts: 3
Joined: April 17th, 2008, 9:09 pm

Re: Cannot Access Profile. Please start with sabnzbd.ini file in another location

Post by PlayWithFire »

starting it that way actually did help, thanks a lot!
i gotta say, i love the application
Post Reply