• Icon: Bug Bug
    • Resolution: Duplicate
    • None
    • Minecraft 1.13-pre2
    • {{Folder with Server.jar on Windows 10 X64}}

      {{java: Version 8 Update 171 X32}}

       
    • Unconfirmed

      Server crashing immediately after start giving error. latest.log provided in attachment.

      [19:51:42] [Bootstrap 0/ERROR]: Unable to bootstrap datafixers
      java.lang.StackOverflowError: null
      	at abi$m.a(SourceFile:532) ~[server.jar:?]
      	at aax.b(SourceFile:44) ~[server.jar:?]
      	at abi$l.a(SourceFile:616) ~[server.jar:?]
      	at abi$m.a(SourceFile:536) ~[server.jar:?]
      	at aaz.a(SourceFile:48) ~[server.jar:?]
      	at java.util.Optional.orElseGet(Unknown Source) ~[?:1.8.0_171]
      	at aaz.b(SourceFile:48) ~[server.jar:?]
      	at abi$l.a(SourceFile:616) ~[server.jar:?]
      	at abi$m.a(SourceFile:536) ~[server.jar:?]
      	at aaz.b(SourceFile:47) ~[server.jar:?]
      	at abi$l.a(SourceFile:616) ~[server.jar:?]
      	at abi$m.a(SourceFile:536) ~[server.jar:?]
      	at aaz.b(SourceFile:47) ~[server.jar:?]
      	at abi$l.a(SourceFile:616) ~[server.jar:?]
      	at abi$m.a(SourceFile:536) ~[server.jar:?]
      	at aaz.b(SourceFile:47) ~[server.jar:?]
      

       

          [MC-131498] Server crashing immediatly in 1.13-pre2

          Kumasasa added a comment -

          For technical support please contact the community support, linked below.

          Quick Links:
          ๐Ÿ““ Issue Guidelines โ€“ ๐Ÿ’ฌ Community Support โ€“ ๐Ÿ“ง Customer Support โ€“ ๐Ÿ“– Game Wiki

          Kumasasa added a comment - For technical support please contact the community support , linked below. Quick Links : ๐Ÿ““ Issue Guidelines โ€“ ๐Ÿ’ฌ Community Support โ€“ ๐Ÿ“ง Customer Support โ€“ ๐Ÿ“– Game Wiki

          Kumasasa added a comment -

          That is strange, adding 1 M of stack prevents the allocation of 2048 M heap ?

          Kumasasa added a comment - That is strange, adding 1 M of stack prevents the allocation of 2048 M heap ?

          T added a comment -

          getting this error in cmd

          Error occurred during initialization of VM
          Could not reserve enough space for 2097152KB object heap
          Press any key to continue . . .

          using the said code. do i need a special version of Java?

          T added a comment - getting this error in cmd Error occurred during initialization of VM Could not reserve enough space for 2097152KB object heap Press any key to continue . . . using the said code. do i need a special version of Java?

          Kumasasa added a comment -

          Somewhere between "java" and "-jar":

          java -Xms1024M -Xmx2048M -Xss1M -jar server.jar 
          

          Please report, if that's solving the issue.

          Kumasasa added a comment - Somewhere between "java" and "-jar": java -Xms1024M -Xmx2048M -Xss1M -jar server.jar Please report, if that's solving the issue.

          T added a comment - - edited

          i couldn't add the error in the description, it was too long. my start command is that from the wiki:

          java -Xms1024M -Xmx2048M -jar server.jar

          in a bat file. i have no clue where i should add the -Xss1M.

          T added a comment - - edited i couldn't add the error in the description, it was too long. my start command is that from the wiki: java -Xms1024M -Xmx2048M -jar server.jar in a bat file. i have no clue where i should add the -Xss1M .

          Kumasasa added a comment - - edited

          Please keep the stack trace snippet in the description, that way this ticket is searchable (Jira doesn't search in attachments).

          Again the question: What's the server start command ?

          Kumasasa added a comment - - edited Please keep the stack trace snippet in the description, that way this ticket is searchable (Jira doesn't search in attachments). Again the question: What's the server start command ?

          Kumasasa added a comment -

          This is the "server version" of the issue fixed in MC-129374 for the client.

          What's the server start command ?

          Kumasasa added a comment - This is the "server version" of the issue fixed in MC-129374 for the client. What's the server start command ?

            Unassigned Unassigned
            88Ts T
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: