On Monday, 29 December 2014 at 04:23:49 UTC, ketmar via
Digitalmars-d-announce wrote:
On Mon, 29 Dec 2014 04:09:41 +0000
Vadim Lopatin via Digitalmars-d-announce
<[email protected]> wrote:
On Sunday, 28 December 2014 at 20:30:53 UTC, ketmar via
Digitalmars-d-announce wrote:
> On Fri, 26 Dec 2014 12:33:03 +0000
> Vadim Lopatin via Digitalmars-d-announce
> <[email protected]> wrote:
>
>> Hello!
>>
>> DlangUI project is alive and under active development.
>>
>> https://github.com/buggins/dlangui
>
> ah, i really love this project! it's stable as a rock: every
> time i
> tried it, it crashing with "exception while loading image
> from
> file". it's not working, but at least it's not working every
> time i
> check it. ;-)
Can you check once again - v0.1.16? Just in case. Probably,
it's as stable as previous.
i wrote this just after i did 'git clone' (i tend to rm it all
after
unsuccessfull attempt). besides the bug in
src/dlangui/graphics/ftfonts.d at line 40 (extra 'const', my
patched
compiler is not tolerant to it), it's still the same "image
error" as
ever. GNU/Linux x86 is you need that info. and here's the
message log:
Running ./examples/example1/bin/example1
2014-12-29 06:20:19.859 W resource theme_default is not found
2014-12-29 06:20:19.859 E Cannot load theme from resource
theme_default - will use default theme
2014-12-29 06:20:20.092 E exception while loading image from
file
/mnt/tigerclaw/D/dlangui/examples/example1/.dub/build/application-debug-linux.posix-x86-dmd_2067-AA7A6EC68D298A63D0B7CD4C8C934A19/../../../res/mdpi/tx_fabric.jpg
Compilation is fixed.
It looks like you don't have libfreeimage installed. It causes
crash.