Vice City: Multiplayer

Server Development => Scripting and Server Management => Topic started by: Darran on Dec 23, 2017, 02:10 PM

Title: some plguin failed
Post by: Darran on Dec 23, 2017, 02:10 PM
Loaded plugin: xmlconf04rel64

Failed to load plugin: json04rel64

Loaded plugin: squirrel04rel64

Loaded plugin: sqlite04rel64

Failed to load plugin: geoip04rel64

Loaded plugin: sockets04rel64

Loaded plugin: mysql04rel64

Loaded plugin: ini04rel64

Loaded plugin: hashing04rel64

Loaded plugin: announce04rel64

https://imgur.com/a/xa1WP

server run  on Game Hosting 64 bit window

why some plugin failed
Title: Re: some plguin failed
Post by: NicusorN5 on Dec 23, 2017, 03:21 PM
I have no idea,I never heard of that plugin. Try searching a similar plugin. You can try an older version, if there is.
Title: Re: some plguin failed
Post by: Xenon on Dec 23, 2017, 03:23 PM
Ask clairvoyant, or give more info, eg. logs...
Title: Re: some plguin failed
Post by: Darran on Dec 23, 2017, 03:43 PM
AN ERROR HAS OCCURED [the index 'geoip_country_name_by_addr' does not exist]

CALLSTACK
*FUNCTION [onPlayerJoin()] scripts/GTASF-SQ.nut line [604]


here is 604 line
local Country = geoip_country_name_by_addr(player.IP);
  if ( Country == null )
  {
  ServerMessage( "[JOIN] - [#FFFFFF]"+player.Name+" is connecting from [#FFFF81][ Unknown ]" );
  EchoMessage( ICOL_GREY+"[JOIN] "+ICOL_GREEN+"[" + player.ID + "] "+ICOL_LBLUE+"- "+player.Name+" is connecting from "+ICOL_BROWN+" [ Unknown ]" );
  }
  else
  {
  ServerMessage( "[JOIN] - [#FFFFFF]"+player.Name+" is connecting from [#FFFF81][ "+Country+" ]. [" + geoip_country_code_by_addr(player.IP) + "]" );
  EchoMessage( ICOL_GREY+"[JOIN] "+ICOL_GREEN+"[" + player.ID + "] "+ICOL_LBLUE+"- "+player.Name+" is connecting from "+ICOL_BROWN+" [ "+Country+" ] - [" + geoip_country_code_by_addr(player.IP) + "]" );
  }
Title: Re: some plguin failed
Post by: Xenon on Dec 23, 2017, 04:24 PM
You should send logs about plugins error, not a consequention of not plugin loaded. Btw, use (https://s25.postimg.org/6mbldgea7/32423423.png) for codes.
Title: Re: some plguin failed
Post by: Nihongo^ on Dec 24, 2017, 06:47 AM
I am facing the same problem. I my self bought windows vps with 64 bit support. But suck to know 0.4 developers lazy enough that  can't fix some plugins
 json04rel64 and geoip04rel64
both are not supporting by windows
Title: Re: some plguin failed
Post by: Xenon on Dec 24, 2017, 07:28 AM
Quote from: Nihongo^ on Dec 24, 2017, 06:47 AMI am facing the same problem. I my self bought windows vps with 64 bit support. But suck to know 0.4 developers lazy enough that  can't fix some plugins
 json04rel64 and geoip04rel64
both are not supporting by windows
These plugins are not created by VC:MP Developers.
@MaiYan You can't run json04rel64.dll and geoip04rel64.dll in the newest server build. Plugins must be recompiled with new plugin header. Ask @Crys about new build, use outdated 04rel003 version, or run server on Linux.