Open GoogleCodeExporter opened 8 years ago
I have the same issues with Windows 7 x64 and FlashDevelop 3.3.4 RTM at startup
and at close.
Access to the path 'M:\mm.cfg' 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)
at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize, FileOptions options)
at System.IO.StreamWriter.CreateFile(String path, Boolean append)
at System.IO.StreamWriter..ctor(String path, Boolean append, Encoding encoding, Int32 bufferSize)
at System.IO.StreamWriter..ctor(String path, Boolean append, Encoding encoding)
at PluginCore.Helpers.FileHelper.WriteFile(String file, String text, Encoding encoding, Boolean saveBOM)
Original comment by kinnabu...@gmail.com
on 28 Apr 2011 at 1:30
[deleted comment]
[deleted comment]
Lets try this again... my first fix was pushing it to the wrong place... woops!
This should fix it in FD4:
Line 320 of AS3Context\Controls\ProfilerUI.cs:
string home = Environment.GetEnvironmentVariable("USERPROFILE");
I have attached the full file for reference.
Posting this in the forums..
Original comment by jmvrba...@gmail.com
on 29 Apr 2011 at 7:51
Attachments:
FYI: It looks like this same fix applies to FD3.
Original comment by jmvrba...@gmail.com
on 2 May 2011 at 5:19
I've read a bit about this issue in various places. Is there any way to fix
this issue without downloading source files?
Original comment by josh.sam...@gmail.com
on 24 Oct 2011 at 1:31
The fix was applied to FD4 a few months or so ago. They maybe still a slight
issue with the profiler, but that one is much much harder to duplicate so I'm
not sure if that has anything to do with this.
Original comment by jmvrba...@gmail.com
on 24 Oct 2011 at 10:47
I'll make sure this kind of error is handled silently.
Original comment by philippe...@gmail.com
on 12 Dec 2011 at 8:49
Original comment by philippe...@gmail.com
on 12 Dec 2011 at 8:54
Original issue reported on code.google.com by
jmvrba...@gmail.com
on 18 Mar 2011 at 8:38