4436: Error typing inside /as "Alliance"

Reported by ☆ Hazardhands at Mon, 04 Sep 2017 06:08:45 UTC
worldbuild bug
resolved
14 votes

Description

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.

Reproduction Steps

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.

Intended Behavior

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.

Evidence

Screenshots "The object reference was not set to an object instance"

Status

issue was resolved by Abydos
9 players say this report is valid, 0 disagree

Comments

Loading Comments...