BUILDTOOLS-114 / MC-80817 : Fix server not starting when native processor info cannot be initialized.
Dieser Commit ist enthalten in:
Ursprung
d6ca19e075
Commit
e9980aa94f
11
nms-patches/SystemUtils.patch
Normale Datei
11
nms-patches/SystemUtils.patch
Normale Datei
@ -0,0 +1,11 @@
|
||||
--- a/net/minecraft/server/SystemUtils.java
|
||||
+++ b/net/minecraft/server/SystemUtils.java
|
||||
@@ -32,7 +32,7 @@
|
||||
Processor[] aprocessor = (new SystemInfo()).getHardware().getProcessors();
|
||||
|
||||
SystemUtils.a = String.format("%dx %s", new Object[] { Integer.valueOf(aprocessor.length), aprocessor[0]}).replaceAll("\\s+", " ");
|
||||
- } catch (Exception exception) {
|
||||
+ } catch (Throwable exception) {
|
||||
;
|
||||
}
|
||||
|
In neuem Issue referenzieren
Einen Benutzer sperren