Jump to content

NickoNiklas

Members
  • Posts

    80
  • Joined

  • Last visited

    Never
  • Donations

    0.00 GBP 

NickoNiklas's Achievements

Advanced Member

Advanced Member (3/3)

0

Reputation

  1. Hi there. Just to comment on your image of the folder you've taken. The text is barely readable, if you're going to post an image, crop it before upload, so users only can see the relevant info, which makes it easier to read. Or try using the console instead, and use the "dir" command, and copy the text. The "dir" command, lists all files and directories in the folder, including the extention of the files. But ahead to your problem. First thing first, have you modified the source in any way, like using SD2, added patches or edited the source yourself? Because those modifications could have broken your source. Try to recompile the source without any modifications first, then add one modification, compile, run, and so on, until you encounter a problem. Then you'll know where the problem might occur, and go on from there. The mangosd.conf file you've uploaded. It seems a bit small, have you really uploaded the entire mangosd.conf here, or have you only uploaded a partion of it. If you haven't uploaded a partion of it, then your mangosd.conf if broken, and you should redownload it. The mangos source. It could hapen during the download or saving to the harddrive, the source got broken. It might be a network error, or your harddrive might have a damaged sector. Try to download the source to a new place, and compile it again. I hope this helps. Edit Oh yeah, as Cyberfreak wrote. Did you encounter any compilation errors while compiling the source. And did you use Visual Studio 2005/2008/2010 to compile it (as I remember the Express versions of it can't compile in x64 mode, you'll need the full versions to compile that).
  2. Check the stickies in the "Installation, Configuration & Upgrades" forum. There's one called "[Guide] Updating for Windows", yeah yeah, I'ts not for ubuntu, but the database update part are the same for all OS, just different programs that's used.
  3. Since you're talking about ad.exe, I beleve your'e using a version of Windows. Open the windows console, move to where your ad.exe is located, and run it. There should be some error messages, and the console window will not close automaticly. Now, what do you see?
  4. There's a forum called "Installation, configuration & upgrades", in there, there are serveral threads marked as "sticky" at the top. Read the titles, and look at the ones that suits you the best. This is for the mangos server only. As for your database, If you're using a content database, you should check the content databases forum on how to update it correctly. And always when updating a database, make a backup before you start, in case you do something wrong. And a backup makes it possible for you to use it as a sandbox, until you know what you're doing, and how you should do it. (offtopic, sorry mods) Not to be a grammar geek or anything, but your title annoys me a bit. I am You are He/She/It is So your title should be "I am a noob", not "I are noob", (rable) unless "I" is a name for a group of people then it should be spelled "noobs". And if noob is a name of something, then it's correctly spelled except it should start with a capital letter. (/ramble) Not saying I'm using the correct grammar all the time. And titles should always be a short of what the thread is about. (/offtopic)
  5. Did you compile the source yourself, or did you get "precombiled binaries"? You can't alter the compiled binaries, you must always edit the source code, then compile it to get the binaries. As for the "map" and "dbc" files, read in the forum on how to compile. The "map" files tells the server how the world looks like, and the "dbc" is more a database (these are extracted from the client). If you want to know where to look for server modifications, there's a forum here called "Developer's Corner", that might be something you should look at, there are many projects there.
  6. Are you running the compiled binaries on another computer than the one you compiled the source at? Because then you must have installed the correct depencencies on that computer to be able to run it. Just google for "The application was unable to start correctly (0xc0150002)", and you'll find a lot of answers on that one. Always when you encounter an error/problem do the following: 1. Search the forum for an answer. 2. If no answers found, use google to search for answers. 3. If you still can't find any answers, make a post about it.
  7. How can you connect to the internet without a modem? Only way I can think of, is if you're connecting thru someone elses internet connection (lan/wlan), and even then, they have a modem. Have you really started realmd and mangos (if Windows they should be called realmd.exe and mangosd.exe), or do you have any errors when starting up them? Have you tried to start the server and let it listen to localhost, and connect that way? That's one of the best ways to really test if you have managed to get the server working 100%. Next step would be to allow connections thru your external IP address. When trying to make it possible to connect thru your external IP address, you must make sure you have port forwarded the 2 ports correctly, and the firewalls in your computer/router/modem allow traffic thru those ports. If you haven't done those things, you won't be able to connect.
  8. What Mangos revision are you using? Any branch? What client version have you extracted the maps from? Does the Mangos rev. you extracted support the client version you are extracting from? Read the error, check the "Big FAQ Thread" stickie, It explains one of the solutions to this problem. There are a lot of threads in this forum about this problem, do a search, maybe you will find the answer.
  9. You should read the stickies before posting such a question, since this kind of questions has already been answered in the Big FAQ thread. Repacks are not supported here. Ask however made the repack if you want help with that. Or do as everyone else here, read the stickies and learn how to compile the source yourself, it's not hard. There are plenty of stickies that shows you how to. Next time, please read the stickies and use the search before posting.
  10. If you get any errors while compiling,just writing you have errors does not help. Noone here can read your mind, or see what's in the log if you don't post it anywhere. I get 2 things out of your thread. 1. You have errors, maybe 3, but I don't know what they are or anything else. 2. You are compiling for windows, probably using one of the Visual Studio/C++ compilers (but there are a lot of different versions of those). Have you tried checking where the problem first occurs. Is it in the "clean" mangos core, is it with playerbot, ahbot or mmaps? Have you tried "Rebuild Solution" or "Clean Solution"? Have you searched the forum, for others with the same problem? Always when you get any errors, you go back and try to check where the problem occurs. If you find that it's playerbot, ahbot or mmaps, ask in those threads, if it's a problem with the core, post a thread here. And always provide an error log.
  11. Don't use translators, they suck. I don't use ubuntu so much, but if you would read the error message, it tells you a lot. "folder of file not found", aka, is "create_mysql.sql" located in "/opt/mangos/mangos/sql/"? And correct me if I'm wrong, but this "</ opt / mangos / mangos / sql / create_mysql.sql" is not the same as "< /opt/mangos/mangos/sql/create_mysql.sql". The spaces makes a big difference sometimes.
  12. Mangos come with an empty database structure, that means there are no monsters or anything in the game. This is the wrong forum to ask help about content databases. Read in the forums from where you got your content databases, and ask there for help if you get any errors.
  13. There are hundreds of post about this same error, the only difference may be A and/or B. Read the error message, and read what's been answered in those other threads, just because A and B are not the same as yours, you still use the same method, just other files. And read the stickie on how to update, it explains a lot, even if you're not using windows. In short, you haven't updated your database correctly, the mangos core you are using is newer and supports a newer database than the one it's connecting to.
  14. Ask RageZone, from where you got your core. Precompiled binaries, or repacks are not supported here. If you want to add playerbot, I suggest you first check the "Installation, Configuration & Upgrades", on how to create a server of your own (download source, compile, config, set up databases and make it run). Then you search for playerbot, and check in that thread on how to apply playerbot to your source, they tell you exactly what to do there.
  15. And even if "Novo's emulator" is using mangos core, precompiled binaries or repacks are not supported here, ask from where you got it from instead. Download the source code, and compile it yourself. There are plenty of guides on how to do that.
×
×
  • Create New...

Important Information

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. Privacy Policy Terms of Use