[Server] Can't seem to load properly

Started by spreilly, Dec 28, 2015, 06:14 PM

Previous topic - Next topic

spreilly

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.

MacTavish

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

Grand Hunting Project
Join #SLC, #KAKAN, #Doom, #GHP @LUnet

Retired VC:MP Player/Scripter :P

Thijn

Also make sure your server.cfg is in the unix format, not windows. You can convert it using Notepad++ or using dos2unix linux package.

spreilly


KAKAN

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?
oh no

Thijn

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