volcoma / EtherealEngine

C++ Game Engine and Editor
BSD 2-Clause "Simplified" License
966 stars 158 forks source link

EXE run turn on error #15

Closed zhouxs1023 closed 6 years ago

zhouxs1023 commented 6 years ago

latest source may be successfully compiled,but running exe turn on error as blow:

1651100686106129-0

but change desktop.width/height from 100 to 0, may run successfully, if this a bug? 1681031410412093 16741207113100142-1

volcoma commented 6 years ago

This should not happen. Tested it on windows 10 / Linux , gcc. clang, mingw and msvs compiled and cant reproduce it on my end. What setup are you using? Are you running the exe in debug/release mode? Any callstacks? Any way to reproduce it?

zhouxs1023 commented 6 years ago

I use win7 x64 and vs2015 to compile latest source, It might be my computer graphics problem!