|
| Plugin | Feature Request | Defer | Very Low | Vote Kick | New | |
Task Description
Provide Vote Kick/Ban players
|
|
| Backend / Core | Bug Report | Medium | Low | Value cannot be null. | Closed | |
Task Description
System.ArgumentNullException: Value cannot be null.
Parameter name: key
at System.Collections.Generic.Dictionary2.FindEntry(TKey key)
at System.Collections.Generic.Dictionary2.get_Item(TKey key)
at BMT_TV.ScoringProcessHandler.ChangeGameType() in C:\Users\Administrator\Documents\GitHub\BMT_TV\BMT_TV\ScoringProcessHandler.cs:line 190
at BMT_TV.ScoringProcessHandler.Run() in C:\Users\Administrator\Documents\GitHub\BMT_TV\BMT_TV\ScoringProcessHandler.cs:line 64
at BMT_TV.Main_Profilelist.UpdateTick() in C:\Users\Administrator\Documents\GitHub\BMT_TV\BMT_TV\Main_Profilelist.cs:line 3120
|
|
| Backend / Core | Bug Report | Very Low | High | User Manager TV | Requires testing | |
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 / Core | Feature Request | Medium | High | User Manager - Delete Primary User | Closed | |
Task Description
When deleting the primary user, delete all sub-admins.
|
|
| Backend / Core | Bug Report | Medium | High | User Manager - Add New User | Closed | |
Task Description
When adding a primary user, the user default permissions are not changing in accordance to the listView.
|
|
| Backend / Core | Bug Report | Medium | Medium | User Manager | Closed | |
Task Description
Fix user manager
|
|
| Backend / Core | Bug Report | Medium | Medium | User Manager | Closed | |
Task Description
Code in a sanity check for existing users.
|
|
| Backend / Core | Bug Report | Medium | Low | User Manager | Closed | |
Task Description
Fix bug where Super Admins cannot view connection logs via the RC
|
|
| Backend / Core | Bug Report | Medium | Low | User Manager | Closed | |
Task Description
Code out Connection Activity on TV User Manager
|
|
| Backend / Core | Bug Report | Medium | Medium | Updated TVRCFunctions class | Closed | |
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 / Core | Bug Report | Medium | Low | Unhandled Exception: System.ArgumentException | Requires testing | |
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 / Core | Bug Report | Medium | Low | The given key was not present in the dictionary. | Unconfirmed | |
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 / Core | Bug Report | Medium | Low | The given key was not present in the dictionary. | Closed | |
Task Description
************** Exception Text **************
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.Main_Profilelist.<>c__DisplayClass32_0.<SetupAppState>b__0(Object sender, EventArgs e) in C:\Users\Administrator\Documents\BMT\BMT_TV\BMT_TV\Main_Profilelist.cs:line 801
at System.Windows.Forms.Timer.OnTick(EventArgs e)
at System.Windows.Forms.Timer.TimerNativeWindow.WndProc(Message& m)
at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
|
|
| Backend / Core | Bug Report | Medium | Medium | Team Password | Closed | |
Task Description
Blue Team password was set, and is not being unset. Players reportedly only being thrown on RED team.
|
|
| Backend / Core | Bug Report | Medium | Low | Start Game Error | Assigned | |
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 / Core | Bug Report | Medium | Low | Start Game Error | Closed | |
Task Description
System.ArgumentNullException: Value cannot be null.
Parameter name: key
at System.Collections.Generic.Dictionary`2.FindEntry(TKey key)
at System.Collections.Generic.Dictionary`2.get_Item(TKey key)
at BMT_TV.Start_Game.button1_Click(Object sender, EventArgs e) in C:\Users\Administrator\Documents\GitHub\BMT_TV\BMT_TV\Start_Game.cs:line 592
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)
************** Loaded Assemblies **************
mscorlib
Assembly Version: 4.0.0.0
Win32 Version: 4.8.4614.0 built by: NET48REL1LAST_B
CodeBase: file:///C:/Windows/Microsoft.NET/Framework/v4.0.30319/mscorlib.dll
----------------------------------------
BMT_TV
Assembly Version: 1.5.6.4
Win32 Version: 1.5.6.4
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.4614.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.4614.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.4550.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.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.1.25517
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.4585.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
----------------------------------------
System.Data.SQLite
Assembly Version: 1.0.116.0
Win32 Version: 1.0.116.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: 4.8.14.14
Win32 Version: 4.8.14.14
CodeBase: file:///C:/Program%20Files%20(x86)/Babstats/BMT%20Television/WatsonTcp.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.0
Win32 Version: 7.0.22.51805
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.0
Win32 Version: 7.0.22.51805
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: 5.0.0.2
Win32 Version: 5.0.1522.11506
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
----------------------------------------
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
----------------------------------------
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
----------------------------------------
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.4614.0 built by: NET48REL1LAST_B
CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_32/mscorlib/v4.0_4.0.0.0__b77a5c561934e089/mscorlib.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.
|
|
| Backend / Core | Bug Report | Medium | Low | Start Error | Closed | |
Task Description
System.ComponentModel.Win32Exception (0x80004005): The system cannot find the file specified
at System.Diagnostics.Process.StartWithShellExecuteEx(ProcessStartInfo startInfo)
at System.Diagnostics.Process.Start()
at System.Diagnostics.Process.Start(ProcessStartInfo startInfo)
at BMT_TV.Start_Game.button1_Click(Object sender, EventArgs e) in C:\Users\Administrator\Documents\GitHub\BMT_TV\BMT_TV\Start_Game.cs:line 871
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 / Core | Bug Report | Medium | Medium | Spoofed IPs | Closed | |
Task Description
Check to see if spoofing client addresses is possible.
2023-02-18 04:15:21
|
|
| Backend / Core | Bug Report | Medium | Low | Something went wrong with ScoringProcessHandler: System ... | Closed | |
Task Description
Something went wrong with ScoringProcessHandler: System.ArgumentNullException: Value cannot be null.
Parameter name: key
at System.Collections.Generic.Dictionary2.FindEntry(TKey key)
at System.Collections.Generic.Dictionary2.get_Item(TKey key)
at BMT_TV.ScoringProcessHandler.ChangeGameType() in C:\Users\Administrator\Documents\BMT\BMT_TV\BMT_TV\ScoringProcessHandler.cs:line 192 Instance: 3
|
|
| Plugin | Bug Report | Medium | Low | Skip Map | In Progress | |
Task Description
Increase number of monitoring threads to handle multiple players saying !skip at the same time.
|
|
| Backend / Core | Bug Report | Medium | Low | ScoringHandler | Closed | |
Task Description
Fix null int value issue on line 190
|
|
| Backend / Core | Bug Report | Very Low | Very Low | Sample Task | Closed | |
Task Description
This is not a real task. You should close it and start opening some real tasks.
|
|
| Backend / Core | Bug Report | Medium | Low | RC GetLogs Function | Closed | |
Task Description
Fixed bug where _state.rcClients[sessionID]._username was item.username
|
|
| Backend / Core | Bug Report | Medium | Low | Profile Error | Closed | |
Task Description
Added a new profile and tried to start the game and most drop down are blank and get this error
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.Main_Profilelist.<>c__DisplayClass32_0.<SetupAppState>b__0(Object sender, EventArgs e) in C:\Users\Administrator\Documents\GitHub\BMT_TV\BMT_TV\Main_Profilelist.cs:line 800
at System.Windows.Forms.Timer.OnTick(EventArgs e)
at System.Windows.Forms.Timer.TimerNativeWindow.WndProc(Message& m)
at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
|
|
| Plugin | Feature Request | Defer | Very Low | Plugin Request | Assigned | |
Task Description
Change Weapon Restrictions based on Map
|
|
| Backend / Core | Bug Report | Very Low | Low | perm ban custom reason | Assigned | |
|
|
| Backend / Core | Bug Report | Medium | Low | Object reference not set to an instance of an object | Closed | |
|
|
| Backend / Core | Bug Report | Medium | Low | Newtonsoft.Json.JsonReaderException: Unexpected charact ... | Closed | |
|
|
| Backend / Core | Bug Report | Medium | Low | Maplist Bug | Requires testing | |
|
|
| Backend / Core | Bug Report | Medium | Low | Main_Profilelist.update_master() - Unexpected character ... | Closed | |
|
|
| Backend / Core | Bug Report | Very High | Critical | License Check Spam | Closed | |
|
|
| Backend / Core | Bug Report | Medium | Low | InvalidArgument=Value of '0' is not valid for 'Selected... | Requires testing | |
|
|
| Backend / Core | Bug Report | Medium | Low | InvalidArgument=Value of '0' is not valid for 'Selected... | Requires testing | |
|
|
| Backend / Core | Bug Report | Medium | Low | Invalid UserID | Closed | |
|
|
| Backend / Core | Bug Report | Medium | Medium | Game Play Options Missing | Closed | |
|
|
| Backend / Core | Bug Report | Medium | Medium | Game Play Options Missing | Closed | |
|
|
| Backend / Core | Bug Report | Medium | Low | FTP Username | Closed | |
|
|
| Backend / Core | Bug Report | Medium | Low | FTP Crashing | Closed | |
|
|
| Backend / Core | Bug Report | Medium | Low | Fixed Processor Bug | Closed | |
|
|
| Web Interface | Bug Report | Medium | Low | Fixed Crash | Closed | |
|
|
| Backend / Core | Feature Request | Medium | Medium | Fat Bullets | Closed | |
|
|
| Backend / Core | Feature Request | Medium | Low | Console Queue | Closed | |
|
|
| Backend / Core | Bug Report | Defer | Very Low | Allow Custom Skins | Closed | |
|
|
| Backend / Core | Bug Report | High | High | Admin Accounts | Closed | |
|