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.
Attachments
Comments 20
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
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
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