I've installed SR 3D Builder, then I've choosed the correct folder in dialog window and when I start the application I'm getting an error: (Translated to English in Google Translate, because I'm using Polish version of Windows)
An unhandled exception occurred in the application. If you click Continue, the application will ignore this error and attempt to continue. If you click Quit, the application will close immediately. Index was outside the bounds of the array.
Details:
For details on invoking debugging JIT (just in time)
instead of this dialog box at the end of this message.
Exception Text ************** **************
System.IndexOutOfRangeException: Index was outside the bounds of the array.
in n.d ()
in q.bt (Object A_0, EventArgs A_1)
in System.EventHandler.Invoke (Object sender, EventArgs e)
in System.Windows.Forms.Form.OnLoad (EventArgs e)
in System.Windows.Forms.Form.OnCreateControl ()
in System.Windows.Forms.Control.CreateControl (Boolean fIgnoreVisible)
in System.Windows.Forms.Control.CreateControl ()
in System.Windows.Forms.Control.WmShowWindow (Message & m)
at System.Windows.Forms.Control.WndProc (Message & m)
in System.Windows.Forms.ScrollableControl.WndProc (Message & m)
in System.Windows.Forms.ContainerControl.WndProc (Message & m)
in System.Windows.Forms.Form.WmShowWindow (Message & m)
in System.Windows.Forms.Form.WndProc (Message & m)
in System.Windows.Forms.Control.ControlNativeWindow.OnMessage (Message & m)
in System.Windows.Forms.Control.ControlNativeWindow.WndProc (Message & m)
at System.Windows.Forms.NativeWindow.Callback (IntPtr hWnd, Int32 msg, IntPtr wParam, IntPtr lparam)
Loaded Assemblies ************** **************
mscorlib
Version: 2.0.0.0
Win32 Version: 2.0.50727.5448 (Win7SP1GDR.050727-5400)
CodeBase: file :/ / / C :/ Windows/Microsoft.NET/Framework/v2.0.50727/mscorlib.dll
----------------------------------------
mscorlib.resources
Version: 2.0.0.0
Win32 Version: 2.0.50727.5448 (Win7SP1GDR.050727-5400)
CodeBase: file :/ / / C :/ Windows/Microsoft.NET/Framework/v2.0.50727/mscorlib.dll
----------------------------------------
SR3DBuilder
Assembly Version: 0.6.8.2
Win32 Version: 0.6.8.2
CodeBase: file :/ / / C :/ Program% 20Files/SR% 203D% 20Builder/SR3DBuilder.exe
----------------------------------------
Microsoft.VisualBasic
Assembly Version: 8.0.0.0
Win32 Version: 8.0.50727.5420 (Win7SP1.050727-5400)
CodeBase:
----------------------------------------
System
Version: 2.0.0.0
Win32 Version: 2.0.50727.5453 (Win7SP1GDR.050727-5400)
CodeBase: file :/ / / C :/ WINDOWS/assembly/GAC_MSIL/System/2.0.0.0__b77a5c561934e089/System.dll
----------------------------------------
System.Windows.Forms
Version: 2.0.0.0
Win32 Version: 2.0.50727.5446 (Win7SP1GDR.050727-5400)
CodeBase:
----------------------------------------
System.Drawing
Version: 2.0.0.0
Win32 Version: 2.0.50727.5420 (Win7SP1.050727-5400)
CodeBase: file :/ / / C :/ windows/assembly/GAC_MSIL/System.Drawing/2.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll
----------------------------------------
System.Runtime.Remoting
Version: 2.0.0.0
Win32 Version: 2.0.50727.5420 (Win7SP1.050727-5400)
CodeBase:
----------------------------------------
Microsoft.DirectX.Direct3D
Assembly Version: 1.0.2902.0
Win32 Version: 9.05.132.0000
CodeBase:
----------------------------------------
Microsoft.DirectX
Assembly Version: 1.0.2902.0
Win32 Version: 5.04.00.2904
CodeBase: file :/ / / C :/ windows/assembly/GAC/Microsoft.DirectX/1.0.2902.0__31bf3856ad364e35/Microsoft.DirectX.dll
----------------------------------------
Microsoft.DirectX.Direct3DX
Assembly Version: 1.0.2911.0
Win32 Version: 9.12.589.0000
CodeBase:
----------------------------------------
System.Xml
Version: 2.0.0.0
Win32 Version: 2.0.50727.5420 (Win7SP1.050727-5400)
CodeBase: file :/ / / C :/ windows/assembly/GAC_MSIL/System.Xml/2.0.0.0__b77a5c561934e089/System.Xml.dll
----------------------------------------
ImageCombo
Assembly Version: 1.1.2991.21158
Win32 Version: 1.1.2991.21158
CodeBase: file :/ / / C :/ Program% 20Files/SR% 203D% 20Builder/ImageCombo.DLL
----------------------------------------
Microsoft.VisualBasic.PowerPacks.Vs
Assembly Version: 10.0.0.0
Win32 Version: 10.0.40219.1
CodeBase: file :/ / / C :/ Program% 20Files/SR% 203D% 20Builder/Microsoft.VisualBasic.PowerPacks.Vs.DLL
----------------------------------------
Microsoft.VisualBasic.resources
Assembly Version: 8.0.0.0
Win32 Version: 8.0.50727.4927 (NetFXspW7.050727-4900)
CodeBase:
----------------------------------------
System.Windows.Forms.resources
Version: 2.0.0.0
Win32 Version: 2.0.50727.5420 (Win7SP1.050727-5400)
CodeBase:
----------------------------------------
************** JIT Debugging **************
To enable debugging JIT (just-in-time), the. Config this
application or computer (machine.config) must have
jitDebugging value set in the system.windows.forms section.
The application must also be compiled with enabled
debugging.
For example:
<configuration>
<system.windows.forms jitDebugging="true" />
</ Configuration>
When JIT debugging is enabled, any unhandled exception
are sent to the JIT debugger registered on the computer
and are not handled by this dialog box.
I'm using Windows 7 and DirectX 9.0c.
When I click Continue the application still says 'Pre-loading cache...'.
Can anyone help me?