Jump to content

anacondaq

Members
  • Posts

    1096
  • Joined

  • Days Won

    40

Everything posted by anacondaq

  1. First of all, you need to compile a server with supporting GDB (install gdb, and then try make clean && ./configure --enable-64bit --enable-debug=gdb), then: gdb map-server r enter It will launch map-server under gdb, but you still need to ran char, and login server. you can try to do it in separate screen windows ( screen -amdS char ./char-server && screen -amdS login ./login-server ) If a map-server server will crash, everything in the game will freeze and you will see it. Then do bt full to show a trace of the crash.
  2. use torrents. Nickyzai.com site already have torrents as i remember.
  3. no, with script engine i don't think it possible, i talk about source mods.
  4. i think it possible to do, but not sure if it actual.
  5. we don't have any xampp here. Only OpenServer. The package have all settings correct out the box. Sorry, i will not support custom settings and custom packages. Your problem looks like you have not added a mysql user for database (https://kyup.com/tutorials/create-new-user-grant-permissions-mysql/)
  6. This is a very common question. And I already answered many times in the topic about this with steps what need to do. You can't connect because your server run on one IP, and the client tries to connect to another IP. Please check the topic for answers, hope it will help you.
  7. Let me say my few cents: 1024 limit very easy to change via simple kernel setting and apply with sysctl -p, so no problem here at all touching very well worked mechanisms which working for years without any issues as for me very bad idea I thought epoll works fine only at linux, is not it? How about windows? average pps not 5pps for a user, it's much higher and depends on an area and different objects around a player. At WoE pps can burst up to 10k-40k/s easy are there any benchmarks of received benefits with rathena? Is it possible to somehow to see "before/after" graphs? Not theory, but real facts required. if you trying to reduce CPU usage, this is a very bad idea too, because socket handling is not too much CPU heavy thing, a lot of different objects related functions eats usually CPU time like scripts, skills parsing, different checks, different following conditions and so on. So I don't see any logical sense in switching to some mechanism without any advantages. Just for what? Because you can? No, I'm against that, and I hope other people who will read the message will be too, because risks to broke very complex and complicated rathena code too high, and benefits very low. I do not intend to argue with anyone here or to indicate to someone what he needs to do. But please, before you break the functionality of the emulator, give evidence that your functionality in practice will be really necessary and useful and will not break anything that works right now. I do not want to offend or humiliate anyone, but my experience tells (subjectively) that such ideas only broke the functional part, and did not extol some useful values in the project. I'm worried about the stability of the project, and for its development, and I do not want it to be stalled by some dubious change. I hope you understand my point.
  8. Please post your problems related to this page directly to this topic. Then, please read whole topic answers, you will find a lot of answers for other people with the same problems, and of course please check the first post, I have tried my best to explain everything in the first post to make everything to work.
  9. Go to the site: http://nn.ai4rei.net/dev/opensetup/ and download opensetup (say thx to @Ai4rei for that tool, and not only). Copy-paste the tool to your game folder, and run it. Select your graphic adapter, resolution, and run. If the issue still exists, try to play with different parameters. Except it, the problem can be with bad drivers, or missing some library, or i dunno.
  10. I dunno where is a problem, everything looks good for running and connecting to the server on localhost. Try to debug with tool above (process hacker). Go to network tab, in search field add name of exe (just to see only this exe) and then try to login to the game and at the same time do not move your focus from process hacker to see network activity from filtered process. All what you need to see, to what IP address and to what port exe tries to connect when you enter login/pass and pressing an enter button. If you have any firewall installed on your PC, try to add 2015-11-04aRagexe to your trusted list, or allow connections for this app.
  11. Download Process Hacker to see what ports used by your apps. Before running emulator (login, char, map servers) you must be sure that ports: 6121, 5121, 6900 are free and not used by any other app on your pc (check network tab). Then try to run the server. Then check what is your internal IP address on what the server has been launched. Then set the IP address to clientinfo.xml. Make sure you are using CLEAN kRO game client with overwritten files from this package over your original RO client, make sure inside data.ini that you have correct order for loading grfs (rathena2017.grf must be at first place). The problem what showed above do not explain anything. If you need a help, please provide as maximum info as you can (with screenshots of all runned windows, of runned app, of ip address inside network tab in process hacker). Except it you can try to post output after using inside cmd.exe command called "ipconfig". (Win+R -> cmd -> enter -> "ipconfig" -> enter, select all text and post it here inside code block).
  12. yes, you need to run exe provided in the archive (2015-11-04aRagexe.exe) instead of Ragnarok.exe or Ragexe.exe
  13. The Very bright theme, too much white colors, impossible to sit on the forum for many time because of pain in eyes (physical). Hope maybe it will be changed after some time, but it's up to you. Great to hear that you have upgraded forum successfully, looks like IPB team fixed they tons of problems and bugs in their distribution packages which have tons of issues and provoke many problems for me, and for dozens other people who tried to upgrade forum software (you can check their forum for confirmation).
  14. This is very uninformative and mostly saying nothing to me. Just reboot your PC, then start openserver, and run all servers (login, char, map) via bat file in emulator folder. If it does not help, show all screenshots (under spoiler bbcode please to hide your big images) of all servers and what you having while trying to login to the game.
  15. in map-server / char server find IP address what you see (not 0.0.0.0) then open rathena2017.grf with grf editor, find clientinfo.xml and replace 127.0.0.1 with the IP what you got (maybe it will be 192.168.sosmething.something). Save, and try again, maybe it will help.
  16. not with IPB. Ipb it's like Russian roulette with 50/50% chances when doing anything related to upgrades, updates, changes. Too much bugged. Best thing what can do guys -> make the whole backup before any work. And yes, upgrading from 4.1 to 4.2.2 will provoke a lot of pain (tested a few days ago), so better try to do any upgrade on any cloud instance, then if everything will be ok, try to upgrade on a production server. And backups 100% must-have
  17. Hi. you need to make sure that you have opened ports outside internet or inside lan network (6121, 5121, 6900) then run the server on the PC, edit with GRF Editor clientinfo.xml and change IP address to IP of your lan server, send client files to your friend (client only). It will be enough. New user creation via _M, _F in login window.
  18. Can you show AFTER creation your data in login table? SELECT * FROM `login` WHERE userid='YOUR_ACCOUNT_NAME' \G; and post it here (but do not forget to remove password from output before posting) Then, create another game account with different sex (for example female) and do query above too (but for a different account). This is required to understand, is at server-side function works fine or not (is data in database correct). If not, then need to check a code where the problem. If data correct -> need to check why it broken.
  19. what revision hash do you have? The fix has been applied very long ago (maybe few month ago). Try to upgrade your emulator. https://github.com/rathena/rathena/commit/c0476f6bfef2dab29f09bbd1f63d08ce91223117
  20. follow official documentation at ospanel.io
  21. Run server upload files do like on the screenshot above follow fluxcp guide (http://bfy.tw/D8ZJ) ??? done
  22. Make sure that you have latest and up to date fluxcp data (on latest recaptcha works fine) make sure, that you got correct public & private keys from google recaptcha page and set it in the correct place in correct order. Then wait 30 minutes to make 100% sure that the problem not at google side (google usually after a lot of switching between different keys do some hold for 30 minutes, they call it "we need up to 30 minutes to apply effect". And the error like that can appear. restart nginx, or apache, or whatever you have for cleaning page cache if are you using cloudflare, go to cache page, and purge all cache then clear your cache at browser, or do CTRL + F5 (for force update) data the capcha must back to work.
×
×
  • Create New...