dlangui icon indicating copy to clipboard operation
dlangui copied to clipboard

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

Open ZILtoid1991 opened this issue 7 years ago • 4 comments

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).

ZILtoid1991 avatar Sep 30 '17 16:09 ZILtoid1991

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

and3md avatar Sep 30 '17 22:09 and3md

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

ZILtoid1991 avatar Oct 01 '17 14:10 ZILtoid1991

Add in your project dub.json

"subConfigurations": {
        "dlangui": "minimal"
}

Superbelko avatar Oct 01 '17 15:10 Superbelko

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

buggins avatar Oct 06 '17 17:10 buggins