kwsch / pkNX

Pokémon (Nintendo Switch) ROM Editor & Randomizer
https://projectpokemon.org/home/forums/topic/48647-pknx-nintendo-switch-rom-editor-randomizer/
GNU General Public License v3.0
339 stars 106 forks source link

Trainers not Randomizing #286

Open Maxedyret opened 1 year ago

Maxedyret commented 1 year ago

When i try to randomize the trainers in pokemon sword i get this error

Index was out of range. Must be non-negative and less than the size of the collection. (Parameter 'index').

Then i hit details and this comes up

See the end of this message for details on invoking just-in-time (JIT) debugging instead of this dialog box.

** Exception Text **

System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. (Parameter 'index')
   at System.SZArrayHelper.get_Item[T](Int32 index)
   at pkNX.Randomization.MoveRandomizer.GetRandomSTABMove(IPersonalType types) in D:\a\1\s\pkNX.Randomization\Randomizers\MoveRandomizer.cs:line 94
   at pkNX.Randomization.MoveRandomizer.GetRandomMoves(IPersonalType Types, Int32 movecount) in D:\a\1\s\pkNX.Randomization\Randomizers\MoveRandomizer.cs:line 80
   at pkNX.Randomization.MoveRandomizer.GetRandomMoveset(IPersonalType Types, Int32 movecount) in D:\a\1\s\pkNX.Randomization\Randomizers\MoveRandomizer.cs:line 64
   at pkNX.Randomization.MoveRandomizer.GetRandomMoveset(Int32 index, Int32 movecount) in D:\a\1\s\pkNX.Randomization\Randomizers\MoveRandomizer.cs:line 60
   at pkNX.Randomization.TrainerRandomizer.RandomizeEntryMoves(TrainerPoke pk) in D:\a\1\s\pkNX.Randomization\Randomizers\TrainerRandomizer.cs:line 298
   at pkNX.Randomization.TrainerRandomizer.UpdatePKMFromSettings(TrainerPoke pk) in D:\a\1\s\pkNX.Randomization\Randomizers\TrainerRandomizer.cs:line 262
   at pkNX.Randomization.TrainerRandomizer.Execute() in D:\a\1\s\pkNX.Randomization\Randomizers\TrainerRandomizer.cs:line 81
   at pkNX.WinForms.BTTE.B_Randomize_Click(Object sender, EventArgs e) in D:\a\1\s\pkNX.WinForms\Subforms\BTTE.cs:line 575
   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.Control.ControlNativeWindow.WndProc(Message& m)
   at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, WM msg, IntPtr wparam, IntPtr lparam)

** Loaded Assemblies **

Show ``` System.Private.CoreLib Assembly Version: 6.0.0.0 Win32 Version: 6.0.1022.47605 CodeBase: file:///C:/Program%20Files/dotnet/shared/Microsoft.NETCore.App/6.0.10/System.Private.CoreLib.dll ---------------------------------------- pkNX Assembly Version: 1.0.0.0 Win32 Version: 1.0.0.0 CodeBase: file:///C:/Users/Sander-PC/OneDrive/Skrivebord/Ny%20mappe%20(6)/pkNX/net6.0-windows/pkNX.dll ---------------------------------------- System.Runtime Assembly Version: 6.0.0.0 Win32 Version: 6.0.1022.47605 CodeBase: file:///C:/Program%20Files/dotnet/shared/Microsoft.NETCore.App/6.0.10/System.Runtime.dll ---------------------------------------- System.Threading.Thread Assembly Version: 6.0.0.0 Win32 Version: 6.0.1022.47605 CodeBase: file:///C:/Program%20Files/dotnet/shared/Microsoft.NETCore.App/6.0.10/System.Threading.Thread.dll ---------------------------------------- System.Windows.Forms Assembly Version: 6.0.2.0 Win32 Version: 6.0.1022.47606 CodeBase: file:///C:/Program%20Files/dotnet/shared/Microsoft.WindowsDesktop.App/6.0.10/System.Windows.Forms.dll ---------------------------------------- System.Windows.Forms.Primitives Assembly Version: 6.0.2.0 Win32 Version: 6.0.1022.47606 CodeBase: file:///C:/Program%20Files/dotnet/shared/Microsoft.WindowsDesktop.App/6.0.10/System.Windows.Forms.Primitives.dll ---------------------------------------- System.ComponentModel.Primitives Assembly Version: 6.0.0.0 Win32 Version: 6.0.1022.47605 CodeBase: file:///C:/Program%20Files/dotnet/shared/Microsoft.NETCore.App/6.0.10/System.ComponentModel.Primitives.dll ---------------------------------------- System.Runtime.InteropServices Assembly Version: 6.0.0.0 Win32 Version: 6.0.1022.47605 CodeBase: file:///C:/Program%20Files/dotnet/shared/Microsoft.NETCore.App/6.0.10/System.Runtime.InteropServices.dll ---------------------------------------- System.Drawing.Primitives Assembly Version: 6.0.0.0 Win32 Version: 6.0.1022.47605 CodeBase: file:///C:/Program%20Files/dotnet/shared/Microsoft.NETCore.App/6.0.10/System.Drawing.Primitives.dll ---------------------------------------- System.Collections.Specialized Assembly Version: 6.0.0.0 Win32 Version: 6.0.1022.47605 CodeBase: file:///C:/Program%20Files/dotnet/shared/Microsoft.NETCore.App/6.0.10/System.Collections.Specialized.dll ---------------------------------------- System.Drawing.Common Assembly Version: 6.0.0.0 Win32 Version: 6.0.1022.47605 CodeBase: file:///C:/Program%20Files/dotnet/shared/Microsoft.WindowsDesktop.App/6.0.10/System.Drawing.Common.dll ---------------------------------------- pkNX.Structures.FlatBuffers Assembly Version: 1.0.0.0 Win32 Version: 1.0.0.0 CodeBase: file:///C:/Users/Sander-PC/OneDrive/Skrivebord/Ny%20mappe%20(6)/pkNX/net6.0-windows/pkNX.Structures.FlatBuffers.dll ---------------------------------------- pkNX.Structures Assembly Version: 1.0.0.0 Win32 Version: 1.0.0.0 CodeBase: file:///C:/Users/Sander-PC/OneDrive/Skrivebord/Ny%20mappe%20(6)/pkNX/net6.0-windows/pkNX.Structures.dll ---------------------------------------- FlatSharp Assembly Version: 6.3.2.0 Win32 Version: 6.3.2 CodeBase: file:///C:/Users/Sander-PC/OneDrive/Skrivebord/Ny%20mappe%20(6)/pkNX/net6.0-windows/FlatSharp.dll ---------------------------------------- FlatSharp.Runtime Assembly Version: 6.3.2.0 Win32 Version: 6.3.2 CodeBase: file:///C:/Users/Sander-PC/OneDrive/Skrivebord/Ny%20mappe%20(6)/pkNX/net6.0-windows/FlatSharp.Runtime.dll ---------------------------------------- System.Threading Assembly Version: 6.0.0.0 Win32 Version: 6.0.1022.47605 CodeBase: file:///C:/Program%20Files/dotnet/shared/Microsoft.NETCore.App/6.0.10/System.Threading.dll ---------------------------------------- System.Collections Assembly Version: 6.0.0.0 Win32 Version: 6.0.1022.47605 CodeBase: file:///C:/Program%20Files/dotnet/shared/Microsoft.NETCore.App/6.0.10/System.Collections.dll ---------------------------------------- System.Diagnostics.TraceSource Assembly Version: 6.0.0.0 Win32 Version: 6.0.1022.47605 CodeBase: file:///C:/Program%20Files/dotnet/shared/Microsoft.NETCore.App/6.0.10/System.Diagnostics.TraceSource.dll ---------------------------------------- System.Collections.Immutable Assembly Version: 6.0.0.0 Win32 Version: 6.0.1022.47605 CodeBase: file:///C:/Program%20Files/dotnet/shared/Microsoft.NETCore.App/6.0.10/System.Collections.Immutable.dll ---------------------------------------- System.ComponentModel.TypeConverter Assembly Version: 6.0.0.0 Win32 Version: 6.0.1022.47605 CodeBase: file:///C:/Program%20Files/dotnet/shared/Microsoft.NETCore.App/6.0.10/System.ComponentModel.TypeConverter.dll ---------------------------------------- Microsoft.Win32.Primitives Assembly Version: 6.0.0.0 Win32 Version: 6.0.1022.47605 CodeBase: file:///C:/Program%20Files/dotnet/shared/Microsoft.NETCore.App/6.0.10/Microsoft.Win32.Primitives.dll ---------------------------------------- Microsoft.CodeAnalysis Assembly Version: 3.8.0.0 Win32 Version: 3.800.20.56202 CodeBase: file:///C:/Users/Sander-PC/OneDrive/Skrivebord/Ny%20mappe%20(6)/pkNX/net6.0-windows/Microsoft.CodeAnalysis.dll ---------------------------------------- System.ComponentModel.EventBasedAsync Assembly Version: 6.0.0.0 Win32 Version: 6.0.1022.47605 CodeBase: file:///C:/Program%20Files/dotnet/shared/Microsoft.NETCore.App/6.0.10/System.ComponentModel.EventBasedAsync.dll ---------------------------------------- Microsoft.CodeAnalysis.CSharp Assembly Version: 3.8.0.0 Win32 Version: 3.800.20.56202 CodeBase: file:///C:/Users/Sander-PC/OneDrive/Skrivebord/Ny%20mappe%20(6)/pkNX/net6.0-windows/Microsoft.CodeAnalysis.CSharp.dll ---------------------------------------- System.Collections.Concurrent Assembly Version: 6.0.0.0 Win32 Version: 6.0.1022.47605 CodeBase: file:///C:/Program%20Files/dotnet/shared/Microsoft.NETCore.App/6.0.10/System.Collections.Concurrent.dll ---------------------------------------- Accessibility Assembly Version: 4.0.0.0 Win32 Version: 6.0.1022.47606 CodeBase: file:///C:/Program%20Files/dotnet/shared/Microsoft.WindowsDesktop.App/6.0.10/Accessibility.dll ---------------------------------------- System.Linq Assembly Version: 6.0.0.0 Win32 Version: 6.0.1022.47605 CodeBase: file:///C:/Program%20Files/dotnet/shared/Microsoft.NETCore.App/6.0.10/System.Linq.dll ---------------------------------------- netstandard Assembly Version: 2.1.0.0 Win32 Version: 6.0.1022.47605 CodeBase: file:///C:/Program%20Files/dotnet/shared/Microsoft.NETCore.App/6.0.10/netstandard.dll ---------------------------------------- System.Reflection.Metadata Assembly Version: 6.0.0.0 Win32 Version: 6.0.1022.47605 CodeBase: file:///C:/Program%20Files/dotnet/shared/Microsoft.NETCore.App/6.0.10/System.Reflection.Metadata.dll ---------------------------------------- System.IO.FileSystem Assembly Version: 6.0.0.0 Win32 Version: 6.0.1022.47605 CodeBase: file:///C:/Program%20Files/dotnet/shared/Microsoft.NETCore.App/6.0.10/System.IO.FileSystem.dll ---------------------------------------- System.ObjectModel Assembly Version: 6.0.0.0 Win32 Version: 6.0.1022.47605 CodeBase: file:///C:/Program%20Files/dotnet/shared/Microsoft.NETCore.App/6.0.10/System.ObjectModel.dll ---------------------------------------- System.Numerics.Vectors Assembly Version: 6.0.0.0 Win32 Version: 6.0.1022.47605 CodeBase: file:///C:/Program%20Files/dotnet/shared/Microsoft.NETCore.App/6.0.10/System.Numerics.Vectors.dll ---------------------------------------- Microsoft.Win32.SystemEvents Assembly Version: 6.0.0.0 Win32 Version: 6.0.1022.47605 CodeBase: file:///C:/Program%20Files/dotnet/shared/Microsoft.WindowsDesktop.App/6.0.10/Microsoft.Win32.SystemEvents.dll ---------------------------------------- System.ComponentModel Assembly Version: 6.0.0.0 Win32 Version: 6.0.1022.47605 CodeBase: file:///C:/Program%20Files/dotnet/shared/Microsoft.NETCore.App/6.0.10/System.ComponentModel.dll ---------------------------------------- System.Memory Assembly Version: 6.0.0.0 Win32 Version: 6.0.1022.47605 CodeBase: file:///C:/Program%20Files/dotnet/shared/Microsoft.NETCore.App/6.0.10/System.Memory.dll ---------------------------------------- System.Runtime.Extensions Assembly Version: 6.0.0.0 Win32 Version: 6.0.1022.47605 CodeBase: file:///C:/Program%20Files/dotnet/shared/Microsoft.NETCore.App/6.0.10/System.Runtime.Extensions.dll ---------------------------------------- System.Runtime.Loader Assembly Version: 6.0.0.0 Win32 Version: 6.0.1022.47605 CodeBase: file:///C:/Program%20Files/dotnet/shared/Microsoft.NETCore.App/6.0.10/System.Runtime.Loader.dll ---------------------------------------- System.Resources.Extensions Assembly Version: 6.0.0.0 Win32 Version: 6.0.1022.47605 CodeBase: file:///C:/Program%20Files/dotnet/shared/Microsoft.WindowsDesktop.App/6.0.10/System.Resources.Extensions.dll ---------------------------------------- System.Drawing Assembly Version: 6.0.2.0 Win32 Version: 6.0.1022.47606 CodeBase: file:///C:/Program%20Files/dotnet/shared/Microsoft.WindowsDesktop.App/6.0.10/System.Drawing.dll ---------------------------------------- System.Text.Json Assembly Version: 6.0.0.0 Win32 Version: 6.0.1022.47605 CodeBase: file:///C:/Program%20Files/dotnet/shared/Microsoft.NETCore.App/6.0.10/System.Text.Json.dll ---------------------------------------- System.Private.Uri Assembly Version: 6.0.0.0 Win32 Version: 6.0.1022.47605 CodeBase: file:///C:/Program%20Files/dotnet/shared/Microsoft.NETCore.App/6.0.10/System.Private.Uri.dll ---------------------------------------- System.Reflection.Emit.Lightweight Assembly Version: 6.0.0.0 Win32 Version: 6.0.1022.47605 CodeBase: file:///C:/Program%20Files/dotnet/shared/Microsoft.NETCore.App/6.0.10/System.Reflection.Emit.Lightweight.dll ---------------------------------------- System.Reflection.Primitives Assembly Version: 6.0.0.0 Win32 Version: 6.0.1022.47605 CodeBase: file:///C:/Program%20Files/dotnet/shared/Microsoft.NETCore.App/6.0.10/System.Reflection.Primitives.dll ---------------------------------------- System.Reflection.Emit.ILGeneration Assembly Version: 6.0.0.0 Win32 Version: 6.0.1022.47605 CodeBase: file:///C:/Program%20Files/dotnet/shared/Microsoft.NETCore.App/6.0.10/System.Reflection.Emit.ILGeneration.dll ---------------------------------------- System.Text.Encodings.Web Assembly Version: 6.0.0.0 Win32 Version: 6.0.1022.47605 CodeBase: file:///C:/Program%20Files/dotnet/shared/Microsoft.NETCore.App/6.0.10/System.Text.Encodings.Web.dll ---------------------------------------- System.Runtime.Intrinsics Assembly Version: 6.0.0.0 Win32 Version: 6.0.1022.47605 CodeBase: file:///C:/Program%20Files/dotnet/shared/Microsoft.NETCore.App/6.0.10/System.Runtime.Intrinsics.dll ---------------------------------------- System.Text.Encoding.Extensions Assembly Version: 6.0.0.0 Win32 Version: 6.0.1022.47605 CodeBase: file:///C:/Program%20Files/dotnet/shared/Microsoft.NETCore.App/6.0.10/System.Text.Encoding.Extensions.dll ---------------------------------------- System.Runtime.CompilerServices.Unsafe Assembly Version: 6.0.0.0 Win32 Version: 6.0.1022.47605 CodeBase: file:///C:/Program%20Files/dotnet/shared/Microsoft.NETCore.App/6.0.10/System.Runtime.CompilerServices.Unsafe.dll ---------------------------------------- pkNX.Game Assembly Version: 1.0.0.0 Win32 Version: 1.0.0.0 CodeBase: file:///C:/Users/Sander-PC/OneDrive/Skrivebord/Ny%20mappe%20(6)/pkNX/net6.0-windows/pkNX.Game.dll ---------------------------------------- System.Windows.Extensions Assembly Version: 6.0.0.0 Win32 Version: 6.0.1022.47605 CodeBase: file:///C:/Program%20Files/dotnet/shared/Microsoft.WindowsDesktop.App/6.0.10/System.Windows.Extensions.dll ---------------------------------------- pkNX.Containers Assembly Version: 1.0.0.0 Win32 Version: 1.0.0.0 CodeBase: file:///C:/Users/Sander-PC/OneDrive/Skrivebord/Ny%20mappe%20(6)/pkNX/net6.0-windows/pkNX.Containers.dll ---------------------------------------- pkNX.Sprites Assembly Version: 1.0.0.0 Win32 Version: 1.0.0.0 CodeBase: file:///C:/Users/Sander-PC/OneDrive/Skrivebord/Ny%20mappe%20(6)/pkNX/net6.0-windows/pkNX.Sprites.dll ---------------------------------------- System.Xml.XmlSerializer Assembly Version: 6.0.0.0 Win32 Version: 6.0.1022.47605 CodeBase: file:///C:/Program%20Files/dotnet/shared/Microsoft.NETCore.App/6.0.10/System.Xml.XmlSerializer.dll ---------------------------------------- System.Private.Xml Assembly Version: 6.0.0.0 Win32 Version: 6.0.1022.47605 CodeBase: file:///C:/Program%20Files/dotnet/shared/Microsoft.NETCore.App/6.0.10/System.Private.Xml.dll ---------------------------------------- System.Collections.NonGeneric Assembly Version: 6.0.0.0 Win32 Version: 6.0.1022.47605 CodeBase: file:///C:/Program%20Files/dotnet/shared/Microsoft.NETCore.App/6.0.10/System.Collections.NonGeneric.dll ---------------------------------------- System.Text.RegularExpressions Assembly Version: 6.0.0.0 Win32 Version: 6.0.1022.47605 CodeBase: file:///C:/Program%20Files/dotnet/shared/Microsoft.NETCore.App/6.0.10/System.Text.RegularExpressions.dll ---------------------------------------- pkNX.Randomization Assembly Version: 1.0.0.0 Win32 Version: 1.0.0.0 CodeBase: file:///C:/Users/Sander-PC/OneDrive/Skrivebord/Ny%20mappe%20(6)/pkNX/net6.0-windows/pkNX.Randomization.dll ---------------------------------------- System.Reflection.Emit Assembly Version: 6.0.0.0 Win32 Version: 6.0.1022.47605 CodeBase: file:///C:/Program%20Files/dotnet/shared/Microsoft.NETCore.App/6.0.10/System.Reflection.Emit.dll ---------------------------------------- Microsoft.GeneratedCode Assembly Version: 1.0.0.0 Win32 Version: 6.0.1022.47605 CodeBase: file:///C:/Program%20Files/dotnet/shared/Microsoft.NETCore.App/6.0.10/System.Private.Xml.dll ---------------------------------------- System.Net.Security Assembly Version: 6.0.0.0 Win32 Version: 6.0.1022.47605 CodeBase: file:///C:/Program%20Files/dotnet/shared/Microsoft.NETCore.App/6.0.10/System.Net.Security.dll ---------------------------------------- System.Runtime.Serialization.Formatters Assembly Version: 6.0.0.0 Win32 Version: 6.0.1022.47605 CodeBase: file:///C:/Program%20Files/dotnet/shared/Microsoft.NETCore.App/6.0.10/System.Runtime.Serialization.Formatters.dll ---------------------------------------- System.Resources.Writer Assembly Version: 6.0.0.0 Win32 Version: 6.0.1022.47605 CodeBase: file:///C:/Program%20Files/dotnet/shared/Microsoft.NETCore.App/6.0.10/System.Resources.Writer.dll ---------------------------------------- System.Xml.XDocument Assembly Version: 6.0.0.0 Win32 Version: 6.0.1022.47605 CodeBase: file:///C:/Program%20Files/dotnet/shared/Microsoft.NETCore.App/6.0.10/System.Xml.XDocument.dll ---------------------------------------- System.Security.Cryptography.Algorithms Assembly Version: 6.0.0.0 Win32 Version: 6.0.1022.47605 CodeBase: file:///C:/Program%20Files/dotnet/shared/Microsoft.NETCore.App/6.0.10/System.Security.Cryptography.Algorithms.dll ---------------------------------------- LZ4 Assembly Version: 1.0.0.0 Win32 Version: 1.0.0.0 CodeBase: file:///C:/Users/Sander-PC/OneDrive/Skrivebord/Ny%20mappe%20(6)/pkNX/net6.0-windows/LZ4.dll ---------------------------------------- System.Security.Cryptography.Primitives Assembly Version: 6.0.0.0 Win32 Version: 6.0.1022.47605 CodeBase: file:///C:/Program%20Files/dotnet/shared/Microsoft.NETCore.App/6.0.10/System.Security.Cryptography.Primitives.dll ---------------------------------------- Microsoft.CodeAnalysis.Workspaces Assembly Version: 3.8.0.0 Win32 Version: 3.800.20.56202 CodeBase: file:///C:/Users/Sander-PC/OneDrive/Skrivebord/Ny%20mappe%20(6)/pkNX/net6.0-windows/Microsoft.CodeAnalysis.Workspaces.dll ---------------------------------------- System.Security.Cryptography.X509Certificates Assembly Version: 6.0.0.0 Win32 Version: 6.0.1022.47605 CodeBase: file:///C:/Program%20Files/dotnet/shared/Microsoft.NETCore.App/6.0.10/System.Security.Cryptography.X509Certificates.dll ---------------------------------------- System.Net.Primitives Assembly Version: 6.0.0.0 Win32 Version: 6.0.1022.47605 CodeBase: file:///C:/Program%20Files/dotnet/shared/Microsoft.NETCore.App/6.0.10/System.Net.Primitives.dll ---------------------------------------- System.Diagnostics.Tracing Assembly Version: 6.0.0.0 Win32 Version: 6.0.1022.47605 CodeBase: file:///C:/Program%20Files/dotnet/shared/Microsoft.NETCore.App/6.0.10/System.Diagnostics.Tracing.dll ---------------------------------------- System.Security.Principal.Windows Assembly Version: 6.0.0.0 Win32 Version: 6.0.1022.47605 CodeBase: file:///C:/Program%20Files/dotnet/shared/Microsoft.NETCore.App/6.0.10/System.Security.Principal.Windows.dll ---------------------------------------- System.Net.Sockets Assembly Version: 6.0.0.0 Win32 Version: 6.0.1022.47605 CodeBase: file:///C:/Program%20Files/dotnet/shared/Microsoft.NETCore.App/6.0.10/System.Net.Sockets.dll ---------------------------------------- System.Security.Cryptography.Encoding Assembly Version: 6.0.0.0 Win32 Version: 6.0.1022.47605 CodeBase: file:///C:/Program%20Files/dotnet/shared/Microsoft.NETCore.App/6.0.10/System.Security.Cryptography.Encoding.dll ---------------------------------------- System.Security.Claims Assembly Version: 6.0.0.0 Win32 Version: 6.0.1022.47605 CodeBase: file:///C:/Program%20Files/dotnet/shared/Microsoft.NETCore.App/6.0.10/System.Security.Claims.dll ---------------------------------------- System.Private.Xml.Linq Assembly Version: 6.0.0.0 Win32 Version: 6.0.1022.47605 CodeBase: file:///C:/Program%20Files/dotnet/shared/Microsoft.NETCore.App/6.0.10/System.Private.Xml.Linq.dll ---------------------------------------- System.Formats.Asn1 Assembly Version: 6.0.0.0 Win32 Version: 6.0.1022.47605 CodeBase: file:///C:/Program%20Files/dotnet/shared/Microsoft.NETCore.App/6.0.10/System.Formats.Asn1.dll ---------------------------------------- System.Runtime.Numerics Assembly Version: 6.0.0.0 Win32 Version: 6.0.1022.47605 CodeBase: file:///C:/Program%20Files/dotnet/shared/Microsoft.NETCore.App/6.0.10/System.Runtime.Numerics.dll ---------------------------------------- System.IO Assembly Version: 6.0.0.0 Win32 Version: 6.0.1022.47605 CodeBase: file:///C:/Program%20Files/dotnet/shared/Microsoft.NETCore.App/6.0.10/System.IO.dll ---------------------------------------- System.Text.Encoding Assembly Version: 6.0.0.0 Win32 Version: 6.0.1022.47605 CodeBase: file:///C:/Program%20Files/dotnet/shared/Microsoft.NETCore.App/6.0.10/System.Text.Encoding.dll ---------------------------------------- LZ4pn Assembly Version: 1.0.0.0 Win32 Version: 1.0.0.0 CodeBase: file:///C:/Users/Sander-PC/OneDrive/Skrivebord/Ny%20mappe%20(6)/pkNX/net6.0-windows/LZ4pn.dll ---------------------------------------- System.Resources.ResourceManager Assembly Version: 6.0.0.0 Win32 Version: 6.0.1022.47605 CodeBase: file:///C:/Program%20Files/dotnet/shared/Microsoft.NETCore.App/6.0.10/System.Resources.ResourceManager.dll ---------------------------------------- System.Diagnostics.Debug Assembly Version: 6.0.0.0 Win32 Version: 6.0.1022.47605 CodeBase: file:///C:/Program%20Files/dotnet/shared/Microsoft.NETCore.App/6.0.10/System.Diagnostics.Debug.dll ---------------------------------------- System.Linq.Expressions Assembly Version: 6.0.0.0 Win32 Version: 6.0.1022.47605 CodeBase: file:///C:/Program%20Files/dotnet/shared/Microsoft.NETCore.App/6.0.10/System.Linq.Expressions.dll ---------------------------------------- System.Threading.Tasks.Parallel Assembly Version: 6.0.0.0 Win32 Version: 6.0.1022.47605 CodeBase: file:///C:/Program%20Files/dotnet/shared/Microsoft.NETCore.App/6.0.10/System.Threading.Tasks.Parallel.dll ---------------------------------------- System.Xml.ReaderWriter Assembly Version: 6.0.0.0 Win32 Version: 6.0.1022.47605 CodeBase: file:///C:/Program%20Files/dotnet/shared/Microsoft.NETCore.App/6.0.10/System.Xml.ReaderWriter.dll ---------------------------------------- System.Threading.Tasks Assembly Version: 6.0.0.0 Win32 Version: 6.0.1022.47605 CodeBase: file:///C:/Program%20Files/dotnet/shared/Microsoft.NETCore.App/6.0.10/System.Threading.Tasks.dll ---------------------------------------- System.Console Assembly Version: 6.0.0.0 Win32 Version: 6.0.1022.47605 CodeBase: file:///C:/Program%20Files/dotnet/shared/Microsoft.NETCore.App/6.0.10/System.Console.dll ---------------------------------------- System.IO.Compression Assembly Version: 6.0.0.0 Win32 Version: 6.0.1022.47605 CodeBase: file:///C:/Program%20Files/dotnet/shared/Microsoft.NETCore.App/6.0.10/System.IO.Compression.dll ---------------------------------------- System.Xml.XPath.XDocument Assembly Version: 6.0.0.0 Win32 Version: 6.0.1022.47605 CodeBase: file:///C:/Program%20Files/dotnet/shared/Microsoft.NETCore.App/6.0.10/System.Xml.XPath.XDocument.dll ---------------------------------------- System.Diagnostics.StackTrace Assembly Version: 6.0.0.0 Win32 Version: 6.0.1022.47605 CodeBase: file:///C:/Program%20Files/dotnet/shared/Microsoft.NETCore.App/6.0.10/System.Diagnostics.StackTrace.dll ---------------------------------------- System.Text.Encoding.CodePages Assembly Version: 6.0.0.0 Win32 Version: 6.0.1022.47605 CodeBase: file:///C:/Program%20Files/dotnet/shared/Microsoft.NETCore.App/6.0.10/System.Text.Encoding.CodePages.dll ---------------------------------------- System.Diagnostics.Contracts Assembly Version: 6.0.0.0 Win32 Version: 6.0.1022.47605 CodeBase: file:///C:/Program%20Files/dotnet/shared/Microsoft.NETCore.App/6.0.10/System.Diagnostics.Contracts.dll ---------------------------------------- System.Composition.AttributedModel Assembly Version: 1.0.31.0 Win32 Version: 4.6.24705.01 CodeBase: file:///C:/Users/Sander-PC/OneDrive/Skrivebord/Ny%20mappe%20(6)/pkNX/net6.0-windows/System.Composition.AttributedModel.dll ---------------------------------------- System.Xml.XPath Assembly Version: 6.0.0.0 Win32 Version: 6.0.1022.47605 CodeBase: file:///C:/Program%20Files/dotnet/shared/Microsoft.NETCore.App/6.0.10/System.Xml.XPath.dll ---------------------------------------- System.Diagnostics.FileVersionInfo Assembly Version: 6.0.0.0 Win32 Version: 6.0.1022.47605 CodeBase: file:///C:/Program%20Files/dotnet/shared/Microsoft.NETCore.App/6.0.10/System.Diagnostics.FileVersionInfo.dll ---------------------------------------- System.IO.MemoryMappedFiles Assembly Version: 6.0.0.0 Win32 Version: 6.0.1022.47605 CodeBase: file:///C:/Program%20Files/dotnet/shared/Microsoft.NETCore.App/6.0.10/System.IO.MemoryMappedFiles.dll ---------------------------------------- System.Composition.Runtime Assembly Version: 1.0.31.0 Win32 Version: 4.6.24705.01 CodeBase: file:///C:/Users/Sander-PC/OneDrive/Skrivebord/Ny%20mappe%20(6)/pkNX/net6.0-windows/System.Composition.Runtime.dll ---------------------------------------- System.Diagnostics.Tools Assembly Version: 6.0.0.0 Win32 Version: 6.0.1022.47605 CodeBase: file:///C:/Program%20Files/dotnet/shared/Microsoft.NETCore.App/6.0.10/System.Diagnostics.Tools.dll ---------------------------------------- System.Composition.TypedParts Assembly Version: 1.0.31.0 Win32 Version: 4.6.24705.01 CodeBase: file:///C:/Users/Sander-PC/OneDrive/Skrivebord/Ny%20mappe%20(6)/pkNX/net6.0-windows/System.Composition.TypedParts.dll ---------------------------------------- System.Composition.Hosting Assembly Version: 1.0.31.0 Win32 Version: 4.6.24705.01 CodeBase: file:///C:/Users/Sander-PC/OneDrive/Skrivebord/Ny%20mappe%20(6)/pkNX/net6.0-windows/System.Composition.Hosting.dll ---------------------------------------- System.Security.Cryptography.Cng Assembly Version: 6.0.0.0 Win32 Version: 6.0.1022.47605 CodeBase: file:///C:/Program%20Files/dotnet/shared/Microsoft.NETCore.App/6.0.10/System.Security.Cryptography.Cng.dll ---------------------------------------- System.Security.Cryptography.Csp Assembly Version: 6.0.0.0 Win32 Version: 6.0.1022.47605 CodeBase: file:///C:/Program%20Files/dotnet/shared/Microsoft.NETCore.App/6.0.10/System.Security.Cryptography.Csp.dll ---------------------------------------- System.Threading.Overlapped Assembly Version: 6.0.0.0 Win32 Version: 6.0.1022.47605 CodeBase: file:///C:/Program%20Files/dotnet/shared/Microsoft.NETCore.App/6.0.10/System.Threading.Overlapped.dll ---------------------------------------- System.Net.NameResolution Assembly Version: 6.0.0.0 Win32 Version: 6.0.1022.47605 CodeBase: file:///C:/Program%20Files/dotnet/shared/Microsoft.NETCore.App/6.0.10/System.Net.NameResolution.dll ---------------------------------------- System.Threading.ThreadPool Assembly Version: 6.0.0.0 Win32 Version: 6.0.1022.47605 CodeBase: file:///C:/Program%20Files/dotnet/shared/Microsoft.NETCore.App/6.0.10/System.Threading.ThreadPool.dll ---------------------------------------- System.Reflection Assembly Version: 6.0.0.0 Win32 Version: 6.0.1022.47605 CodeBase: file:///C:/Program%20Files/dotnet/shared/Microsoft.NETCore.App/6.0.10/System.Reflection.dll ---------------------------------------- System.Globalization Assembly Version: 6.0.0.0 Win32 Version: 6.0.1022.47605 CodeBase: file:///C:/Program%20Files/dotnet/shared/Microsoft.NETCore.App/6.0.10/System.Globalization.dll ---------------------------------------- System.Reflection.Extensions Assembly Version: 6.0.0.0 Win32 Version: 6.0.1022.47605 CodeBase: file:///C:/Program%20Files/dotnet/shared/Microsoft.NETCore.App/6.0.10/System.Reflection.Extensions.dll ---------------------------------------- System.Net.Http Assembly Version: 6.0.0.0 Win32 Version: 6.0.1022.47605 CodeBase: file:///C:/Program%20Files/dotnet/shared/Microsoft.NETCore.App/6.0.10/System.Net.Http.dll ---------------------------------------- System.Net.Quic Assembly Version: 6.0.0.0 Win32 Version: 6.0.1022.47605 CodeBase: file:///C:/Program%20Files/dotnet/shared/Microsoft.NETCore.App/6.0.10/System.Net.Quic.dll ---------------------------------------- System.IO.Compression.Brotli Assembly Version: 6.0.0.0 Win32 Version: 6.0.1022.47605 CodeBase: file:///C:/Program%20Files/dotnet/shared/Microsoft.NETCore.App/6.0.10/System.IO.Compression.Brotli.dll ---------------------------------------- System.Threading.Channels Assembly Version: 6.0.0.0 Win32 Version: 6.0.1022.47605 CodeBase: file:///C:/Program%20Files/dotnet/shared/Microsoft.NETCore.App/6.0.10/System.Threading.Channels.dll ---------------------------------------- System.Net.NetworkInformation Assembly Version: 6.0.0.0 Win32 Version: 6.0.1022.47605 CodeBase: file:///C:/Program%20Files/dotnet/shared/Microsoft.NETCore.App/6.0.10/System.Net.NetworkInformation.dll ---------------------------------------- System.Diagnostics.DiagnosticSource Assembly Version: 6.0.0.0 Win32 Version: 6.0.1022.47605 CodeBase: file:///C:/Program%20Files/dotnet/shared/Microsoft.NETCore.App/6.0.10/System.Diagnostics.DiagnosticSource.dll ---------------------------------------- FlatSharpDynamicAssembly_b6c6840fb83b484bb44f159af3095416 Assembly Version: 0.0.0.0 Win32 Version: 6.0.1022.47605 CodeBase: file:///C:/Program%20Files/dotnet/shared/Microsoft.NETCore.App/6.0.10/System.Private.CoreLib.dll ---------------------------------------- ```