Banned

There are 29 replies in this Thread. The last Post () by Huor.

  • Hello, OP!

    My main account was banned by system about transfering funds to another one.

    I know it happens sometimes.

    Could you help to unbann it? Thx!

    CF chars - Maxbur and derivatives
    Roleplay on server: Merc/Smuggler
    You can hire me for all sort of job: dirty and not so - but I`ll make it clean. It will cost you :)





    "Only two things are infinite, the universe and human stupidity, and I'm not sure about the former."
    Einstein

  • Done

    Unbanned

    signew.jpg


    cfmoddblogo.png5904.png5904.png
    http://www.moddb.com/scripts/topsite.php?ts=4766


    Only dead fish swim with the stream.
    Don't discuss with idiots. They only drag you down to their level and then beat you with experience there.


    This is ten percent luck,
    Twenty percent skill,
    Fifteen percent concentrated power of will,
    Five percent pleasure,
    Fifty percent pain,
    And a hundred percent reason to remember the name!

  • Done

    Unbanned

    Hello, please do it again. Same thing.

    CF chars - Maxbur and derivatives
    Roleplay on server: Merc/Smuggler
    You can hire me for all sort of job: dirty and not so - but I`ll make it clean. It will cost you :)





    "Only two things are infinite, the universe and human stupidity, and I'm not sure about the former."
    Einstein

  • Done

    signew.jpg


    cfmoddblogo.png5904.png5904.png
    http://www.moddb.com/scripts/topsite.php?ts=4766


    Only dead fish swim with the stream.
    Don't discuss with idiots. They only drag you down to their level and then beat you with experience there.


    This is ten percent luck,
    Twenty percent skill,
    Fifteen percent concentrated power of will,
    Five percent pleasure,
    Fifty percent pain,
    And a hundred percent reason to remember the name!

  • Hmm. Hello again OP.

    From time to time I have same ban issue with one of my accounts.

    Is it could be a reason, that I have PG installed on my train many years ago or not?

    Please unban it and help to resolve this sh*t.

    Thank you!

    CF chars - Maxbur and derivatives
    Roleplay on server: Merc/Smuggler
    You can hire me for all sort of job: dirty and not so - but I`ll make it clean. It will cost you :)





    "Only two things are infinite, the universe and human stupidity, and I'm not sure about the former."
    Einstein

  • no, the log indicates that there is a problem with your installation

    unbanned

    signew.jpg


    cfmoddblogo.png5904.png5904.png
    http://www.moddb.com/scripts/topsite.php?ts=4766


    Only dead fish swim with the stream.
    Don't discuss with idiots. They only drag you down to their level and then beat you with experience there.


    This is ten percent luck,
    Twenty percent skill,
    Fifteen percent concentrated power of will,
    Five percent pleasure,
    Fifty percent pain,
    And a hundred percent reason to remember the name!

  • Okay, thank you

    CF chars - Maxbur and derivatives
    Roleplay on server: Merc/Smuggler
    You can hire me for all sort of job: dirty and not so - but I`ll make it clean. It will cost you :)





    "Only two things are infinite, the universe and human stupidity, and I'm not sure about the former."
    Einstein

  • Relogged with this account, played abt 1 hour and get "banned" message again. Have I reinstall Crossfire or what?

    CF chars - Maxbur and derivatives
    Roleplay on server: Merc/Smuggler
    You can hire me for all sort of job: dirty and not so - but I`ll make it clean. It will cost you :)





    "Only two things are infinite, the universe and human stupidity, and I'm not sure about the former."
    Einstein

  • would be a good idea

    signew.jpg


    cfmoddblogo.png5904.png5904.png
    http://www.moddb.com/scripts/topsite.php?ts=4766


    Only dead fish swim with the stream.
    Don't discuss with idiots. They only drag you down to their level and then beat you with experience there.


    This is ten percent luck,
    Twenty percent skill,
    Fifteen percent concentrated power of will,
    Five percent pleasure,
    Fifty percent pain,
    And a hundred percent reason to remember the name!

  • Reinstalled with clean FL, caught a ban again((.

    Never happened 3 times in 1 day.

    CF chars - Maxbur and derivatives
    Roleplay on server: Merc/Smuggler
    You can hire me for all sort of job: dirty and not so - but I`ll make it clean. It will cost you :)





    "Only two things are infinite, the universe and human stupidity, and I'm not sure about the former."
    Einstein

  • Maybe creating a new account and transfer all funds and stuff would be a good idea as well.

    Banned again:man_facepalming:

    CF chars - Maxbur and derivatives
    Roleplay on server: Merc/Smuggler
    You can hire me for all sort of job: dirty and not so - but I`ll make it clean. It will cost you :)





    "Only two things are infinite, the universe and human stupidity, and I'm not sure about the former."
    Einstein

    Edited once, last by Maxbur ().

  • It's not the account. Its the files.

    I'd like to check out which files are reason for that. I just need to think about a way to get it checked. Maybe creating a hash list of all files.

    signew.jpg


    cfmoddblogo.png5904.png5904.png
    http://www.moddb.com/scripts/topsite.php?ts=4766


    Only dead fish swim with the stream.
    Don't discuss with idiots. They only drag you down to their level and then beat you with experience there.


    This is ten percent luck,
    Twenty percent skill,
    Fifteen percent concentrated power of will,
    Five percent pleasure,
    Fifty percent pain,
    And a hundred percent reason to remember the name!

  • Well, maybe it will help:


    OS : Windows 11 x64. (compability mode with Win XP Pack 3)

    FL - Vanilla clean version by Digital Anvil from CD.

    CF Mod (reinstalled twice), last version d-loaded from portal.

    I`ve use FL ID Changer ( d-loaded in filebase section on SWAT portal)

    I`ve use FL Stat for trade (d-loaded in filebase section on SWAT portal)


    In account : old chars that I used from 2007 till 2016 from my old accounts that you transfered to the new one. On the train I have PG installed from old times. Tried to uninstall it and install again yesterday - problem with "ban" happened everytime I tried to enter with same acc.

    Have same problem with another one account.

    CF chars - Maxbur and derivatives
    Roleplay on server: Merc/Smuggler
    You can hire me for all sort of job: dirty and not so - but I`ll make it clean. It will cost you :)





    "Only two things are infinite, the universe and human stupidity, and I'm not sure about the former."
    Einstein

  • Since you reliable run into this error you are the perfect test subject to figure out where exactly the anticheat thinks the error might be (the server logs only show vague info).


    Please run the following code in windows powershell / terminal. (You might need to edit the drive letter to where your CF installation is located.)

    Code
    1. Get-ChildItem -Path 'C:\Freelancer Crossfire\' -Recurse -File |
    2. Get-FileHash -Algorithm MD5 |
    3. Select-Object * -ExcludeProperty Algorithm |
    4. Export-Csv -Path 'C:\Freelancer Crossfire\MD5Hashes.csv' -UseCulture -NoTypeInformation

    I will need the newly created csv file (MD5hases.csv) to figure out where exactly the error comes from.

    signew.jpg


    cfmoddblogo.png5904.png5904.png
    http://www.moddb.com/scripts/topsite.php?ts=4766


    Only dead fish swim with the stream.
    Don't discuss with idiots. They only drag you down to their level and then beat you with experience there.


    This is ten percent luck,
    Twenty percent skill,
    Fifteen percent concentrated power of will,
    Five percent pleasure,
    Fifty percent pain,
    And a hundred percent reason to remember the name!

  • Done - result in attachment.

    Files

    CF chars - Maxbur and derivatives
    Roleplay on server: Merc/Smuggler
    You can hire me for all sort of job: dirty and not so - but I`ll make it clean. It will cost you :)





    "Only two things are infinite, the universe and human stupidity, and I'm not sure about the former."
    Einstein

  • I need the csv file, not the screenshot

    Its located inside your crossfire folder.

    signew.jpg


    cfmoddblogo.png5904.png5904.png
    http://www.moddb.com/scripts/topsite.php?ts=4766


    Only dead fish swim with the stream.
    Don't discuss with idiots. They only drag you down to their level and then beat you with experience there.


    This is ten percent luck,
    Twenty percent skill,
    Fifteen percent concentrated power of will,
    Five percent pleasure,
    Fifty percent pain,
    And a hundred percent reason to remember the name!

  • Is this one?

    Can`t attach it, so here`s a link to G-Drive, sorry.

    https://drive.google.com/drive/folders/1u1-hmpic__cswp9ofdazdp9r8zrb6tr4?usp=sharing

    CF chars - Maxbur and derivatives
    Roleplay on server: Merc/Smuggler
    You can hire me for all sort of job: dirty and not so - but I`ll make it clean. It will cost you :)





    "Only two things are infinite, the universe and human stupidity, and I'm not sure about the former."
    Einstein

  • Op, I`ve succesfully entered to server after new installation (FL+CF), with new account.

    Both my playable accounts still banned.

    CF chars - Maxbur and derivatives
    Roleplay on server: Merc/Smuggler
    You can hire me for all sort of job: dirty and not so - but I`ll make it clean. It will cost you :)





    "Only two things are infinite, the universe and human stupidity, and I'm not sure about the former."
    Einstein

  • yes, that one helps

    I have unbanned you but it will take some time to find the error.

    signew.jpg


    cfmoddblogo.png5904.png5904.png
    http://www.moddb.com/scripts/topsite.php?ts=4766


    Only dead fish swim with the stream.
    Don't discuss with idiots. They only drag you down to their level and then beat you with experience there.


    This is ten percent luck,
    Twenty percent skill,
    Fifteen percent concentrated power of will,
    Five percent pleasure,
    Fifty percent pain,
    And a hundred percent reason to remember the name!

  • Thank you very much!

    Upd. Maybe it will help too :

    I manually entered both unbanned FlyID codes and stored them in FLIDChanger (previously cleared all in the list), saved again.

    Looks like it works, I`ve logged with every char on both accounts, switched with IDChanger.

    Sorry for disturbing you, but maybe this details will help to solve this problem and could be a part of solution.

    CF chars - Maxbur and derivatives
    Roleplay on server: Merc/Smuggler
    You can hire me for all sort of job: dirty and not so - but I`ll make it clean. It will cost you :)





    "Only two things are infinite, the universe and human stupidity, and I'm not sure about the former."
    Einstein

    Edited 2 times, last by Maxbur ().