View Issue Details

IDProjectCategoryView StatusLast Update
0000059Gameplay + OpenGL[All Projects] Bugpublic2017-01-16 13:45
Reporterjpalomo 
Assigned To 
PrioritynormalSeveritycrashReproducibilityalways
Status resolvedResolutionfixed 
Summary0000059: Custom Property crash on unknown class
DescriptionUsing the new property definition available, you can cause a crash if you specify a class that doesn't exist. Example:
Class CrashTestDummy : Actor
{
    Class<Actor> NonExistentActor;
    Property TestPropterty: NonExistentActor;
    
    Default
    {
        CrashTestDummy.TestPropterty "ThisActorShouldCauseACrash"; // Needs to error with non-existent 
class, but crashes instead.
    }
}


This is most likely intended to error out instead of crash.
TagsNo tags attached.

Relationships

Activities

jpalomo

jpalomo

2017-01-16 08:11

reporter  

noclass crash.pk3 (286 bytes)

Issue History

Date Modified Username Field Change
2017-01-16 08:11 jpalomo New Issue
2017-01-16 08:11 jpalomo File Added: noclass crash.pk3
2017-01-16 13:45 Graf Zahl Status new => resolved
2017-01-16 13:45 Graf Zahl Resolution open => fixed