[REL] rF2 Server Manager

Discussion in 'Other' started by Noel Hibbard, Mar 11, 2015.

  1. AlexNordic

    AlexNordic Registered

    Joined:
    Feb 25, 2018
    Messages:
    56
    Likes Received:
    11
    Thanks, I'll try this later. I was aware of this being a possibility but unsure of how to configure it!

    I reckon the issue with server1 is not Server Manager related, so will create a new thread in support to discuss it.
     
  2. Ian-C

    Ian-C Registered

    Joined:
    Jan 13, 2012
    Messages:
    87
    Likes Received:
    23
    Hi

    I don't know if anyone is still updating this but i have just tried to use it and i get an error about Unhandled exception. I also don't see any options in the Mod dropdown list so cannot select an rfmod to use on the server. I don't know if this is enough to be able to track down the error, just let me know.

    upload_2020-5-31_9-27-10.png

    Code:
    See the end of this message for details on invoking
    just-in-time (JIT) debugging instead of this dialog box.
    
    ************** Exception Text **************
    System.InvalidCastException: Conversion from string "" to type 'Integer' is not valid. ---> System.FormatException: Input string was not in a correct format.
       at Microsoft.VisualBasic.CompilerServices.Conversions.ParseDouble(String Value, NumberFormatInfo NumberFormat)
       at Microsoft.VisualBasic.CompilerServices.Conversions.ToInteger(String Value)
       --- End of inner exception stack trace ---
       at Microsoft.VisualBasic.CompilerServices.Conversions.ToInteger(String Value)
       at rF2DediManager.mftFile..ctor(String cmpInfoPath, String mftFileContents)
       at rF2DediManager.mftFile..ctor(String cmpInfoPath, String mftFileContents)
       at rF2DediManager.Form1.refreshMods()
       at rF2DediManager.Form1.cbCorePath_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_SelectedItem(Object value)
       at rF2DediManager.Form1.Form1_Load(Object sender, EventArgs e)
       at System.EventHandler.Invoke(Object sender, EventArgs e)
       at System.Windows.Forms.Form.OnLoad(EventArgs e)
       at System.Windows.Forms.Form.OnCreateControl()
       at System.Windows.Forms.Control.CreateControl(Boolean fIgnoreVisible)
       at System.Windows.Forms.Control.CreateControl()
       at System.Windows.Forms.Control.WmShowWindow(Message& m)
       at System.Windows.Forms.Control.WndProc(Message& m)
       at System.Windows.Forms.Form.WmShowWindow(Message& m)
       at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
    
    
    ************** Loaded Assemblies **************
    mscorlib
        Assembly Version: 4.0.0.0
        Win32 Version: 4.8.4150.0 built by: NET48REL1LAST_C
        CodeBase: file:///C:/Windows/Microsoft.NET/Framework64/v4.0.30319/mscorlib.dll
    ----------------------------------------
    rF2DediManager
        Assembly Version: 1.0.0.4
        Win32 Version: 1.0.0.4
        CodeBase: file:///D:/rF2-Dedicated/rF2DediManager.exe
    ----------------------------------------
    Microsoft.VisualBasic
        Assembly Version: 10.0.0.0
        Win32 Version: 14.8.3752.0 built by: NET48REL1
        CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/Microsoft.VisualBasic/v4.0_10.0.0.0__b03f5f7f11d50a3a/Microsoft.VisualBasic.dll
    ----------------------------------------
    System
        Assembly Version: 4.0.0.0
        Win32 Version: 4.8.4001.0 built by: NET48REL1LAST_C
        CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System/v4.0_4.0.0.0__b77a5c561934e089/System.dll
    ----------------------------------------
    System.Core
        Assembly Version: 4.0.0.0
        Win32 Version: 4.8.4121.0 built by: NET48REL1LAST_C
        CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Core/v4.0_4.0.0.0__b77a5c561934e089/System.Core.dll
    ----------------------------------------
    System.Windows.Forms
        Assembly Version: 4.0.0.0
        Win32 Version: 4.8.4150.0 built by: NET48REL1LAST_C
        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
        Assembly Version: 4.0.0.0
        Win32 Version: 4.8.3752.0 built by: NET48REL1
        CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Drawing/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll
    ----------------------------------------
    System.Configuration
        Assembly Version: 4.0.0.0
        Win32 Version: 4.8.3752.0 built by: NET48REL1
        CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Configuration/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Configuration.dll
    ----------------------------------------
    System.Xml
        Assembly Version: 4.0.0.0
        Win32 Version: 4.8.3752.0 built by: NET48REL1
        CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Xml/v4.0_4.0.0.0__b77a5c561934e089/System.Xml.dll
    ----------------------------------------
    System.Runtime.Remoting
        Assembly Version: 4.0.0.0
        Win32 Version: 4.8.3752.0 built by: NET48REL1
        CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Runtime.Remoting/v4.0_4.0.0.0__b77a5c561934e089/System.Runtime.Remoting.dll
    ----------------------------------------
    
    ************** JIT Debugging **************
    To enable just-in-time (JIT) debugging, the .config file for this
    application or computer (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 computer
    rather than be handled by this dialog box.
    
    
    
     
  3. Vance Le Garde

    Vance Le Garde Registered

    Joined:
    Oct 5, 2010
    Messages:
    223
    Likes Received:
    31
    I
    have posted a few times to ask what this error may be caused by and what to do to fix it but never got an answer so I just load the profiles manually as that works all the time. cheers but great utility when it works. Look forward to being able to use it again some time if a solution is found.
     
  4. Giovani Baltieri

    Giovani Baltieri Registered

    Joined:
    Jul 20, 2020
    Messages:
    8
    Likes Received:
    1
    Excellent, congratulations on the app !!
     
  5. Giovani Baltieri

    Giovani Baltieri Registered

    Joined:
    Jul 20, 2020
    Messages:
    8
    Likes Received:
    1
    [QUOTE = "Ian-C, postagem: 1028560, membro: 27694"] Olá

    Não sei se alguém ainda está atualizando isso, mas acabei de tentar usá-lo e recebo um erro sobre exceção não tratada. Também não vejo nenhuma opção na lista suspensa Mod, portanto, não posso selecionar um rfmod para usar no servidor. Não sei se isso é suficiente para rastrear o erro, apenas me avise.

    [ATTACH = cheio] 31290 [/ ATTACH]

    [CÓDIGO] Consulte o final desta mensagem para obter detalhes sobre como invocar
    depuração just-in-time (JIT) em vez desta caixa de diálogo.

    ************** Texto de exceção **************
    System.InvalidCastException: A conversão da string "" para o tipo 'Integer' não é válida. ---> System.FormatException: string de entrada não estava em um formato correto.
    em Microsoft.VisualBasic.CompilerServices.Conversions.ParseDouble (String Value, NumberFormatInfo NumberFormat)
    em Microsoft.VisualBasic.CompilerServices.Conversions.ToInteger (String Value)
    --- Fim do rastreamento de pilha de exceção interna ---
    em Microsoft.VisualBasic.CompilerServices.Conversions.ToInteger (String Value)
    em rF2DediManager.mftFile..ctor (String cmpInfoPath, String mftFileContents)
    em rF2DediManager.mftFile..ctor (String cmpInfoPath, String mftFileContents)
    em rF2DediManager.Form1.refreshMods ()
    em rF2DediManager.Form1.cbCorePath_SelectedIndexChanged (remetente de objeto, EventArgs e)
    em System.Windows.Forms.ComboBox.OnSelectedIndexChanged (EventArgs e)
    em System.Windows.Forms.ComboBox.set_SelectedIndex (valor Int32)
    em System.Windows.Forms.ComboBox.set_SelectedItem (valor do objeto)
    em rF2DediManager.Form1.Form1_Load (Object sender, EventArgs e)
    em System.EventHandler.Invoke (Object sender, EventArgs e)
    em System.Windows.Forms.Form.OnLoad (EventArgs e)
    em System.Windows.Forms.Form.OnCreateControl ()
    em System.Windows.Forms.Control.CreateControl (Boolean fIgnoreVisible)
    em System.Windows.Forms.Control.CreateControl ()
    em System.Windows.Forms.Control.WmShowWindow (Message & m)
    em System.Windows.Forms.Control.WndProc (Message & m)
    em System.Windows.Forms.Form.WmShowWindow (Message & m)
    em System.Windows.Forms.NativeWindow.Callback (IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)


    ************** Conjuntos carregados **************
    mscorlib
    Versão de montagem: 4.0.0.0
    Versão Win32: 4.8.4150.0 desenvolvido por: NET48REL1LAST_C
    CodeBase: file: /// C: /Windows/Microsoft.NET/Framework64/v4.0.30319/mscorlib.dll
    ----------------------------------------
    rF2DediManager
    Versão de montagem: 1.0.0.4
    Versão Win32: 1.0.0.4
    CodeBase: file: /// D: /rF2-Dedicated/rF2DediManager.exe
    ----------------------------------------
    Microsoft.VisualBasic
    Versão de montagem: 10.0.0.0
    Versão Win32: 14.8.3752.0 desenvolvido por: NET48REL1
    CodeBase: file: /// C: /WINDOWS/Microsoft.Net/assembly/GAC_MSIL/Microsoft.VisualBasic/v4.0_10.0.0.0__b03f5f7f11d50a3a/Microsoft.VisualBasic.dll
    ----------------------------------------
    Sistema
    Versão de montagem: 4.0.0.0
    Versão Win32: 4.8.4001.0 desenvolvido por: NET48REL1LAST_C
    CodeBase: file: /// C: /WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System/v4.0_4.0.0.0__b77a5c561934e089/System.dll
    ----------------------------------------
    System.Core
    Versão de montagem: 4.0.0.0
    Versão Win32: 4.8.4121.0 desenvolvido por: NET48REL1LAST_C
    CodeBase: file: /// C: /WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Core/v4.0_4.0.0.0__b77a5c561934e089/System.Core.dll
    ----------------------------------------
    System.Windows.Forms
    Versão de montagem: 4.0.0.0
    Versão Win32: 4.8.4150.0 desenvolvido por: NET48REL1LAST_C
    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
    Versão de montagem: 4.0.0.0
    Versão Win32: 4.8.3752.0 desenvolvido por: NET48REL1
    CodeBase: file: /// C: /WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Drawing/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll
    ----------------------------------------
    Configuração do sistema
    Versão de montagem: 4.0.0.0
    Versão Win32: 4.8.3752.0 desenvolvido por: NET48REL1
    CodeBase: file: /// C: /WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Configuration/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Configuration.dll
    ----------------------------------------
    System.Xml
    Versão de montagem: 4.0.0.0
    Versão Win32: 4.8.3752.0 desenvolvido por: NET48REL1
    CodeBase: file: /// C: /WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Xml/v4.0_4.0.0.0__b77a5c561934e089/System.Xml.dll
    ----------------------------------------
    System.Runtime.Remoting
    Versão de montagem: 4.0.0.0
    Versão Win32: 4.8.3752.0 desenvolvido por: NET48REL1
    CodeBase: file: /// C: /WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Runtime.Remoting/v4.0_4.0.0.0__b77a5c561934e089/System.Runtime.Remoting.dll
    ----------------------------------------

    ************** Depuração JIT **************
    Para habilitar a depuração just-in-time (JIT), o arquivo .config para este
    aplicativo ou computador (machine.config) deve ter o
    Valor de jitDebugging definido na seção system.windows.forms.
    O aplicativo também deve ser compilado com depuração
    ativado.

    Por exemplo:

    <configuração>
    <system.windows.forms jitDebugging = "true" />
    </configuration>

    Quando a depuração JIT está habilitada, qualquer exceção não tratada
    será enviado para o depurador JIT registrado no computador
    em vez de ser controlado por esta caixa de diálogo.


    [/ CODE] [/ QUOTE]
     
  6. Giovani Baltieri

    Giovani Baltieri Registered

    Joined:
    Jul 20, 2020
    Messages:
    8
    Likes Received:
    1
    Just copy the ".exe" in the RF2 root folder and be happy, this error disappears!
     
  7. RoWo

    RoWo Member

    Joined:
    Jul 16, 2014
    Messages:
    570
    Likes Received:
    625
    Have the same issue and can't get it solved. Dedi runs at Windows Server 2012 R2. Any help?
     

Share This Page