Official release - Printable Version +- Cuberite Forum (https://forum.cuberite.org) +-- Forum: Cuberite (https://forum.cuberite.org/forum-4.html) +--- Forum: Development (https://forum.cuberite.org/forum-13.html) +--- Thread: Official release (/thread-615.html) Pages:
1
2
|
RE: Official release - xoft - 11-09-2012 7z is becoming the de-facto standard, too, most opensource projects distribute 7z archives, too. And I was too lazy to actually recompress the package that my nightbuild has built RE: Official release - FakeTruth - 11-09-2012 That might be but if you want to distribute to Windows you should stick with zip, really. Windows opens zip files by default without installing WinRAR or 7zip. If you want to get as many people to try out MCServer it should be made as easy as possible, starting with the packaging. RE: Official release - xoft - 11-09-2012 Feel free to repackage it I don't think I even have any software capable of making a zip package. If we wanted to be really all-masses, we should make an installer. I know my way about InnoSetup, could do that, some day. RE: Official release - xoft - 11-11-2012 Well, I guess I'll have to make another release anyway, because in rev 1023 a bug slipped in that crashes the server within minutes of players connecting. Didn't test long enough to notice it at that time It has been fixed in rev 1029. RE: Official release - FakeTruth - 11-11-2012 I just did a new release of 1030 RE: Official release - xoft - 11-11-2012 You did just the binary release, and forgot to release the PDB files. Now if someone sends a crashdump from that version, we won't have the necessary files to debug it. RE: Official release - FakeTruth - 11-12-2012 Do I need to upload the Release PDBs for that? RE: Official release - xoft - 11-12-2012 The PDBs that were created for the exe you uploaded. Just like the nightbuilds that are on my server; those even include the Bindings.cpp and Bindings.h, because the nightbuild script updates them each time before building. |