Phil, Bob and Eric,

here is another observation that might help to find a solution: I use the 3-board-stack. When I configure for a system with RFE-board I can start and shutdown the console without problems. However, when I disable the RFE board in the General Tab to cheat the system (RX is operational this way) - then the well known message appears after restart. I assume you have the 3-board-stack configuration as well. So - before you shutdown the console change the hardware configuration: activate the RFE-board.

73 - Klaus, DK7XL

 

 "Philip M. Lanese" <mailto:[EMAIL PROTECTED]> schrieb:
> Eric
> I just went through a sequence of starting v 1.4.5 Preview 2 that seems to load
> ok.  The sequence must be repeated on each start - up.

> I made a copy of v 1.4.5 Preview 1, renamed it to "copy of PowerSDR.mdb" and
> saved it in the v1.4.5 Preview 2 folder.
> Deleted the old PowerSDR.mdb in Preview 2 folder.
> Started the console and when setup screen came up selected import database.
> Selected "copy of PowerSDR.mdb" and click OK
> I get the Exception error that produces the text below.
> Click continue and click OK again and the console starts with the correct
> settings from 1.4.5 Preview 1 and runs fine.

> Shutting down and restarting this way works every time with no "Fatal Error"
> when start-up initialization gets to Loading Main Form.

> Phil, K3IB

> Error dialog follows:
> See the end of this message for details on invoking
> just-in-time (JIT) debugging instead of this dialog box.

> ************** Exception Text **************
> System.ArgumentOutOfRangeException: Specified argument was out of the range of
> valid values.
> Parameter name: '2' is not a valid value for 'index'.
>    at System.Windows.Forms.ComboBox.set_SelectedIndex(Int32 value)
>    at System.Windows.Forms.ComboBoxTS.set_SelectedIndex(Int32 value)
>    at PowerSDR.Console.set_CurrentPreampMode(PreampMode value)
>    at PowerSDR.Console.comboPreamp_SelectedIndexChanged(Object sender, EventArgs
> e)
>    at System.Windows.Forms.ComboBox.OnSelectedIndexChanged(EventArgs e)
>    at System.Windows.Forms.ComboBox.set_SelectedIndex(Int32 value)
>    at System.Windows.Forms.ComboBox.set_Text(String value)
>    at System.Windows.Forms.ComboBoxTS.set_Text(String value)
>    at PowerSDR.Console.GetState()
>    at PowerSDR.SetupWizard.openFileDialog1_FileOk(Object sender, CancelEventArgs
> e)
>    at System.Windows.Forms.FileDialog.OnFileOk(CancelEventArgs e)
>    at System.Windows.Forms.FileDialog.DoFileOk(IntPtr lpOFN)


> ************** Loaded Assemblies **************
> mscorlib
>     Assembly Version: 1.0.5000.0
>     Win32 Version: 1.1.4322.2032
>     CodeBase: file:///c:/winnt/microsoft.net/framework/v1.1.4322/mscorlib.dll
> ----------------------------------------
> PowerSDR
>     Assembly Version: 1.4.4.2
>     Win32 Version: 1.4.4.2
>     CodeBase:
> file:///C:/Program%20Files/PowerSDR%20v1.4.5%20Beta%20Preview%202/PowerSDR.exe
> ----------------------------------------
> System.Windows.Forms
>     Assembly Version: 1.0.5000.0
>     Win32 Version: 1.1.4322.2032
>     CodeBase:
> file:///c:/winnt/assembly/gac/system.windows.forms/1.0.5000.0__b77a5c561934e089/system.windows.forms.dll
> ----------------------------------------
> System
>     Assembly Version: 1.0.5000.0
>     Win32 Version: 1.1.4322.2032
>     CodeBase:
> file:///c:/winnt/assembly/gac/system/1.0.5000.0__b77a5c561934e089/system.dll
> ----------------------------------------
> System.Drawing
>     Assembly Version: 1.0.5000.0
>     Win32 Version: 1.1.4322.2032
>     CodeBase:
> file:///c:/winnt/assembly/gac/system.drawing/1.0.5000.0__b03f5f7f11d50a3a/system.drawing.dll
> ----------------------------------------
> System.Data
>     Assembly Version: 1.0.5000.0
>     Win32 Version: 1.1.4322.2032
>     CodeBase:
> file:///c:/winnt/assembly/gac/system.data/1.0.5000.0__b77a5c561934e089/system.data.dll
> ----------------------------------------
> System.Xml
>     Assembly Version: 1.0.5000.0
>     Win32 Version: 1.1.4322.2032
>     CodeBase:
> file:///c:/winnt/assembly/gac/system.xml/1.0.5000.0__b77a5c561934e089/system.xml.dll
> ----------------------------------------
> Interop.ADOX
>     Assembly Version: 2.8.0.0
>     Win32 Version: 2.8.0.0
>     CodeBase:
> file:///C:/Program%20Files/PowerSDR%20v1.4.5%20Beta%20Preview%202/Interop.ADOX.DLL
> ----------------------------------------
> Microsoft.DirectX.DirectInput
>     Assembly Version: 1.0.2902.0
>     Win32 Version: 5.04.00.2904
>     CodeBase:
> file:///C:/Program%20Files/PowerSDR%20v1.4.5%20Beta%20Preview%202/Microsoft.DirectX.DirectInput.DLL
> ----------------------------------------
> Microsoft.DirectX
>     Assembly Version: 1.0.2902.0
>     Win32 Version: 5.04.00.2904
>     CodeBase:
> file:///C:/Program%20Files/PowerSDR%20v1.4.5%20Beta%20Preview%202/Microsoft.DirectX.DLL
> ----------------------------------------
> Accessibility
>     Assembly Version: 1.0.5000.0
>     Win32 Version: 1.1.4322.573
>     CodeBase:
> file:///c:/winnt/assembly/gac/accessibility/1.0.5000.0__b03f5f7f11d50a3a/accessibility.dll
> ----------------------------------------
> ADODB
>     Assembly Version: 7.0.3300.0
>     Win32 Version: 7.10.3077
>     CodeBase:
> file:///C:/Program%20Files/PowerSDR%20v1.4.5%20Beta%20Preview%202/ADODB.DLL
> ----------------------------------------
> CustomMarshalers
>     Assembly Version: 1.0.5000.0
>     Win32 Version: 1.1.4322.573
>     CodeBase:
> file:///c:/winnt/assembly/gac/custommarshalers/1.0.5000.0__b03f5f7f11d50a3a/custommarshalers.dll
> ----------------------------------------

> ************** JIT Debugging **************
> To enable just in time (JIT) debugging, the config file for this
> application or machine (machine.config) must have the
> jitDebugging value set in the system.windows.forms section.
> The application must also be compiled with debugging
> enabled.

> For example:

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

> When JIT debugging is enabled, any unhandled exception
> will be sent to the JIT debugger registered on the machine
> rather than being handled by this dialog.





> _______________________________________________
> FlexRadio mailing list
mailto:FlexRadio@flex-radio.biz
http://mail.flex-radio.biz/mailman/listinfo/flexradio_flex-radio.biz

 

Reply via email to