[RELEASE ]TERA v92.03 RETAIL FILES

Page 41 of 70 FirstFirst ... 31333435363738394041424344454647484951 ... LastLast
Results 601 to 615 of 1045
  1. #601
    Apprentice yu0 is offline
    MemberRank
    Feb 2021 Join Date
    13Posts

    Re: [RELEASE ]TERA v92.03 RETAIL FILES

    I reinstalled Xampp Control Panel and moved the 80, 81, 10000 from the original htdocs. I also changed the port in Xampp to 81 because 80 is blocked by PID 4. However, I still cannot get Xampp to start.
    Here is a link to the image : https://imgur.com/a/ttJCn1C

  2. #602
    Proficient Member hexaDoc is offline
    MemberRank
    Jan 2021 Join Date
    163Posts

    Re: [RELEASE ]TERA v92.03 RETAIL FILES

    Quote Originally Posted by yu0 View Post
    I reinstalled Xampp Control Panel and moved the 80, 81, 10000 from the original htdocs. I also changed the port in Xampp to 81 because 80 is blocked by PID 4. However, I still cannot get Xampp to start.
    Here is a link to the image : https://imgur.com/a/ttJCn1C
    First of all, you don't need all the trash tomcat/filezilla/Mercury to be running.
    Second, show us the logs of Apache, the xampp control panel doesn't give any useful info. Click on Logs then error.log file

  3. #603
    Apprentice yu0 is offline
    MemberRank
    Feb 2021 Join Date
    13Posts

    Re: [RELEASE ]TERA v92.03 RETAIL FILES

    It seems like the error log file does not exist. When I create a blank log and try to run apache, there is nothing in the log as well.

    Edit: I got it running somehow after rebooting.

    - - - Updated - - -

    When I run the bat .file, nothing happens. It is just one line of text and then it closes itself. I tried running it as administrator but the same thing happens. https://imgur.com/a/iRvFA88 Also what are the location of the servers? Some of them I run the .bat file and then it closes by itself shortly.

  4. #604
    Proficient Member hexaDoc is offline
    MemberRank
    Jan 2021 Join Date
    163Posts

    Re: [RELEASE ]TERA v92.03 RETAIL FILES

    Quote Originally Posted by yu0 View Post
    It seems like the error log file does not exist. When I create a blank log and try to run apache, there is nothing in the log as well.

    Edit: I got it running somehow after rebooting.

    - - - Updated - - -

    When I run the bat .file, nothing happens. It is just one line of text and then it closes itself. I tried running it as administrator but the same thing happens. https://imgur.com/a/iRvFA88 Also what are the location of the servers? Some of them I run the .bat file and then it closes by itself shortly.
    Have you deleted the cache folder of teraapi as stated in tutorials? If you got the VM version, idk where the files are, Just look for a tera folder callled TERA_SERVER with exes like arbiter_m3.exe inside by example. You gotta make sure you sql config is correctly setup too in webapp files and such

  5. #605
    Apprentice yu0 is offline
    MemberRank
    Feb 2021 Join Date
    13Posts

    Re: [RELEASE ]TERA v92.03 RETAIL FILES

    The build folder is deleted. What do you mean by the sql config? I have changed the ip following the tutorials. I don't think there is any mention of webapp.

  6. #606
    Proficient Member hexaDoc is offline
    MemberRank
    Jan 2021 Join Date
    163Posts

    Re: [RELEASE ]TERA v92.03 RETAIL FILES

    Quote Originally Posted by yu0 View Post
    The build folder is deleted. What do you mean by the sql config? I have changed the ip following the tutorials. I don't think there is any mention of webapp.
    SQL server need to have a set root user with 123456 password, for api / launcher and such to be able to access it

  7. #607
    "One day at a time" Robyson is offline
    [VIP] MemberRank
    Sep 2013 Join Date
    TzionLocation
    1,857Posts

    Re: [RELEASE ]TERA v92.03 RETAIL FILES

    @yu0 you added the variables??
    This is required to run the api



    Last edited by Robyson; 04-07-21 at 12:47 AM.

  8. #608
    Apprentice yu0 is offline
    MemberRank
    Feb 2021 Join Date
    13Posts

    Re: [RELEASE ]TERA v92.03 RETAIL FILES

    I think I cannot create a root user with the password 123456. https://imgur.com/a/sXSUO7E
    I have set the settings according to Robson26 but the teraAPI still closes after launch.

  9. #609
    TERA Lover :) argeus99 is offline
    MemberRank
    Mar 2019 Join Date
    ColombiaLocation
    529Posts

    Re: [RELEASE ]TERA v92.03 RETAIL FILES

    Quote Originally Posted by yu0 View Post
    I think I cannot create a root user with the password 123456. https://imgur.com/a/sXSUO7E
    I have set the settings according to Robson26 but the teraAPI still closes after launch.
    If you're using the xampp api, then you missunderstood Robson. Tera Api uses mysql, and you're trying to create the root user in the incorrect database engine (mssql)

  10. #610
    Apprentice yu0 is offline
    MemberRank
    Feb 2021 Join Date
    13Posts

    Re: [RELEASE ]TERA v92.03 RETAIL FILES

    So I should undo the changes I followed from Robson? How do I create root user in the SQL server?

  11. #611
    Proficient Member hexaDoc is offline
    MemberRank
    Jan 2021 Join Date
    163Posts

    Re: [RELEASE ]TERA v92.03 RETAIL FILES

    Quote Originally Posted by yu0 View Post
    So I should undo the changes I followed from Robson? How do I create root user in the SQL server?
    Connect to PHPMyAdmin and use this query :
    SET PASSWORD FOR 'root'@'localhost' = PASSWORD('123456');
    FLUSH PRIVILEGES;

  12. #612
    "One day at a time" Robyson is offline
    [VIP] MemberRank
    Sep 2013 Join Date
    TzionLocation
    1,857Posts

    Re: [RELEASE ]TERA v92.03 RETAIL FILES

    Quote Originally Posted by yu0 View Post
    So I should undo the changes I followed from Robson? How do I create root user in the SQL server?
    @yu0 you really need to define the variables, but what argeus99 said is correct.
    If you want can use my VM and check my settings.

    https://forum.ragezone.com/f797/92-03-vmware-1198583/

  13. #613
    Enthusiast AdrenalinV is offline
    MemberRank
    Aug 2017 Join Date
    RussianLocation
    31Posts

    Re: [RELEASE ]TERA v92.03 RETAIL FILES

    I ask for a mirror on google, namely the client

  14. #614
    Apprentice yu0 is offline
    MemberRank
    Feb 2021 Join Date
    13Posts

    Re: [RELEASE ]TERA v92.03 RETAIL FILES

    @Robson26 I have downloaded your vm. I find that I only have access to the register website when I am inside the vm. I cannot register from the host. The api is stuck at 83%. (been at 83% since 1st minute till an hour later.) All the others have server ready status.

  15. #615
    TERA Lover :) argeus99 is offline
    MemberRank
    Mar 2019 Join Date
    ColombiaLocation
    529Posts

    Re: [RELEASE ]TERA v92.03 RETAIL FILES

    Quote Originally Posted by yu0 View Post
    @Robson26 I have downloaded your vm. I find that I only have access to the register website when I am inside the vm. I cannot register from the host. The api is stuck at 83%. (been at 83% since 1st minute till an hour later.) All the others have server ready status.

    Don't worry about 83% thing, that“s normal



Advertisement