When typing in /as "Alliance" I receive the following error ( Command failed: Der Objektverweis wurde nicht auf eine Objektinstanz festgelegt. ) All my guild members receive this error trying to speak in alliance chat, it is in german writing. Translated it states ( Command failed: The object reference was not set to an object instance ) Not only has my guild received this error but many guilds inside the alliance.
1. .NET framework
2. Object reference not set to an instance of an object is a NullReference Exception
3. It basically means that a piece of code tried to look at something in memory that wasn't there.
Null reference errors are responsible for a good percentage of all application bugs. They are usually very simple problems caused by not adding additional logic to ensure that objects have valid values before using them. NullReferenceException.
Screenshots "The object reference was not set to an object instance"
issue was resolved by Abydos
|
9 players say this report is valid, 0 disagree |