Search

Search found 969 matches

by bibim
16 Mar 2025, 10:34
Forum: SPADS AutoHost
Topic: SPADS autoinstaller failing to load unitsync library
Replies: 10
Views: 34123

Re: SPADS autoinstaller failing to load unitsync library

FYI I have improved the support for Spring: 1944 in SPADS installer: the installer is now able to download the latest test version of Spring: 1944 automatically (previously it was only able to download the stable version automatically). It is now also able to download all Spring: 1944 specific maps ...
by bibim
14 Mar 2025, 18:21
Forum: SPADS AutoHost
Topic: SPADS autoinstaller failing to load unitsync library
Replies: 10
Views: 34123

Re: SPADS autoinstaller failing to load unitsync library

Here it is: [opc@multis spads]$ pwd; ls -lZ 7z* /home/opc/spads lrwxrwxrwx. 1 root root unconfined_u:object_r:user_home_t:s0 8 Mar 2 22:17 7za -> 7za-16.2 -rwxr-xr-x. 1 root root unconfined_u:object_r:user_home_t:s0 1992876 Mar 2 22:17 7za-16.2 Thanks. Well actually I see nothing suspicious here ap...
by bibim
14 Mar 2025, 10:34
Forum: SPADS AutoHost
Topic: SPADS autoinstaller failing to load unitsync library
Replies: 10
Views: 34123

Re: SPADS autoinstaller failing to load unitsync library

Sure thing: [opc@multis spads]$ sudo whoami; ls -l 7z* root lrwxrwxrwx. 1 root root 8 Mar 2 22:17 7za -> 7za-16.2 -rwxr-xr-x. 1 root root 1992876 Mar 2 22:17 7za-16.2 Ok so SELinux is very likely the culprit here. I suspect SELinux considers the SPADS installation directory as unsafe and prevents e...
by bibim
10 Mar 2025, 11:13
Forum: SPADS AutoHost
Topic: SPADS autoinstaller failing to load unitsync library
Replies: 10
Views: 34123

Re: SPADS autoinstaller failing to load unitsync library

Yes, indeed, there and in BAR's wiki subsection as well https://github.com/Yaribz/SPADS/wiki/Beyond-All-Reason-LAN-server-quick-install-guide-(Linux) Afaik the engine binaries used by BAR don't require glibc 2.29, so if you followed the BAR guide for a full automatic SPADS installation you shouldn'...
by bibim
03 Mar 2025, 22:16
Forum: SPADS AutoHost
Topic: SPADS autoinstaller failing to load unitsync library
Replies: 10
Views: 34123

Re: SPADS autoinstaller failing to load unitsync library

Obtaining the perl modules, had to use cpan cause it wouldn't get them all with dnf Did you follow the installation procedure detailed here ? Out of curiosity I tried to reproduce your problem with Oracle Linux 8, and I found that only the FFI::Platypus module had to be installed using cpan. Here a...
by bibim
03 Mar 2025, 08:09
Forum: SPADS AutoHost
Topic: SPADS autoinstaller failing to load unitsync library
Replies: 10
Views: 34123

Re: SPADS autoinstaller failing to load unitsync library

Hi, I went through most of the hurdles Can you detail the hurdles you encountered ? I re-tested SPADS installer right now and I was able to install a fully functional SPADS instance from scratch in less than one minute on a Linux 64-bit server. installer failed to get and extract spring-105.0 What e...
by bibim
11 Jul 2024, 07:25
Forum: SPADS AutoHost
Topic: Problem when installing IO::Socket::SSL for SPADS
Replies: 3
Views: 32128

Re: Problem when installing IO::Socket::SSL for SPADS

What exactly happened when you tried the normal way ? (i.e. "sudo apt install libio-socket-ssl-perl")
by bibim
27 Feb 2024, 13:37
Forum: Lobby Clients & Server
Topic: springLobbyLanSrv (lightweight Spring lobby server running in LAN mode)
Replies: 0
Views: 24131

springLobbyLanSrv (lightweight Spring lobby server running in LAN mode)

springLobbyLanSrv is a fully autonomous Spring lobby server running in LAN mode (no account management, passwords are ignored). Its main purpose was to ease non-regression and lobby protocol compliance tests for SPADS, and I've been using it for a while for that. However, I guess it could be useful...
by bibim
26 Feb 2024, 23:11
Forum: SPADS AutoHost
Topic: Official plugins releases
Replies: 22
Views: 42896

Re: Official plugins releases

New SPADS plugin available: LanServer - implements a lobby server running in LAN mode (allows SPADS to operate autonomously) This plugin makes it possible to run a SPADS instance connecting to its own lobby server (implemented by the plugin), thus allowing you to run a fully autonomous game server f...
by bibim
18 Apr 2023, 21:41
Forum: SPADS AutoHost
Topic: Variables for !promote messages
Replies: 5
Views: 133401

Re: Variables for !promote messages

I followed the instructions to update from 0.12.x to 0.13.9. They worked except point 4. Spads wouldn't start after removing the extra ":" from users.conf : 20230416164545 - ERROR - [SPADS] Unable to parse fields in following configuration data "|140" 20230416164545 - ERROR - [S...
by bibim
09 Apr 2023, 08:39
Forum: SPADS AutoHost
Topic: Variables for !promote messages
Replies: 5
Views: 133401

Re: Variables for !promote messages

No, the only placeholders available for the "promteMsg" global setting are the ones described in the documentation.
But I just added %P, %S and %U as requested in SPADS 0.13.6 (cf promoteMsg global setting documentation).
by bibim
01 Apr 2023, 14:58
Forum: SPADS AutoHost
Topic: automatic/unattended SPADS install
Replies: 3
Views: 90687

Re: automatic/unattended SPADS install

As new features get added to SPADS installer, new settings must be added to the "spadsInstaller.auto" file to perform full automatic installations. Instead of updating this post to add the exact list of settings required currently, I decided to make the installer automatically generate a f...
by bibim
20 Mar 2023, 21:56
Forum: SPADS AutoHost
Topic: SPADS AutoHost
Replies: 68
Views: 216732

Re: SPADS AutoHost

New major SPADS version (0.13.*) is now available in "unstable" release. "Major version" means it requires manual actions such as updating config files, that's why SPADS will not update automatically. Instead, it will log a message explaining how to proceed and will point you to...
by bibim
12 Jul 2022, 21:08
Forum: SPADS AutoHost
Topic: Can we have an arm64 version
Replies: 1
Views: 12741

Re: Can we have an arm64 version

SPADS should work just fine on arm64, as long as you manage to get a version of the engine built for this architecture.
by bibim
26 Oct 2021, 00:09
Forum: SPADS AutoHost
Topic: Official plugins releases
Replies: 22
Views: 42896

Re: Official plugins releases

New SPADS plugin available: ClientStatusEvents - extends the plugin API with new event-based callbacks on client status changes This plugin can be very useful if you need to detect specific client status changes in your plugins, because it does all the hard job of comparing the previous and new clie...
by bibim
13 Oct 2021, 11:36
Forum: SPADS AutoHost
Topic: TrueSkill: ranking, replay upload, inactivity penalties...
Replies: 16
Views: 27122

Re: TrueSkill: ranking, replay upload, inactivity penalties...

I've updated spads to 0.12.39, but it doesn't seem to have fixed the issue. It didn't work for any of the games you listed above. Not sure exactly how you are testing it, but I tested the plugin you provided here without any modification except renaming the file to .pm, and it worked as expected on...
by bibim
11 Oct 2021, 17:02
Forum: SPADS AutoHost
Topic: TrueSkill: ranking, replay upload, inactivity penalties...
Replies: 16
Views: 27122

Re: TrueSkill: ranking, replay upload, inactivity penalties...

Your plugin should now work as expected with SPADS >= 0.12.39
by bibim
10 Oct 2021, 19:50
Forum: SPADS AutoHost
Topic: TrueSkill: ranking, replay upload, inactivity penalties...
Replies: 16
Views: 27122

Re: TrueSkill: ranking, replay upload, inactivity penalties...

Just took a look at your plugin, it's because you are actually calling Spring cheat commands directly and not through SPADS commands.
I will fix SPADS so that it correctly handles this case also.
by bibim
07 Oct 2021, 22:44
Forum: SPADS AutoHost
Topic: TrueSkill: ranking, replay upload, inactivity penalties...
Replies: 16
Views: 27122

Re: TrueSkill: ranking, replay upload, inactivity penalties...

No you shouldn't need to let it on some time. I will take a look in a few days when I'm back home.
by bibim
06 Oct 2021, 12:42
Forum: SPADS AutoHost
Topic: TrueSkill: ranking, replay upload, inactivity penalties...
Replies: 16
Views: 27122

Re: TrueSkill: ranking, replay upload, inactivity penalties...

I've wrote a simple plugin for it and it's apparently workin Of course it works, and it is quite simple (finally you believe me ;) ) I strongly recommend using plugins instead of directly modifying SPADS core, otherwise you have to disable auto-update to keep your modifications. However, as I said,...

Go to advanced search