August 29, 20205 yr 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 August 29, 20205 yr by mariofsx
August 29, 20205 yr Commercial Member Please send me a Support Ticket at: www.fs2crew.com I"m wondering if your Saved Data XML file is corrupt... we'll soon see. Cheers, B. York FS2Crew Web Site / FS2Crew Facebook Page / FS2Crew Discord
August 29, 20205 yr Commercial Member 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 August 29, 20205 yr by byork B. York FS2Crew Web Site / FS2Crew Facebook Page / FS2Crew Discord
August 29, 20205 yr Commercial Member File on server updated. B. York FS2Crew Web Site / FS2Crew Facebook Page / FS2Crew Discord
Archived
This topic is now archived and is closed to further replies.