nfinete

Members
  • Posts

    10
  • Joined

  • Last visited

Everything posted by nfinete

  1. Are you running a 5700 or a 5700g? The non g version doesn't have an iGPU.
  2. Unfortunately, still no joy. Here is a screenshot of parsec and my windows device manger. I am stumped. I appreciate you trying to assist.
  3. Thank you for your reply. I believe I have already done this. I installed the virtual display driver from parsec and then changed the parsec host setting to fallback to the virtual display. None of this worked. Is there anything else besides those two steps?
  4. I am currently running unraid 6.12.3 and have recently started playing around with this plugin. I have been able to passthrough one of the virtual gpu's to windows 11 and successfully install the drivers. However, parsec will not hardware encode the stream no matter what I do. The best I can get is software encoding, which obviously doesn't use the passthrough gpu. I have seen several other post stating they successfully have used parsec. Any help would be appreciated.
  5. So just an update, I was able to get it fixed. I renamed the folder containing the appdata. I then blew away the container and image. I reinstalled and confirmed that my version was updated. Once that was done, I just copied my worlds folder over from the old appdata directory to the new one. Very strange. Anyways thanks for the help and all the work you do for the unraid community.
  6. Pulling image: binhex/arch-minecraftbedrockserver:latest IMAGE ID [1238108473]: Pulling from binhex/arch-minecraftbedrockserver. Status: Image is up to date for binhex/arch-minecraftbedrockserver:latest TOTAL DATA PULLED: 0 B Stopping container: binhex-minecraftbedrockserver Successfully stopped container 'binhex-minecraftbedrockserver' Removing container: binhex-minecraftbedrockserver Successfully removed container 'binhex-minecraftbedrockserver' Command:root@localhost:# /usr/local/emhttp/plugins/dynamix.docker.manager/scripts/docker run -d --name='binhex-minecraftbedrockserver' --net='bridge' -e TZ="America/New_York" -e HOST_OS="Unraid" -e 'CREATE_BACKUP_HOURS'='12' -e 'PURGE_BACKUP_DAYS'='14' -e 'ENABLE_WEBUI_CONSOLE'='yes' -e 'ENABLE_WEBUI_AUTH'='yes' -e 'WEBUI_USER'='' -e 'WEBUI_PASS'='' -e 'WEBUI_CONSOLE_TITLE'='Minecraft Bedrock' -e 'STARTUP_CMD'='' -e 'UMASK'='000' -e 'PUID'='99' -e 'PGID'='100' -l net.unraid.docker.managed=dockerman -l net.unraid.docker.webui='http://[IP]:[PORT:8222]/' -l net.unraid.docker.icon='https://raw.githubusercontent.com/binhex/docker-templates/master/binhex/images/minecraftbedrockserver-icon.png' -p '19132:19132/tcp' -p '19132:19132/udp' -p '19133:19133/tcp' -p '19133:19133/udp' -p '8222:8222/tcp' -v '/mnt/user/appdata/binhex-minecraftbedrockserver':'/config':'rw' 'binhex/arch-minecraftbedrockserver' 804fc2e40219d9696a1a187c562861e22f03ef518891184fbb332428d3568eb6 The command finished successfully! This is what I see when I go to the webui NO LOG FILE! - Failed to up file descriptor limit Operation not permitted NO LOG FILE! - setting up server logging... [2021-09-23 14:48:55 INFO] Starting Server [2021-09-23 14:48:55 INFO] Version 1.17.10.04 [2021-09-23 14:48:55 INFO] Session ID 640ac3c6-2ddc-462d-a387-7bee09beafd5 [2021-09-23 14:48:55 ERROR] Unknown authority mode true, expected one of [ 'client-auth', 'server-auth', 'server-auth-with-rewind' ] [2021-09-23 14:48:55 INFO] Level Name: Bedrock level [2021-09-23 14:48:55 INFO] Game mode: 0 Survival [2021-09-23 14:48:55 INFO] Difficulty: 1 EASY [INFO] opening worlds/Bedrock level/db [INFO] IPv4 supported, port: 19132 [INFO] IPv6 not supported [INFO] IPv4 supported, port: 36756 [INFO] IPv6 not supported [INFO] Server started.
  7. Unfortunately that didn't work. I even deleted and reinstalled the docker, still showing old version,
  8. I am currently unable to log into my bedrock server. I get a message stating Outdated server. When I look at the console the version states 1.17.10.04. I noticed there was an updated docker image released yesterday, but that didn't solve the problem. Anyone have any ideas?
  9. Not sure if you ever resolved this, but I figured I would reply as I ran in to the exact same problem. Ever since upgrading to 6.9, the gui config will not allow me to remove the vnc graphics card. You can do one of two things: 1) Add your passthrough as a secondary card. Then VNC into the the VM and disable the vnc graphic adapter in the device manager. I mirrored the displays before doing the disable. --or-- 2) Remove the VNC graphic adapter in the XML. I just deleted the xml out for the vnc adapter and saved and it now works as expected. Hope this helps.