Git Product home page Git Product logo

mangossharp's People

Contributors

billy1arm avatar daribon avatar dependabot[bot] avatar devw4r avatar dsx75 avatar envis10n avatar krilliac avatar meltie2013 avatar romfos avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

mangossharp's Issues

AutoStore Loot Item NullReferenceException

System.NullReferenceException
HResult=0x80004003
Message=Object reference not set to an instance of an object.
Source=WorldServer
StackTrace:
at Mangos.World.Loots.WS_Loot.On_CMSG_AUTOSTORE_LOOT_ITEM(PacketClass& packet, ClientClass& client) in D:\USB DRIVE\Work\MangosSharp\MangosSharp\Source\Services\Mangos.World\Loots\WS_Loot.cs:line 76

Binder Activate NullReferenceException

System.NullReferenceException
HResult=0x80004003
Message=Object reference not set to an instance of an object.
Source=WorldServer
StackTrace:
at Mangos.World.Objects.WS_NPCs.On_CMSG_BINDER_ACTIVATE(PacketClass& packet, ClientClass& client) in D:\USB DRIVE\Work\MangosSharp\MangosSharp\Source\Services\Mangos.World\Objects\WS_NPCs.cs:line 1365

Gossip ArgumentOutOfRangeException

System.ArgumentOutOfRangeException
HResult=0x80131502
Message=Index was out of range. Must be non-negative and less than the size of the collection. (Parameter 'index')
Source=System.Private.CoreLib
StackTrace:
at System.Collections.ArrayList.get_Item(Int32 index)
at Mangos.World.Objects.WS_NPCs.TDefaultTalk.OnGossipSelect(CharacterObject& objCharacter, UInt64 cGUID, Int32 selected) in D:\USB DRIVE\Work\MangosSharp\MangosSharp\Source\Services\Mangos.World\Objects\WS_NPCs.cs:line 310

Fatal error encountered during command execution MySqlException

MySql.Data.MySqlClient.MySqlException
HResult=0x80004005
Message=Fatal error encountered during command execution.
Source=MySql.Data
StackTrace:
at MySql.Data.MySqlClient.MySqlCommand.ExecuteReader(CommandBehavior behavior)
at System.Data.Common.DbDataAdapter.FillInternal(DataSet dataset, DataTable[] datatables, Int32 startRecord, Int32 maxRecords, String srcTable, IDbCommand command, CommandBehavior behavior)
at System.Data.Common.DbDataAdapter.Fill(DataTable[] dataTables, Int32 startRecord, Int32 maxRecords, IDbCommand command, CommandBehavior behavior)
at System.Data.Common.DbDataAdapter.Fill(DataTable dataTable)
at Mangos.Common.Legacy.SQL.Query(String sqlquery, DataTable& Result) in D:\USB DRIVE\Work\MangosSharp\MangosSharp\Source\Common\Mangos.Common.Legacy\SQL.cs:line 369

This exception was originally thrown at this call stack:
[External Code]

Inner Exception 1:
IOException: Unable to write data to the transport connection: An established connection was aborted by the software in your host machine..

Inner Exception 2:
SocketException: An established connection was aborted by the software in your host machine.

Repair Item NullReferenceException

System.NullReferenceException
HResult=0x80004003
Message=Object reference not set to an instance of an object.
Source=WorldServer
StackTrace:
at Mangos.World.Objects.WS_NPCs.On_CMSG_REPAIR_ITEM(PacketClass& packet, ClientClass& client) in D:\USB DRIVE\Work\MangosSharp\MangosSharp\Source\Services\Mangos.World\Objects\WS_NPCs.cs:line 1080

Error updating AI KeyNotFoundException

System.Collections.Generic.KeyNotFoundException: The given key '79' was not present in the dictionary.
at System.Collections.Generic.Dictionary`2.get_Item(TKey key)
at Mangos.World.Objects.WS_Creatures.CreatureObject.AddToWorld() in D:\USB DRIVE\Work\MangosSharp\MangosSharp\Source\Services\Mangos.World\Objects\WS_Creatures.cs:line 1787
at Mangos.World.Objects.WS_Creatures.CreatureObject.Respawn() in D:\USB DRIVE SHIT\Work\MangosSharp\MangosSharp\Source\Services\Mangos.World\Objects\WS_Creatures.cs:line 1749
at Mangos.World.AI.WS_Creatures_AI.DefaultAI.DoThink() in D:\USB DRIVE\Work\MangosSharp\MangosSharp\Source\Services\Mangos.World\AI\WS_Creatures_AI.DefaultAI.cs:line 352
at Mangos.World.Server.WS_TimerBasedEvents.TAIManager.Update(Object state) in D:\USB DRIVE\Work\MangosSharp\MangosSharp\Source\Services\Mangos.World\TimerBasedEvents\WS_TimerBasedEvents.TAIManager.cs:line 86

Gossip Hello NullReferenceException

System.NullReferenceException
HResult=0x80004003
Message=Object reference not set to an instance of an object.
Source=WorldServer
StackTrace:
at Mangos.World.Objects.WS_Creatures.On_CMSG_GOSSIP_HELLO(PacketClass& packet, ClientClass& client) in D:\USB DRIVE\Work\MangosSharp\MangosSharp\Source\Services\Mangos.World\Objects\WS_Creatures.cs:line 2168

SocketException

System.Net.Sockets.SocketException
HResult=0x80004005
Message=The I/O operation has been aborted because of either a thread exit or an application request.
Source=System.Net.Sockets
StackTrace:
at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.ThrowException(SocketError error, CancellationToken cancellationToken)
at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.GetResult(Int16 token)
at System.Threading.Tasks.ValueTask1.ValueTaskSourceAsTask.<>c.<.cctor>b__4_0(Object state) at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw() at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) at System.Runtime.CompilerServices.TaskAwaiter1.GetResult()
at Mangos.Network.Tcp.TcpServer.d__8.MoveNext() in D:\USB DRIVE\Work\MangosSharp\MangosSharp\Source\Common\Mangos.Network.Tcp\TcpServer.cs:line 89

This exception was originally thrown at this call stack:
[External Code]
Mangos.Network.Tcp.TcpServer.RecieveAsync(System.Net.Sockets.Socket, System.Threading.Channels.ChannelWriter) in TcpServer.cs

Negative Addmoney OverflowException

System.OverflowException
HResult=0x80131516
Message=Value was either too large or too small for a UInt64.
Source=System.Private.CoreLib
StackTrace:
at System.Decimal.ToUInt64(Decimal d)
at System.Convert.ToUInt64(Decimal value)
at Microsoft.VisualBasic.CompilerServices.Conversions.ToULong(String Value)
at Mangos.World.Handlers.WS_Commands.cmdAddMoney(CharacterObject& objCharacter, String tCopper) in D:\USB DRIVE\Work\MangosSharp\MangosSharp\Source\Services\Mangos.World\Handlers\WS_Commands.cs:line 848

Open Item NullReferenceException

System.NullReferenceException
HResult=0x80004003
Message=Object reference not set to an instance of an object.
Source=WorldServer
StackTrace:
at Mangos.World.Objects.WS_Items.On_CMSG_OPEN_ITEM(PacketClass& packet, ClientClass& client) in D:\USB DRIVE\Work\MangosSharp\MangosSharp\Source\Services\Mangos.World\Objects\WS_Items.cs:line 1400

Loot Items NullReferenceException

System.NullReferenceException
HResult=0x80004003
Message=Object reference not set to an instance of an object.
Source=WorldServer
StackTrace:
at Mangos.World.Loots.WS_Loot.On_CMSG_LOOT(PacketClass& packet, ClientClass& client) in D:\USB DRIVE\Work\MangosSharp\MangosSharp\Source\Services\Mangos.World\Loots\WS_Loot.cs:line 154

CharacterObject.Transfer NullReferenceException

System.NullReferenceException
HResult=0x80004003
Message=Object reference not set to an instance of an object.
Source=WorldServer
StackTrace:
at Mangos.World.Player.WS_PlayerData.CharacterObject.Transfer(Single posX, Single posY, Single posZ, Single ori, Int32 map) in D:\USB DRIVE\Work\MangosSharp\MangosSharp\Source\Services\Mangos.World\Player\WS_PlayerData.cs:line 4830

Creature Loading ArgumentOutOfRangeException

System.ArgumentOutOfRangeException
HResult=0x80131502
Message='minValue' cannot be greater than maxValue. (Parameter 'minValue')
Source=System.Private.CoreLib
StackTrace:
at System.Random.Next(Int32 minValue, Int32 maxValue)
at Mangos.World.Objects.CreatureInfo.get_Life() in D:\USB DRIVE\Work\MangosSharp\MangosSharp\Source\Services\Mangos.World\Objects\CreatureInfo.cs:line 140

Use Gobject NullReferenceException

System.NullReferenceException
HResult=0x80004003
Message=Object reference not set to an instance of an object.
Source=WorldServer
StackTrace:
at Mangos.World.Objects.WS_GameObjects.On_CMSG_GAMEOBJ_USE(PacketClass& packet, ClientClass& client) in D:\USB DRIVE\Work\MangosSharp\MangosSharp\Source\Services\Mangos.World\Objects\WS_GameObjects.cs:line 1007

Error updating transports KeyNotFoundException.

System.Collections.Generic.KeyNotFoundException: The given key '79' was not present in the dictionary.
at System.Collections.Generic.Dictionary`2.get_Item(TKey key)
at Mangos.World.Objects.WS_Transports.TransportObject.NotifyLeave() in D:\USB DRIVE\Work\MangosSharp\MangosSharp\Source\Services\Mangos.World\Objects\WS_Transports.cs:line 678
at Mangos.World.Objects.WS_Transports.TransportObject.TeleportTransport(UInt32 NewMap, Single PosX, Single PosY, Single PosZ) in D:\USB DRIVE\Work\MangosSharp\MangosSharp\Source\Services\Mangos.World\Objects\WS_Transports.cs:line 762
at Mangos.World.Objects.WS_Transports.TransportObject.Update() in D:\USB DRIVE\Work\MangosSharp\MangosSharp\Source\Services\Mangos.World\Objects\WS_Transports.cs:line 409
at Mangos.World.Server.WS_TimerBasedEvents.TAIManager.Update(Object state) in D:\USB DRIVE SHIT\Work\MangosSharp\MangosSharp\Source\Services\Mangos.World\TimerBasedEvents\WS_TimerBasedEvents.TAIManager.cs:line 60

Warrior Charge OverflowException

System.OverflowException
HResult=0x80131516
Message=Arithmetic operation resulted in an overflow.
Source=WorldServer
StackTrace:
at Mangos.World.Spells.WS_Spells.SPELL_EFFECT_CHARGE(SpellTargets& Target, BaseObject& Caster, SpellEffect& SpellInfo, Int32 SpellID, List`1& Infected, ItemObject& Item) in D:\USB DRIVE\Work\MangosSharp\MangosSharp\Source\Services\Mangos.World\Spells\WS_Spells.cs:line 4566

Table doesn't exist MySqlException

MySql.Data.MySqlClient.MySqlException
HResult=0x80004005
Message=Table 'msharpworld.item_loot' doesn't exist
Source=MySql.Data
StackTrace:
at MySql.Data.MySqlClient.MySqlStream.ReadPacket()
at MySql.Data.MySqlClient.NativeDriver.GetResult(Int32& affectedRow, Int64& insertedId)
at MySql.Data.MySqlClient.Driver.NextResult(Int32 statementId, Boolean force)
at MySql.Data.MySqlClient.MySqlDataReader.NextResult()
at MySql.Data.MySqlClient.MySqlCommand.ExecuteReader(CommandBehavior behavior)
at System.Data.Common.DbDataAdapter.FillInternal(DataSet dataset, DataTable[] datatables, Int32 startRecord, Int32 maxRecords, String srcTable, IDbCommand command, CommandBehavior behavior)
at System.Data.Common.DbDataAdapter.Fill(DataTable[] dataTables, Int32 startRecord, Int32 maxRecords, IDbCommand command, CommandBehavior behavior)
at System.Data.Common.DbDataAdapter.Fill(DataTable dataTable)
at Mangos.Common.Legacy.SQL.Query(String sqlquery, DataTable& Result) in D:\USB DRIVE\Work\MangosSharp\MangosSharp\Source\Common\Mangos.Common.Legacy\SQL.cs:line 369

This exception was originally thrown at this call stack:
[External Code]
Mangos.Common.Legacy.SQL.Query(string, ref System.Data.DataTable) in SQL.cs

Sell Item NullReferenceException

System.NullReferenceException
HResult=0x80004003
Message=Object reference not set to an instance of an object.
Source=WorldServer
StackTrace:
at Mangos.World.Objects.WS_NPCs.On_CMSG_SELL_ITEM(PacketClass& packet, ClientClass& client) in D:\USB DRIVE\Work\MangosSharp\MangosSharp\Source\Services\Mangos.World\Objects\WS_NPCs.cs:line 618

Buy Item NullReferenceException

System.NullReferenceException
HResult=0x80004003
Message=Object reference not set to an instance of an object.
Source=WorldServer
StackTrace:
at Mangos.World.Objects.WS_NPCs.On_CMSG_BUY_ITEM(PacketClass& packet, ClientClass& client) in D:\USB DRIVE\Work\MangosSharp\MangosSharp\Source\Services\Mangos.World\Objects\WS_NPCs.cs:line 815

System.ApplicationException Quest ID not found in database

System.ApplicationException
HResult=0x80131600
Message=Quest 8799 not found in database.
Source=WorldServer
StackTrace:
at Mangos.World.Quests.WS_QuestInfo..ctor(Int32 QuestID) in D:\USB DRIVE\Work\MangosSharp\MangosSharp\Source\Services\Mangos.World\Quests\WS_QuestInfo.cs:line 214

Areatrigger NullReferenceException

System.NullReferenceException
HResult=0x80004003
Message=Object reference not set to an instance of an object.
Source=WorldServer
StackTrace:
at Mangos.World.Handlers.WS_CharMovement.On_CMSG_AREATRIGGER(PacketClass& packet, ClientClass& client) in D:\USB DRIVE\Work\MangosSharp\MangosSharp\Source\Services\Mangos.World\Handlers\WS_CharMovement.cs:line 400

CharacterRepop NullReferenceException

System.NullReferenceException
HResult=0x80004003
Message=Object reference not set to an instance of an object.
Source=WorldServer
StackTrace:
at Mangos.World.Handlers.WS_Handlers_Misc.CharacterRepop(ClientClass& client) in D:\USB DRIVE SHIT\Work\MangosSharp\MangosSharp\Source\Services\Mangos.World\Handlers\WS_Handlers_Misc.cs:line 393

SetSheath NullReferenceException

System.NullReferenceException
HResult=0x80004003
Message=Object reference not set to an instance of an object.
Source=WorldServer
StackTrace:
at Mangos.World.Handlers.WS_Combat.SetSheath(CharacterObject& objCharacter, SHEATHE_SLOT State) in D:\USB DRIVE\Work\MangosSharp\MangosSharp\Source\Services\Mangos.World\Handlers\WS_Combat.cs:line 1472

MessageChat NullReferenceException

System.NullReferenceException
HResult=0x80004003
Message=Object reference not set to an instance of an object.
Source=WorldServer
StackTrace:
at Mangos.World.Handlers.WS_Handlers_Chat.On_CMSG_MESSAGECHAT(PacketClass& packet, ClientClass& client) in D:\USB DRIVE\Work\MangosSharp\MangosSharp\Source\Services\Mangos.World\Handlers\WS_Handlers_Chat.cs:line 59

ThreadInterruptedException

System.Threading.ThreadInterruptedException
HResult=0x80131519
Message=Thread was interrupted from a waiting state.
Source=System.Private.CoreLib
StackTrace:
at System.Threading.Thread.Join(Int32 millisecondsTimeout)
at Mangos.World.Network.WS_Network.ClientClass.Dispose() in D:\USB DRIVE\Work\MangosSharp\MangosSharp\Source\Services\Mangos.World\Network\WS_Network.ClientClass.cs:line 291

Loot Money NullReferenceException

System.NullReferenceException
HResult=0x80004003
Message=Object reference not set to an instance of an object.
Source=WorldServer
StackTrace:
at Mangos.World.Loots.WS_Loot.On_CMSG_LOOT_MONEY(PacketClass& packet, ClientClass& client) in D:\USB DRIVE\Work\MangosSharp\MangosSharp\Source\Services\Mangos.World\Loots\WS_Loot.cs:line 101

GetWorld KeyNotFoundException

System.Collections.Generic.KeyNotFoundException
HResult=0x80131577
Message=The given key '389' was not present in the dictionary.
Source=System.Private.CoreLib
StackTrace:
at System.ThrowHelper.ThrowKeyNotFoundException[T](T key)
at System.Collections.Generic.Dictionary`2.get_Item(TKey key)
at Mangos.Cluster.Handlers.WcHandlerCharacter.CharacterObject.get_GetWorld() in D:\USB DRIVE\Work\MangosSharp\MangosSharp\Source\Services\Mangos.Cluster\Handlers\WcHandlerCharacter.cs:line 146

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.