04-30-2014, 07:14 AM
I really hope I've fixed the dreaded BadCast exception this time. Mojang need to fix their network code
Random Chitchat 2012-2016
|
04-30-2014, 07:14 AM
I really hope I've fixed the dreaded BadCast exception this time. Mojang need to fix their network code
05-01-2014, 04:13 AM
Coverity's still refusing our builds.
05-01-2014, 10:41 PM
It's still not working too well, the server crashes way too often while processing the SSL. But it's a start
05-01-2014, 11:10 PM
Fancy
05-02-2014, 05:54 AM
And we have way too many warnings again. Who did that? There's >10k lines of output in Travis, and I can't see my errors again
I have successfully built MCServer as a Win64 binary in MSVC2013 express. Yay!
It took a bit of tweaking, for some reason CMake insisted on adding a "/machine:x86" flag to all linker commandlines, but after editting CMakeCache.txt it finally gave in.
05-05-2014, 02:38 AM
I build x64 binary´s by choosing the generator "Visual Studio 12 Win64" in cmake manually.
"C:\Cmake\bin\cmake.exe" -G "Visual Studio 12 Win64" . pause Thanks given by: NiLSPACE
05-05-2014, 03:03 AM
Your not supposed to switch between generators in one build tree and 64 bit is a separate generator on windows.
05-05-2014, 03:11 PM
When I try to switch generators, Cmake says it can't do that, unless I delete the the CMakeCache.txt file, which I did. It still created the /machine:X86 linker flag in the new file.
|
« Next Oldest | Next Newest »
|