buggins / dlangui

Cross Platform GUI for D programming language
Boost Software License 1.0
804 stars 120 forks source link

Compiler crashes on resources.d #616

Closed Superbelko closed 2 years ago

Superbelko commented 2 years ago

That's a bug.

Cause - this debug statement in class ctor: https://github.com/buggins/dlangui/blob/86baf487e7773cddcd3630ef875c9e7c7ff442b8/src/dlangui/graphics/resources.d#L1576

Workaround: remove debug or comment out this line

(edit) Bugzilla entry: https://issues.dlang.org/show_bug.cgi?id=22365

GrimMaple commented 2 years ago

This appears to be fixed in recent versions of DMD