RMRK is retiring.
Registration is disabled. The site will remain online, but eventually become a read-only archive. More information.

RMRK.net has nothing to do with Blockchains, Cryptocurrency or NFTs. We have been around since the early 2000s, but there is a new group using the RMRK name that deals with those things. We have nothing to do with them.
NFTs are a scam, and if somebody is trying to persuade you to buy or invest in crypto/blockchain/NFT content, please turn them down and save your money. See this video for more information.
BIG PROBEL ABOUT RMVX ONLINE

0 Members and 1 Guest are viewing this topic.

**
Rep:
Level 81
?????????????
HELLO... I HAVE GOT ONE PROBLEM...  :( WHEN I USE MY SERVER AND OPEN FILE GAME.EXE... I SEE "SCRIPT 'TCPSocket' LINE 45: TYPE ERROR OCCURRED NIL IS NOT A SYMBOL...  :( :( :(
遠い銀河からのスーパー戦士。
本は、セバスチャンです。
これは強力で、手に負えない。
彼の物理レベルのスキルは驚嘆です。[/b]

**
Rep:
Level 81
?????????????
THIS IS MY PROBLEM:  :( :( :(
Spoiler for:
raise Errno.const_get(Errno.constants.detect { |c| Errno.const_get(c).new.errno == errno })
遠い銀河からのスーパー戦士。
本は、セバスチャンです。
これは強力で、手に負えない。
彼の物理レベルのスキルは驚嘆です。[/b]

*
Rep:
Level 97
2014 Most Unsung Member2014 Best RPG Maker User - Engine2013 Best RPG Maker User (Scripting)2012 Most Mature Member2012 Favorite Staff Member2012 Best RPG Maker User (Scripting)2012 Best MemberSecret Santa 2012 ParticipantProject of the Month winner for July 20092011 Best Use of Avatar and Signature Space2011 Best RPG Maker User (Scripting)2011 Most Mature Member2011 Favourite Staff Member2011 Best Veteran2010 Most Mature Member2010 Favourite Staff Member
Hmm, well I've never used that script, so I can't really help. You're best bet is probably to bring this to the attention of the author of this script.

**
Rep:
Level 81
?????????????
THIS IS SCRIPT:  ??? ??? ???
Spoiler for:
Quote
#===============================================================================
# ** TCPSocket - Creates and manages TCP sockets.
#-------------------------------------------------------------------------------
# Author    Ruby
# Version   1.8.1
#===============================================================================
 
class TCPSocket < Socket

  #--------------------------------------------------------------------------
  # ? Creates a new socket and connects it to the given host and port.
  #-------------------------------------------------------------------------- 
  def self.open(*args)
    socket = new(*args)
    if block_given?
      begin
        yield socket
      ensure
        socket.close
      end
    end
    nil
  end

  #--------------------------------------------------------------------------
  # ? Creates a new socket and connects it to the given host and port.
  #-------------------------------------------------------------------------- 
  def initialize(host, port)
    super(AF_INET, SOCK_STREAM, IPPROTO_TCP)
    connect(Socket.sockaddr_in(port, host))
  end
 
end

#==============================================================================
# ? SocketError
#------------------------------------------------------------------------------
# ?Default exception class for sockets.
#==============================================================================
class SocketError < StandardError
  ENOASSOCHOST = "getaddrinfo: no address associated with hostname."
  def self.check
    errno = Winsock.WSAGetLastError
    # If we are not Testing....
    raise Errno.const_get(Errno.constants.detect { |c| Errno.const_get(c).new.errno == errno })
  end
end
THIS PERSON IS (MAYBE) FROM THE SITE "RPG MAKER VX.NET"
« Last Edit: April 16, 2010, 04:07:52 PM by ?????? »
遠い銀河からのスーパー戦士。
本は、セバスチャンです。
これは強力で、手に負えない。
彼の物理レベルのスキルは驚嘆です。[/b]

*
Rep:
Level 97
2014 Most Unsung Member2014 Best RPG Maker User - Engine2013 Best RPG Maker User (Scripting)2012 Most Mature Member2012 Favorite Staff Member2012 Best RPG Maker User (Scripting)2012 Best MemberSecret Santa 2012 ParticipantProject of the Month winner for July 20092011 Best Use of Avatar and Signature Space2011 Best RPG Maker User (Scripting)2011 Most Mature Member2011 Favourite Staff Member2011 Best Veteran2010 Most Mature Member2010 Favourite Staff Member
I can't help you. I suggest you get the latest version: http://vampyrcoders.net/?p=92 and if the problem persists, then ask them how to fix it.

**
Rep:
Level 81
?????????????
;D ;D ;D OK... ;D ;D ;D
;D ;D ;D PROBLEM IS FINISHED... ;D ;D ;D
:lol: :lol: :lol: PLEASE LOCK MY TOPIC... :lol: :lol: :lol:
遠い銀河からのスーパー戦士。
本は、セバスチャンです。
これは強力で、手に負えない。
彼の物理レベルのスキルは驚嘆です。[/b]

*
Rep: +0/-0Level 80
JReleases Admin/EoA Development
can you say me how you find the soloution.
Ive got the same problem :(

thx
Prinzregent
.::JRELEASES Admin::.
˙·٠•Elements of Angel MMORPG Developer•٠·˙
I Speak German,English and French xD