Page MenuHomeFeedback Tracker

Linux dedicated server: ErrorMessage: Include file a3\functions_f\Params\paramDaytimeHour.hpp not found.
Closed, DuplicatePublic

Description

When running a dedicated linux server on Ubuntu, a number of mpmissions crash the server with various "ErrorMessage: Include file a3\functions_f\Params\paramDaytimeHour.hpp not found." as well as the other .hpp files templated in that folder.

This setup works fine as a dedicated server on Windows 10 (both 32/64 bit server binaries)
This setup fails on linux as a dedicated server (the official 32bit binary, and the profiling 32/64 bit server binaries).

Uncompressing the pbo into the mpmissions folder does not help.

Details

Severity
Crash
Resolution
Open
Reproducibility
Always
Operating System
Linux x64
Operating System Version
Ubuntu 20.04.1 LTS (GNU/Linux 5.4.0-42-generic x86_64)
Category
Server
Steps To Reproduce

Add cba_a3 to the mods folder. https://steamcommunity.com/sharedfiles/filedetails/?id=450814997&searchtext=cba_a3
Add Malden Defense to the mpmissions folder. https://steamcommunity.com/sharedfiles/filedetails/?id=1181348198&searchtext=malden+defense
Change the items in the mods and mpmissions folders to lower case.
Start the linux server with default settings.
Join with a windows client, server crashes after login.

Additional Information

Ubuntu 20.04.1 LTS (GNU/Linux 5.4.0-42-generic x86_64)
Ryzen 7 2700x - 32gig ram.

to_lower.sh

#!/bin/bash
find . -depth -exec rename 's/(.*)\/([^\/]*)/$1\/\L$2/' {} \;

find . -depth -name "*%20*" -execdir rename 's/%20/_/g' "{}" \;

Event Timeline

Lyme created this task.Aug 5 2020, 12:33 AM
Lyme updated the task description. (Show Details)Aug 5 2020, 12:35 AM