Salut,
Je viens de télécharger ModManager et j'ai ce message d'erreur:
- *********** Texte de l'exception **************
System.IO.DirectoryNotFoundException: Impossible de trouver une partie du chemin d'accès 'C:\Documents and Settings\Alexandre Ritter\Application Data\The Creative Assembly\Empire\scripts'.
à System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
à
System.IO.Directory.InternalGetFileDirectoryNames(
String path, String userPathOriginal, String searchPattern, Boolean includeFiles, Boolean includeDirs, SearchOption searchOption)
à System.IO.Directory.GetFiles(String path, String searchPattern, SearchOption searchOption)
à
ModManager.ModManagerForm.ModManagerForm_Shown(Obj
ect sender, EventArgs e)
à System.Windows.Forms.Form.OnShown(EventArgs e)
à System.Windows.Forms.Form.CallShownEvent()
à
System.Windows.Forms.Control.InvokeMarshaledCallba
ckDo(ThreadMethodEntry tme)
à
System.Windows.Forms.Control.InvokeMarshaledCallba
ckHelper(Object obj)
à
System.Threading.ExecutionContext.runTryCode(Objec
t userData)
à
System.Runtime.CompilerServices.RuntimeHelpers.Exe
cuteCodeWithGuaranteedCleanup(TryCode code, CleanupCode backoutCode, Object userData)
à
System.Threading.ExecutionContext.RunInternal(Exec
utionContext executionContext, ContextCallback callback, Object state)
à
System.Threading.ExecutionContext.Run(ExecutionCon
text executionContext, ContextCallback callback, Object state)
à
System.Windows.Forms.Control.InvokeMarshaledCallba
ck(ThreadMethodEntry tme)
à
System.Windows.Forms.Control.InvokeMarshaledCallba
cks()
- *********** Assemblys chargés **************
mscorlib
Version de l'assembly : 2.0.0.0
Version Win32 : 2.0.50727.3603 (GDR.050727-3600)
CodeBase :
file:///c:/WINDOWS/Microsoft.NET/Framework/v2.0.50
727/mscorlib.dll
----------------------------------------
ModManager
Version de l'assembly : 1.5.0.0
Version Win32 : 1.5
CodeBase :
file:///C:/DOCUME~1/ALEXAN~1/LOCALS~1/Temp/Rar$EX0
0.047/ModManager.exe
----------------------------------------
System.Windows.Forms
Version de l'assembly : 2.0.0.0
Version Win32 : 2.0.50727.3053 (netfxsp.050727-3000)
CodeBase :
file:///C:/WINDOWS/assembly/GAC_MSIL/System.Window
s.Forms/2.0.0.0__b77a5c561934e089/System.Windows.F
orms.dll
----------------------------------------
System
Version de l'assembly : 2.0.0.0
Version Win32 : 2.0.50727.3053 (netfxsp.050727-3000)
CodeBase :
file:///C:/WINDOWS/assembly/GAC_MSIL/System/2.0.0.
0__b77a5c561934e089/System.dll
----------------------------------------
System.Drawing
Version de l'assembly : 2.0.0.0
Version Win32 : 2.0.50727.3053 (netfxsp.050727-3000)
CodeBase :
file:///C:/WINDOWS/assembly/GAC_MSIL/System.Drawin
g/2.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll
----------------------------------------
System.Configuration
Version de l'assembly : 2.0.0.0
Version Win32 : 2.0.50727.3053 (netfxsp.050727-3000)
CodeBase :
file:///C:/WINDOWS/assembly/GAC_MSIL/System.Config
uration/2.0.0.0__b03f5f7f11d50a3a/System.Configura
tion.dll
----------------------------------------
System.Xml
Version de l'assembly : 2.0.0.0
Version Win32 : 2.0.50727.3082 (QFE.050727-3000)
CodeBase :
file:///C:/WINDOWS/assembly/GAC_MSIL/System.Xml/2.
0.0.0__b77a5c561934e089/System.Xml.dll
----------------------------------------
mscorlib.resources
Version de l'assembly : 2.0.0.0
Version Win32 : 2.0.50727.3603 (GDR.050727-3600)
CodeBase :
file:///c:/WINDOWS/Microsoft.NET/Framework/v2.0.50
727/mscorlib.dll
----------------------------------------
Accessibility
Version de l'assembly : 2.0.0.0
Version Win32 : 2.0.50727.3053 (netfxsp.050727-3000)
CodeBase :
file:///C:/WINDOWS/assembly/GAC_MSIL/Accessibility
/2.0.0.0__b03f5f7f11d50a3a/Accessibility.dll
----------------------------------------
Common
Version de l'assembly : 1.0.0.0
Version Win32 : 1.0.0.0
CodeBase :
file:///C:/DOCUME~1/ALEXAN~1/LOCALS~1/Temp/Rar$EX0
0.047/Common.DLL
----------------------------------------
System.Windows.Forms.resources
Version de l'assembly : 2.0.0.0
Version Win32 : 2.0.50727.1433 (REDBITS.050727-1400)
CodeBase :
file:///C:/WINDOWS/assembly/GAC_MSIL/System.Window
s.Forms.resources/2.0.0.0_fr_b77a5c561934e089/Syst
em.Windows.Forms.resources.dll
----------------------------------------
- *********** Débogage JIT **************
Pour activer le débogage juste-à-temps (JIT), le fichier de configuration pour cette
application ou cet ordinateur (machine.config) doit avoir la valeur
jitDebugging définie dans la section system.windows.forms.
L'application doit également être compilée avec le débogage
activé.
Par exemple :
<configuration>
<system.windows.forms jitDebugging="true" />
</configuration>
J'ai téléchargé .NET Framework 3.5, c'est peut-être ca le problème ?