Error starting the server #28


  • New
  • Defect
Open
Assigned to _ForgeUser7863716
  • _ForgeUser13532237 created this issue May 4, 2014

    What steps will reproduce the problem?
    1. Added option in start.bat-Dfile.encoding = UTF-8
    2. Use Craftbukkit 1.5.2-R1.1
    3. Start server

    What is the expected output? What do you see instead?
    Server starts and copies to ramdisk

    What version of the product are you using?
    0.2.7

    Do you have an error log of what happened?
    I added option in start.bat-Dfile.encoding = UTF-8
    turned out so -Xms1024M-Xmx1024M-jar-Dfile.encoding = UTF-8 craftbukkit.jar nogui
    -------------------------------------------------------------------------------------------------------------------
    May 04, 2014 11:55:36 AM org.bukkit.craftbukkit.Main main
    SEVERE: 'D' is not a recognized option
    Option                                  Description
    ------                                  -----------
    -?, --help                              Show the help
    -P, --plugins <File: Plugin directory>  Plugin directory to use (default:
                                              plugins)
    -W, --universe, --world-container, --   World container
      world-dir <File: Directory
      containing worlds>
    -b, --bukkit-settings <File: Yml file>  File for bukkit settings (default:
                                              bukkit.yml)
    -c, --config <File: Properties file>    Properties file to use (default:
                                              server.properties)
    -d, --date-format <SimpleDateFormat:    Format of the date to display in the
      Log date format>                        console (for log entries)
    --demo                                  Demo mode
    -h, --host, --server-ip <Hostname or    Host to listen on
      IP>
    --log-append <Boolean: Log append>      Whether to append to the log file
                                              (default: true)
    --log-count <Integer: Log count>        Specified how many log files to cycle
                                              through (default: 1)
    --log-limit <Integer: Max log size>     Limits the maximum size of the log
                                              file (0 = unlimited) (default: 0)
    --log-pattern <Log filename>            Specfies the log filename pattern
                                              (default: server.log)
    --log-strip-color                       Strips color codes from log file
    --noconsole                             Disables the console
    --nojline                               Disables jline and emulates the
                                              vanilla console
    -o, --online-mode <Boolean:             Whether to use online authentication
      Authentication>
    -p, --port, --server-port <Integer:     Port to listen on
      Port>
    -s, --max-players, --size <Integer:     Maximum amount of players
      Server size>
    -v, --version                           Show the CraftBukkit Version
    -w, --level-name, --world <World name>  World name

    Please provide any additional information below.

  • _ForgeUser13532237 added the tags New Defect May 4, 2014
  • _ForgeUser13532237 posted a comment May 4, 2014

    I also want to add that I have OS: Linux


To post a comment, please login or register a new account.