Contra 10 Posted April 12, 2012 Hello everyone, I am running a dedicated server, but I have a problem. Most maps that I try and load onto the server make it crash when I enter the missions screen. I can only get a handfull working right now. Any Ideas on why this is happening ? All the missions were downloaded from armaholic. The server works fine with a few missions, but not the rest. Share this post Link to post Share on other sites
gossamersolid 155 Posted April 12, 2012 You need to check your server RPT file to see why it's crashing. Share this post Link to post Share on other sites
Tankbuster 1743 Posted April 12, 2012 Is the server Windows or Linux? Share this post Link to post Share on other sites
Contra 10 Posted April 12, 2012 The server is running on linux. I checked the server log its not showing anything. host joins, logs in as admin, then crash once you try and select a mission. Share this post Link to post Share on other sites
Gunter Severloh 4042 Posted April 13, 2012 Server log or server RPT, log will list exactly that, but the RPt lists everything, what addons/mods, errors, anything being updated, loaded, missions, timestamp, ect,. Refer to this for Linux: http://community.bistudio.com/wiki/ArmA:_Dedicated_Server#Linux_3 Share this post Link to post Share on other sites
larsiano 12 Posted April 13, 2012 have you used the .tolower command? ie. are there no capitals in the mission names linux does not seem to like that :) Share this post Link to post Share on other sites
Tankbuster 1743 Posted April 13, 2012 Yeah. This is most likely to be the problem. Everything has to be in lower case for linux. Share this post Link to post Share on other sites
sickboy 13 Posted April 13, 2012 (edited) Besides toLower, you might have to increase the open file limits. https://dev-heaven.net/issues/11584 Edited April 13, 2012 by Sickboy Fixed link :O Share this post Link to post Share on other sites
Overlord 0 Posted April 13, 2012 You should also avoid spaces in file/mission names on Linux. A handy trick is to add tolower to your start-script. This will automatically convert all upper-casings (if any) evry time your server start/restart. Can be handy when adding new missions to server. Share this post Link to post Share on other sites
Contra 10 Posted April 14, 2012 I completely forgot about the lowercase thing, ill check that tonight, and get back to you, ill also check the log again Share this post Link to post Share on other sites