Jump to content

Freyr

Members
  • Posts

    38
  • Joined

  • Last visited

About Freyr

  • Birthday 06/06/1994

Profile Information

Contact Methods

Recent Profile Visitors

3133 profile views

Freyr's Achievements

Poring

Poring (1/15)

  • FluxCP Lv 1 Rare

Recent Badges

7

Reputation

  1. Same problem here. Did you succeed? I've found a workaround try these commands sudo ./install.sh rathena start
  2. Hi, I have just added these instructions for you: https://github.com/Freyja-Folkvangr/ragpycp/blob/master/README.md Feel free to join the discord server to ask questions. I'd also like to use your ragnarok environment (if possible) to continue adding features because I need a populated ragnarok db ?
  3. Hello people, I'm just starting a project to develop a control panel using Python-Django. The project just started, so it has no features completed yet! Some benefits on having a CP with Django: easier to maintain, easier to setup simple, clean, compatible environment, uses few resources can run on Docker and Heroku with less than 5 commands it auto manages the db tables it uses (upgrades, modifications, etc) Uses bootstrap, so its easy to modify/rebrand So if you want to contribute, just send me a DM and I'll add you to the repo as contributor. https://github.com/Freyja-Folkvangr/ragpycp Update: Account Register Login Logout unsalted MD5 encryption Char All Char list view Char view Reset position reset style reset save map Admin Change account Change RO settings on account Modify char Discord: _giosan#4472 Telegram: @evergreen2
  4. It seems like "make clean" has permission issues even using sudo ssh -i ./deploy/file.pem [email protected]<script data-cfhash='f9e31' type="text/javascript">/* */</script> "cd /var/rathena; sudo ./configure --enable-packetver=54 --with-pcre" checking for gcc... gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking how to run the C preprocessor... gcc -E checking for grep that handles long lines and -e... /bin/grep checking for egrep... /bin/grep -E checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking minix/config.h usability... no checking minix/config.h presence... no checking for minix/config.h... no checking whether it is safe to define __EXTENSIONS__... yes checking whether make sets $(MAKE)... yes checking for gcc... (cached) gcc checking whether we are using the GNU C compiler... (cached) yes checking whether gcc accepts -g... (cached) yes checking for gcc option to accept ISO C89... (cached) none needed checking how to run the C preprocessor... gcc -E checking for ar... /bin/ar checking whether byte ordering is bigendian... no checking whether gcc produces 32bit code... no checking whether gcc supports __thread specifier (TLS)... yes checking whether gcc supports -ffat-lto-objects... yes checking whether gcc supports -flto -fuse-linker-plugin... yes checking whether gcc supports -Wno-unused-parameter... yes checking whether gcc can actually use -Wno-unused-parameter... yes checking whether gcc supports -Wno-maybe-uninitialized... yes checking whether gcc supports -Wno-clobbered... yes checking whether gcc supports -Wempty-body... yes checking whether gcc supports -Wnewline-eof... no checking whether gcc supports -Wint-conversion... no checking whether gcc supports -Wenum-conversion... no checking whether gcc supports -Wshorten-64-to-32... no checking whether gcc supports -Wconstant-conversion... no checking whether gcc supports -Wbool-conversion... no checking whether gcc supports -Wno-switch... yes checking whether gcc supports -Wno-missing-field-initializers... yes checking whether gcc supports -Wshadow... yes checking whether gcc can efficiently use -Wshadow... yes checking whether gcc supports -fPIC... yes checking how to make shared objects... -shared yes checking whether gcc needs -Wl,--no-undefined to check for undefined references in shared objects... no checking whether gcc needs -fPIC for shared objects... yes checking whether gcc supports -fno-strict-aliasing... yes checking for setrlimit... yes checking for strnlen... yes checking for uselocale... yes checking for newlocale... yes checking for freelocale... yes checking for xlocale.h... yes checking for library containing inflateEnd... -lz checking for zlib.h... yes checking for library containing sqrt... -lm checking for library containing clock_gettime... none required checking whether CLOCK_MONOTONIC is supported and works... yes checking for library containing pthread_create... -lpthread checking for library containing pthread_sigmask... none required checking for library containing pthread_attr_init... none required checking for library containing pthread_attr_setstacksize... none required checking for library containing pthread_attr_destroy... none required checking for library containing pthread_cancel... none required checking for library containing pthread_join... none required checking for mysql_config... /bin/mysql_config checking for mysql_init in -lmysqlclient... yes checking mysql.h usability... yes checking mysql.h presence... yes checking for mysql.h... yes checking MySQL library (required)... yes (5.5.50) checking for library containing pcre_study... -lpcre checking PCRE library (optional)... yes (8.32) checking host OS... Linux checking for MinGW... no configure: Configure finish configure: CPPFLAGS= -DMAXCONN=16384 -I../common -DHAS_TLS -DHAVE_SETRLIMIT -DHAVE_STRNLEN -DPACKETVER=54 -I/usr/include -DHAVE_MONOTONIC_CLOCK configure: CFLAGS= -flto -fuse-linker-plugin -g -O2 -pipe -ffast-math -Wall -Wno-unused-parameter -Wno-maybe-uninitialized -Wno-clobbered -Wempty-body -Wno-switch -Wno-missing-field-initializers -Wshadow -fPIC -fno-strict-aliasing configure: CFLAGS_AR= -flto -fuse-linker-plugin -ffat-lto-objects -flto -fuse-linker-plugin -g -O2 -pipe -ffast-math -Wall -Wno-unused-parameter -Wno-maybe-uninitialized -Wno-clobbered -Wempty-body -Wno-switch -Wno-missing-field-initializers -Wshadow -fPIC -fno-strict-aliasing configure: LDFLAGS= -L/usr/lib configure: output name = login-server, char-server, map-server configure: creating ./config.status config.status: creating Makefile config.status: creating src/common/Makefile config.status: creating 3rdparty/mt19937ar/Makefile config.status: creating 3rdparty/libconfig/Makefile config.status: creating src/char/Makefile config.status: creating src/login/Makefile config.status: creating src/map/Makefile config.status: creating src/tool/Makefile ssh -i ./deploy/file.pem [email protected]/* */ "sudo cd /var/rathena; sudo make clean" ls: cannot access ../common/*.h: No such file or directory ls: cannot access ../../3rdparty/libconfig/*.h: No such file or directory ls: cannot access ../common/*.h: No such file or directory make[1]: Entering directory `/home/centos/src/common' ls: cannot access ../../3rdparty/libconfig/*.h: No such file or directory CLEAN common make[1]: Leaving directory `/home/centos/src/common' make[1]: Entering directory `/home/centos/3rdparty/mt19937ar' CLEAN mt19937ar make[1]: Leaving directory `/home/centos/3rdparty/mt19937ar' make[1]: Entering directory `/home/centos/3rdparty/libconfig' CLEAN libconfig make[1]: Leaving directory `/home/centos/3rdparty/libconfig' make[1]: Entering directory `/home/centos/src/login' CLEAN login make[1]: Leaving directory `/home/centos/src/login' make[1]: Entering directory `/home/centos/src/char' CLEAN char make[1]: Leaving directory `/home/centos/src/char' make[1]: Entering directory `/home/centos/src/map' CLEAN map make[1]: Leaving directory `/home/centos/src/map' make[1]: Entering directory `/home/centos/src/tool' CLEAN tool make[1]: Leaving directory `/home/centos/src/tool' ls: cannot access *.h: No such file or directory ls: cannot access *.c: No such file or directory ls: cannot access *.c: No such file or directory ls: cannot access *.c: No such file or directory ls: cannot access *.h: No such file or directory ls: cannot access ../common/*.h: No such file or directory ls: cannot access ../../3rdparty/libconfig/*.h: No such file or directory ls: cannot access *.c: No such file or directory ls: cannot access ../char/*.h: No such file or directory ls: cannot access ../../3rdparty/libconfig/*.h: No such file or directory ls: cannot access *.c: No such file or directory ls: cannot access ../map/*.h: No such file or directory ls: cannot access ../config/*.h: No such file or directory ls: cannot access ../common/*.h: No such file or directory ls: cannot access ../../3rdparty/libconfig/*.h: No such file or directory ls: cannot access ../common/*.h: No such file or directory ls: cannot access ../../3rdparty/libconfig/*.h: No such file or directory ssh -i ./deploy/file.pem [email protected]/* */ "sudo cd /var/rathena; sudo make server" make[1]: Entering directory `/home/centos/3rdparty/mt19937ar' make[1]: Leaving directory `/home/centos/3rdparty/mt19937ar' make[1]: *** No rule to make target `mt19937ar.o', needed by `all'. Stop. make: *** [mt19937ar] Error 2 ssh -i ./deploy/file.pem [email protected]/* */ "sudo cd /var/rathena; sudo make server" returned exit code 2 Action failed: ssh -i ./deploy/file.pem [email protected]/* */ "sudo cd /var/rathena; sudo make server"
  5. Are you using XAMPP? Yes at the moment. I'm planning to migrate anything to centos
  6. I still have this issue, I updated to the latest git version and downgraded the client to ragexe 20151029 and didn't fixed the problem
  7. Yes I've tried that, you can fix that issue by switching windows, but this is not the case, because you get disconnected and the client doesn't notice that I've noticed that if you use 1sak1 or 1rag1 parameter, makes the client to send unknown packets, preventing you to login to map server. I think it can be an issue with the diff, I'm asking for help here. Which client are you using?
  8. Hello, I'm looking for someone who can help me to diff 2015-11-04 client. I've noticed that using 1sak1 or 1rag1 parameters makes the client to send unknown packets to server and be rejected from map server. I'm using restore login screen, I haven't noticed any issue with this, but i'm having this issue: https://rathena.org/board/topic/106097-disconnection-from-server/ Can anyone give me a hand by selecting the correct diffs?
  9. I'm sorry, I wasn't insulting you. I'd suggest to use HD graphics to avoid pixels in the borders and don't abuse with the font, I think it's too huge, too invasive
  10. Hello everyone I've diffed 2015 11 04 ragexe with packet ver 55. After I login to map server I can't walk, nothing appears in client side, but in server side changes online players from 1 to 0 with no error message and no warning. Is anyone having the same issue? How may I fix it? Thank you all for the support!
  11. I read that VIP users get extra character slots, maybe you have a conflict with that o.o
  12. I don't recomend using FTP to deploy updates because it needs extra time to connect before downloading each file. FTP has a limit on simultaneous connections, so if you have a lot of users and you send a huge update, you could have just a group of users downloading the update and it won't connect for the rest until they finish and free up a connection slot.
  13. Yes, I have that line. I'm rebasing my repo every week, taking latest rA's improvements Yes, I was talking about NEMO, I'm not disabling packet encryption, it seems the file you uploaded its corrupt, maybe your antivirus program? If so, can you save and upload the profile you used to diff the exe? so that I can diff the client in my PC and take a look at the diffs you used. In my last post I meant if you want to take a look at my rA's source code in my git repository, maybe you can find something I didn't notice. Just to check, I downloaded manually the latest rAthena from GitHub and replaced the src folder, then I used GIT to see each file change... Every file was with no change, but I noticed that src/map/pc.c had a conflicted copy. This was the only different file. I recompiled and noticed something new. 8 Minutes ago, they pushed Doram support https://github.com/rathena/rathena/commit/daa9e018f4395844c2689c15b31b0494d0240d45and now I have this issue... Is anyone else getting so much trouble? This is making the game client to crash.
×
×
  • Create New...