some plguin failed

Started by Darran, Dec 23, 2017, 02:10 PM

Previous topic - Next topic

Darran

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

NicusorN5

I have no idea,I never heard of that plugin. Try searching a similar plugin. You can try an older version, if there is.

Xenon

Ask clairvoyant, or give more info, eg. logs...

Darran

#3
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) + "]" );
  }

Xenon

You should send logs about plugins error, not a consequention of not plugin loaded. Btw, use for codes.

Nihongo^

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

Xenon

#6
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.