Pontoglio / depressurizer

Automatically exported from code.google.com/p/depressurizer
0 stars 0 forks source link

Profile wasn't public when i first tried it, now gives me this error when i try to start it #21

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
UnauthorizedAccessException: Access to the path 
'C:\Users\Joshua\Desktop\Depressurizer\Depressurizer.log' is denied.
   at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
   at System.IO.FileStream.Init(String path, FileMode mode, FileAccess access, Int32 rights, Boolean useRights, FileShare share, Int32 bufferSize, FileOptions options, SECURITY_ATTRIBUTES secAttrs, String msgPath, Boolean bFromProxy, Boolean useLongPath, Boolean checkHost)
   at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share)
   at Rallion.AppLogger.BeginSession(Boolean forceNew)
   at Rallion.AppLogger.Write(LoggerLevel lev, String message, Object[] args)
   at Depressurizer.Program.Main()

I'm not sure what to do about it. I tried putting it in a new folder, running 
as administrator, actually creating the depressurizer.log(it didn't exist 
before), and i wiped everything that said depressurizer from the registry(I 
realize this might've been a bad idea but i really want to use this program).

Original issue reported on code.google.com by joshuama...@gmail.com on 27 Mar 2014 at 3:25

GoogleCodeExporter commented 8 years ago
I'll fix the bug, but in the meantime, here's what you can do to (probably?) 
get it working right now.

You'll need to find the program's Settings.xml file. This should be at:

C:\Users\Joshua\AppData\Roaming\Depressurizer\Settings.xml

If it's not there, it might be in one of the other folders within AppData 
instead of Roaming.

All you need to do is edit Settings.xml and replace this line

<LogLevel>Info</LogLevel>

with

<LogLevel>None</LogLevel>

I THINK it should be okay then.

Original comment by rallion on 27 Mar 2014 at 3:34

GoogleCodeExporter commented 8 years ago

Original comment by rallion on 27 Mar 2014 at 3:34

GoogleCodeExporter commented 8 years ago

Original comment by rallion on 3 Apr 2014 at 8:01

GoogleCodeExporter commented 8 years ago

Original comment by rallion on 26 Apr 2014 at 1:25