{
   "expand": "operations,versionedRepresentations,editmeta,changelog,renderedFields",
   "id": "293565",
   "self": "https://bugs.mojang.com/rest/api/2/issue/293565",
   "key": "BDS-3469",
   "fields": {
      "issuetype": "1",
      "project": "11700",
      "fixVersions": [],
      "resolution": "5",
      "customfield_10500": null,
      "customfield_12800": null,
      "customfield_12602": [],
      "customfield_12601": null,
      "customfield_12604": null,
      "customfield_12603": null,
      "customfield_12606": null,
      "customfield_12605": null,
      "customfield_12608": null,
      "resolutiondate": "2020-03-07T14:57:48.000+0200",
      "customfield_12607": null,
      "customfield_12609": null,
      "workratio": -1,
      "lastViewed": null,
      "watches": {
         "self": "https://bugs.mojang.com/rest/api/2/issue/BDS-3469/watchers",
         "watchCount": 2,
         "isWatching": false
      },
      "created": "2020-03-05T04:35:57.000+0200",
      "customfield_12000": null,
      "customfield_12201": null,
      "customfield_12600": null,
      "labels": [
         "awaiting-response"
      ],
      "customfield_11700": "{}",
      "versions": [
         "19001"
      ],
      "issuelinks": [],
      "assignee": null,
      "updated": "2020-03-07T14:57:48.000+0200",
      "status": "5",
      "description": "Hi, I've been trying to set up my own server on my Windows PC so I don't have to locally open my world for my friends to play. Here's the output when I run bedrock_server.exe:\n\nNO LOG FILE! - setting up server logging...\nNO LOG FILE! - [2020-03-04 20:28:14 INFO] Starting Server\nNO LOG FILE! - [2020-03-04 20:28:14 INFO] Version 1.14.32.1\nNO LOG FILE! - [2020-03-04 20:28:14 INFO] Session ID 747c9987-a562-48ef-93d8-f0dc4ba650d0\nNO LOG FILE! - [2020-03-04 20:28:14 INFO] Level Name: Mine City (AMEJJJ)\nNO LOG FILE! - [2020-03-04 20:28:14 INFO] Game mode: 1 Creative\nNO LOG FILE! - [2020-03-04 20:28:14 INFO] Difficulty: 1 EASY\nNO LOG FILE! - [2020-03-04 20:28:17 INFO] opening worlds/Mine City (AMEJJJ)/db\nNO LOG FILE! - [2020-03-04 20:28:19 WARN] LevelDB worlds/Mine City (AMEJJJ)/db status NOT OK(IO error: _wfopen_s failed to open file for: WriteTruncateCreateBinary(wb). ErrorCode: 13 - 'Permission denied'). Trying repair.\nNO LOG FILE! - [2020-03-04 20:28:19 ERROR] Failed to open LevelDB!\nNO LOG FILE! - [2020-03-04 20:28:19 ERROR] IO error: _wfopen_s failed to open file for: WriteTruncateCreateBinary(wb). ErrorCode: 13 - 'Permission denied'\nNO LOG FILE! - [2020-03-04 20:28:20 ERROR] Network port occupied, can't start server.\n\n\u00a0\n\nI uploaded my server.properties file. Hopefully you can help.\n\n\u00a0\n\nI've also been trying to upload a world from my Android tablet, without success. I've tried to find information, but I haven't found a viable solution. Any help would be appreciated.\u00a0",
      "customfield_11100": null,
      "customfield_11300": null,
      "customfield_11500": null,
      "customfield_12503": null,
      "customfield_12700": null,
      "customfield_12502": null,
      "customfield_12504": null,
      "attachment": [
         "272112"
      ],
      "summary": "Myriad issues trying to start server, and help with importing an existing world from my android device to my PC.",
      "creator": "JIRAUSER436944",
      "reporter": "JIRAUSER436944",
      "customfield_10002": null,
      "customfield_12501": null,
      "customfield_12500": null,
      "customfield_11601": null,
      "customfield_11600": "0|i18hm7:",
      "environment": "Windows 10 Home 1903, BDS",
      "customfield_11801": null,
      "customfield_11800": null,
      "customfield_11602": null,
      "customfield_11802": null,
      "comment": {
         "comments": [
            {
               "self": "https://bugs.mojang.com/rest/api/2/issue/293565/comment/643199",
               "id": "643199",
               "author": "ionicecko",
               "body": "Hi Alyssa,\n\nThe error there is permission denied, this usually means the user running the EXE doesn't have access to write to the location without elevation.\n\nYou can test this by right clicking the EXE and choosing \"Run as Administrator\".\n\nI would also take the brackets out of the name, I can't say for sure as I've never tested it but its usually best to avoid special characters where possible.\n\nIonic",
               "updateAuthor": "ionicecko",
               "created": "2020-03-05T06:34:19.810+0200",
               "updated": "2020-03-05T06:34:19.810+0200"
            },
            {
               "self": "https://bugs.mojang.com/rest/api/2/issue/293565/comment/643386",
               "id": "643386",
               "author": "JIRAUSER436944",
               "body": "I tried this, but still received the same error.\u00a0\n\n\u00a0NO LOG FILE! - setting up server logging...\nNO LOG FILE! - [2020-03-05 08:40:48 INFO] Starting Server\nNO LOG FILE! - [2020-03-05 08:40:48 INFO] Version 1.14.32.1\nNO LOG FILE! - [2020-03-05 08:40:48 INFO] Session ID 6020c0c3-9633-4a9d-88d6-d1cbcc45255f\nNO LOG FILE! - [2020-03-05 08:40:48 INFO] Level Name: Mine City\nNO LOG FILE! - [2020-03-05 08:40:48 INFO] Game mode: 1 Creative\nNO LOG FILE! - [2020-03-05 08:40:48 INFO] Difficulty: 1 EASY\nNO LOG FILE! - [2020-03-05 08:40:50 INFO] opening worlds/Mine City/db\nNO LOG FILE! - [2020-03-05 08:40:52 WARN] LevelDB worlds/Mine City/db status NOT OK(IO error: _wfopen_s failed to open file for: WriteTruncateCreateBinary(wb). ErrorCode: 13 - 'Permission denied'). Trying repair.\nNO LOG FILE! - [2020-03-05 08:40:55 ERROR] Failed to open LevelDB!\nNO LOG FILE! - [2020-03-05 08:40:55 ERROR] IO error: _wfopen_s failed to open file for: WriteTruncateCreateBinary(wb). ErrorCode: 13 - 'Permission denied'\nNO LOG FILE! - [2020-03-05 08:40:55 ERROR] Network port occupied, can't start server.\n\n\u00a0\n\nBy the way, the server software is stored in a folder on my desktop.",
               "updateAuthor": "JIRAUSER436944",
               "created": "2020-03-05T15:57:04.149+0200",
               "updated": "2020-03-05T16:41:18.702+0200"
            },
            {
               "self": "https://bugs.mojang.com/rest/api/2/issue/293565/comment/643718",
               "id": "643718",
               "author": "ionicecko",
               "body": "If you're able to upload a zipped copy of your BDS folder it may help narrow down the cause.\n\nThe issue still appears to be a permissions error though. Desktop folders can be problematic (under certain circumstances depending on the PC configuration) because they reside in the users profile, it may help to try it from a folder in the root of C.\n\nIf you're able to upload your BDS folder though I can try running it myself and if I dont experience the same issue we've at least narrowed it to your environment.\n\nIonic",
               "updateAuthor": "ionicecko",
               "created": "2020-03-06T04:16:26.760+0200",
               "updated": "2020-03-06T04:16:26.760+0200"
            },
            {
               "self": "https://bugs.mojang.com/rest/api/2/issue/293565/comment/643899",
               "id": "643899",
               "author": "JIRAUSER436944",
               "body": "Moving it to the C drive worked! Thanks!\n\n\u00a0\n\nMy next question, though, is how would I upload a world from my android tablet? I have the file on my computer already.",
               "updateAuthor": "JIRAUSER436944",
               "created": "2020-03-06T15:16:48.132+0200",
               "updated": "2020-03-06T15:16:48.132+0200"
            },
            {
               "self": "https://bugs.mojang.com/rest/api/2/issue/293565/comment/643968",
               "id": "643968",
               "author": "JIRAUSER436944",
               "body": "Nevermind, I figured that out as well. Thank you so much for your help!",
               "updateAuthor": "JIRAUSER436944",
               "created": "2020-03-06T17:30:52.501+0200",
               "updated": "2020-03-06T17:30:52.501+0200"
            },
            {
               "self": "https://bugs.mojang.com/rest/api/2/issue/293565/comment/644180",
               "id": "644180",
               "author": "ionicecko",
               "body": "Awesome! Happy Minecrafting!\n\nIonic",
               "updateAuthor": "ionicecko",
               "created": "2020-03-07T04:47:18.843+0200",
               "updated": "2020-03-07T04:47:18.843+0200"
            }
         ],
         "maxResults": 6,
         "total": 6,
         "startAt": 0
      },
      "votes": {
         "self": "https://bugs.mojang.com/rest/api/2/issue/BDS-3469/votes",
         "votes": 0,
         "hasVoted": false
      }
   },
   "changelog": {
      "startAt": 0,
      "maxResults": 2,
      "total": 2,
      "histories": [
         {
            "id": "1457463",
            "author": "ionicecko",
            "created": "2020-03-05T08:03:14.543+0200",
            "items": [
               {
                  "field": "labels",
                  "fieldtype": "jira",
                  "from": null,
                  "fromString": "",
                  "to": null,
                  "toString": "awaiting-response"
               }
            ]
         },
         {
            "id": "1459778",
            "author": "ocelotonesie",
            "created": "2020-03-07T14:57:48.733+0200",
            "items": [
               {
                  "field": "resolution",
                  "fieldtype": "jira",
                  "from": null,
                  "fromString": null,
                  "to": "5",
                  "toString": "Cannot Reproduce"
               },
               {
                  "field": "status",
                  "fieldtype": "jira",
                  "from": "1",
                  "fromString": "Open",
                  "to": "5",
                  "toString": "Resolved"
               }
            ]
         }
      ]
   }
}