You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Login to windows as normal user (non-admin user)
Start CreepySetup_0.1.92.exe
Give admin password to allow installation to work.
Start "creepy"
=> You get following error:
Errors occurred
The logfire 'C:\Program Files (x86)\creepy\creepymap.exe.log' could not be opened:
[Errno 13] Permission denied: 'C:\Program Files
(x86)\creepy\creepymap.exe.log'
To make the program work you need to copy the folder to users private area (f. ex. desktop) and start creepymap.exe from there.
The text was updated successfully, but these errors were encountered:
The above is what happens when you get an error and you're not running the program as an administrator.
When you 'run as administrator', the admin doesn't have the HOMEPATH environment variable, leading to the traceback:
Traceback (most recent call last):
File "creepymap.py", line 966, in
File "creepymap.py", line 55, in init
File "os.pyo", line 423, in getitem
KeyError: 'HOMEPATH'
Changing the permissions for the log file to allow users write access leads to the following traceback:
Traceback (most recent call last):
File "creepymap.py", line 966, in
File "creepymap.py", line 88, in init
File "creepymap.py", line 885, in create_directory
TypeError: not all arguments converted during string formatting
This last traceback is the root of the problem, I believe. I suspect it may have something to do with the directory name "Program Files (x86)".
And as mentioned above, copying the entire creepy folder onto my desktop works.
Copying here as it was sent to me :
OS: Windows 7 enteprise, 64-bit english
Login to windows as normal user (non-admin user)
Start CreepySetup_0.1.92.exe
Give admin password to allow installation to work.
Start "creepy"
=> You get following error:
Errors occurred
The logfire 'C:\Program Files (x86)\creepy\creepymap.exe.log' could not be opened:
[Errno 13] Permission denied: 'C:\Program Files
(x86)\creepy\creepymap.exe.log'
To make the program work you need to copy the folder to users private area (f. ex. desktop) and start creepymap.exe from there.
The text was updated successfully, but these errors were encountered: