getting errormessage after 2.5

flyingspirit

Dalayan Beginner
Ok, when i try to run SoD im getting an errormessage, that says the following.
(translating from danish so it might not make so much sense :p)
An non-run exception has occured. If you click continiue, the program will ignore the error and continiue. If you click done, the program will close. (Now if i click continiue the patcher will stall at checking file list for 5+ hours (longest i have had it run))

If i select details i get the following.

Se slutningen af denne meddelelse, hvis du vil have detaljer om,
hvordan du starter JIT-fejlfinding i stedet for denne dialogboks.

************** Undtagelsestekst **************
System.ArgumentException: Stien må ikke være en tom streng eller kun indeholde blanktegn.
ved System.IO.Directory.CreateDirectory(String path)
ved patcherv2.MainForm.DoPatching(Object sender, DoWorkEventArgs e)
ved System.ComponentModel.BackgroundWorker.OnDoWork(DoWorkEventArgs e)
ved System.ComponentModel.BackgroundWorker.WorkerThreadStart(Object argument)


************** Indlæste assemblies **************
mscorlib
Assemblyversion: 4.0.0.0
Win32-version: 4.0.30319.34209 built by: FX452RTMGDR
CodeBase: file:///C:/Windows/Microsoft.NET/Framework/v4.0.30319/mscorlib.dll
----------------------------------------
sodpatcher
Assemblyversion: 1.1.0.0
Win32-version: 1.1.0.0
CodeBase: file:///C:/Program%20Files/EverQuest2/sodpatcher.exe
----------------------------------------
System.Windows.Forms
Assemblyversion: 4.0.0.0
Win32-version: 4.0.30319.34251 built by: FX452RTMGDR
CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Windows.Forms/v4.0_4.0.0.0__b77a5c561934e089/System.Windows.Forms.dll
----------------------------------------
System.Drawing
Assemblyversion: 4.0.0.0
Win32-version: 4.0.30319.34270 built by: FX452RTMGDR
CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Drawing/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll
----------------------------------------
System
Assemblyversion: 4.0.0.0
Win32-version: 4.0.30319.34238 built by: FX452RTMGDR
CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System/v4.0_4.0.0.0__b77a5c561934e089/System.dll
----------------------------------------
System.Configuration
Assemblyversion: 4.0.0.0
Win32-version: 4.0.30319.34209 built by: FX452RTMGDR
CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Configuration/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Configuration.dll
----------------------------------------
System.Xml
Assemblyversion: 4.0.0.0
Win32-version: 4.0.30319.34234 built by: FX452RTMGDR
CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Xml/v4.0_4.0.0.0__b77a5c561934e089/System.Xml.dll
----------------------------------------
mscorlib.resources
Assemblyversion: 4.0.0.0
Win32-version: 4.0.30319.34209 built by: FX452RTMGDR
CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/mscorlib.resources/v4.0_4.0.0.0_da_b77a5c561934e089/mscorlib.resources.dll
----------------------------------------
System.resources
Assemblyversion: 4.0.0.0
Win32-version: 4.0.30319.34209 built by: FX452RTMGDR
CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.resources/v4.0_4.0.0.0_da_b77a5c561934e089/System.resources.dll
----------------------------------------
System.Windows.Forms.resources
Assemblyversion: 4.0.0.0
Win32-version: 4.0.30319.34209 built by: FX452RTMGDR
CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Windows.Forms.resources/v4.0_4.0.0.0_da_b77a5c561934e089/System.Windows.Forms.resources.dll
----------------------------------------

************** JIT-fejlfinding **************
Hvis du vil aktivere JIT-fejlfinding, skal værdien jitDebugging indstilles
i afsnittet system.windows.forms i konfigurationsfilen
for programmet eller computeren.
Programmet skal desuden kompileres med fejlfinding
aktiveret.
(english translation)
Hvis du vil aktivere JIT-debugging, you have to configure jitdebugging in system.windows.forms in the configuration file for the program or computer.
further more the program must be compiled with debugging activated.


Eksempel:

<configuration>
<system.windows.forms jitDebugging="true" />
</configuration>

Når JIT-fejlfinding er aktiveret, bliver alle ikke-afviklede
undtagelser sendt til den JIT-fejlfindingsfunktion, der er registreret på computeren, i stedet for
at blive afviklet af denne dialogboks.
(english translation)
When Jit-debugging is activated, all non-failed exceptions will be sent to the JIT-debuggingfunktion, that has been registeret on the omputer, instead of this dialogbox.


How do i fix this ??
 
I have the problem solved on one machine at least and I am in the process of implementing it on the other. I had to do the following:

1) Download and install Service Pack 3 for XP
2) Download and install newer version of Windows Installer
3) Download and install .NETFramework 4.0
4) Download and install the C++ 2013 redistributable x86 version
5) reinstall DirectX from the link on the patcher

First try, XP machine once again runs better than Windows 8

So at least one person got it working...
 
Back
Top Bottom