Page MenuHomeFeedback Tracker

binarize in endless loop with broken model.cfg
Closed, ResolvedPublic

Description

The following snippet of model.cfg gets binarize to enter an endless loop it seems, it doesn't return after hours:

class truck_01:truck_base
{
    skeletonname     = "truck_01_skel";
    sectionsinherit = "truck_01";
    sections[] = {};
    class animations: animations {};
};

Note that classname equals the sectionsinherit field.

Details

Severity
Minor
Resolution
Open
Reproducibility
Always
Operating System
Windows 10 x64
Operating System Version
Pro
Category
Modding
Steps To Reproduce

Use Addon Builder with binarization enabled with the broken model.cfg.

Event Timeline

dedmen added a project: Restricted Project.Nov 4 2020, 7:57 PM
dedmen claimed this task.Nov 11 2020, 11:11 AM
dedmen closed this task as Resolved.
dedmen set Ref Ticket to AIII-53546.

Fixed in 146923