anacondaq Posted April 21, 2018 Group: Members Topic Count: 42 Topics Per Day: 0.01 Content Count: 1096 Reputation: 348 Joined: 02/26/12 Last Seen: May 30, 2023 Share Posted April 21, 2018 (edited) Idea Create a package of code compiler for the emulator, which took up little space, and will as portable as possible, it will not require installation, and which can be stored on a USB flash drive.Current Status: semi-done (works with almost emulator, except rAthena for reasons inside CMakeList.txt and other broken parts in code) Download Link: MEGA or Google Drive (189MB) How to use? Like on Linux, but on windows (thx to Cygwin) Download, extract, run start_console.cmd cd D:\path\to\your\emulator make clean && ./configure && make server wait when compilation will finish ./run-server.bat make sure that your SQL server is working fine (if you don't have any install, or take OpenServer from RO offline pack) If you wish to run a server outside the Cygwin environment, you need a lot of dlls copy-paste from /bin/ folder to emulator I give up to finish it and fix rAthena compiler issue (because the issue with CMake files, they are weird), because I have no time and it's out of my interest. Extra NotesRequest: please, someone who can fix the rAthena to make work with this release. 189MB compiler is very helpful, because not need to download 1.9GB for lite MSBuild, and ~8-9GB for Visual Studio. Feel the difference. Note: cygwin always slower than original native code. Note: rAhena can't compile with -stl=c++11, use -stl=gnu++11 Note: even with this -stl=gnu+11 you will get a crash a char-server, if you are a developer, try to debug it by yourself and fix, this is rAthena issue, not a package issue. Note: tested: hercules, eathena, brathena, 3ceam -> works fine without any issues, even in gdb mode. Edited April 21, 2018 by Anacondaqq 4 3 1 Quote Link to comment Share on other sites More sharing options...
Radian Posted April 21, 2018 Group: Members Topic Count: 162 Topics Per Day: 0.04 Content Count: 1546 Reputation: 192 Joined: 07/23/14 Last Seen: June 24, 2024 Share Posted April 21, 2018 Nice one @Anacondaqq ! Quote Link to comment Share on other sites More sharing options...
Poring King Posted April 21, 2018 Group: Members Topic Count: 63 Topics Per Day: 0.02 Content Count: 1016 Reputation: 191 Joined: 11/27/14 Last Seen: February 15 Share Posted April 21, 2018 Well done +1 Quote Link to comment Share on other sites More sharing options...
Dev Blaze Posted April 25, 2018 Group: Members Topic Count: 68 Topics Per Day: 0.01 Content Count: 212 Reputation: 5 Joined: 01/24/12 Last Seen: February 19, 2019 Share Posted April 25, 2018 thanks i will try later Quote Link to comment Share on other sites More sharing options...
OmarAcero Posted October 6, 2018 Group: Members Topic Count: 25 Topics Per Day: 0.01 Content Count: 71 Reputation: 1 Joined: 10/13/12 Last Seen: September 11, 2021 Share Posted October 6, 2018 @Anacondaqq Friend, will you have this application for 32-bit systems?.... Doesn't work on windows 32 bits... Quote Link to comment Share on other sites More sharing options...
anacondaq Posted October 13, 2018 Group: Members Topic Count: 42 Topics Per Day: 0.01 Content Count: 1096 Reputation: 348 Joined: 02/26/12 Last Seen: May 30, 2023 Author Share Posted October 13, 2018 On 10/6/2018 at 6:20 AM, OmarAcero said: @Anacondaqq Friend, will you have this application for 32-bit systems?.... Doesn't work on windows 32 bits... Hi, sorry, but the package will not work for x86 systems (32bit) due to many factors and reasons... 1 Quote Link to comment Share on other sites More sharing options...
OmarAcero Posted October 31, 2018 Group: Members Topic Count: 25 Topics Per Day: 0.01 Content Count: 71 Reputation: 1 Joined: 10/13/12 Last Seen: September 11, 2021 Share Posted October 31, 2018 (edited) @Anacondaqq How do I install mysql in cygwin? Edited October 31, 2018 by OmarAcero Quote Link to comment Share on other sites More sharing options...
anacondaq Posted November 1, 2018 Group: Members Topic Count: 42 Topics Per Day: 0.01 Content Count: 1096 Reputation: 348 Joined: 02/26/12 Last Seen: May 30, 2023 Author Share Posted November 1, 2018 9 hours ago, OmarAcero said: @Anacondaqq How do I install mysql in cygwin? I do not know how to add it here. It's laggy as I dunno what (I tried to include it, but dunno how to run it properly and it's really slow). So I have left the package as is just for lightweight compilation. Quote Link to comment Share on other sites More sharing options...
hendra814 Posted November 13, 2018 Group: Members Topic Count: 59 Topics Per Day: 0.01 Content Count: 1281 Reputation: 170 Joined: 06/12/12 Last Seen: 13 hours ago Share Posted November 13, 2018 (edited) On 4/21/2018 at 2:53 PM, Anacondaqq said: Idea Create a package of code compiler for the emulator, which took up little space, and will as portable as possible, it will not require installation, and which can be stored on a USB flash drive.Current Status: semi-done (works with almost emulator, except rAthena for reasons inside CMakeList.txt and other broken parts in code) Download Link: MEGA or Google Drive (189MB) How to use? Like on Linux, but on windows (thx to Cygwin) Download, extract, run start_console.cmd cd D:\path\to\your\emulator make clean && ./configure && make server wait when compilation will finish ./run-server.bat make sure that your SQL server is working fine (if you don't have any install, or take OpenServer from RO offline pack) If you wish to run a server outside the Cygwin environment, you need a lot of dlls copy-paste from /bin/ folder to emulator I give up to finish it and fix rAthena compiler issue (because the issue with CMake files, they are weird), because I have no time and it's out of my interest. Extra NotesRequest: please, someone who can fix the rAthena to make work with this release. 189MB compiler is very helpful, because not need to download 1.9GB for lite MSBuild, and ~8-9GB for Visual Studio. Feel the difference. Note: cygwin always slower than original native code. Note: rAhena can't compile with -stl=c++11, use -stl=gnu++11 Note: even with this -stl=gnu+11 you will get a crash a char-server, if you are a developer, try to debug it by yourself and fix, this is rAthena issue, not a package issue. Note: tested: hercules, eathena, brathena, 3ceam -> works fine without any issues, even in gdb mode. i already download, but when i start start_console.cmd it's not showing any windows. i'm using windows 10 X64 bit version edit: found the problem, can't run inside another folder. but got error like this, please help Edited November 13, 2018 by hendra814 Quote Link to comment Share on other sites More sharing options...
anacondaq Posted April 26, 2019 Group: Members Topic Count: 42 Topics Per Day: 0.01 Content Count: 1096 Reputation: 348 Joined: 02/26/12 Last Seen: May 30, 2023 Author Share Posted April 26, 2019 On 11/13/2018 at 10:34 AM, hendra814 said: i already download, but when i start start_console.cmd it's not showing any windows. i'm using windows 10 X64 bit version edit: found the problem, can't run inside another folder. but got error like this, please help Tested, works just fine out the box. Command used to compile 3CeaM: ./configure --enable-64bit && make sql Summary: no problems at all. works out the box and works perfectly good. Quote Link to comment Share on other sites More sharing options...
denmar123 Posted May 23, 2019 Group: Members Topic Count: 3 Topics Per Day: 0.00 Content Count: 6 Reputation: 0 Joined: 04/13/16 Last Seen: Wednesday at 09:15 PM Share Posted May 23, 2019 Im using latest emulator but i got this error? how Quote Link to comment Share on other sites More sharing options...
anacondaq Posted May 23, 2019 Group: Members Topic Count: 42 Topics Per Day: 0.01 Content Count: 1096 Reputation: 348 Joined: 02/26/12 Last Seen: May 30, 2023 Author Share Posted May 23, 2019 (edited) 19 minutes ago, denmar123 said: Im using latest emulator but i got this error? how rAthena not compatible with this bundle due to a lot of broken parts inside the sources. Any other emulator (herc, 3ceam, eathena, brathena, cronus) works pretty fine out the box. Edited May 23, 2019 by anacondaq Quote Link to comment Share on other sites More sharing options...
oldmultimedia Posted September 1, 2019 Group: Members Topic Count: 7 Topics Per Day: 0.00 Content Count: 19 Reputation: 1 Joined: 08/27/19 Last Seen: September 15, 2019 Share Posted September 1, 2019 The latest version of rathena is incompatible. also the last of hercules. you could update it or upload the exact versions that can be compiled. Quote Link to comment Share on other sites More sharing options...
AinsLord Posted October 6, 2019 Group: Members Topic Count: 261 Topics Per Day: 0.08 Content Count: 758 Reputation: 20 Joined: 11/21/15 Last Seen: April 6 Share Posted October 6, 2019 auto close when opening the file Quote Link to comment Share on other sites More sharing options...
dantoki Posted March 14, 2020 Group: Members Topic Count: 67 Topics Per Day: 0.01 Content Count: 235 Reputation: 42 Joined: 10/21/12 Last Seen: April 5 Share Posted March 14, 2020 will it work for the latest git? Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.