Vice City: Multiplayer

VC:MP Discussion => Support => Topic started by: spreilly on Dec 28, 2015, 06:14 PM

Title: [Server] Can't seem to load properly
Post by: spreilly on Dec 28, 2015, 06:14 PM
Hello everyone.

I'm having a bit of trouble trying to properly run/load my server (Linux 32-bit). The log throws this up:

__________

Plugin error >> dlopen() 'plugins/mysql04rel32
.so' failed: plugins/mysql04rel32
.so: cannot open shared object file: No such file or directory

Failed to load plugin: mysql04rel32

and

[0;30m[WARNING] Could not load script 'scripts/main.nut
'

[0;30m[WARNING] cannot open the file

[0;30m[ERROR] No Squirrel gamemode was specified.

__________

I've made sure that the server's files are installed correctly and updated, the server.cfg file is properly formatted (ie case sensitive), and all of the files are physically there.
Title: Re: [Server] Can't seem to load properly
Post by: MacTavish on Dec 28, 2015, 07:44 PM
try setting plugin folder attributes to 0777

chmod 0777 plugins\*.*
and some plugins are not included in the packages thus are on wiki so try downloading all plugins from github
Title: Re: [Server] Can't seem to load properly
Post by: Thijn on Dec 28, 2015, 08:16 PM
Also make sure your server.cfg is in the unix format, not windows. You can convert it using Notepad++ or using dos2unix linux package.
Title: Re: [Server] Can't seem to load properly
Post by: spreilly on Dec 28, 2015, 11:08 PM
Solved, thanks guys!
Title: Re: [Server] Can't seem to load properly
Post by: KAKAN on Dec 29, 2015, 06:53 AM
Quote from: Thijn on Dec 28, 2015, 08:16 PMAlso make sure your server.cfg is in the unix format, not windows. You can convert it using Notepad++ or using dos2unix linux package.
What's the difference between those 2?
Title: Re: [Server] Can't seem to load properly
Post by: Thijn on Dec 29, 2015, 01:05 PM
Quote from: KAKAN on Dec 29, 2015, 06:53 AM
Quote from: Thijn on Dec 28, 2015, 08:16 PMAlso make sure your server.cfg is in the unix format, not windows. You can convert it using Notepad++ or using dos2unix linux package.
What's the difference between those 2?
The line endings. Linux uses \n, Windows \r\n