Results 1 to 6 of 6
  1. #1
    7h3b055's Avatar
    Join Date
    Aug 2012
    Gender
    male
    Posts
    82
    Reputation
    10
    Thanks
    15
    My Mood
    Daring

    Unhappy Please help, trying 2 diff sources, can't get either to work fully.

    If you're available to help, please, contact me on Skype. My username is xxageoflightxx, just include mpgh something in the friend request.
    If you can help, thanks a ton!

    In the first source, I got so many errors I won't even list here, however...

    Using the second source, the only error I got when bringing up the server was an httplistener error, and 'server.exe' would crash. wserver seemed to be fine. It seemed to originate in this line(below), so I looked up the problem with httplistener (error msg) and found that adding port 80 as a prefix would fix the problem. The error was:
    Unhandled exception: System.Net.HttpListenerException: The process cannot access the file because it is being used by another process
    at System.Net.HttpListener.AddAllPrefixes()
    at System.Net.HttpListener.Start()
    at Server.Program.Main(String[] args) in ...\server\Program.cs:line 23

    {
    listener = new HttpListener();
    listener.Prefixes.Add("https://" + port + "/");
    listener.Start(); ///<---- Line 23///
    The problem is probably obvious, but I know very little of what I'm dealing with, and would appreciate any help anyone can spare on the matter. Thanks all, -7h
    Last edited by 7h3b055; 05-24-2014 at 08:42 AM.

    Quote Originally Posted by Strict View Post
    Good trader, didn't mind going first with me
    Quote Originally Posted by Bl4z3GamingHD View Post
    Good trader !

  2. #2
    BlackRayquaza's Avatar
    Join Date
    Nov 2012
    Gender
    male
    Posts
    574
    Reputation
    10
    Thanks
    186
    My Mood
    In Love
    Quote Originally Posted by 7h3b055 View Post
    If you're available to help, please, contact me on Skype. My username is xxageoflightxx, just include mpgh something in the friend request.
    If you can help, thanks a ton!

    In the first source, I got so many errors I won't even list here, however...

    Using the second source, the only error I got when bringing up the server was an httplistener error, and 'server.exe' would crash. wserver seemed to be fine. It seemed to originate in this line(below), so I looked up the problem with httplistener (error msg) and found that adding port 80 as a prefix would fix the problem. The error was:
    Unhandled exception: System.Net.HttpListenerException: The process cannot access the file because it is being used by another process
    at System.Net.HttpListener.AddAllPrefixes()
    at System.Net.HttpListener.Start()
    at Server.Program.Main(String[] args) in ...\server\Program.cs:line 23

    {
    listener = new HttpListener();
    listener.Prefixes.Add("https://" + port + "/");
    listener.Start(); ///<---- Line 23///
    The problem is probably obvious, but I know very little of what I'm dealing with, and would appreciate any help anyone can spare on the matter. Thanks all, -7h
    Run as admin and/or fix your skype
    YEP cock

  3. #3
    Ahl's Avatar
    Join Date
    Dec 2012
    Gender
    male
    Location
    /modcp
    Posts
    16,599
    Reputation
    3219
    Thanks
    5,383
    My Mood
    Angelic
    Yeah in skype just disable the port 80.

    How to do:
    1. Click Skype in the top left hand corner of the skype menu
    2. Click Privacy
    3. Advanced
    4. Connection
    5. Uncheck Use port 80... and then save
    News Force Head Editor from 09/14/2018 - 03/02/2020
    Publicist from 11/23/2017 - 06/07/2019
    Global Moderator since 09/24/2017
    Minion+ from 04/16/2017 - 09/24/2017
    Market Place Minion from 04/16/2017 - 09/24/2017
    Minecraft Minion from 02/23/2017 - 09/24/2017
    Realm of the Mad God Minion from 11/06/2016 - 09/24/2017

    Middleman from 09/14/2016 - 09/24/2017
    News Force Editor from 08/23/2016 - 09/14/2018
    News Force (Section of the Week) from 03/21/2016 - 07/17/2017
    News Force (User News) from 10/18/2015 - 09/14/2018

    Donator since 03/16/2015
    Realm of the Mad God Editor from 05/20/2014 - 07/08/2014
    Member since 12/23/2012


    Rep Power: 82

  4. #4
    Dananaphoney99's Avatar
    Join Date
    Sep 2012
    Gender
    male
    Posts
    138
    Reputation
    10
    Thanks
    7
    Within 24 hours, I assume your problem has been fixed, @Raple Requesting a lock

  5. #5
    Ahl's Avatar
    Join Date
    Dec 2012
    Gender
    male
    Location
    /modcp
    Posts
    16,599
    Reputation
    3219
    Thanks
    5,383
    My Mood
    Angelic
    Quote Originally Posted by Dananaphoney99 View Post
    Within 24 hours, I assume your problem has been fixed, @Raple Requesting a lock
    or not... he probably hasn't gotten the chance to go on MPGH yet
    News Force Head Editor from 09/14/2018 - 03/02/2020
    Publicist from 11/23/2017 - 06/07/2019
    Global Moderator since 09/24/2017
    Minion+ from 04/16/2017 - 09/24/2017
    Market Place Minion from 04/16/2017 - 09/24/2017
    Minecraft Minion from 02/23/2017 - 09/24/2017
    Realm of the Mad God Minion from 11/06/2016 - 09/24/2017

    Middleman from 09/14/2016 - 09/24/2017
    News Force Editor from 08/23/2016 - 09/14/2018
    News Force (Section of the Week) from 03/21/2016 - 07/17/2017
    News Force (User News) from 10/18/2015 - 09/14/2018

    Donator since 03/16/2015
    Realm of the Mad God Editor from 05/20/2014 - 07/08/2014
    Member since 12/23/2012


    Rep Power: 82

  6. #6
    BlackRayquaza's Avatar
    Join Date
    Nov 2012
    Gender
    male
    Posts
    574
    Reputation
    10
    Thanks
    186
    My Mood
    In Love
    Quote Originally Posted by cool1119 View Post
    Yeah in skype just disable the port 80.

    How to do:
    1. Click Skype in the top left hand corner of the skype menu
    2. Click Privacy
    3. Advanced
    4. Connection
    5. Uncheck Use port 80... and then save
    Fix your skype in a nutshell.
    YEP cock

  7. The Following User Says Thank You to BlackRayquaza For This Useful Post:

    [MPGH]Ahl (05-27-2014)

Similar Threads

  1. hello everyone please help me if you can!!!!
    By vila2000 in forum CrossFire Help
    Replies: 3
    Last Post: 07-21-2011, 03:27 AM
  2. [Help] Please help, with counterstrike source..!
    By xesoc in forum CounterStrike (CS) 1.6 Hacks / Counter Strike: Source (CSS) Hacks
    Replies: 1
    Last Post: 06-24-2011, 03:46 AM
  3. [SOLVED] please help me if you can
    By anax1 in forum CrossFire Help
    Replies: 8
    Last Post: 03-04-2011, 02:16 PM
  4. Please help me if you can.
    By hoho19 in forum CrossFire Help
    Replies: 2
    Last Post: 01-30-2011, 07:48 AM
  5. [Help] Trying to crossmod, what i get.
    By qdude11 in forum Combat Arms Mod Discussion
    Replies: 4
    Last Post: 02-21-2010, 08:29 AM