Search Unity

PS Vita - Network not giving permission

Discussion in 'PSM' started by Boardley, Dec 3, 2014.

  1. Boardley

    Boardley

    Joined:
    Nov 14, 2014
    Posts:
    14
    Hi there,
    I am using BoltEngine, and this is the error i am getting:
    Could not bind physical socket, platform error: Fault

    I have talked on their live chat, and they said that this may be caused by PS Vita, not giving the permission to bind the socket.

    How can i enable this on psvita?
     
  2. jesusluvsyooh

    jesusluvsyooh

    Joined:
    Jan 10, 2012
    Posts:
    377
    PS Mobile doesn't allow .dll plugins due to security reasons and restrictions. (as far as i know)
    You will most likely have to use another method not involving that BoltEngine :)
     
  3. eriQue

    eriQue

    Unity Technologies

    Joined:
    May 25, 2010
    Posts:
    595
    Yes, it could be that this BoltEngine is using native components, in which case it won't work on PSM.
    But it could also be something wrong/restricted with how this socket is created (which port are you trying to open for example).