Soldier Front 1 Server files

Page 10 of 32 FirstFirst ... 2345678910111213141516171820 ... LastLast
Results 136 to 150 of 480
  1. #136
    Enthusiast davevanoerle is offline
    MemberRank
    May 2014 Join Date
    27Posts

    Re: Soldier Front 1 Release

    Quote Originally Posted by wesman2232 View Post
    Hmm. Going to bump this. Been watching it forever.
    Same here

    Edit:
    Did someone manage to come futher with fixing the server? I'm stuck at the 'Please try again' error, which most people are stuck, I think.

    At the logs in '\Log\SpecialForce\USA\SF_SessionServerLog_FATAL' I can see this error;
    Code:
    [FATAL] [SYSTEM] [1] LoginServer(IP: 127.0.0.1) Packet(ID: 11) Error!!
    It think the client is sending a packet which the server can't handle, maybe a wrong value or so, which is weird, since the client is updated to the latest patches that were included.

    Shall I make a thread with all the info we have in the help section? We need to figure this out :P
    Last edited by davevanoerle; 20-04-15 at 09:22 AM.

  2. #137
    Member LegendOfCr33D is offline
    MemberRank
    Mar 2014 Join Date
    PhilippinesLocation
    91Posts

    Re: Soldier Front 1 Release

    Good to hear,
    You found the error in log file.

    going to check the server files again.

  3. #138
    I'm your Worst Nightmare! Meet Your Maker is offline
    MemberRank
    Nov 2012 Join Date
    EarthLocation
    449Posts

    Re: Soldier Front 1 Release

    Server Files = 100% done
    Client Files = 35% done
    Register File = 70% done

  4. #139
    Member LegendOfCr33D is offline
    MemberRank
    Mar 2014 Join Date
    PhilippinesLocation
    91Posts

    Re: Soldier Front 1 Release

    well Showing us a 100% is telling us that you gonna keep it as a secret?.

    - - - Updated - - -

    well Showing us a 100% is telling us that you gonna keep it as a secret?.

  5. #140
    Enthusiast davevanoerle is offline
    MemberRank
    May 2014 Join Date
    27Posts

    Re: Soldier Front 1 Release

    Quote Originally Posted by The Interview View Post
    Server Files = 100% done
    Client Files = 35% done
    Register File = 70% done
    Did you manage to fix the 'Please try again' error?

    Also, for creating an account use this sql query:
    Code:
    INSERT INTO [age_account].[dbo].[accounts]
               ([uid]
               ,[name]
               ,[pass]
               ,[created]
               ,[updated])
         VALUES
               (userid
               ,'username'
               ,'hashedpass'
               ,'creationtime'
               ,NULL)
    GO
    Example:
    Code:
    INSERT INTO [age_account].[dbo].[accounts]
               ([uid]
               ,[name]
               ,[pass]
               ,[created]
               ,[updated])
         VALUES
               (50000
               ,'testerdave1337'
               ,'$2a$10$6a64a60418f63acd895aeuC0MVfsH0TwA3CFSPFESLtWX.Znz76Ha'
               ,'2015-04-12 16:18:49.540'
               ,NULL)
    GO
    user: testerdave1337
    pass: test

    Use this to hash the password: http://snipplr.com/view/66073/passwo...asswords-safe/
    Credits for supergoudvis for the great find.

  6. #141
    Account Upgraded | Title Enabled! pengsaizhen is offline
    MemberRank
    Feb 2012 Join Date
    276Posts

    Re: Soldier Front 1 Release

    how to fix the sidebyside error ?vc error?

  7. #142
    Enthusiast supergoudvis is offline
    MemberRank
    Jan 2014 Join Date
    37Posts

    Re: Soldier Front 1 Release

    Quote Originally Posted by davevanoerle View Post
    Did you manage to fix the 'Please try again' error?

    Also, for creating an account use this sql query:
    Code:
    INSERT INTO [age_account].[dbo].[accounts]
               ([uid]
               ,[name]
               ,[pass]
               ,[created]
               ,[updated])
         VALUES
               (userid
               ,'username'
               ,'hashedpass'
               ,'creationtime'
               ,NULL)
    GO
    Example:
    Code:
    INSERT INTO [age_account].[dbo].[accounts]
               ([uid]
               ,[name]
               ,[pass]
               ,[created]
               ,[updated])
         VALUES
               (50000
               ,'testerdave1337'
               ,'$2a$10$6a64a60418f63acd895aeuC0MVfsH0TwA3CFSPFESLtWX.Znz76Ha'
               ,'2015-04-12 16:18:49.540'
               ,NULL)
    GO
    user: testerdave1337
    pass: test

    Use this to hash the password: http://snipplr.com/view/66073/passwo...asswords-safe/
    Credits for supergoudvis for the great find.
    Thanks for the credits ;), made the register page working with it but doesn't uid have an autoincrement? And how abbout the ussn and the aeriaid and such.

  8. #143
    Enthusiast davevanoerle is offline
    MemberRank
    May 2014 Join Date
    27Posts

    Re: Soldier Front 1 Release

    Quote Originally Posted by supergoudvis View Post
    Thanks for the credits ;), made the register page working with it but doesn't uid have an autoincrement? And how abbout the ussn and the aeriaid and such.
    Nope, uid doesn't have auto increment. if you're talking about the 'usn' it does have auto increment. Aeriaid is only in the accounts migration log as far as I know, which was only to log the migration of accounts when ijji went to Aeria.

  9. #144
    Member okarve0007 is online now
    MemberRank
    May 2012 Join Date
    92Posts

    talk Re: Soldier Front 1 Release

    Hello everyone,

    Someone please tell me why Client saying that "Connection with the server has been lost." From original 2013/04/26 client.

    I set up all IP in quietusvs.ini and version.ini

    I use DFLauncher.exe to login

    ID: testers
    Pass Hash: $2a$10$zbJLA.zCybdBMXuZjj2zPOfCHLc8MSHk1oLLekFpHcRCWCnsHF076 = (testers).


    I'm sorry, I'm not good at English.

    Thank you

    Image-1

    Image-2

  10. #145
    Enthusiast davevanoerle is offline
    MemberRank
    May 2014 Join Date
    27Posts

    Re: Soldier Front 1 Release

    Quote Originally Posted by okarve0007 View Post
    Hello everyone,

    Someone please tell me why Client saying that "Connection with the server has been lost." From original 2013/04/26 client.

    I set up all IP in quietusvs.ini and version.ini

    I use DFLauncher.exe to login

    ID: testers
    Pass Hash: $2a$10$zbJLA.zCybdBMXuZjj2zPOfCHLc8MSHk1oLLekFpHcRCWCnsHF076 = (testers).


    I'm sorry, I'm not good at English.

    Thank you

    Image-1

    Image-2
    If you go to '\Log\SpecialForce\USA\SF_SessionUserExceptionLog', do you see a log file?

    If there's something like '[INFO] [LOGIN] Different client session', you have to update the client with the patches which are in the package.

  11. #146
    Member okarve0007 is online now
    MemberRank
    May 2012 Join Date
    92Posts

    talk Re: Soldier Front 1 Release

    Quote Originally Posted by davevanoerle View Post
    If you go to '\Log\SpecialForce\USA\SF_SessionUserExceptionLog', do you see a log file?

    If there's something like '[INFO] [LOGIN] Different client session', you have to update the client with the patches which are in the package.
    Yes my log "C:\Log\SpecialForce\USA\SF_SessionUserExceptionLog"

    07:19:44 07:19:44 USN: 0, IP:188.95.253.15 [INFO] [LOGIN] Different client session
    Hmm.... You mean do not update Apex too. How can I start game without update Apex.

    Thank you

  12. #147
    Enthusiast davevanoerle is offline
    MemberRank
    May 2014 Join Date
    27Posts

    Re: Soldier Front 1 Release

    Quote Originally Posted by okarve0007 View Post
    Yes my log "C:\Log\SpecialForce\USA\SF_SessionUserExceptionLog"



    Hmm.... You mean do not update Apex too. How can I start game without update Apex.

    Thank you
    Use the updates in the SF_ServerPatch folder. They are listed in dates (yymmdd).

    You told me you use the client from 2013/04/26. So you basicly only wanna use the patches listed from 130515 to 130717.
    Make sure to only update the client (whenever there are subfolders like Client, DB, Server).

    Edit:
    No, no need to update the '_APEX' ones.

  13. #148
    I'm your Worst Nightmare! Meet Your Maker is offline
    MemberRank
    Nov 2012 Join Date
    EarthLocation
    449Posts

    Re: Soldier Front 1 Release

    IF someone have updated client that compatible in Serverfiles please share it to us, so we can release the repacks we have.


    Invictus Developing Team.

  14. #149
    Member okarve0007 is online now
    MemberRank
    May 2012 Join Date
    92Posts

    smile Re: Soldier Front 1 Release

    Quote Originally Posted by davevanoerle View Post
    Use the updates in the SF_ServerPatch folder. They are listed in dates (yymmdd).

    You told me you use the client from 2013/04/26. So you basicly only wanna use the patches listed from 130515 to 130717.
    Make sure to only update the client (whenever there are subfolders like Client, DB, Server).

    Edit:
    No, no need to update the '_APEX' ones.
    It work thank you very much for guidelines

  15. #150
    Enthusiast davevanoerle is offline
    MemberRank
    May 2014 Join Date
    27Posts

    Re: Soldier Front 1 Release

    Quote Originally Posted by The Interview View Post
    IF someone have updated client that compatible in Serverfiles please share it to us, so we can release the repacks we have.


    Invictus Developing Team.
    Will upload the one I updated tomorrow.

    Edit:
    Please guys share ur knowledge we need to get this working.

    Edit 2:
    Here's the client I updated to 2013/07/17:
    https://mega.co.nz/#!SQYBCTTC!2IqC1a...VNOkTleTB8TfwI

    Unpack the client anywhere, I have it on desktop.
    The client's ip is set to 127.0.0.1 (localhost), So no need to edit.
    Last edited by davevanoerle; 22-04-15 at 07:35 PM. Reason: added dl link



Advertisement