BMTv4 TV

ID Category Task Type Priority Severity Summary Status  desc Progress
Backend / CoreBug ReportVery LowHighUser Manager TVRequires testing
100%
Task Description

1) Can not assign profile to users, I untick it from all the other profiles and once I go into a profile and tick access profile it ticks all of them so i go through and untick the other profiles and it untick all of the profile.
It would be easier if everything was select when you clicked access for each section the went into that section and unticked what you dont want them to use.

2) Game server Profile’s getting mixed up e.g

UGC = USA
USA = UGC

3) Deleted a game server profile and it change all the users profile access e.g

USA who had USA profile access only change to UGC access only
NutHouse who had Nuthouse access only changed to USA access only


Backend / CoreBug ReportMediumLowUnhandled Exception: System.ArgumentExceptionRequires testing
100%
Task Description
Unhandled Exception: System.ArgumentException: Process with an Id of 9916 is not running.
   at System.Diagnostics.Process.GetProcessById(Int32 processId, String machineName)
   at System.Diagnostics.Process.GetProcessById(Int32 processId)
   at BMT_TV.Main_Profilelist.button10_Click(Object sender, EventArgs e) in C:\Users\Administrator\Documents\BMT\BMT_TV\BMT_TV\Main_Profilelist.cs:line 2466
   at System.Windows.Forms.Control.OnClick(EventArgs e)
   at System.Windows.Forms.Button.OnClick(EventArgs e)
   at System.Windows.Forms.Button.OnMouseUp(MouseEventArgs mevent)
   at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
   at System.Windows.Forms.Control.WndProc(Message& m)
   at System.Windows.Forms.ButtonBase.WndProc(Message& m)
   at System.Windows.Forms.Button.WndProc(Message& m)
   at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
   at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
   at System.Windows.Forms.NativeWindow.DebuggableCallback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
   at System.Windows.Forms.UnsafeNativeMethods.DispatchMessageW(MSG& msg)
   at System.Windows.Forms.Application.ComponentManager.System.Windows.Forms.UnsafeNativeMethods.IMsoComponentManager.FPushMessageLoop(IntPtr dwComponentID, Int32 reason, Int32 pvLoopData)
   at System.Windows.Forms.Application.ThreadContext.RunMessageLoopInner(Int32 reason, ApplicationContext context)
   at System.Windows.Forms.Application.ThreadContext.RunMessageLoop(Int32 reason, ApplicationContext context)
   at System.Windows.Forms.Application.Run(Form mainForm)
   at BMT_TV.Main_Load.load_modules() in C:\Users\Administrator\Documents\BMT\BMT_TV\BMT_TV\Main_Load.cs:line 152
   at BMT_TV.Main_Load..ctor() in C:\Users\Administrator\Documents\BMT\BMT_TV\BMT_TV\Main_Load.cs:line 302
   at BMT_TV.Program.Main(String[] args) in C:\Users\Administrator\Documents\BMT\BMT_TV\BMT_TV\Program.cs:line 94
Backend / CoreBug ReportMediumLowInvalidArgument=Value of '0' is not valid for 'Selected...Requires testing
100%
Task Description
System.ArgumentOutOfRangeException: InvalidArgument=Value of '0' is not valid for 'SelectedIndex'.
Parameter name: SelectedIndex
   at System.Windows.Forms.ComboBox.set_SelectedIndex(Int32 value)
   at BMT_TV.UserManager.resetUserForm() in C:\Users\Administrator\Documents\BMT\BMT_TV\BMT_TV\UserManager.cs:line 941
   at BMT_TV.UserManager.button1_Click(Object sender, EventArgs e) in C:\Users\Administrator\Documents\BMT\BMT_TV\BMT_TV\UserManager.cs:line 415
   at System.Windows.Forms.Control.OnClick(EventArgs e)
   at System.Windows.Forms.Button.OnClick(EventArgs e)
   at System.Windows.Forms.Button.OnMouseUp(MouseEventArgs mevent)
   at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
   at System.Windows.Forms.Control.WndProc(Message& m)
   at System.Windows.Forms.ButtonBase.WndProc(Message& m)
   at System.Windows.Forms.Button.WndProc(Message& m)
   at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
   at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
   at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
Backend / CoreBug ReportMediumLowInvalidArgument=Value of '0' is not valid for 'Selected...Requires testing
100%
Task Description

System.ArgumentOutOfRangeException: InvalidArgument=Value of ‘0’ is not valid for ‘SelectedIndex’.
Parameter name: SelectedIndex

 at System.Windows.Forms.ComboBox.set_SelectedIndex(Int32 value)
 at BMT_TV.UserManager.UserManager_Load(Object sender, EventArgs e) in C:\Users\Administrator\Documents\BMT\BMT_TV\BMT_TV\UserManager.cs:line 100
 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.ScrollableControl.WndProc(Message& m)
 at System.Windows.Forms.Form.WmShowWindow(Message& m)
 at System.Windows.Forms.Form.WndProc(Message& m)
 at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
 at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
 at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
Backend / CoreBug ReportMediumLowMaplist BugRequires testing
100%
Task Description

When attempting to remove a map from the “selected” maplist, it removes the first item instead of the selected item.

PluginBug ReportMediumLowSkip MapIn Progress
70%
Task Description

Increase number of monitoring threads to handle multiple players saying !skip at the same time.

Backend / CoreBug ReportMediumLowStart Game ErrorAssigned
0%
Task Description
See the end of this message for details on invoking 
just-in-time (JIT) debugging instead of this dialog box.

************** Exception Text **************
System.ArgumentOutOfRangeException: InvalidArgument=Value of '25' is not valid for 'SelectedIndex'.
Parameter name: SelectedIndex
   at System.Windows.Forms.ComboBox.set_SelectedIndex(Int32 value)
   at BMT_TV.Start_Game.Start_Game_Load(Object sender, EventArgs e) in C:\Users\Administrator\Documents\GitHub\BMT_TV\BMT_TV\Start_Game.cs:line 1236
   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.ScrollableControl.WndProc(Message& m)
   at System.Windows.Forms.Form.WmShowWindow(Message& m)
   at System.Windows.Forms.Form.WndProc(Message& m)
   at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
   at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
   at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
Backend / CoreBug ReportVery LowLowperm ban custom reasonAssigned
0%
Task Description

Tried to add a perm ban with a custom reason and go this
See the end of this message for details on invoking
just-in-time (JIT) debugging instead of this dialog box.

Exception Text System.FormatException: String was not recognized as a valid DateTime.

 at System.DateTimeParse.Parse(String s, DateTimeFormatInfo dtfi, DateTimeStyles styles)
 at System.DateTime.Parse(String s)
 at BMT_TV.BanPlayerFunction.BanPlayer(Instance _instances, Int32 slotNum, String banLimit, String bannedBy, String banReason, Boolean onlyKick) in C:\Users\Administrator\Documents\BMT\BMT_TV\BMT_TV\BanPlayerFunction.cs:line 58
 at BMT_TV.Server_Manager.toolStripTextBox1_KeyPress(Object sender, KeyPressEventArgs e) in C:\Users\Administrator\Documents\BMT\BMT_TV\BMT_TV\Server_Manager.cs:line 812
 at System.Windows.Forms.ToolStripItem.RaiseKeyPressEvent(Object key, KeyPressEventArgs e)
 at System.Windows.Forms.ToolStripControlHost.OnKeyPress(KeyPressEventArgs e)
 at System.Windows.Forms.ToolStripControlHost.HandleKeyPress(Object sender, KeyPressEventArgs e)
 at System.Windows.Forms.Control.OnKeyPress(KeyPressEventArgs e)
 at System.Windows.Forms.Control.ProcessKeyEventArgs(Message& m)
 at System.Windows.Forms.Control.ProcessKeyMessage(Message& m)
 at System.Windows.Forms.Control.WmKeyChar(Message& m)
 at System.Windows.Forms.Control.WndProc(Message& m)
 at System.Windows.Forms.TextBoxBase.WndProc(Message& m)
 at System.Windows.Forms.TextBox.WndProc(Message& m)
 at System.Windows.Forms.ToolStripTextBox.ToolStripTextBoxControl.WndProc(Message& m)
 at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
 at 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

  Assembly Version: 4.0.0.0
  Win32 Version: 4.8.4645.0 built by: NET48REL1LAST_B
  CodeBase: file:///C:/Windows/Microsoft.NET/Framework/v4.0.30319/mscorlib.dll

—————————————-
BMT_TV

  Assembly Version: 1.0.0.0
  Win32 Version: 1.0.0
  CodeBase: file:///C:/Program%20Files%20(x86)/Babstats/BMT%20Television/BMT_TV.exe

—————————————-
log4net

  Assembly Version: 2.0.15.0
  Win32 Version: 2.0.15.0
  CodeBase: file:///C:/Program%20Files%20(x86)/Babstats/BMT%20Television/log4net.DLL

—————————————-
System.Configuration

  Assembly Version: 4.0.0.0
  Win32 Version: 4.8.4190.0 built by: NET48REL1LAST_B
  CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Configuration/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Configuration.dll

—————————————-
System

  Assembly Version: 4.0.0.0
  Win32 Version: 4.8.4654.0 built by: NET48REL1LAST_B
  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.4667.0 built by: NET48REL1LAST_B
  CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Core/v4.0_4.0.0.0__b77a5c561934e089/System.Core.dll

—————————————-
System.Xml

  Assembly Version: 4.0.0.0
  Win32 Version: 4.8.3761.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.Windows.Forms

  Assembly Version: 4.0.0.0
  Win32 Version: 4.8.4654.0 built by: NET48REL1LAST_B
  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.4390.0 built by: NET48REL1LAST_C
  CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Drawing/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll

—————————————-
Newtonsoft.Json

  Assembly Version: 13.0.0.0
  Win32 Version: 13.0.3.27908
  CodeBase: file:///C:/Program%20Files%20(x86)/Babstats/BMT%20Television/Newtonsoft.Json.DLL

—————————————-
System.Numerics

  Assembly Version: 4.0.0.0
  Win32 Version: 4.8.3761.0 built by: NET48REL1
  CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Numerics/v4.0_4.0.0.0__b77a5c561934e089/System.Numerics.dll

—————————————-
System.Runtime.Serialization

  Assembly Version: 4.0.0.0
  Win32 Version: 4.8.4536.0 built by: NET48REL1LAST_C
  CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Runtime.Serialization/v4.0_4.0.0.0__b77a5c561934e089/System.Runtime.Serialization.dll

—————————————-
System.Data

  Assembly Version: 4.0.0.0
  Win32 Version: 4.8.4644.0 built by: NET48REL1LAST_B
  CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_32/System.Data/v4.0_4.0.0.0__b77a5c561934e089/System.Data.dll

—————————————-
BMT_TV.resources

  Assembly Version: 1.0.0.0
  Win32 Version: 1.0.0
  CodeBase: file:///C:/Program%20Files%20(x86)/Babstats/BMT%20Television/en/BMT_TV.resources.DLL

—————————————-
System.Data.SQLite

  Assembly Version: 1.0.118.0
  Win32 Version: 1.0.118.0
  CodeBase: file:///C:/Program%20Files%20(x86)/Babstats/BMT%20Television/System.Data.SQLite.DLL

—————————————-
System.Transactions

  Assembly Version: 4.0.0.0
  Win32 Version: 4.8.3761.0 built by: NET48REL1
  CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_32/System.Transactions/v4.0_4.0.0.0__b77a5c561934e089/System.Transactions.dll

—————————————-
FubarDev.FtpServer.Abstractions

  Assembly Version: 3.0.0.0
  Win32 Version: 3.0.0.0
  CodeBase: file:///C:/Program%20Files%20(x86)/Babstats/BMT%20Television/FubarDev.FtpServer.Abstractions.DLL

—————————————-
netstandard

  Assembly Version: 2.0.0.0
  Win32 Version: 4.8.3761.0
  CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/netstandard/v4.0_2.0.0.0__cc7b13ffcd2ddd51/netstandard.dll

—————————————-
System.Web.Http

  Assembly Version: 5.2.9.0
  Win32 Version: 5.2.61129.10
  CodeBase: file:///C:/Program%20Files%20(x86)/Babstats/BMT%20Television/System.Web.Http.DLL

—————————————-
System.EnterpriseServices

  Assembly Version: 4.0.0.0
  Win32 Version: 4.8.3761.0 built by: NET48REL1
  CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_32/System.EnterpriseServices/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.EnterpriseServices.dll

—————————————-
WatsonTcp

  Assembly Version: 5.1.7.0
  Win32 Version: 5.1.7.0
  CodeBase: file:///C:/Program%20Files%20(x86)/Babstats/BMT%20Television/WatsonTcp.DLL

—————————————-
System.Text.Json

  Assembly Version: 7.0.0.3
  Win32 Version: 7.0.723.27404
  CodeBase: file:///C:/Program%20Files%20(x86)/Babstats/BMT%20Television/System.Text.Json.DLL

—————————————-
Microsoft.Extensions.DependencyInjection.Abstractions

  Assembly Version: 7.0.0.0
  Win32 Version: 7.0.22.51805
  CodeBase: file:///C:/Program%20Files%20(x86)/Babstats/BMT%20Television/Microsoft.Extensions.DependencyInjection.Abstractions.DLL

—————————————-
Microsoft.Extensions.DependencyInjection

  Assembly Version: 7.0.0.0
  Win32 Version: 7.0.22.51805
  CodeBase: file:///C:/Program%20Files%20(x86)/Babstats/BMT%20Television/Microsoft.Extensions.DependencyInjection.DLL

—————————————-
Microsoft.Bcl.AsyncInterfaces

  Assembly Version: 7.0.0.0
  Win32 Version: 7.0.22.51805
  CodeBase: file:///C:/Program%20Files%20(x86)/Babstats/BMT%20Television/Microsoft.Bcl.AsyncInterfaces.DLL

—————————————-
System.Threading.Tasks.Extensions

  Assembly Version: 4.2.0.1
  Win32 Version: 4.6.28619.01
  CodeBase: file:///C:/Program%20Files%20(x86)/Babstats/BMT%20Television/System.Threading.Tasks.Extensions.DLL

—————————————-
FubarDev.FtpServer

  Assembly Version: 3.0.0.0
  Win32 Version: 3.0.0.0
  CodeBase: file:///C:/Program%20Files%20(x86)/Babstats/BMT%20Television/FubarDev.FtpServer.DLL

—————————————-
Microsoft.Extensions.Options

  Assembly Version: 7.0.0.1
  Win32 Version: 7.0.323.6910
  CodeBase: file:///C:/Program%20Files%20(x86)/Babstats/BMT%20Television/Microsoft.Extensions.Options.DLL

—————————————-
System.Threading.Channels

  Assembly Version: 7.0.0.0
  Win32 Version: 7.0.22.51805
  CodeBase: file:///C:/Program%20Files%20(x86)/Babstats/BMT%20Television/System.Threading.Channels.DLL

—————————————-
FubarDev.FtpServer.Commands

  Assembly Version: 3.0.0.0
  Win32 Version: 3.0.0.0
  CodeBase: file:///C:/Program%20Files%20(x86)/Babstats/BMT%20Television/FubarDev.FtpServer.Commands.DLL

—————————————-
Microsoft.AspNetCore.Http.Features

  Assembly Version: 5.0.17.0
  Win32 Version: 5.0.1722.21507
  CodeBase: file:///C:/Program%20Files%20(x86)/Babstats/BMT%20Television/Microsoft.AspNetCore.Http.Features.DLL

—————————————-
Microsoft.Extensions.Logging.Abstractions

  Assembly Version: 7.0.0.1
  Win32 Version: 7.0.723.27404
  CodeBase: file:///C:/Program%20Files%20(x86)/Babstats/BMT%20Television/Microsoft.Extensions.Logging.Abstractions.DLL

—————————————-
NGettext

  Assembly Version: 0.6.1.0
  Win32 Version: 0.6.1.0
  CodeBase: file:///C:/Program%20Files%20(x86)/Babstats/BMT%20Television/NGettext.DLL

—————————————-
Scrutor

  Assembly Version: 4.0.0.0
  Win32 Version: 4.0.0.0
  CodeBase: file:///C:/Program%20Files%20(x86)/Babstats/BMT%20Television/Scrutor.DLL

—————————————-
System.ComponentModel.Annotations

  Assembly Version: 4.2.1.0
  Win32 Version: 4.6.26515.06
  CodeBase: file:///C:/Program%20Files%20(x86)/Babstats/BMT%20Television/System.ComponentModel.Annotations.DLL

—————————————-
System.ComponentModel.DataAnnotations

  Assembly Version: 4.0.0.0
  Win32 Version: 4.8.3761.0
  CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.ComponentModel.DataAnnotations/v4.0_4.0.0.0__31bf3856ad364e35/System.ComponentModel.DataAnnotations.dll

—————————————-
System.Memory

  Assembly Version: 4.0.1.2
  Win32 Version: 4.6.31308.01
  CodeBase: file:///C:/Program%20Files%20(x86)/Babstats/BMT%20Television/System.Memory.DLL

—————————————-
System.IO.Pipelines

  Assembly Version: 7.0.0.0
  Win32 Version: 7.0.22.51805
  CodeBase: file:///C:/Program%20Files%20(x86)/Babstats/BMT%20Television/System.IO.Pipelines.DLL

—————————————-
FubarDev.FtpServer.FileSystem.DotNet

  Assembly Version: 3.0.0.0
  Win32 Version: 3.0.0.0
  CodeBase: file:///C:/Program%20Files%20(x86)/Babstats/BMT%20Television/FubarDev.FtpServer.FileSystem.DotNet.DLL

—————————————-
System.Runtime.CompilerServices.Unsafe

  Assembly Version: 6.0.0.0
  Win32 Version: 6.0.21.52210
  CodeBase: file:///C:/Program%20Files%20(x86)/Babstats/BMT%20Television/System.Runtime.CompilerServices.Unsafe.DLL

—————————————-
System.Management

  Assembly Version: 4.0.0.0
  Win32 Version: 4.8.4435.0 built by: NET48REL1LAST_C
  CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Management/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Management.dll

—————————————-
Accessibility

  Assembly Version: 4.0.0.0
  Win32 Version: 4.8.3761.0 built by: NET48REL1
  CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/Accessibility/v4.0_4.0.0.0__b03f5f7f11d50a3a/Accessibility.dll

—————————————-
System.ValueTuple

  Assembly Version: 4.0.0.0
  Win32 Version: 4.8.3761.0
  CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.ValueTuple/v4.0_4.0.0.0__cc7b13ffcd2ddd51/System.ValueTuple.dll

—————————————-
System.Text.Encodings.Web

  Assembly Version: 7.0.0.0
  Win32 Version: 7.0.22.51805
  CodeBase: file:///C:/Program%20Files%20(x86)/Babstats/BMT%20Television/System.Text.Encodings.Web.DLL

—————————————-
System.Buffers

  Assembly Version: 4.0.3.0
  Win32 Version: 4.6.28619.01
  CodeBase: file:///C:/Program%20Files%20(x86)/Babstats/BMT%20Television/System.Buffers.DLL

—————————————-
System.Numerics.Vectors

  Assembly Version: 4.1.4.0
  Win32 Version: 4.6.26515.06
  CodeBase: file:///C:/Program%20Files%20(x86)/Babstats/BMT%20Television/System.Numerics.Vectors.DLL

—————————————-
Microsoft.CSharp

  Assembly Version: 4.0.0.0
  Win32 Version: 4.8.3761.0
  CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/Microsoft.CSharp/v4.0_4.0.0.0__b03f5f7f11d50a3a/Microsoft.CSharp.dll

—————————————-
ConfigParser

  Assembly Version: 0.3.8.2
  Win32 Version: 0.3.8.2
  CodeBase: file:///C:/Program%20Files%20(x86)/Babstats/BMT%20Television/ConfigParser.DLL

—————————————-
System.Dynamic

  Assembly Version: 4.0.0.0
  Win32 Version: 4.8.3761.0
  CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Dynamic/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Dynamic.dll

—————————————-
Anonymously Hosted DynamicMethods Assembly

  Assembly Version: 0.0.0.0
  Win32 Version: 4.8.4645.0 built by: NET48REL1LAST_B
  CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_32/mscorlib/v4.0_4.0.0.0__b77a5c561934e089/mscorlib.dll

—————————————-
Equin.ApplicationFramework.BindingListView

  Assembly Version: 1.1.2408.24889
  Win32 Version: 1.1.2.0
  CodeBase: file:///C:/Program%20Files%20(x86)/Babstats/BMT%20Television/Equin.ApplicationFramework.BindingListView.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.

PluginFeature RequestDeferVery LowPlugin RequestAssigned
0%
Task Description

Change Weapon Restrictions based on Map

PluginFeature RequestDeferVery LowVote KickNew
0%
Task Description

Provide Vote Kick/Ban players

Backend / CoreBug ReportMediumLowThe given key was not present in the dictionary.Unconfirmed
0%
Task Description
System.Collections.Generic.KeyNotFoundException: The given key was not present in the dictionary.
   at System.Collections.Generic.Dictionary`2.get_Item(TKey key)
   at BMT_TV.Options..ctor(AppState state) in C:\Users\Administrator\Documents\BMT\BMT_TV\BMT_TV\Options.cs:line 52
   at BMT_TV.Main_Profilelist.button2_Click(Object sender, EventArgs e) in C:\Users\Administrator\Documents\BMT\BMT_TV\BMT_TV\Main_Profilelist.cs:line 2225
   at System.Windows.Forms.Control.OnClick(EventArgs e)
   at System.Windows.Forms.Button.OnClick(EventArgs e)
   at System.Windows.Forms.Button.OnMouseUp(MouseEventArgs mevent)
   at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
   at System.Windows.Forms.Control.WndProc(Message& m)
   at System.Windows.Forms.ButtonBase.WndProc(Message& m)
   at System.Windows.Forms.Button.WndProc(Message& m)
   at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
   at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
   at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
Backend / CoreFeature RequestMediumHigh User Manager - Delete Primary User Closed
100%
Task Description

When deleting the primary user, delete all sub-admins.

Backend / CoreBug ReportMediumHigh User Manager - Add New User Closed
100%
Task Description

When adding a primary user, the user default permissions are not changing in accordance to the listView.

Backend / CoreFeature RequestMediumMedium Fat Bullets Closed
100%
Task Description

Code out Fat Bullets for BHD

Backend / CoreBug ReportMediumMedium Game Play Options Missing Closed
100%
Task Description

Find the missing game play options, and their values.

Backend / CoreBug ReportMediumMedium User Manager Closed
100%
Task Description

Fix user manager

Backend / CoreBug ReportMediumMedium Updated TVRCFunctions class Closed
100%
Task Description

Updated the GetInstances command to only provide instances that the user has been assigned.

This will also help prevent large data transfers to clients who only have one instance.

Backend / CoreBug ReportMediumMedium User Manager Closed
100%
Task Description

Code in a sanity check for existing users.

Backend / CoreBug ReportMediumMedium Game Play Options Missing Closed
100%
Task Description

Allow Auto Range
Show Team Tags

Backend / CoreBug ReportMediumMedium Team Password Closed
100%
Task Description

Blue Team password was set, and is not being unset. Players reportedly only being thrown on RED team.

Backend / CoreBug ReportMediumLow User Manager Closed
100%
Task Description

Fix bug where Super Admins cannot view connection logs via the RC

Backend / CoreBug ReportMediumLow FTP Crashing Closed
100%
Task Description

FTP keeps crashing on BMTv4

Backend / CoreBug ReportMediumLow FTP Username Closed
100%
Task Description

FTP username is being passed to the RCLogs upon creation instead of the Admin’s username.

Backend / CoreBug ReportMediumLow RC GetLogs Function Closed
100%
Task Description

Fixed bug where _state.rcClients[sessionID]._username was item.username

Backend / CoreBug ReportMediumLow Invalid UserID Closed
100%
Task Description

Fix user manager where the user no longer exists. Invalid index in dictionary.

Backend / CoreBug ReportMediumLow Fixed Processor Bug Closed
100%
Web InterfaceBug ReportMediumLow Fixed Crash Closed
100%
Backend / CoreBug ReportMediumLow Value cannot be null. Closed
100%
Backend / CoreBug ReportMediumLow Main_Profilelist.update_master() - Unexpected character ...Closed
100%
Backend / CoreBug ReportMediumLow Newtonsoft.Json.JsonReaderException: Unexpected charact ...Closed
100%
Backend / CoreBug ReportDeferVery Low Allow Custom Skins Closed
100%
Backend / CoreBug ReportHighHigh Admin Accounts Closed
100%
Backend / CoreBug ReportMediumLow ScoringHandler Closed
100%
Backend / CoreBug ReportMediumLow Something went wrong with ScoringProcessHandler: System ...Closed
100%
Backend / CoreBug ReportVery HighCritical License Check Spam Closed
100%
Backend / CoreBug ReportMediumMedium Spoofed IPs Closed
100%
Backend / CoreBug ReportMediumLow User Manager Closed
100%
Backend / CoreBug ReportMediumLow Start Error Closed
100%
Backend / CoreBug ReportMediumLow Profile Error Closed
100%
Backend / CoreBug ReportVery LowVery Low Sample Task Closed
100%
Backend / CoreFeature RequestMediumLow Console Queue Closed
100%
Backend / CoreBug ReportMediumLow Start Game Error Closed
100%
Backend / CoreBug ReportMediumLow Object reference not set to an instance of an object Closed
100%
Backend / CoreBug ReportMediumLow The given key was not present in the dictionary. Closed
100%
Showing tasks 1 - 44 of 44 Page 1 of 1

Available keyboard shortcuts

Tasklist

Task Details

Task Editing