Myriad issues trying to start server, and help with importing an existing world from my android device to my PC.
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:
NO LOG FILE! - setting up server logging...
NO LOG FILE! - [2020-03-04 20:28:14 INFO] Starting Server
NO LOG FILE! - [2020-03-04 20:28:14 INFO] Version 1.14.32.1
NO LOG FILE! - [2020-03-04 20:28:14 INFO] Session ID 747c9987-a562-48ef-93d8-f0dc4ba650d0
NO LOG FILE! - [2020-03-04 20:28:14 INFO] Level Name: Mine City (AMEJJJ)
NO LOG FILE! - [2020-03-04 20:28:14 INFO] Game mode: 1 Creative
NO LOG FILE! - [2020-03-04 20:28:14 INFO] Difficulty: 1 EASY
NO LOG FILE! - [2020-03-04 20:28:17 INFO] opening worlds/Mine City (AMEJJJ)/db
NO 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.
NO LOG FILE! - [2020-03-04 20:28:19 ERROR] Failed to open LevelDB!
NO LOG FILE! - [2020-03-04 20:28:19 ERROR] IO error: _wfopen_s failed to open file for: WriteTruncateCreateBinary(wb). ErrorCode: 13 - 'Permission denied'
NO LOG FILE! - [2020-03-04 20:28:20 ERROR] Network port occupied, can't start server.
I uploaded my server.properties file. Hopefully you can help.
I'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.
Environment
Windows 10 Home 1903, BDS
Attachments1
Comments6
History2
Added labels: awaiting-response
Resolution: Unresolved → Cannot Reproduce
Hi Alyssa,
The error there is permission denied, this usually means the user running the EXE doesn't have access to write to the location without elevation.
You can test this by right clicking the EXE and choosing "Run as Administrator".
I 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.
Ionic
I tried this, but still received the same error.
NO LOG FILE! - setting up server logging...
NO LOG FILE! - [2020-03-05 08:40:48 INFO] Starting Server
NO LOG FILE! - [2020-03-05 08:40:48 INFO] Version 1.14.32.1
NO LOG FILE! - [2020-03-05 08:40:48 INFO] Session ID 6020c0c3-9633-4a9d-88d6-d1cbcc45255f
NO LOG FILE! - [2020-03-05 08:40:48 INFO] Level Name: Mine City
NO LOG FILE! - [2020-03-05 08:40:48 INFO] Game mode: 1 Creative
NO LOG FILE! - [2020-03-05 08:40:48 INFO] Difficulty: 1 EASY
NO LOG FILE! - [2020-03-05 08:40:50 INFO] opening worlds/Mine City/db
NO 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.
NO LOG FILE! - [2020-03-05 08:40:55 ERROR] Failed to open LevelDB!
NO LOG FILE! - [2020-03-05 08:40:55 ERROR] IO error: _wfopen_s failed to open file for: WriteTruncateCreateBinary(wb). ErrorCode: 13 - 'Permission denied'
NO LOG FILE! - [2020-03-05 08:40:55 ERROR] Network port occupied, can't start server.
By the way, the server software is stored in a folder on my desktop.
If you're able to upload a zipped copy of your BDS folder it may help narrow down the cause.
The 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.
If 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.
Ionic
Moving it to the C drive worked! Thanks!
My next question, though, is how would I upload a world from my android tablet? I have the file on my computer already.
Nevermind, I figured that out as well. Thank you so much for your help!
Awesome! Happy Minecrafting!
Ionic