buggins / dlangui

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

DMD Object error: Access violation while building an app with dlangui #468

Open ZILtoid1991 opened 6 years ago

ZILtoid1991 commented 6 years ago

Even the smallest app fails to build if I do it from VisualD. Making a DUB based build compiles, but crashes immediately with no information on the error, might be related to OpenGL, as I wasn't able to enable the nogl function for compilation.

I'm using VS2017 (couldn't find VS2015), DMD 2.076.0, and a PC with very poor graphics thanks to some issues with my main one (currently waiting for replacement parts for my monitor).

and3md commented 6 years ago

Please try minimal configuration. It should work. I use it on VirtualBox.

ZILtoid1991 commented 6 years ago

What is minimal configuration? How do I set it up?

Superbelko commented 6 years ago

Add in your project dub.json

"subConfigurations": {
        "dlangui": "minimal"
}
buggins commented 6 years ago

Are you using 32bit Windows? Or low RAM configuration?