MP2 - V2.3 New install and crashing MP2-2.3 (1 Viewer)

Gcarr

MP Donator
  • Premium Supporter
  • August 17, 2014
    224
    78
    Home Country
    United States of America United States of America
    Hi, I did a clean install last night. Everything seemed good. This morning, after a restart I now get the error "could not find mediaportal.common.logging.ilogger service" and then MP2 crashes. I thought at first I might have had the issue JoeCrow had but I have a different error in my client log. I tried the installation repair and it did not help.
    Code:
    [2020-11-10 14:09:28,114] [3219   ] [Main     ] [FATAL] - Error executing application
    System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> System.Net.HttpListenerException: Access is denied
     

    Attachments

    • MP2 logs.zip
      18.6 KB

    morpheus_xx

    Retired Team Member
  • Team MediaPortal
  • March 24, 2007
    12,073
    7,459
    Home Country
    Germany Germany
    @Gcarr can you try this? Open a command prompt as administrator and enter this (copy & paste):

    Code:
    netsh advfirewall firewall add rule name="MediaPortal UPnP/HttpServer" dir=in action=allow protocol=TCP localport=55555

    This is what the installer does once. Let's see if it helps.
     

    morpheus_xx

    Retired Team Member
  • Team MediaPortal
  • March 24, 2007
    12,073
    7,459
    Home Country
    Germany Germany
    Another idea: did you install any other program that might use the TCP port 55555?

    Again from admin command prompt try:
    Code:
    netstat -a -b
    It shows a long list of used ports and processes. Check if you see a line with :55555 and what process uses it.
     

    Gcarr

    MP Donator
  • Premium Supporter
  • August 17, 2014
    224
    78
    Home Country
    United States of America United States of America
    Ok, I had already run the firewall cmd before I saw your 2nd message but, I looked in the firewall and did not see any entries for port 55555 prior to my adding it. After the firewall commands I saw the same errors with MP2

    I ran the netstat command right after a fresh reboot. Here's what I saw for port 55555. Not sure what the "Can not obtain ownership information" is about. I think it might be from pia since it was right under it. pia is my VPN.

    [MP2-Server.exe]
    TCP 0.0.0.0:55555 Pluto:0 LISTENING
    -
    [pia-service.exe]
    TCP 10.3.15.82:49879 52.17.19.14:https TIME_WAIT
    TCP 10.3.15.82:49884 52.18.16.246:https ESTABLISHED
    Can not obtain ownership information
    TCP 127.0.0.1:49719 Pluto:55555 TIME_WAIT
    TCP 127.0.0.1:49720 Pluto:55555 TIME_WAIT
    TCP 127.0.0.1:49737 Pluto:55555 TIME_WAIT
    -
    [pia-service.exe]
    TCP 127.0.0.1:49834 Pluto:55555 TIME_WAIT
     

    Gcarr

    MP Donator
  • Premium Supporter
  • August 17, 2014
    224
    78
    Home Country
    United States of America United States of America
    Here's a fresh reboot with pia disabled. Same problem

    [MP2-Server.exe]
    TCP 0.0.0.0:55555 Pluto:0 LISTENING
    Can not obtain ownership information
    TCP 127.0.0.1:49719 Pluto:55555 TIME_WAIT
    TCP 127.0.0.1:49720 Pluto:55555 TIME_WAIT
    TCP 127.0.0.1:49782 Pluto:55555 TIME_WAIT
    TCP 192.168.1.79:139 Pluto:0
    --
    Can not obtain ownership information
    TCP 192.168.1.79:49822 pluto:31456 TIME_WAIT
    TCP 192.168.1.79:55555 chips:55359 TIME_WAIT
    TCP 192.168.1.79:55555 chips:55444 TIME_WAIT
    TCP 192.168.1.79:55555 chips:55538 TIME_WAIT
    TCP 192.168.1.79:55555 chips:55627 TIME_WAIT
    TCP 192.168.1.79:55555 chips:55723 TIME_WAIT
    TCP 192.168.1.79:55555 chips:55816 TIME_WAIT
    TCP 192.168.1.79:55555 chips:55876 ESTABLISHED
    Can not obtain ownership information
    TCP 192.168.1.79:55555 chips:55910 TIME_WAIT
    TCP 192.168.1.79:55555 chips:56007 TIME_WAIT
    TCP 192.168.1.79:55555 chips:56094 TIME_WAIT
    TCP 192.168.1.79:55555 chips:56189 TIME_WAIT
    TCP 192.168.1.79:55555 chips:56279 TIME_WAIT
    TCP 192.168.1.79:55555 chips:56375 TIME_WAIT
    TCP [::]:135 Pluto:0 LISTENING
    --
    Can not obtain ownership information
    TCP [::]:55555 Pluto:0
    --
    TCP [xxxx:xxxx:xxxx:xxxx:xxxx]:49796 Pluto:55555 TIME_WAIT
     

    Gcarr

    MP Donator
  • Premium Supporter
  • August 17, 2014
    224
    78
    Home Country
    United States of America United States of America
    Well, I tried running the client as Administrator this morning and it came up without errors. This install is on Windows Home... is that an issue?
     
    Last edited:

    Gcarr

    MP Donator
  • Premium Supporter
  • August 17, 2014
    224
    78
    Home Country
    United States of America United States of America
    I believe mine is fixed, need to do some more testing tomorrow but I'm no longer having to run the client as administrator to avoid the crash. I followed the instructions in this post, which I just found tonight. I was using the Windows Media skin mentioned in that post so that may have been the cause of it. Here's the link to the thread. mp2-2.3 won't start
     

    Users who are viewing this thread

    Top Bottom