Vice City: Multiplayer

VC:MP Discussion => General Discussion => Topic started by: Diamond on Jan 08, 2016, 12:37 PM

Title: Plugins not loading
Post by: Diamond on Jan 08, 2016, 12:37 PM
Plugin error >> LoadLibrary() 'plugins/hashing04rel64.dll' failed: Code 193Failed to load plugin: hashing04rel64

Plugin error >> LoadLibrary() 'plugins/sockets04rel364.dll' failed: Code 126Failed to load plugin: sockets04rel364

Plugin error >> LoadLibrary() 'plugins/sqlite04rel64.dll' failed: Code 193Failed to load plugin: sqlite04rel64

Plugin error >> LoadLibrary() 'plugins/squirrel04rel64.dll' failed: Code 193Failed to load plugin: squirrel04rel64

Plugin error >> LoadLibrary() 'plugins/xmlconf04rel64.dll' failed: Code 193Failed to load plugin: xmlconf04rel64

Plugin error >> LoadLibrary() 'plugins/announce04rel64.dll' failed: Code 193Failed to load plugin: announce04rel64

Plugin error >> LoadLibrary() 'plugins/ini04rel64.dll' failed: Code 193Failed to load plugin: ini04rel64

Plugin error >> LoadLibrary() 'plugins/mysql04rel64.dll' failed: Code 193Failed to load plugin: mysql04rel64



My OS is Windows 10 and 64bit

Note: i am using server64 and plugins also of 64 bit only


This is my server.cfg
gamemode Default
plugins xmlconf04rel64 aquirrel04rel64 sqlite04rel64 sockets04rel64 mysql04rel64 ini04rel64 hashing04rel64 announce04rel64
port 8192
sqgamemode scriptload.nut
maxplayers 100
Title: Re: Plugins not loading
Post by: MatheuS on Jan 08, 2016, 01:53 PM
plugins xmlconf04rel64 aquirrel04rel64 sqlite04rel64 sockets04rel64 mysql04rel64 ini04rel64 hashing04rel64 announce04rel64
Title: Re: Plugins not loading
Post by: . on Jan 08, 2016, 02:07 PM
You're probably missing the Visual C++ Runtime Libraries that some of the plugins require

Title: Re: Plugins not loading
Post by: EK.IceFlake on Jan 08, 2016, 02:15 PM
wait a minute sockets04rel364?
Title: Re: Plugins not loading
Post by: Diamond on Jan 08, 2016, 03:31 PM
Quote from: S.L.C on Jan 08, 2016, 02:07 PMYou're probably missing the Visual C++ Runtime Libraries that some of the plugins require

  • Microsoft Visual C++ 2010 Redistributable Package (x86) (https://www.microsoft.com/en-us/download/details.aspx?id=5555)
  • Microsoft Visual C++ 2010 Redistributable Package (x64) (https://www.microsoft.com/en-sg/download/details.aspx?id=14632)
  • Microsoft Visual C++ 2010 SP1 Redistributable Package (x64) (https://www.microsoft.com/en-us/download/details.aspx?id=13523)
  • Microsoft Visual C++ 2010 SP1 Redistributable Package (x86) (https://www.microsoft.com/en-us/download/details.aspx?id=8328)
  • Visual C++ Redistributable Packages for Visual Studio 2013 (https://www.microsoft.com/en-us/download/details.aspx?id=40784) (both x86 and x64)
  • Visual C++ Redistributable for Visual Studio 2015 (https://www.microsoft.com/en-us/download/details.aspx?id=48145) (both x86 and x64)

Thanx M8

Topic Locked.
SOLVED