Jump to content

Metin2 Dev

Bot
  • Posts

    2151
  • Joined

  • Last visited

  • Feedback

    100%

Everything posted by Metin2 Dev

  1. Hello everyone! I have a problem with starting db from mainline_released. When I try to start it with start script, so it ends in "Success HOTBACKUP". When I do it manualy via ./db in shell, it after "Success HOTBACKUP" write "Segmentation fault (core dumped)". Sysser is empty, can anybody help me please? Thanks for all replies! Start.sh: #!/bin/sh echo -e "Press 1" read anzahl case $anzahl in 1*) echo -e "\033[31m Startet die Datenbank ..\033[0m" cd db && ./db & sleep 2 echo -e "\033[31m Die Datenbank wurde gestartet.\033[0m" echo -e "\033[31m Startet den Loginserver ..\033[0m" cd auth && ./auth & sleep 2 echo -e "\033[31m Der Loginserver wurde gestartet[0m" echo -e "\033[31m Starte game99_1 ..\033[0m" cd ./game99/core1 && ./game & sleep 2 echo -e "\033[31m game99 Core 1 wurde gestartet.\033[0m" echo -e "\033[31m Starte game99_2 ..\033[0m" cd ./game99/core2 && ./game & sleep 2 echo -e "\033[31m game99 Core 2 wurde gestartet.\033[0m" echo -e "\033[31m Starte game99_3 ..\033[0m" cd ./game99/core3 && ./game & sleep 2 echo -e "\033[31m game99 Core 3 wurde gestartet.\033[0m" echo -e "\033[31m Starte game99_4 ..\033[0m" cd ./game99/core4 && ./game & sleep 2 echo -e "\033[31m game99 Core 4 wurde gestartet.\033[0m" echo -e "\033[31m Starte game99 Core 5 ..\033[0m" cd ./game99/core5 && ./game & sleep 2 echo -e "\033[31m game99 Core 5 wurde gestartet.\033[0m" echo -e "\033[31m Startet Channel 1 Core 1 ..\033[0m" cd ./channel1/core1 && ./game & sleep 2 echo -e "\033[31m Channel 1 Core 1 wurde gestartet.\033[0m" echo -e "\033[31m Startet Channel 1 Core 2 ..\033[0m" cd ./channel1/core2 && ./game & sleep 2 echo -e "\033[31m Channel 1 Core 2 wurde gestartet.\033[0m" echo -e "\033[31m Startet Channel 1 Core 3 ..\033[0m" cd ./channel1/core3 && ./game & sleep 2 echo -e "\033[31m Channel 1 Core 3 wurde gestartet.\033[0m" echo -e "\033[31m Startet Channel 1 Core 4 ..\033[0m" cd ./channel1/core4 && ./game & sleep 2 echo -e "\033[31m Channel 1 Core 4 wurde gestartet.\033[0m" echo -e "\033[31m Startet Channel 1 Core 5 ..\033[0m" cd ./channel1/core5 && ./game & sleep 2 echo -e "\033[31m Channel 1 Core 5 wurde gestartet.\n \n Channel Gestartet\033[0m" cd .. ;; esac Log: Real Server Log Offlog_file_delete_old: stat: No such file or directory AsyncSQL: connected to localhost (reconnect 1) Success PLAYER AsyncSQL: connected to localhost (reconnect 1) Success ACCOUNT AsyncSQL: connected to localhost (reconnect 1) AsyncSQL: connected to localhost (reconnect 1) AsyncSQL: connected to localhost (reconnect 1) Success COMMON AsyncSQL: connected to localhost (reconnect 1) AsyncSQL: connected to localhost (reconnect 1) AsyncSQL: connected to localhost (reconnect 1) Success HOTBACKUP Segmentation fault (core dumped)
  2. thanks but i can't compile this source...! i want source with Extern folder because I have 5 day's and i can't compile it! sorry for my bad english You'll have a lot of problems if you use vanilla... I am using vanilla and i do not have any problems? Which problems are u mentioning? ---------------------------------------------------------------- @revengermt here: http://www.kori-developer.eu/board/index.php?/topic/241-source-vanilla-project/ The Extern folder is in it, i could take your money, but i won't, so hf ^^ revengertmt tnx but... link download down!!!! Edit: Tc please! Resolved!!! The Link isnt down, just register to soo it.
  3. Geh ins Verzeichnis root/ui.py und such diesen Abschnitt: class ThinBoard(Window): CORNER_WIDTH = 16 CORNER_HEIGHT = 16 LINE_WIDTH = 16 LINE_HEIGHT = 16 Ersetz es mit: class ThinBoard(Window): CORNER_WIDTH = 32 CORNER_HEIGHT = 32 LINE_WIDTH = 16 LINE_HEIGHT = 16
  4. thanks but i can't compile this source...! i want source with Extern folder because I have 5 day's and i can't compile it! sorry for my bad english You'll have a lot of problems if you use vanilla... I am using vanilla and i do not have any problems? Which problems are u mentioning? ---------------------------------------------------------------- @revengermt here: http://www.kori-developer.eu/board/index.php?/topic/241-source-vanilla-project/ The Extern folder is in it, i could take your money, but i won't, so hf ^^ revengertmt
  5. What does this tutorial actually add to the game, can someone explain pls? ^^
  6. Hi, I changed my DB and game file from novaline to mainline_released. When I try to start the cores, it tells me this: Shared object "libmysqlclient.so.18" not found, required by "db" Shared object "libIL.so.2" not found, required by "game" I tried to put that manually, still the same error. Then I tried to make install of /usr/ports/graphics/devil, it doesn't work nor with make MAKE_JOBS_UNSAFE=yes install clean, it told me this: /usr/lib/libstdc++.a: could not read symbols: Bad value *** [libGLU.la] Error code 1 Stop in /usr/ports/graphics/libGLU/work/glu-9.0.0. *** [do-build] Error code 1 Stop in /usr/ports/graphics/libGLU. *** [lib-depends] Error code 1 Stop in /usr/ports/devel/sdl12. *** [install] Error code 1 Stop in /usr/ports/devel/sdl12. *** [build-depends] Error code 1 Stop in /usr/ports/graphics/devil. *** [install] Error code 1 Stop in /usr/ports/graphics/devil. Thanks everybody for useful help.
  7. Sysser from client: 0926 12:31:43690 :: Source file has no content
  8. Every quest is bugged and looks like on the screenshot at first post? - so they don't showing any other text than square? Check syserr of your game core - it says you all, maybe it's questlib problem or ./make.sh / folder / qc don't have permission to something Hi! Thank you for your reply! Yes, every quest is bugged like that. This is sysser (I think there isn't a problem with quest): SYSERR: Sep 26 10:26:30 :: pid_init: Start of pid: 41208 SYSERR: Sep 26 10:26:30 :: ChildLoop: AsyncSQL: query failed: Out of range value for column 'time' at row 1 (query: INSERT INTO bootlog (time, hostname, channel) VALUES(NOW(), 'channel1_core1_test', 1) errno: 1264) SYSERR: Sep 26 10:26:30 :: LoadPackageCryptInfo: [PackageCryptInfo] Failed to load package/cshybridcrypt_metin2_patch_ds.dat SYSERR: Sep 26 10:26:30 :: LoadPackageCryptInfo: [PackageCryptInfo] Failed to load package/cshybridcrypt_metin2_patch_dss_box.dat SYSERR: Sep 26 10:26:30 :: LoadPackageCryptInfo: [PackageCryptInfo] Failed to load package/cshybridcrypt_metin2_patch_w20_sound.dat SYSERR: Sep 26 10:26:30 :: LoadPackageCryptInfo: [PackageCryptInfo] Failed to load package/cshybridcrypt_metin2_patch_w21_etc.dat SYSERR: Sep 26 10:31:09 :: ItemLoad: cannot create item by vnum 45160 (name Admin id 10000874) SYSERR: Sep 26 10:31:09 :: ItemLoad: cannot create item by vnum 41324 (name Admin id 10000873) SYSERR: Sep 26 10:31:10 :: ChildLoop: AsyncSQL: query failed: Data too long for column 'hint' at row 1 (query: INSERT DELAYED INTO log (type, time, who, x, y, what, how, hint, ip) VALUES('CHARACTER', NOW(), 1, 960952, 273801, 0, 'LOGIN', 'IP 1001584477 1 41 122429', 'IP :)') errno: 1406) SYSERR: Sep 26 21:01:29 :: ChildLoop: MySQL connection was reconnected. querying locale set All of that what u wrote have 777 permissions.
  9. Well, I'll try to describe it better now. I have maybe 30 quests on server, compilation is without problem. make.sh: LIST_FILE='quest_list' if [ -r $LIST_FILE ]; then rm -rdf object mkdir object while read line; do ./qc $line done < $LIST_FILE else echo $LIST_FILE' is missing' fi Now, every quest is bugged like I write on the top.
  10. So, what can i do to fix this problem? :/
  11. Still the same problem. There isn't problem with syntax, this is problem of all quests I have on server. When I clicked on something, black borders dont hide.
  12. quest mystel begin state start begin when 9003.chat."Hi" begin say("GTFO") end end end
  13. Hi community! I have a problem with quests on my server. Syntax is correct, compilator too (I think), but every quest give me this: [Hidden Content] Does anybody know, how to fix it? Thanks.
  14. I tried the clean source, without changing anything, than increasing the max level to 170 and make NO_TXT active. Thats neccesary, because without i can't connect either or my cores would not start, so i really don't implemented anything. Same Problem.
  15. Cyn you upload the source please?
  16. All syserrs are clean, thats why i not posted them. They do not show strange errors or something.
  17. You do not installed your compiler. Your files aren't using gcc49, they use the normal gcc. Type: cd /usr/ports/devel/gmake make config-recursive make install clean Tip: When something big comes at your VM, press enter, as many times as it needs ^^
  18. Write "g++" and "gcc" in your freebsd, when you get an answer like "no input files specified" in both, you have right installed your compiler. Waitin for your feedback ^^
×
×
  • Create New...

Important Information

Terms of Use / Privacy Policy / Guidelines / We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.