Set game thread locale to English. Should give English exceptions now.
This commit is contained in:
@@ -414,6 +414,7 @@ namespace Torch
|
|||||||
Game.SignalStart();
|
Game.SignalStart();
|
||||||
if (!Game.WaitFor(VRageGame.GameState.Running))
|
if (!Game.WaitFor(VRageGame.GameState.Running))
|
||||||
Log.Warn("Failed to wait for the game to be started");
|
Log.Warn("Failed to wait for the game to be started");
|
||||||
|
Invoke(() => Thread.CurrentThread.CurrentUICulture = new CultureInfo("en-US"));
|
||||||
}
|
}
|
||||||
|
|
||||||
/// <inheritdoc />
|
/// <inheritdoc />
|
||||||
|
Reference in New Issue
Block a user