Rasmus Praestholm
Rasmus Praestholm
See #5059 for the full adventure. In short if the user's OS-level locale is set to something our version of Java (I guess? Maybe it was a particularly old Java...
Normally I'd expect something like the following to work in an extracted game zip: `java -Xms128m -Xmx6144m -jar libs/Terasology.jar --headless --homedir=server --override-default-config=override.cfg` However, unless the `server` directory exists the game...
After merging #3856 one unit test class, `TypeRegistryTest`, intermittently stalled during local testing. It may be fine on some OSes or in Jenkins, but oddly it stalled even with the...
### What you were trying to do Test MetalRenegades. Fix is likely needed in the Health module, but maybe hardening against unexpected UI state is something we can help in...
On semi-randomly poking around I noticed by change that our game zip ships with a few dependencies that look to be duplicated with different versions. This could have snuck in...
## What you were trying to do Play test and assorted testing, dying to respawn, disconnecting to relog, etc. Wanted to be able to respawn successfully or relog at the...
### What you were trying to do Test unrelated things without being pestered by weirdness :-) We should probably aim to avoid stalls / timeouts quite this long whenever able....
May be difficult to analyze, but maybe we can improve the logging. Happened to @arpan98 and I *think* I've seen another OpenAL crash in the recent few months, but it...
During the multiplayer overhaul the advanced monitoring stuff has been sidelined a bit with all the changes (I forgot if we already discussed this @immortius - let me know /...
In keeping with #94 and #95, allow more than two celestial objects in the sky, which likely requires a bit of architecture to allow arbitrary celestials Could also include a...