- Joined
- Jan 22, 2014
- Messages
- 1,047
- Reaction score
- 299
Description:
StarMade is spamming the log files with a "Bad File Descriptor" exception. This is happening so fast that roughly one new log file per second is created (resulting in 22 unnecessary file operations per second).
This has a really negative impact on Game performance and presumable also on Disk lifespan.
Affected:
It seems that Linux is the only Platform affected (1, 2). This is happening since StarMade 0.14 (not fixed in 0.1401).
$ uname -a
Linux kenobi 3.13.6-200.fc20.x86_64 #1 SMP Fri Mar 7 17:02:28 UTC 2014 x86_64 x86_64 x86_64 GNU/Linux
$ java -version
java version "1.7.0_51"
OpenJDK Runtime Environment (fedora-2.4.5.1.fc20-x86_64 u51-b31)
OpenJDK 64-Bit Server VM (build 24.51-b03, mixed mode)
Steps to reproduce:
StarMade is spamming the log files with a "Bad File Descriptor" exception. This is happening so fast that roughly one new log file per second is created (resulting in 22 unnecessary file operations per second).
This has a really negative impact on Game performance and presumable also on Disk lifespan.
Affected:
It seems that Linux is the only Platform affected (1, 2). This is happening since StarMade 0.14 (not fixed in 0.1401).
$ uname -a
Linux kenobi 3.13.6-200.fc20.x86_64 #1 SMP Fri Mar 7 17:02:28 UTC 2014 x86_64 x86_64 x86_64 GNU/Linux
$ java -version
java version "1.7.0_51"
OpenJDK Runtime Environment (fedora-2.4.5.1.fc20-x86_64 u51-b31)
OpenJDK 64-Bit Server VM (build 24.51-b03, mixed mode)
Steps to reproduce:
- Start StarMade via the Launcher.
- Select Single Player (seems to happen on MP, too, though).
- Click OK.
- -> StarMade will spam the log until exited.