RunUO Community

This is a sample guest message. Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your own topics and posts, as well as connect with other members through your own private inbox!

[1.0 RC0 Crash] Condition command

Arya

Wanderer
[1.0 RC0 Crash] Condition command

Since Bugzilla is still inactive, I guess this is best place to report a bug.

There's an unhandled exception in the Condition command when used with a type that doesn't exist. To reproduce:

[Condition where NonExistingType

This will crash the server.

The exception is explicitly thrown by ObjectConditional.Parse() and isn't handled by ObjectConditional.Condition_OnTarget().
 
Top