Closed VonKossa closed 5 years ago
What platform and compiler are you using? Both the Mac and Linux (Debian) builds are passing for 64bit so I would say this is unexpected.
Gentoo Linux x86-64 cmake 3.14.0 Gnu Make 4.2.1 GCC 8.2.0
I also tested to delete devilution directory under .local/share
@VonKossa could you give it another try, I'm not sure it's fixed, but might be.
Same problem. I configured it with this flag before compiling it if it has something to do with it: cmake -DDEBUG=OFF ..
This should now be fixed. You may also want to run it with -DBINARY_RELEASE=ON
(this will disable all debugging)
Hi!
After compiling experimental 64bit version i get the following when running devilutionx binary. Known problem or something i do wrong?
DUMMY: CreateFileMappingA @ /devilutionX-master/SourceX/miniwin/misc.cpp:588 devilutionx: /devilutionX-master/SourceX/miniwin/misc.cpp:589: void* dvl::CreateFileMappingA(dvl::HANDLE, dvl::LPSECURITY_ATTRIBUTES, dvl::DWORD, dvl::DWORD, dvl::DWORD, dvl::LPCSTR): Assertion `hFile == (HANDLE)-1' failed. Aborted