Jump to content
Sign in to follow this  
mariofsx

System Exce`ption when press config

Recommended Posts

Hi!

I have just installed the program and works fine, but when I press the config button, there is an exception that sends me that info. Thanks in advanced!

************** Texto de la excepción **************
System.ArgumentOutOfRangeException: El valor de '30' no es válido para 'Value'. 'Value' debería estar entre 'Minimum' y 'Maximum'.
Nombre del parámetro: Value
   en System.Windows.Forms.TrackBar.set_Value(Int32 value)
   en Flight_Crew_A32_.Form2.Form2_Load(Object sender, EventArgs e)
   en System.Windows.Forms.Form.OnLoad(EventArgs e)
   en System.Windows.Forms.Form.OnCreateControl()
   en System.Windows.Forms.Control.CreateControl(Boolean fIgnoreVisible)
   en System.Windows.Forms.Control.CreateControl()
   en System.Windows.Forms.Control.WmShowWindow(Message& m)
   en System.Windows.Forms.Control.WndProc(Message& m)
   en System.Windows.Forms.ScrollableControl.WndProc(Message& m)
   en System.Windows.Forms.ContainerControl.WndProc(Message& m)
   en System.Windows.Forms.Form.WmShowWindow(Message& m)
   en System.Windows.Forms.Form.WndProc(Message& m)
   en System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
   en System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
   en System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)


************** Ensamblados cargados **************
mscorlib
    Versión del ensamblado: 2.0.0.0
    Versión Win32: 2.0.50727.9151 (WinRelRS6.050727-9100)
    Código base: file:///C:/Windows/Microsoft.NET/Framework/v2.0.50727/mscorlib.dll
----------------------------------------
Flight Crew A320_x86
    Versión del ensamblado: 1.0.0.0
    Versión Win32: 1.0.0.0
    Código base: file:///C:/Program%20Files%20(x86)/Flight%20Crew%20A320/Flight%20Crew%20A320_x86.exe
----------------------------------------
System.Windows.Forms
    Versión del ensamblado: 2.0.0.0
    Versión Win32: 2.0.50727.9149 (WinRelRS6.050727-9100)
    Código base: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Windows.Forms/2.0.0.0__b77a5c561934e089/System.Windows.Forms.dll
----------------------------------------
System
    Versión del ensamblado: 2.0.0.0
    Versión Win32: 2.0.50727.9149 (WinRelRS6.050727-9100)
    Código base: file:///C:/WINDOWS/assembly/GAC_MSIL/System/2.0.0.0__b77a5c561934e089/System.dll
----------------------------------------
System.Drawing
    Versión del ensamblado: 2.0.0.0
    Versión Win32: 2.0.50727.9149 (WinRelRS6.050727-9100)
    Código base: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Drawing/2.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll
----------------------------------------
System.Configuration
    Versión del ensamblado: 2.0.0.0
    Versión Win32: 2.0.50727.9153 (WinRelRS6.050727-9100)
    Código base: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Configuration/2.0.0.0__b03f5f7f11d50a3a/System.Configuration.dll
----------------------------------------
System.Xml
    Versión del ensamblado: 2.0.0.0
    Versión Win32: 2.0.50727.9149 (WinRelRS6.050727-9100)
    Código base: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Xml/2.0.0.0__b77a5c561934e089/System.Xml.dll
----------------------------------------
mscorlib.resources
    Versión del ensamblado: 2.0.0.0
    Versión Win32: 2.0.50727.9151 (WinRelRS6.050727-9100)
    Código base: file:///C:/Windows/Microsoft.NET/Framework/v2.0.50727/mscorlib.dll
----------------------------------------
RAG.Library.Framework2
    Versión del ensamblado: 1.0.0.0
    Versión Win32: 1.0.0.0
    Código base: file:///C:/Program%20Files%20(x86)/Flight%20Crew%20A320/RAG.Library.Framework2.DLL
----------------------------------------
Microsoft.FlightSimulator.SimConnect
    Versión del ensamblado: 10.0.61259.0
    Versión Win32: 10.0.61637.0 (FSX-Xpack.20070926-1421)
    Código base: file:///C:/WINDOWS/assembly/GAC_32/Microsoft.FlightSimulator.SimConnect/10.0.61259.0__31bf3856ad364e35/Microsoft.FlightSimulator.SimConnect.dll
----------------------------------------
msvcm80
    Versión del ensamblado: 8.0.50727.9672
    Versión Win32: 8.00.50727.9672
    Código base: file:///C:/WINDOWS/WinSxS/x86_microsoft.vc80.crt_1fc8b3b9a1e18e3b_8.0.50727.9672_none_d08f9da24428a513/msvcm80.dll
----------------------------------------
irrKlang.NET2.0
    Versión del ensamblado: 1.6.0.0
    Versión Win32: 
    Código base: file:///C:/Program%20Files%20(x86)/Flight%20Crew%20A320/irrKlang.NET2.0.DLL
----------------------------------------
System.Windows.Forms.resources
    Versión del ensamblado: 2.0.0.0
    Versión Win32: 2.0.50727.9149 (WinRelRS6.050727-9100)
    Código base: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Windows.Forms.resources/2.0.0.0_es_b77a5c561934e089/System.Windows.Forms.resources.dll
----------------------------------------

 


 

Edited by mariofsx

Share this post


Link to post
Share on other sites

Just letting people know we figured this out one.

The user was Spanish and he was using commas for numbers instead of a point in Windows, and that tripped it up.

I'll update this on the server.

If you're Spanish and you run into the problem and you don't want to re-download, you can just open this file with notepad:

C:\Users\***your user name***\Desktop\FlightCrew A320\Install Folder\Install Folder\AppData Folder\FS2Crew A320 Button Control Edition\FC_A320_Data.xml

Change 0,3 to 1.

<CabinVol>0,3</CabinVol>

to:

<CabinVol>1</CabinVol> or <CabinVol>0</CabinVol>

 

That's it. 

Then you can move the Cabin PA slider however you like and there will be no problems.

Cheers,

 

Edited by byork

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
Sign in to follow this  

  • Tom Allensworth,
    Founder of AVSIM Online


  • Flight Simulation's Premier Resource!

    AVSIM is a free service to the flight simulation community. AVSIM is staffed completely by volunteers and all funds donated to AVSIM go directly back to supporting the community. Your donation here helps to pay our bandwidth costs, emergency funding, and other general costs that crop up from time to time. Thank you for your support!

    Click here for more information and to see all donations year to date.
×
×
  • Create New...