Jump to content

mtp1032

Members
  • Posts

    27
  • Joined

  • Last visited

  • Days Won

    2
  • Donations

    0.00 GBP 

Posts posted by mtp1032

  1. Greetungs,

    I have 3 computers in my local area network and have downloaded, built, and installed Mangoszero on one of them but am unable to connect to the server from the other two machines.

    I think I've followed the instructions correctly (see EasyBuild thread) but maybe someone can point out where I'm going wrong. First, here's my realmlist.wtf

    SET locale "enUS"
    SET portal "us"
    SET patchlist "xxx.yyy.a.abc"
    SET realmList "xxx.yyy.a.abc"

    where "xxx.yyy.a.abc" is the IP of the host machine.  Second, here are the realmd->realmlist IPs stored in the database

    address: aa.bbb.ccc.cc       <-- Cable modem IP
    localAddress: xxx.yyy.a.abc  <-- Host machine IP (where MangosZero server is running)

    I know I've missed something (probably obvious) and would appreciate some advice.

    Cheers,

     

  2. 18 hours ago, nalok said:

    I figured it out. Had to go into the DB and change the localaddress to the external ip address.

    
    USE yourrealmdb;
    SELECT * FROm realmlist;
    UPDATE realmlist SET localAddress='yourexternalIP' WHERE id=1;
    UPDATE realmlist SET address='yourexternalIP' WHERE id=1;

    Also update your conf files to reflect the external IP. I think you can leave them I believe. Try the above before you edit the files.

    Thanks. Got it to work. I really appreciate it.

  3. Anything? 

    Based on the sequence of events during the attempted login (see above), the client successfully authenticates with the server. Am I safe in concluding that my realmlist.wtf is not the problem?

    Thanks

    P.S. Sorry for the nag, but this problem is driving me craze. Oh, and client and server files are NOT read-only.

  4. I am running Mangoszero on localhost (client and server on same PC). A week ago I could login with no problem. Today I tried to login and the screen is stuck on the Realm Selection screen. Just to be clear here is the sequence of steps:

    Start the Client:

    1. Enter Credentials (Username and Password) - Success!
    2. Realm and language menu screen. Choose English, select realm style (Normal), and click <Suggest Realm> button
    3. Popup assigning me to the selected realm is displayed. Click <Accept>
    4. "Logging into Game server" popup is displayed for a few seconds.
    5. Realm Selection Screen is displayed.  Select realm (again)
    6. Repeat 4 and 5

    Any suggestions as to what's going on?

    Thanks,

     

     

     

  5. On 8/29/2017 at 3:14 AM, antz said:

    Can we check that VS is actually working correctly....

    Start VS and select 'New Project' choose a c++ project and proceed.
    - Do you get to the code window ?

    I'm having the same problem except that I'm trying to install the Mangoszero development environment.

    First, here's the background:

    System: x86 64-bit, Windows 10 Pro, VS 2017 Community Version (w/ C++ - and yes, C++ is installed and I've coded, built, and successfully executed a test "hello world" app just to make sure).

    PreReqs: Git Bash, CMake, OpenSSL were installed without a hitch.

    Problem: Using the Community MySQL installer of Server 5.7.20 (x86) the installer does not detect the VS 2017 on my system.

    Any help would be greatly appreciated. Thanks, in advance.

    Cheers,

×
×
  • 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