| Author |
Message |
|
Dro
Member
Joined: Fri Feb 12, 2010 4:57 am Posts: 11
|
 error CS0583 and CS0585
Hello. I have a problem with FD. clear install. every time I start FD application it shows me 3 windows with errors. So maybe it's better to post in 'bugs' section Sorry, It's partly in Russian, and I could not change it. But mostly you can see the case. Temporal class cannot be createdCode: Невозможно создать временный класс (результат=1). error CS0583: Внутренняя ошибка компилятора (0xc0000005 по адресу 5A17F211): вероятно, причиной является "CODEGEN". error CS0585: Внутренняя ошибка компилятора: этап "CODEGEN"
в System.Xml.Serialization.Compiler.Compile(Assembly parent, String ns, XmlSerializerCompilerParameters xmlParameters, Evidence evidence) в System.Xml.Serialization.TempAssembly.GenerateAssembly(XmlMapping[] xmlMappings, Type[] types, String defaultNamespace, Evidence evidence, XmlSerializerCompilerParameters parameters, Assembly assembly, Hashtable assemblies) в System.Xml.Serialization.TempAssembly..ctor(XmlMapping[] xmlMappings, Type[] types, String defaultNamespace, String location, Evidence evidence) в System.Xml.Serialization.XmlSerializer.GenerateTempAssembly(XmlMapping xmlMapping, Type type, String defaultNamespace) в System.Xml.Serialization.XmlSerializer..ctor(Type type, String defaultNamespace) в System.Xml.Serialization.XmlSerializer..ctor(Type type) в StartPage.ProjectInfo.RecentProjectList..ctor() в StartPage.Controls.StartPageWebBrowser..ctor(String pageUrl, String rssUrl) в StartPage.PluginMain.CreateStartPage() в StartPage.PluginMain.ShowStartPage() в StartPage.PluginMain.HandleEvent(Object sender, NotifyEvent e, HandlingPriority prority) в PluginCore.Managers.EventManager.DispatchEvent(Object sender, NotifyEvent e) Exception in FlashDevelop.Managers.ScintillaManagerCode: Инициализатор типа "FlashDevelop.Managers.ScintillaManager" выдал исключение.
в FlashDevelop.Managers.ScintillaManager.CreateControl(String file, String text, Int32 codepage) в FlashDevelop.MainForm.CreateEditableDocument(String file, String text, Int32 codepage) An array index is out of rangeCode: Индекс находился вне границ массива.
в PluginCore.Managers.DocumentManager.ActivateDocument(Int32 index) в FlashDevelop.Managers.SessionManager.RestoreSession(String file, Session session) After that FD starts and seems normal. I can even create new Project. But if I try to open any class, FD shows same errors and crashes. Previously it was working fine on this machine rarely showing some errors, but still working, and I really don't know what have been changed. The last thing I've installed was Tortoise HG. For now I can use FD only on my notebook where it works as charmed. Using Windows 7 32bit, java version "1.6.0_21", FD 3.3.1 (3.3.0, 3.2.2), flash player 10.1 I'll appreciate any help.
|
| Wed Oct 13, 2010 6:36 am |
|
 |
|
zlumer
Member
Joined: Mon Sep 20, 2010 8:55 am Posts: 85
|
 Re: error CS0583 and CS0585
From the PluginCore.Managers.DocumentManager.ActivateDocument(Int32 index) line it seems that FD is unable to restore previous session. Try to backup your settings and do a clean install. Then please post the result here. Translation: Code: Невозможно создать временный класс (результат=1). error CS0583: Внутренняя ошибка компилятора (0xc0000005 по адресу 5A17F211): вероятно, причиной является "CODEGEN". error CS0585: Внутренняя ошибка компилятора: этап "CODEGEN" Code: Unable to create temporary class (result=1). error CS0583: Internal compiler error (0xc0000005 at address 5A17F211): the reason probably is "CODEGEN". error CS0585: Internal compiler error: stage "CODEGEN" Code: Инициализатор типа "FlashDevelop.Managers.ScintillaManager" выдал исключение. Code: Initializer of type "FlashDevelop.Managers.ScintillaManager" has thrown an exception. Code: Индекс находился вне границ массива. Code: Array index is out of bounds.
|
| Wed Oct 13, 2010 8:52 am |
|
 |
|
Dro
Member
Joined: Fri Feb 12, 2010 4:57 am Posts: 11
|
 Re: error CS0583 and CS0585
Already made it. I removed every FlashDevelop instance in registry. Uninstalled FD with settings. Removed every FD folder and cleared Local Settings folder. But still unfortunate.
I'll try to do it again. and post results.
//the strange thing is - new installation still suggests the same old folder with my fd proj files when I try to open project. So it might remember something.
|
| Wed Oct 13, 2010 10:19 am |
|
 |
|
Mika
Admin
Joined: Tue Aug 30, 2005 6:14 pm Posts: 2535 Location: Finland
|
 Re: error CS0583 and CS0585
After you have done the clean install, remove the StartPage plugin from your plugins dir. It deals with IE and the communication with it seems to break somehow.
|
| Wed Oct 13, 2010 10:29 am |
|
 |
|
Dro
Member
Joined: Fri Feb 12, 2010 4:57 am Posts: 11
|
 Re: error CS0583 and CS0585
Thank you for your response. It helped partially There are no more CS0583 and CS0585 errors. but Code: Initializer of type "FlashDevelop.Managers.ScintillaManager" has thrown an exception. and Code: Array index is out of bounds. and it's still impossible to work.
|
| Wed Oct 13, 2010 10:47 am |
|
 |
|
Mika
Admin
Joined: Tue Aug 30, 2005 6:14 pm Posts: 2535 Location: Finland
|
 Re: error CS0583 and CS0585
All these errors seem unrelated to each other. There is something wrong with your system but i do not know what it is.
|
| Wed Oct 13, 2010 11:06 am |
|
 |
|
Dro
Member
Joined: Fri Feb 12, 2010 4:57 am Posts: 11
|
 Re: error CS0583 and CS0585
Aside of FD every program works fine. Including other studios and editors
I'll try to uninstall HG, because it was the last thing. and I have svn,hg,bzr on one machine.
but actually notebook has it all installed as well. running windows XP and FD doesn't show any errors.
|
| Wed Oct 13, 2010 12:29 pm |
|
 |
|
Philippe
Admin
Joined: Wed Aug 31, 2005 7:27 am Posts: 10739 Location: Paris, France
|
 Re: error CS0583 and CS0585
Dro, can you search your system for SciLexer.dll? Maybe there is a conflict with one in your system directory.
|
| Wed Oct 13, 2010 1:01 pm |
|
 |
|
Dro
Member
Joined: Fri Feb 12, 2010 4:57 am Posts: 11
|
 Re: error CS0583 and CS0585
There's no SciLexer.dll in windows folder (I removed VS) but I found it in D:\DATA2\Program Files\AutoGK\VDubMod FlashDevelop is on the same disk, if that matters.
and I really don't need this software so I uninstalled it but nothing changed with FD.
I cleared almost all programs (will install it later), for now there are only Flash IDE and Flash Builder installed.
|
| Wed Oct 13, 2010 1:08 pm |
|
 |
|
Philippe
Admin
Joined: Wed Aug 31, 2005 7:27 am Posts: 10739 Location: Paris, France
|
 Re: error CS0583 and CS0585
Did you "repair" .NET 2.0?
|
| Wed Oct 13, 2010 2:07 pm |
|
 |
|
Dro
Member
Joined: Fri Feb 12, 2010 4:57 am Posts: 11
|
 Re: error CS0583 and CS0585
I have Windows auto Update enabled. So I guess yes, it might be "repaired". I actually remember some updates related to .net framework for example this one: Code: Security Update for Microsoft .NET Framework 3.5.1 and Windows 7 x86 (KB2416471)
A security issue has been identified that could allow an attacker to compromise your Windows-based system that is running the Microsoft .NET Framework and gain access to information. You can help protect your computer by installing this update from Microsoft. After you install this item, you may have to restart your computer.
http://go.microsoft.com/fwlink/?LinkId=202373
|
| Wed Oct 13, 2010 2:36 pm |
|
 |
|
Philippe
Admin
Joined: Wed Aug 31, 2005 7:27 am Posts: 10739 Location: Paris, France
|
 Re: error CS0583 and CS0585
Several .NET frameworks versions are installed on one machine.
But for FD it's .NET 2.0 SP2 that needs to be up to date and not broken.
|
| Wed Oct 13, 2010 6:03 pm |
|
 |
|
Dro
Member
Joined: Fri Feb 12, 2010 4:57 am Posts: 11
|
 Re: error CS0583 and CS0585
NET 2.0 is already installed as a part of my system. That's what installer said. NET 2.0 SP1 and SP2 cannot be installed in Vista. (I actually have win7).
ok I'll try to dig into this direction.
|
| Thu Oct 14, 2010 4:36 am |
|
 |
|
Dro
Member
Joined: Fri Feb 12, 2010 4:57 am Posts: 11
|
 Re: error CS0583 and CS0585
I had no time to manage all this stuff. SO I decided to refresh my windows installation. now FD works.
I really don't want this issue to come over again.
Is there something I should check while FD works fine? Maybe I should not install something?
|
| Thu Oct 14, 2010 2:47 pm |
|
 |
|
Philippe
Admin
Joined: Wed Aug 31, 2005 7:27 am Posts: 10739 Location: Paris, France
|
 Re: error CS0583 and CS0585
I still kind of think it's a corrupted .NET 2 framework - hopefully it won't happen again.
|
| Thu Oct 14, 2010 6:02 pm |
|
|