MineDojo / Voyager

An Open-Ended Embodied Agent with Large Language Models
https://voyager.minedojo.org/
MIT License
5.53k stars 512 forks source link

Game crashes on final step after entering newly created world #31

Closed christianortel closed 1 year ago

christianortel commented 1 year ago

I have successfully completed all steps and have been troubleshooting. I am now onto the final steps of creating the world after the game launches itself following these instructions: For Azure Login, you also need to select the world and open the world to LAN by yourself. After you run voyager.learn() the game will pop up soon, you need to: Select Singleplayer and press Create New World. Set Game Mode to Creative and Difficulty to Peaceful. After the world is created, press Esc key and press Open to LAN. Select Allow cheats: ON and press Start LAN World. You will see the bot join the world soon.

The game then launches and I am able to create a world, I then press esc once I am inside the world and the game crashes before I have anytime to click Open to Lan and Select Allow Cheats On. I then look at my command prompt and this error appears:

(base) PS C:\Users\chris\Voyager> python voyager2.py Creating Minecraft server Using embedded DuckDB with persistence: data will be stored in: ckpt/curriculum/vectordb Using embedded DuckDB with persistence: data will be stored in: ckpt/skill/vectordb Starting Minecraft server Subprocess minecraft started with PID 3140. Traceback (most recent call last): File "C:\Users\chris\Voyager\voyager2.py", line 18, in C:\Users\chris\Voyager\voyager\env\process_monitor.py:65: UserWarning: Subprocess minecraft failed to start. warnings.warn(f"Subprocess {self.name} failed to start.") Stopping mineflayer voyager.learn() File "C:\Users\chris\Voyager\voyager\voyager.py", line 303, in learn self.env.reset( File "C:\Users\chris\Voyager\voyager\env\bridge.py", line 156, in reset returned_data = self.check_process() File "C:\Users\chris\Voyager\voyager\env\bridge.py", line 79, in check_process self.mc_instance.run() File "C:\Users\chris\Voyager\voyager\env\minecraft_launcher.py", line 115, in run match = re.search(pattern, self.mc_process.ready_line) File "C:\Users\chris\miniconda3\lib\re.py", line 200, in search return _compile(pattern, flags).search(string) TypeError: expected string or bytes-like object (base) PS C:\Users\chris\Voyager>

Does anyone know what may be causing this issue or if i am the only one? I will also attach an image of my command prompt so its easier to read the error.

Thanks

--Christian

christianortel commented 1 year ago

Caxcxcxpture

xieleo5 commented 1 year ago

Hi, what's the error log of the Minecraft game? Did you recompile and use the modified better-respawn? The old better-respawn may cause the game to crash.

christianortel commented 1 year ago

how can i find the error log of the minecraft game? there isnt anytthing output from the game when it crashes, just in the command prompt it says "TypeError: expected tstring or bytes-like object

christianortel commented 1 year ago

what version of better respawn do you recommend since i thought this was specific in the directiond. this is the file i have now, "better-respawn/fabric/build/libs/better-respawn-fabric-1.19-2.0.0.jar"

xieleo5 commented 1 year ago

You can find the Minecraft game log under the logs/minecraft folder in your running directory. The better-respawn should be cloned from the forked version in README.

christianortel commented 1 year ago

I have gone back and repeated this step a couple of times. I have now found the correct logs file and will paste the output as well as the log file below. Here is the output:

20230529_135232.log

2023-05-29 13:52:34,728 - minecraft - INFO - Starting subprocess with commands: ['java', '-XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump', '-Dos.name=Windows 10', '-Dos.version=10.0', '-Djava.library.path=C:\Users\chris\AppData\Roaming\.minecraft\versions\fabric-loader-0.14.18-1.19\natives', '-Dminecraft.launcher.brand=minecraft-launcher-lib', '-Dminecraft.launcher.version=5.3', '-cp', 'C:\Users\chris\AppData\Roaming\.minecraft\libraries\net\fabricmc\tiny-mappings-parser\0.3.0+build.17\tiny-mappings-parser-0.3.0+build.17.jar;C:\Users\chris\AppData\Roaming\.minecraft\libraries\net\fabricmc\sponge-mixin\0.12.4+mixin.0.8.5\sponge-mixin-0.12.4+mixin.0.8.5.jar;C:\Users\chris\AppData\Roaming\.minecraft\libraries\net\fabricmc\tiny-remapper\0.8.2\tiny-remapper-0.8.2.jar;C:\Users\chris\AppData\Roaming\.minecraft\libraries\net\fabricmc\access-widener\2.1.0\access-widener-2.1.0.jar;C:\Users\chris\AppData\Roaming\.minecraft\libraries\org\ow2\asm\asm\9.4\asm-9.4.jar;C:\Users\chris\AppData\Roaming\.minecraft\libraries\org\ow2\asm\asm-analysis\9.4\asm-analysis-9.4.jar;C:\Users\chris\AppData\Roaming\.minecraft\libraries\org\ow2\asm\asm-commons\9.4\asm-commons-9.4.jar;C:\Users\chris\AppData\Roaming\.minecraft\libraries\org\ow2\asm\asm-tree\9.4\asm-tree-9.4.jar;C:\Users\chris\AppData\Roaming\.minecraft\libraries\org\ow2\asm\asm-util\9.4\asm-util-9.4.jar;C:\Users\chris\AppData\Roaming\.minecraft\libraries\net\fabricmc\intermediary\1.19\intermediary-1.19.jar;C:\Users\chris\AppData\Roaming\.minecraft\libraries\net\fabricmc\fabric-loader\0.14.18\fabric-loader-0.14.18.jar;C:\Users\chris\AppData\Roaming\.minecraft\libraries\com\mojang\logging\1.0.0\logging-1.0.0.jar;C:\Users\chris\AppData\Roaming\.minecraft\libraries\com\mojang\blocklist\1.0.10\blocklist-1.0.10.jar;C:\Users\chris\AppData\Roaming\.minecraft\libraries\com\mojang\patchy\2.2.10\patchy-2.2.10.jar;C:\Users\chris\AppData\Roaming\.minecraft\libraries\com\github\oshi\oshi-core\5.8.5\oshi-core-5.8.5.jar;C:\Users\chris\AppData\Roaming\.minecraft\libraries\net\java\dev\jna\jna\5.10.0\jna-5.10.0.jar;C:\Users\chris\AppData\Roaming\.minecraft\libraries\net\java\dev\jna\jna-platform\5.10.0\jna-platform-5.10.0.jar;C:\Users\chris\AppData\Roaming\.minecraft\libraries\org\slf4j\slf4j-api\1.8.0-beta4\slf4j-api-1.8.0-beta4.jar;C:\Users\chris\AppData\Roaming\.minecraft\libraries\org\apache\logging\log4j\log4j-slf4j18-impl\2.17.0\log4j-slf4j18-impl-2.17.0.jar;C:\Users\chris\AppData\Roaming\.minecraft\libraries\com\ibm\icu\icu4j\70.1\icu4j-70.1.jar;C:\Users\chris\AppData\Roaming\.minecraft\libraries\com\mojang\javabridge\1.2.24\javabridge-1.2.24.jar;C:\Users\chris\AppData\Roaming\.minecraft\libraries\net\sf\jopt-simple\jopt-simple\5.0.4\jopt-simple-5.0.4.jar;C:\Users\chris\AppData\Roaming\.minecraft\libraries\io\netty\netty-common\4.1.77.Final\netty-common-4.1.77.Final.jar;C:\Users\chris\AppData\Roaming\.minecraft\libraries\io\netty\netty-buffer\4.1.77.Final\netty-buffer-4.1.77.Final.jar;C:\Users\chris\AppData\Roaming\.minecraft\libraries\io\netty\netty-codec\4.1.77.Final\netty-codec-4.1.77.Final.jar;C:\Users\chris\AppData\Roaming\.minecraft\libraries\io\netty\netty-handler\4.1.77.Final\netty-handler-4.1.77.Final.jar;C:\Users\chris\AppData\Roaming\.minecraft\libraries\io\netty\netty-resolver\4.1.77.Final\netty-resolver-4.1.77.Final.jar;C:\Users\chris\AppData\Roaming\.minecraft\libraries\io\netty\netty-transport\4.1.77.Final\netty-transport-4.1.77.Final.jar;C:\Users\chris\AppData\Roaming\.minecraft\libraries\io\netty\netty-transport-native-unix-common\4.1.77.Final\netty-transport-native-unix-common-4.1.77.Final.jar;C:\Users\chris\AppData\Roaming\.minecraft\libraries\io\netty\netty-transport-classes-epoll\4.1.77.Final\netty-transport-classes-epoll-4.1.77.Final.jar;C:\Users\chris\AppData\Roaming\.minecraft\libraries\com\google\guava\failureaccess\1.0.1\failureaccess-1.0.1.jar;C:\Users\chris\AppData\Roaming\.minecraft\libraries\com\google\guava\guava\31.0.1-jre\guava-31.0.1-jre.jar;C:\Users\chris\AppData\Roaming\.minecraft\libraries\org\apache\commons\commons-lang3\3.12.0\commons-lang3-3.12.0.jar;C:\Users\chris\AppData\Roaming\.minecraft\libraries\commons-io\commons-io\2.11.0\commons-io-2.11.0.jar;C:\Users\chris\AppData\Roaming\.minecraft\libraries\commons-codec\commons-codec\1.15\commons-codec-1.15.jar;C:\Users\chris\AppData\Roaming\.minecraft\libraries\com\mojang\brigadier\1.0.18\brigadier-1.0.18.jar;C:\Users\chris\AppData\Roaming\.minecraft\libraries\com\mojang\datafixerupper\5.0.28\datafixerupper-5.0.28.jar;C:\Users\chris\AppData\Roaming\.minecraft\libraries\com\google\code\gson\gson\2.8.9\gson-2.8.9.jar;C:\Users\chris\AppData\Roaming\.minecraft\libraries\com\mojang\authlib\3.5.41\authlib-3.5.41.jar;C:\Users\chris\AppData\Roaming\.minecraft\libraries\org\apache\commons\commons-compress\1.21\commons-compress-1.21.jar;C:\Users\chris\AppData\Roaming\.minecraft\libraries\org\apache\httpcomponents\httpclient\4.5.13\httpclient-4.5.13.jar;C:\Users\chris\AppData\Roaming\.minecraft\libraries\commons-logging\commons-logging\1.2\commons-logging-1.2.jar;C:\Users\chris\AppData\Roaming\.minecraft\libraries\org\apache\httpcomponents\httpcore\4.4.14\httpcore-4.4.14.jar;C:\Users\chris\AppData\Roaming\.minecraft\libraries\it\unimi\dsi\fastutil\8.5.6\fastutil-8.5.6.jar;C:\Users\chris\AppData\Roaming\.minecraft\libraries\org\apache\logging\log4j\log4j-api\2.17.0\log4j-api-2.17.0.jar;C:\Users\chris\AppData\Roaming\.minecraft\libraries\org\apache\logging\log4j\log4j-core\2.17.0\log4j-core-2.17.0.jar;C:\Users\chris\AppData\Roaming\.minecraft\libraries\org\lwjgl\lwjgl\3.3.1\lwjgl-3.3.1.jar;C:\Users\chris\AppData\Roaming\.minecraft\libraries\org\lwjgl\lwjgl\3.3.1\lwjgl-3.3.1-natives-windows.jar;C:\Users\chris\AppData\Roaming\.minecraft\libraries\org\lwjgl\lwjgl\3.3.1\lwjgl-3.3.1-natives-windows-x86.jar;C:\Users\chris\AppData\Roaming\.minecraft\libraries\org\lwjgl\lwjgl-jemalloc\3.3.1\lwjgl-jemalloc-3.3.1.jar;C:\Users\chris\AppData\Roaming\.minecraft\libraries\org\lwjgl\lwjgl-jemalloc\3.3.1\lwjgl-jemalloc-3.3.1-natives-windows.jar;C:\Users\chris\AppData\Roaming\.minecraft\libraries\org\lwjgl\lwjgl-jemalloc\3.3.1\lwjgl-jemalloc-3.3.1-natives-windows-x86.jar;C:\Users\chris\AppData\Roaming\.minecraft\libraries\org\lwjgl\lwjgl-openal\3.3.1\lwjgl-openal-3.3.1.jar;C:\Users\chris\AppData\Roaming\.minecraft\libraries\org\lwjgl\lwjgl-openal\3.3.1\lwjgl-openal-3.3.1-natives-windows.jar;C:\Users\chris\AppData\Roaming\.minecraft\libraries\org\lwjgl\lwjgl-openal\3.3.1\lwjgl-openal-3.3.1-natives-windows-x86.jar;C:\Users\chris\AppData\Roaming\.minecraft\libraries\org\lwjgl\lwjgl-opengl\3.3.1\lwjgl-opengl-3.3.1.jar;C:\Users\chris\AppData\Roaming\.minecraft\libraries\org\lwjgl\lwjgl-opengl\3.3.1\lwjgl-opengl-3.3.1-natives-windows.jar;C:\Users\chris\AppData\Roaming\.minecraft\libraries\org\lwjgl\lwjgl-opengl\3.3.1\lwjgl-opengl-3.3.1-natives-windows-x86.jar;C:\Users\chris\AppData\Roaming\.minecraft\libraries\org\lwjgl\lwjgl-glfw\3.3.1\lwjgl-glfw-3.3.1.jar;C:\Users\chris\AppData\Roaming\.minecraft\libraries\org\lwjgl\lwjgl-glfw\3.3.1\lwjgl-glfw-3.3.1-natives-windows.jar;C:\Users\chris\AppData\Roaming\.minecraft\libraries\org\lwjgl\lwjgl-glfw\3.3.1\lwjgl-glfw-3.3.1-natives-windows-x86.jar;C:\Users\chris\AppData\Roaming\.minecraft\libraries\org\lwjgl\lwjgl-stb\3.3.1\lwjgl-stb-3.3.1.jar;C:\Users\chris\AppData\Roaming\.minecraft\libraries\org\lwjgl\lwjgl-stb\3.3.1\lwjgl-stb-3.3.1-natives-windows.jar;C:\Users\chris\AppData\Roaming\.minecraft\libraries\org\lwjgl\lwjgl-stb\3.3.1\lwjgl-stb-3.3.1-natives-windows-x86.jar;C:\Users\chris\AppData\Roaming\.minecraft\libraries\org\lwjgl\lwjgl-tinyfd\3.3.1\lwjgl-tinyfd-3.3.1.jar;C:\Users\chris\AppData\Roaming\.minecraft\libraries\org\lwjgl\lwjgl-tinyfd\3.3.1\lwjgl-tinyfd-3.3.1-natives-windows.jar;C:\Users\chris\AppData\Roaming\.minecraft\libraries\org\lwjgl\lwjgl-tinyfd\3.3.1\lwjgl-tinyfd-3.3.1-natives-windows-x86.jar;C:\Users\chris\AppData\Roaming\.minecraft\libraries\com\mojang\text2speech\1.16.7\text2speech-1.16.7.jar;C:\Users\chris\AppData\Roaming\.minecraft\libraries\org\lwjgl\lwjgl-glfw\3.3.1\lwjgl-glfw-3.3.1-natives-windows-arm64.jar;C:\Users\chris\AppData\Roaming\.minecraft\libraries\org\lwjgl\lwjgl-jemalloc\3.3.1\lwjgl-jemalloc-3.3.1-natives-windows-arm64.jar;C:\Users\chris\AppData\Roaming\.minecraft\libraries\org\lwjgl\lwjgl-openal\3.3.1\lwjgl-openal-3.3.1-natives-windows-arm64.jar;C:\Users\chris\AppData\Roaming\.minecraft\libraries\org\lwjgl\lwjgl-opengl\3.3.1\lwjgl-opengl-3.3.1-natives-windows-arm64.jar;C:\Users\chris\AppData\Roaming\.minecraft\libraries\org\lwjgl\lwjgl-stb\3.3.1\lwjgl-stb-3.3.1-natives-windows-arm64.jar;C:\Users\chris\AppData\Roaming\.minecraft\libraries\org\lwjgl\lwjgl-tinyfd\3.3.1\lwjgl-tinyfd-3.3.1-natives-windows-arm64.jar;C:\Users\chris\AppData\Roaming\.minecraft\libraries\org\lwjgl\lwjgl\3.3.1\lwjgl-3.3.1-natives-windows-arm64.jar;C:\Users\chris\AppData\Roaming\.minecraft\versions\fabric-loader-0.14.18-1.19\fabric-loader-0.14.18-1.19.jar', '-DFabricMcEmu= net.minecraft.client.main.Main ', 'net.fabricmc.loader.impl.launch.knot.KnotClient', '--username', 'cryptochristian', '--version', 'fabric-loader-0.14.18-1.19', '--gameDir', 'C:\Users\chris\AppData\Roaming\.minecraft', '--assetsDir', 'C:\Users\chris\AppData\Roaming\.minecraft\assets', '--assetIndex', '1.19', '--uuid', 'f7198126a50e415c8dedb321baa8d3d2', '--accessToken', 'eyJraWQiOiJhYzg0YSIsImFsZyI6IkhTMjU2In0.eyJ4dWlkIjoiMjUzNTQzMzYzNDQwNDEzMyIsImFnZyI6IkFkdWx0Iiwic3ViIjoiYTRmMWVkMzEtMWQ1MC00ODY1LTkyYTctMmZhZDAyNDY4Nzg1IiwiYXV0aCI6IlhCT1giLCJucyI6ImRlZmF1bHQiLCJyb2xlcyI6W10sImlzcyI6ImF1dGhlbnRpY2F0aW9uIiwiZmxhZ3MiOlsidHdvZmFjdG9yYXV0aCIsIm9yZGVyc18yMDIyIl0sInBsYXRmb3JtIjoiVU5LTk9XTiIsInl1aWQiOiIwOTM1YjJmOWJjMWVkZTdmZTBiOGNmZjRmZmJkNzQ5NyIsIm5iZiI6MTY4NTI5OTY5OCwiZXhwIjoxNjg1Mzg2MDk4LCJpYXQiOjE2ODUyOTk2OTh9.OPKXbi7vQjGfEf365tptNbmNqq1ZTMmKOUlmBH8Qx-g', '--clientId', '${clientid}', '--xuid', '${auth_xuid}', '--userType', 'mojang', '--versionType', 'release'] 2023-05-29 13:52:36,583 - minecraft - INFO - [13:52:36] [main/INFO]: Loading Minecraft 1.19 with Fabric Loader 0.14.18 2023-05-29 13:52:36,711 - minecraft - INFO - [13:52:36] [main/INFO]: Loading 58 mods: 2023-05-29 13:52:36,712 - minecraft - INFO - - better_respawn 1.19-2.0.0 2023-05-29 13:52:36,712 - minecraft - INFO - - completeconfig 2.0.0 2023-05-29 13:52:36,712 - minecraft - INFO - |-- coat 1.0.0-beta.17+mc22w17a 2023-05-29 13:52:36,712 - minecraft - INFO - |-- completeconfig-base 2.0.0 2023-05-29 13:52:36,712 - minecraft - INFO - |-- completeconfig-gui-cloth 2.0.0 2023-05-29 13:52:36,712 - minecraft - INFO - -- completeconfig-gui-coat 2.0.0 2023-05-29 13:52:36,712 - minecraft - INFO - - fabric 0.58.0+1.19 2023-05-29 13:52:36,712 - minecraft - INFO - |-- fabric-api-base 0.4.9+e62f51a3a9 2023-05-29 13:52:36,712 - minecraft - INFO - |-- fabric-api-lookup-api-v1 1.6.7+9ff28f40a9 2023-05-29 13:52:36,712 - minecraft - INFO - |-- fabric-biome-api-v1 9.0.14+b2a4a624a9 2023-05-29 13:52:36,712 - minecraft - INFO - |-- fabric-blockrenderlayer-v1 1.1.18+9ff28f40a9 2023-05-29 13:52:36,712 - minecraft - INFO - |-- fabric-command-api-v1 1.2.6+f71b366fa9 2023-05-29 13:52:36,712 - minecraft - INFO - |-- fabric-command-api-v2 2.1.2+0d55f585a9 2023-05-29 13:52:36,712 - minecraft - INFO - |-- fabric-commands-v0 0.2.23+df3654b3a9 2023-05-29 13:52:36,712 - minecraft - INFO - |-- fabric-containers-v0 0.1.28+df3654b3a9 2023-05-29 13:52:36,712 - minecraft - INFO - |-- fabric-content-registries-v0 3.2.1+07df213ea9 2023-05-29 13:52:36,712 - minecraft - INFO - |-- fabric-convention-tags-v1 1.0.8+37622d24a9 2023-05-29 13:52:36,712 - minecraft - INFO - |-- fabric-crash-report-info-v1 0.2.3+bd0a0d4aa9 2023-05-29 13:52:36,712 - minecraft - INFO - |-- fabric-data-generation-api-v1 5.1.2+a680b9b4a9 2023-05-29 13:52:36,712 - minecraft - INFO - |-- fabric-dimensions-v1 2.1.28+a6d2f785a9 2023-05-29 13:52:36,712 - minecraft - INFO - |-- fabric-entity-events-v1 1.4.16+9ff28f40a9 2023-05-29 13:52:36,713 - minecraft - INFO - |-- fabric-events-interaction-v0 0.4.26+9ff28f40a9 2023-05-29 13:52:36,713 - minecraft - INFO - |-- fabric-events-lifecycle-v0 0.2.26+df3654b3a9 2023-05-29 13:52:36,713 - minecraft - INFO - |-- fabric-game-rule-api-v1 1.0.19+18990361a9 2023-05-29 13:52:36,713 - minecraft - INFO - |-- fabric-item-api-v1 1.5.5+35a03c43a9 2023-05-29 13:52:36,713 - minecraft - INFO - |-- fabric-item-groups-v0 0.3.26+9ff28f40a9 2023-05-29 13:52:36,713 - minecraft - INFO - |-- fabric-key-binding-api-v1 1.0.18+9ff28f40a9 2023-05-29 13:52:36,713 - minecraft - INFO - |-- fabric-keybindings-v0 0.2.16+df3654b3a9 2023-05-29 13:52:36,713 - minecraft - INFO - |-- fabric-lifecycle-events-v1 2.1.0+33fbc738a9 2023-05-29 13:52:36,713 - minecraft - INFO - |-- fabric-loot-api-v2 1.1.1+03a4e568a9 2023-05-29 13:52:36,713 - minecraft - INFO - |-- fabric-loot-tables-v1 1.1.4+9e7660c6a9 2023-05-29 13:52:36,713 - minecraft - INFO - |-- fabric-message-api-v1 1.0.1+513f4a59a9 2023-05-29 13:52:36,713 - minecraft - INFO - |-- fabric-mining-level-api-v1 2.1.11+33fbc738a9 2023-05-29 13:52:36,713 - minecraft - INFO - |-- fabric-models-v0 0.3.15+9ff28f40a9 2023-05-29 13:52:36,713 - minecraft - INFO - |-- fabric-networking-api-v1 1.1.0+442de8b8a9 2023-05-29 13:52:36,713 - minecraft - INFO - |-- fabric-networking-v0 0.3.15+df3654b3a9 2023-05-29 13:52:36,713 - minecraft - INFO - |-- fabric-object-builder-api-v1 4.0.8+9ff28f40a9 2023-05-29 13:52:36,713 - minecraft - INFO - |-- fabric-particles-v1 1.0.8+dc39553aa9 2023-05-29 13:52:36,713 - minecraft - INFO - |-- fabric-registry-sync-v0 0.9.18+23c4cfefa9 2023-05-29 13:52:36,713 - minecraft - INFO - |-- fabric-renderer-api-v1 1.0.8+9ff28f40a9 2023-05-29 13:52:36,713 - minecraft - INFO - |-- fabric-renderer-indigo 0.6.10+5187d39fa9 2023-05-29 13:52:36,713 - minecraft - INFO - |-- fabric-renderer-registries-v1 3.2.18+df3654b3a9 2023-05-29 13:52:36,713 - minecraft - INFO - |-- fabric-rendering-data-attachment-v1 0.3.12+9ff28f40a9 2023-05-29 13:52:36,713 - minecraft - INFO - |-- fabric-rendering-fluids-v1 3.0.5+9ff28f40a9 2023-05-29 13:52:36,713 - minecraft - INFO - |-- fabric-rendering-v0 1.1.20+df3654b3a9 2023-05-29 13:52:36,713 - minecraft - INFO - |-- fabric-rendering-v1 1.10.14+9ff28f40a9 2023-05-29 13:52:36,713 - minecraft - INFO - |-- fabric-resource-conditions-api-v1 2.0.9+e62f51a3a9 2023-05-29 13:52:36,713 - minecraft - INFO - |-- fabric-resource-loader-v0 0.5.6+5f1a85e0a9 2023-05-29 13:52:36,713 - minecraft - INFO - |-- fabric-screen-api-v1 1.0.24+f05effafa9 2023-05-29 13:52:36,714 - minecraft - INFO - |-- fabric-screen-handler-api-v1 1.2.7+9ff28f40a9 2023-05-29 13:52:36,714 - minecraft - INFO - |-- fabric-textures-v0 1.0.18+9ff28f40a9 2023-05-29 13:52:36,714 - minecraft - INFO - |-- fabric-transfer-api-v1 2.0.9+e62f51a3a9 2023-05-29 13:52:36,714 - minecraft - INFO - -- fabric-transitive-access-wideners-v1 1.1.1+9e7660c6a9 2023-05-29 13:52:36,714 - minecraft - INFO - - fabricloader 0.14.18 2023-05-29 13:52:36,714 - minecraft - INFO - - java 17 2023-05-29 13:52:36,714 - minecraft - INFO - - minecraft 1.19 2023-05-29 13:52:36,714 - minecraft - INFO - - modmenu 4.0.4 2023-05-29 13:52:36,714 - minecraft - INFO - - serverpause 1.1.0 2023-05-29 13:52:36,869 - minecraft - INFO - [13:52:36] [main/INFO]: SpongePowered MIXIN Subsystem Version=0.8.5 Source=file:/C:/Users/chris/AppData/Roaming/.minecraft/libraries/net/fabricmc/sponge-mixin/0.12.4+mixin.0.8.5/sponge-mixin-0.12.4+mixin.0.8.5.jar Service=Knot/Fabric Env=CLIENT 2023-05-29 13:52:36,976 - minecraft - INFO - [13:52:36] [main/INFO]: Compatibility level set to JAVA_17 2023-05-29 13:52:41,096 - minecraft - INFO - [13:52:41] [main/INFO]: Building optimized datafixer 2023-05-29 13:52:47,121 - minecraft - INFO - [13:52:47] [Render thread/INFO]: Environment: authHost='https://authserver.mojang.com', accountsHost='https://api.mojang.com', sessionHost='https://sessionserver.mojang.com', servicesHost='https://api.minecraftservices.com', name='PROD' 2023-05-29 13:52:48,458 - minecraft - INFO - [13:52:48] [Render thread/INFO]: Setting user: cryptochristian 2023-05-29 13:52:50,669 - minecraft - INFO - [13:52:50] [Render thread/INFO]: [Indigo] Registering Indigo renderer! 2023-05-29 13:52:51,923 - minecraft - INFO - [13:52:51] [Render thread/INFO]: Backend library: LWJGL version 3.3.1 SNAPSHOT 2023-05-29 13:52:55,883 - minecraft - INFO - [13:52:55] [Render thread/INFO]: Reloading ResourceManager: Default, Fabric Mods (Coat, completeconfig-base, completeconfig-gui-coat, Fabric API, Fabric API Base, Fabric API Lookup API (v1), Fabric Biome API (v1), Fabric BlockRenderLayer Registration (v1), Fabric Command API (v1), Fabric Command API (v2), Fabric Commands (v0), Fabric Containers (v0), Fabric Content Registries (v0), Fabric Convention Tags, Fabric Crash Report Info (v1), Fabric Data Generation API (v1), Fabric Dimensions API (v1), Fabric Entity Events (v1), Fabric Events Interaction (v0), Fabric Events Lifecycle (v0), Fabric Game Rule API (v1), Fabric Item API (v1), Fabric Item Groups (v0), Fabric Key Binding API (v1), Fabric Key Bindings (v0), Fabric Lifecycle Events (v1), Fabric Loot API (v2), Fabric Loot Tables (v1), Fabric Message API (v1), Fabric Mining Level API (v1), Fabric Models (v0), Fabric Networking API (v1), Fabric Networking (v0), Fabric Object Builder API (v1), Fabric Particles (v1), Fabric Registry Sync (v0), Fabric Renderer API (v1), Fabric Renderer - Indigo, Fabric Renderer Registries (v1), Fabric Rendering Data Attachment (v1), Fabric Rendering Fluids (v1), Fabric Rendering (v0), Fabric Rendering (v1), Fabric Resource Conditions API (v1), Fabric Resource Loader (v0), Fabric Screen API (v1), Fabric Screen Handler API (v1), Fabric Textures (v0), Fabric Transfer API (v1), Fabric Transitive Access Wideners (v1), Fabric Loader, Mod Menu, Multiplayer Server Pause) 2023-05-29 13:52:59,044 - minecraft - INFO - [13:52:59] [Render thread/WARN]: Missing sound for event: minecraft:item.goat_horn.play 2023-05-29 13:52:59,045 - minecraft - INFO - [13:52:59] [Render thread/WARN]: Missing sound for event: minecraft:entity.goat.screaming.horn_break 2023-05-29 13:52:59,071 - minecraft - INFO - [ALSOFT] (EE) Failed to check format support: 0x80070057 2023-05-29 13:52:59,119 - minecraft - INFO - [13:52:59] [Render thread/INFO]: OpenAL initialized on device OpenAL Soft on Headset Earphone (HyperX Cloud Flight S Chat) 2023-05-29 13:52:59,128 - minecraft - INFO - [13:52:59] [Render thread/INFO]: Sound engine started 2023-05-29 13:52:59,342 - minecraft - INFO - [13:52:59] [Render thread/INFO]: Created: 1024x1024x4 minecraft:textures/atlas/blocks.png-atlas 2023-05-29 13:52:59,352 - minecraft - INFO - [13:52:59] [Render thread/INFO]: Created: 256x128x4 minecraft:textures/atlas/signs.png-atlas 2023-05-29 13:52:59,355 - minecraft - INFO - [13:52:59] [Render thread/INFO]: Created: 1024x512x4 minecraft:textures/atlas/banner_patterns.png-atlas 2023-05-29 13:52:59,355 - minecraft - INFO - [13:52:59] [Render thread/INFO]: Created: 1024x512x4 minecraft:textures/atlas/shield_patterns.png-atlas 2023-05-29 13:52:59,359 - minecraft - INFO - [13:52:59] [Render thread/INFO]: Created: 256x256x4 minecraft:textures/atlas/chest.png-atlas 2023-05-29 13:52:59,361 - minecraft - INFO - [13:52:59] [Render thread/INFO]: Created: 512x256x4 minecraft:textures/atlas/beds.png-atlas 2023-05-29 13:52:59,361 - minecraft - INFO - [13:52:59] [Render thread/INFO]: Created: 512x256x4 minecraft:textures/atlas/shulker_boxes.png-atlas 2023-05-29 13:53:00,496 - minecraft - INFO - [13:53:00] [Render thread/WARN]: Shader rendertype_entity_translucent_emissive could not find sampler named Sampler2 in the specified shader program. 2023-05-29 13:53:00,807 - minecraft - INFO - [13:53:00] [Render thread/INFO]: Created: 512x256x0 minecraft:textures/atlas/particles.png-atlas 2023-05-29 13:53:00,809 - minecraft - INFO - [13:53:00] [Render thread/INFO]: Created: 256x256x0 minecraft:textures/atlas/paintings.png-atlas 2023-05-29 13:53:00,810 - minecraft - INFO - [13:53:00] [Render thread/INFO]: Created: 256x128x0 minecraft:textures/atlas/mob_effects.png-atlas 2023-05-29 13:53:02,556 - minecraft - INFO - [13:53:02] [Worker-Bootstrap-12/INFO]: 4256 Datafixer optimizations took 21446 milliseconds 2023-05-29 13:53:28,071 - minecraft - INFO - [13:53:28] [Render thread/INFO]: Loaded 7 recipes 2023-05-29 13:53:28,334 - minecraft - INFO - [13:53:28] [Render thread/INFO]: Loaded 1179 advancements 2023-05-29 13:53:37,531 - minecraft - INFO - [13:53:37] [Render thread/INFO]: Loaded 7 recipes 2023-05-29 13:53:37,570 - minecraft - INFO - [13:53:37] [Render thread/INFO]: Loaded 1179 advancements 2023-05-29 13:53:37,871 - minecraft - INFO - [13:53:37] [Render thread/INFO]: Applied 0 biome modifications to 0 of 63 new biomes in 1.998 ms 2023-05-29 13:53:37,878 - minecraft - INFO - [13:53:37] [Server thread/INFO]: Starting integrated minecraft server version 1.19 2023-05-29 13:53:37,878 - minecraft - INFO - [13:53:37] [Server thread/INFO]: Generating keypair 2023-05-29 13:53:46,231 - minecraft - INFO - [13:53:46] [Server thread/INFO]: Preparing start region for dimension minecraft:overworld 2023-05-29 13:53:46,682 - minecraft - INFO - [13:53:46] [Render thread/INFO]: Preparing spawn area: 0% 2023-05-29 13:53:46,748 - minecraft - INFO - [13:53:46] [Render thread/INFO]: Preparing spawn area: 0% 2023-05-29 13:53:47,242 - minecraft - INFO - [13:53:47] [Render thread/INFO]: Preparing spawn area: 0% 2023-05-29 13:53:47,741 - minecraft - INFO - [13:53:47] [Render thread/INFO]: Preparing spawn area: 1% 2023-05-29 13:53:48,251 - minecraft - INFO - [13:53:48] [Render thread/INFO]: Preparing spawn area: 4% 2023-05-29 13:53:48,756 - minecraft - INFO - [13:53:48] [Render thread/INFO]: Preparing spawn area: 6% 2023-05-29 13:53:49,250 - minecraft - INFO - [13:53:49] [Render thread/INFO]: Preparing spawn area: 9% 2023-05-29 13:53:49,739 - minecraft - INFO - [13:53:49] [Render thread/INFO]: Preparing spawn area: 14% 2023-05-29 13:53:50,249 - minecraft - INFO - [13:53:50] [Render thread/INFO]: Preparing spawn area: 18% 2023-05-29 13:53:50,740 - minecraft - INFO - [13:53:50] [Render thread/INFO]: Preparing spawn area: 23% 2023-05-29 13:53:51,246 - minecraft - INFO - [13:53:51] [Render thread/INFO]: Preparing spawn area: 28% 2023-05-29 13:53:51,741 - minecraft - INFO - [13:53:51] [Render thread/INFO]: Preparing spawn area: 33% 2023-05-29 13:53:52,248 - minecraft - INFO - [13:53:52] [Render thread/INFO]: Preparing spawn area: 38% 2023-05-29 13:53:52,738 - minecraft - INFO - [13:53:52] [Render thread/INFO]: Preparing spawn area: 44% 2023-05-29 13:53:53,243 - minecraft - INFO - [13:53:53] [Render thread/INFO]: Preparing spawn area: 50% 2023-05-29 13:53:53,754 - minecraft - INFO - [13:53:53] [Render thread/INFO]: Preparing spawn area: 55% 2023-05-29 13:53:54,252 - minecraft - INFO - [13:53:54] [Render thread/INFO]: Preparing spawn area: 61% 2023-05-29 13:53:54,745 - minecraft - INFO - [13:53:54] [Render thread/INFO]: Preparing spawn area: 68% 2023-05-29 13:53:55,234 - minecraft - INFO - [13:53:55] [Render thread/INFO]: Preparing spawn area: 73% 2023-05-29 13:53:55,740 - minecraft - INFO - [13:53:55] [Render thread/INFO]: Preparing spawn area: 79% 2023-05-29 13:53:56,257 - minecraft - INFO - [13:53:56] [Render thread/INFO]: Preparing spawn area: 85% 2023-05-29 13:53:56,748 - minecraft - INFO - [13:53:56] [Render thread/INFO]: Preparing spawn area: 91% 2023-05-29 13:53:57,251 - minecraft - INFO - [13:53:57] [Render thread/INFO]: Preparing spawn area: 98% 2023-05-29 13:53:57,351 - minecraft - INFO - [13:53:57] [Render thread/INFO]: Time elapsed: 11118 ms 2023-05-29 13:53:57,440 - minecraft - INFO - [13:53:57] [Server thread/INFO]: Changing view distance to 12, from 10 2023-05-29 13:53:57,442 - minecraft - INFO - [13:53:57] [Server thread/INFO]: Changing simulation distance to 12, from 0 2023-05-29 13:53:58,071 - minecraft - INFO - [13:53:58] [Server thread/INFO]: cryptochristian[local:E:7ebe999f] logged in with entity id 153 at (8.5, 80.0, 18.5) 2023-05-29 13:53:58,139 - minecraft - INFO - [13:53:58] [Server thread/INFO]: cryptochristian joined the game 2023-05-29 13:53:58,965 - minecraft - INFO - [13:53:58] [Render thread/INFO]: Loaded 0 advancements 2023-05-29 13:54:09,337 - minecraft - INFO - [13:54:09] [Server thread/INFO]: Saving and pausing game... 2023-05-29 13:54:09,431 - minecraft - INFO - [13:54:09] [Server thread/ERROR]: Encountered an unexpected exception 2023-05-29 13:54:09,432 - minecraft - INFO - net.minecraft.class_148: Saving entity NBT 2023-05-29 13:54:09,432 - minecraft - INFO - at net.minecraft.class_1297.method_5647(class_1297.java:1724) ~[client-intermediary.jar:?] 2023-05-29 13:54:09,432 - minecraft - INFO - at net.minecraft.class_1130.method_14577(class_1130.java:25) ~[client-intermediary.jar:?] 2023-05-29 13:54:09,432 - minecraft - INFO - at net.minecraft.class_3324.method_14617(class_3324.java:682) ~[client-intermediary.jar:?] 2023-05-29 13:54:09,432 - minecraft - INFO - at net.minecraft.server.MinecraftServer.method_39218(MinecraftServer.java:550) ~[client-intermediary.jar:?] 2023-05-29 13:54:09,432 - minecraft - INFO - at net.minecraft.class_1132.method_3748(class_1132.java:86) ~[client-intermediary.jar:?] 2023-05-29 13:54:09,432 - minecraft - INFO - at net.minecraft.server.MinecraftServer.method_29741(MinecraftServer.java:665) ~[client-intermediary.jar:?] 2023-05-29 13:54:09,432 - minecraft - INFO - at net.minecraft.server.MinecraftServer.method_29739(MinecraftServer.java:258) ~[client-intermediary.jar:?] 2023-05-29 13:54:09,432 - minecraft - INFO - at java.lang.Thread.run(Thread.java:833) [?:?] 2023-05-29 13:54:09,432 - minecraft - INFO - Caused by: java.lang.NullPointerException: Cannot invoke "net.minecraft.class_5321.method_29177()" because "this.respawnDimension" is null 2023-05-29 13:54:09,432 - minecraft - INFO - at net.minecraft.class_1656.handler$zzb000$better_respawn$addSaveData(class_1656.java:532) ~[client-intermediary.jar:?] 2023-05-29 13:54:09,432 - minecraft - INFO - at net.minecraft.class_1656.method_7251(class_1656.java:26) ~[client-intermediary.jar:?] 2023-05-29 13:54:09,432 - minecraft - INFO - at net.minecraft.class_1657.method_5652(class_1657.java:886) ~[client-intermediary.jar:?] 2023-05-29 13:54:09,432 - minecraft - INFO - at net.minecraft.class_3222.method_5652(class_3222.java:343) ~[client-intermediary.jar:?] 2023-05-29 13:54:09,432 - minecraft - INFO - at net.minecraft.class_1297.method_5647(class_1297.java:1706) ~[client-intermediary.jar:?] 2023-05-29 13:54:09,432 - minecraft - INFO - ... 7 more 2023-05-29 13:54:09,436 - minecraft - INFO - [13:54:09] [Server thread/ERROR]: This crash report has been saved to: C:\Users\chris\AppData\Roaming.minecraft\crash-reports\crash-2023-05-29_13.54.09-server.txt 2023-05-29 13:54:09,437 - minecraft - INFO - [13:54:09] [Server thread/INFO]: Stopping server 2023-05-29 13:54:09,438 - minecraft - INFO - [13:54:09] [Server thread/INFO]: Saving players 2023-05-29 13:54:09,444 - minecraft - INFO - ---- Minecraft Crash Report ---- 2023-05-29 13:54:09,444 - minecraft - INFO - // Hey, that tickles! Hehehe! 2023-05-29 13:54:09,444 - minecraft - INFO - 2023-05-29 13:54:09,444 - minecraft - INFO - Time: 5/29/23, 1:54 PM 2023-05-29 13:54:09,444 - minecraft - INFO - Description: Saving entity NBT 2023-05-29 13:54:09,445 - minecraft - INFO - 2023-05-29 13:54:09,445 - minecraft - INFO - java.lang.NullPointerException: Cannot invoke "net.minecraft.class_5321.method_29177()" because "this.respawnDimension" is null 2023-05-29 13:54:09,445 - minecraft - INFO - at net.minecraft.class_1656.handler$zzb000$better_respawn$addSaveData(class_1656.java:532) 2023-05-29 13:54:09,445 - minecraft - INFO - at net.minecraft.class_1656.method_7251(class_1656.java:26) 2023-05-29 13:54:09,445 - minecraft - INFO - at net.minecraft.class_1657.method_5652(class_1657.java:886) 2023-05-29 13:54:09,445 - minecraft - INFO - at net.minecraft.class_3222.method_5652(class_3222.java:343) 2023-05-29 13:54:09,445 - minecraft - INFO - at net.minecraft.class_1297.method_5647(class_1297.java:1706) 2023-05-29 13:54:09,445 - minecraft - INFO - at net.minecraft.class_1130.method_14577(class_1130.java:25) 2023-05-29 13:54:09,445 - minecraft - INFO - at net.minecraft.class_3324.method_14617(class_3324.java:682) 2023-05-29 13:54:09,445 - minecraft - INFO - at net.minecraft.server.MinecraftServer.method_39218(MinecraftServer.java:550) 2023-05-29 13:54:09,445 - minecraft - INFO - at net.minecraft.class_1132.method_3748(class_1132.java:86) 2023-05-29 13:54:09,445 - minecraft - INFO - at net.minecraft.server.MinecraftServer.method_29741(MinecraftServer.java:665) 2023-05-29 13:54:09,445 - minecraft - INFO - at net.minecraft.server.MinecraftServer.method_29739(MinecraftServer.java:258) 2023-05-29 13:54:09,445 - minecraft - INFO - at java.base/java.lang.Thread.run(Thread.java:833) 2023-05-29 13:54:09,446 - minecraft - INFO - 2023-05-29 13:54:09,446 - minecraft - INFO - 2023-05-29 13:54:09,446 - minecraft - INFO - A detailed walkthrough of the error, its code path and all known details is as follows: 2023-05-29 13:54:09,446 - minecraft - INFO - --------------------------------------------------------------------------------------- 2023-05-29 13:54:09,446 - minecraft - INFO - 2023-05-29 13:54:09,446 - minecraft - INFO - -- Head -- 2023-05-29 13:54:09,446 - minecraft - INFO - Thread: Render thread 2023-05-29 13:54:09,446 - minecraft - INFO - Stacktrace: 2023-05-29 13:54:09,446 - minecraft - INFO - at net.minecraft.class_1656.handler$zzb000$better_respawn$addSaveData(class_1656.java:532) 2023-05-29 13:54:09,446 - minecraft - INFO - at net.minecraft.class_1656.method_7251(class_1656.java:26) 2023-05-29 13:54:09,446 - minecraft - INFO - at net.minecraft.class_1657.method_5652(class_1657.java:886) 2023-05-29 13:54:09,446 - minecraft - INFO - at net.minecraft.class_3222.method_5652(class_3222.java:343) 2023-05-29 13:54:09,446 - minecraft - INFO - 2023-05-29 13:54:09,446 - minecraft - INFO - -- Entity being saved -- 2023-05-29 13:54:09,446 - minecraft - INFO - Details: 2023-05-29 13:54:09,446 - minecraft - INFO - Entity Type: minecraft:player (net.minecraft.class_3222) 2023-05-29 13:54:09,446 - minecraft - INFO - Entity ID: 153 2023-05-29 13:54:09,446 - minecraft - INFO - Entity Name: cryptochristian 2023-05-29 13:54:09,446 - minecraft - INFO - Entity's Exact location: 8.50, 80.00, 18.50 2023-05-29 13:54:09,447 - minecraft - INFO - Entity's Block location: World: (8,80,18), Section: (at 8,0,2 in 0,5,1; chunk contains blocks 0,-64,16 to 15,319,31), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,-64,0 to 511,319,511) 2023-05-29 13:54:09,447 - minecraft - INFO - Entity's Momentum: 0.00, -0.08, 0.00 2023-05-29 13:54:09,447 - minecraft - INFO - Entity's Passengers: [] 2023-05-29 13:54:09,447 - minecraft - INFO - Entity's Vehicle: null 2023-05-29 13:54:09,447 - minecraft - INFO - Stacktrace: 2023-05-29 13:54:09,447 - minecraft - INFO - at net.minecraft.class_1297.method_5647(class_1297.java:1706) 2023-05-29 13:54:09,447 - minecraft - INFO - at net.minecraft.class_1130.method_14577(class_1130.java:25) 2023-05-29 13:54:09,447 - minecraft - INFO - at net.minecraft.class_3324.method_14617(class_3324.java:682) 2023-05-29 13:54:09,447 - minecraft - INFO - at net.minecraft.server.MinecraftServer.method_39218(MinecraftServer.java:550) 2023-05-29 13:54:09,447 - minecraft - INFO - at net.minecraft.class_1132.method_3748(class_1132.java:86) 2023-05-29 13:54:09,447 - minecraft - INFO - at net.minecraft.server.MinecraftServer.method_29741(MinecraftServer.java:665) 2023-05-29 13:54:09,447 - minecraft - INFO - at net.minecraft.server.MinecraftServer.method_29739(MinecraftServer.java:258) 2023-05-29 13:54:09,447 - minecraft - INFO - at java.base/java.lang.Thread.run(Thread.java:833) 2023-05-29 13:54:09,447 - minecraft - INFO - 2023-05-29 13:54:09,447 - minecraft - INFO - -- System Details -- 2023-05-29 13:54:09,447 - minecraft - INFO - Details: 2023-05-29 13:54:09,447 - minecraft - INFO - Minecraft Version: 1.19 2023-05-29 13:54:09,447 - minecraft - INFO - Minecraft Version ID: 1.19 2023-05-29 13:54:09,447 - minecraft - INFO - Operating System: Windows 10 (amd64) version 10.0 2023-05-29 13:54:09,447 - minecraft - INFO - Java Version: 17.0.7, Oracle Corporation 2023-05-29 13:54:09,447 - minecraft - INFO - Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode, sharing), Oracle Corporation 2023-05-29 13:54:09,447 - minecraft - INFO - Memory: 453009632 bytes (432 MiB) / 2105540608 bytes (2008 MiB) up to 4139778048 bytes (3948 MiB) 2023-05-29 13:54:09,447 - minecraft - INFO - CPUs: 16 2023-05-29 13:54:09,448 - minecraft - INFO - Processor Vendor: AuthenticAMD 2023-05-29 13:54:09,448 - minecraft - INFO - Processor Name: AMD Ryzen 9 5900HX with Radeon Graphics 2023-05-29 13:54:09,448 - minecraft - INFO - Identifier: AuthenticAMD Family 25 Model 80 Stepping 0 2023-05-29 13:54:09,448 - minecraft - INFO - Microarchitecture: Zen 3 2023-05-29 13:54:09,448 - minecraft - INFO - Frequency (GHz): 3.29 2023-05-29 13:54:09,448 - minecraft - INFO - Number of physical packages: 1 2023-05-29 13:54:09,448 - minecraft - INFO - Number of physical CPUs: 8 2023-05-29 13:54:09,448 - minecraft - INFO - Number of logical CPUs: 16 2023-05-29 13:54:09,448 - minecraft - INFO - Graphics card #0 name: DisplayLink USB Device 2023-05-29 13:54:09,448 - minecraft - INFO - Graphics card #0 vendor: DisplayLink (0x17e9) 2023-05-29 13:54:09,448 - minecraft - INFO - Graphics card #0 VRAM (MB): 0.00 2023-05-29 13:54:09,448 - minecraft - INFO - Graphics card #0 deviceId: 0x6000 2023-05-29 13:54:09,448 - minecraft - INFO - Graphics card #0 versionInfo: DriverVersion=11.0.2412.0 2023-05-29 13:54:09,448 - minecraft - INFO - Graphics card #1 name: DisplayLink USB Device 2023-05-29 13:54:09,448 - minecraft - INFO - Graphics card #1 vendor: DisplayLink (0x17e9) 2023-05-29 13:54:09,448 - minecraft - INFO - Graphics card #1 VRAM (MB): 0.00 2023-05-29 13:54:09,448 - minecraft - INFO - Graphics card #1 deviceId: 0x6000 2023-05-29 13:54:09,448 - minecraft - INFO - Graphics card #1 versionInfo: DriverVersion=11.0.2412.0 2023-05-29 13:54:09,448 - minecraft - INFO - Graphics card #2 name: NVIDIA GeForce RTX 3060 Laptop GPU 2023-05-29 13:54:09,448 - minecraft - INFO - Graphics card #2 vendor: NVIDIA (0x10de) 2023-05-29 13:54:09,448 - minecraft - INFO - Graphics card #2 VRAM (MB): 4095.00 2023-05-29 13:54:09,448 - minecraft - INFO - Graphics card #2 deviceId: 0x2520 2023-05-29 13:54:09,448 - minecraft - INFO - Graphics card #2 versionInfo: DriverVersion=31.0.15.3203 2023-05-29 13:54:09,448 - minecraft - INFO - Graphics card #3 name: AMD Radeon(TM) Graphics 2023-05-29 13:54:09,448 - minecraft - INFO - Graphics card #3 vendor: Advanced Micro Devices, Inc. (0x1002) 2023-05-29 13:54:09,449 - minecraft - INFO - Graphics card #3 VRAM (MB): 512.00 2023-05-29 13:54:09,449 - minecraft - INFO - Graphics card #3 deviceId: 0x1638 2023-05-29 13:54:09,449 - minecraft - INFO - Graphics card #3 versionInfo: DriverVersion=30.0.13002.19003 2023-05-29 13:54:09,449 - minecraft - INFO - Memory slot #0 capacity (MB): 8192.00 2023-05-29 13:54:09,449 - minecraft - INFO - Memory slot #0 clockSpeed (GHz): 3.20 2023-05-29 13:54:09,449 - minecraft - INFO - Memory slot #0 type: DDR4 2023-05-29 13:54:09,449 - minecraft - INFO - Memory slot #1 capacity (MB): 8192.00 2023-05-29 13:54:09,449 - minecraft - INFO - Memory slot #1 clockSpeed (GHz): 3.20 2023-05-29 13:54:09,449 - minecraft - INFO - Memory slot #1 type: DDR4 2023-05-29 13:54:09,449 - minecraft - INFO - Virtual memory max (MB): 29103.09 2023-05-29 13:54:09,449 - minecraft - INFO - Virtual memory used (MB): 17368.03 2023-05-29 13:54:09,449 - minecraft - INFO - Swap memory total (MB): 13312.00 2023-05-29 13:54:09,449 - minecraft - INFO - Swap memory used (MB): 329.45 2023-05-29 13:54:09,449 - minecraft - INFO - JVM Flags: 1 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump 2023-05-29 13:54:09,449 - minecraft - INFO - Fabric Mods: 2023-05-29 13:54:09,449 - minecraft - INFO - better_respawn: Better Respawn 1.19-2.0.0 2023-05-29 13:54:09,449 - minecraft - INFO - completeconfig: CompleteConfig 2.0.0 2023-05-29 13:54:09,449 - minecraft - INFO - coat: Coat 1.0.0-beta.17+mc22w17a 2023-05-29 13:54:09,449 - minecraft - INFO - completeconfig-base: completeconfig-base 2.0.0 2023-05-29 13:54:09,449 - minecraft - INFO - completeconfig-gui-cloth: completeconfig-gui-cloth 2.0.0 2023-05-29 13:54:09,449 - minecraft - INFO - completeconfig-gui-coat: completeconfig-gui-coat 2.0.0 2023-05-29 13:54:09,449 - minecraft - INFO - fabric: Fabric API 0.58.0+1.19 2023-05-29 13:54:09,449 - minecraft - INFO - fabric-api-base: Fabric API Base 0.4.9+e62f51a3a9 2023-05-29 13:54:09,450 - minecraft - INFO - fabric-api-lookup-api-v1: Fabric API Lookup API (v1) 1.6.7+9ff28f40a9 2023-05-29 13:54:09,450 - minecraft - INFO - fabric-biome-api-v1: Fabric Biome API (v1) 9.0.14+b2a4a624a9 2023-05-29 13:54:09,450 - minecraft - INFO - fabric-blockrenderlayer-v1: Fabric BlockRenderLayer Registration (v1) 1.1.18+9ff28f40a9 2023-05-29 13:54:09,450 - minecraft - INFO - fabric-command-api-v1: Fabric Command API (v1) 1.2.6+f71b366fa9 2023-05-29 13:54:09,450 - minecraft - INFO - fabric-command-api-v2: Fabric Command API (v2) 2.1.2+0d55f585a9 2023-05-29 13:54:09,450 - minecraft - INFO - fabric-commands-v0: Fabric Commands (v0) 0.2.23+df3654b3a9 2023-05-29 13:54:09,450 - minecraft - INFO - fabric-containers-v0: Fabric Containers (v0) 0.1.28+df3654b3a9 2023-05-29 13:54:09,450 - minecraft - INFO - fabric-content-registries-v0: Fabric Content Registries (v0) 3.2.1+07df213ea9 2023-05-29 13:54:09,450 - minecraft - INFO - fabric-convention-tags-v1: Fabric Convention Tags 1.0.8+37622d24a9 2023-05-29 13:54:09,450 - minecraft - INFO - fabric-crash-report-info-v1: Fabric Crash Report Info (v1) 0.2.3+bd0a0d4aa9 2023-05-29 13:54:09,450 - minecraft - INFO - fabric-data-generation-api-v1: Fabric Data Generation API (v1) 5.1.2+a680b9b4a9 2023-05-29 13:54:09,450 - minecraft - INFO - fabric-dimensions-v1: Fabric Dimensions API (v1) 2.1.28+a6d2f785a9 2023-05-29 13:54:09,450 - minecraft - INFO - fabric-entity-events-v1: Fabric Entity Events (v1) 1.4.16+9ff28f40a9 2023-05-29 13:54:09,450 - minecraft - INFO - fabric-events-interaction-v0: Fabric Events Interaction (v0) 0.4.26+9ff28f40a9 2023-05-29 13:54:09,450 - minecraft - INFO - fabric-events-lifecycle-v0: Fabric Events Lifecycle (v0) 0.2.26+df3654b3a9 2023-05-29 13:54:09,450 - minecraft - INFO - fabric-game-rule-api-v1: Fabric Game Rule API (v1) 1.0.19+18990361a9 2023-05-29 13:54:09,450 - minecraft - INFO - fabric-item-api-v1: Fabric Item API (v1) 1.5.5+35a03c43a9 2023-05-29 13:54:09,450 - minecraft - INFO - fabric-item-groups-v0: Fabric Item Groups (v0) 0.3.26+9ff28f40a9 2023-05-29 13:54:09,450 - minecraft - INFO - fabric-key-binding-api-v1: Fabric Key Binding API (v1) 1.0.18+9ff28f40a9 2023-05-29 13:54:09,450 - minecraft - INFO - fabric-keybindings-v0: Fabric Key Bindings (v0) 0.2.16+df3654b3a9 2023-05-29 13:54:09,450 - minecraft - INFO - fabric-lifecycle-events-v1: Fabric Lifecycle Events (v1) 2.1.0+33fbc738a9 2023-05-29 13:54:09,450 - minecraft - INFO - fabric-loot-api-v2: Fabric Loot API (v2) 1.1.1+03a4e568a9 2023-05-29 13:54:09,450 - minecraft - INFO - fabric-loot-tables-v1: Fabric Loot Tables (v1) 1.1.4+9e7660c6a9 2023-05-29 13:54:09,451 - minecraft - INFO - fabric-message-api-v1: Fabric Message API (v1) 1.0.1+513f4a59a9 2023-05-29 13:54:09,451 - minecraft - INFO - fabric-mining-level-api-v1: Fabric Mining Level API (v1) 2.1.11+33fbc738a9 2023-05-29 13:54:09,451 - minecraft - INFO - fabric-models-v0: Fabric Models (v0) 0.3.15+9ff28f40a9 2023-05-29 13:54:09,451 - minecraft - INFO - fabric-networking-api-v1: Fabric Networking API (v1) 1.1.0+442de8b8a9 2023-05-29 13:54:09,451 - minecraft - INFO - fabric-networking-v0: Fabric Networking (v0) 0.3.15+df3654b3a9 2023-05-29 13:54:09,451 - minecraft - INFO - fabric-object-builder-api-v1: Fabric Object Builder API (v1) 4.0.8+9ff28f40a9 2023-05-29 13:54:09,451 - minecraft - INFO - fabric-particles-v1: Fabric Particles (v1) 1.0.8+dc39553aa9 2023-05-29 13:54:09,451 - minecraft - INFO - fabric-registry-sync-v0: Fabric Registry Sync (v0) 0.9.18+23c4cfefa9 2023-05-29 13:54:09,451 - minecraft - INFO - fabric-renderer-api-v1: Fabric Renderer API (v1) 1.0.8+9ff28f40a9 2023-05-29 13:54:09,451 - minecraft - INFO - fabric-renderer-indigo: Fabric Renderer - Indigo 0.6.10+5187d39fa9 2023-05-29 13:54:09,451 - minecraft - INFO - fabric-renderer-registries-v1: Fabric Renderer Registries (v1) 3.2.18+df3654b3a9 2023-05-29 13:54:09,451 - minecraft - INFO - fabric-rendering-data-attachment-v1: Fabric Rendering Data Attachment (v1) 0.3.12+9ff28f40a9 2023-05-29 13:54:09,451 - minecraft - INFO - fabric-rendering-fluids-v1: Fabric Rendering Fluids (v1) 3.0.5+9ff28f40a9 2023-05-29 13:54:09,451 - minecraft - INFO - fabric-rendering-v0: Fabric Rendering (v0) 1.1.20+df3654b3a9 2023-05-29 13:54:09,451 - minecraft - INFO - fabric-rendering-v1: Fabric Rendering (v1) 1.10.14+9ff28f40a9 2023-05-29 13:54:09,451 - minecraft - INFO - fabric-resource-conditions-api-v1: Fabric Resource Conditions API (v1) 2.0.9+e62f51a3a9 2023-05-29 13:54:09,451 - minecraft - INFO - fabric-resource-loader-v0: Fabric Resource Loader (v0) 0.5.6+5f1a85e0a9 2023-05-29 13:54:09,451 - minecraft - INFO - fabric-screen-api-v1: Fabric Screen API (v1) 1.0.24+f05effafa9 2023-05-29 13:54:09,451 - minecraft - INFO - fabric-screen-handler-api-v1: Fabric Screen Handler API (v1) 1.2.7+9ff28f40a9 2023-05-29 13:54:09,451 - minecraft - INFO - fabric-textures-v0: Fabric Textures (v0) 1.0.18+9ff28f40a9 2023-05-29 13:54:09,451 - minecraft - INFO - fabric-transfer-api-v1: Fabric Transfer API (v1) 2.0.9+e62f51a3a9 2023-05-29 13:54:09,451 - minecraft - INFO - fabric-transitive-access-wideners-v1: Fabric Transitive Access Wideners (v1) 1.1.1+9e7660c6a9 2023-05-29 13:54:09,451 - minecraft - INFO - fabricloader: Fabric Loader 0.14.18 2023-05-29 13:54:09,451 - minecraft - INFO - java: Java HotSpot(TM) 64-Bit Server VM 17 2023-05-29 13:54:09,451 - minecraft - INFO - minecraft: Minecraft 1.19 2023-05-29 13:54:09,452 - minecraft - INFO - modmenu: Mod Menu 4.0.4 2023-05-29 13:54:09,452 - minecraft - INFO - serverpause: Multiplayer Server Pause 1.1.0 2023-05-29 13:54:09,452 - minecraft - INFO - Server Running: true 2023-05-29 13:54:09,452 - minecraft - INFO - Player Count: 1 / 8; [class_3222['cryptochristian'/153, l='ServerLevel[New World]', x=8.50, y=80.00, z=18.50]] 2023-05-29 13:54:09,452 - minecraft - INFO - Data Packs: vanilla, Fabric Mods 2023-05-29 13:54:09,452 - minecraft - INFO - World Generation: Experimental 2023-05-29 13:54:09,452 - minecraft - INFO - Type: Integrated Server (map_client.txt) 2023-05-29 13:54:09,452 - minecraft - INFO - Is Modded: Definitely; Client brand changed to 'fabric'; Server brand changed to 'fabric' 2023-05-29 13:54:09,452 - minecraft - INFO - Launched Version: fabric-loader-0.14.18-1.19 2023-05-29 13:54:09,452 - minecraft - INFO - #@!@# Game crashed! Crash report saved to: #@!@# C:\Users\chris\AppData\Roaming.minecraft\crash-reports\crash-2023-05-29_13.54.09-server.txt

christianortel commented 1 year ago

what do you think?

xieleo5 commented 1 year ago

Hi, the main error is:

2023-05-29 13:54:09,444 - minecraft - INFO - ---- Minecraft Crash Report ----
2023-05-29 13:54:09,444 - minecraft - INFO - // Hey, that tickles! Hehehe!
2023-05-29 13:54:09,444 - minecraft - INFO -
2023-05-29 13:54:09,444 - minecraft - INFO - Time: 5/29/23, 1:54 PM
2023-05-29 13:54:09,444 - minecraft - INFO - Description: Saving entity NBT
2023-05-29 13:54:09,445 - minecraft - INFO -
2023-05-29 13:54:09,445 - minecraft - INFO - java.lang.NullPointerException: Cannot invoke "net.minecraft.class_5321.method_29177()" because "this.respawnDimension" is null
2023-05-29 13:54:09,445 - minecraft - INFO - at net.minecraft.class_1656.handler$zzb000$better_respawn$addSaveData(class_1656.java:532)

which means the better-respawn causes the crash. Make sure that these lines are the same as your cloned version. You can clone it from here, make sure you check out to 1.19 branch.

christianortel commented 1 year ago

yes those specific lines that you sent me are there in the better-respawn repo. Everything is how it should be in the install i believe. any recommendations of what else it could be? I appreciate your help on this

christianortel commented 1 year ago

Casdsdpture here is an image of the mods, this is the mod i generated with the better-respawn repo and moved this file into my minecraft mods folder

christianortel commented 1 year ago

Capsdsdture here is an image of the better-respawn repo with the code i verified is there. I also included the libs folder, which now has 2 jar files instead of 3, which the 3rd is now in the minecraft/mod folder

xieleo5 commented 1 year ago

Oh, it seems that you are using the mod for the 1.19.4 version. You should manually check out the 1.19 branch and compile. These three lines are fixed in the latter version but not in the 1.19 version. So I forked that repo and fixed it.

christianortel commented 1 year ago

i actually realized i was unable to generate the correct file and downloaded the correct mod from modrinth. you can see the correct mod is in my mods folder. Even in my logs, its showing the correct version of the mod, what else could the issue be?

this is from my logs today: 2023-05-30 09:27:25,008 - minecraft - INFO - [09:27:25] [main/INFO]: Loading Minecraft 1.19 with Fabric Loader 0.14.18 2023-05-30 09:27:25,150 - minecraft - INFO - [09:27:25] [main/INFO]: Loading 58 mods: 2023-05-30 09:27:25,150 - minecraft - INFO - - better_respawn 1.19-2.0.0

xieleo5 commented 1 year ago

Hi, the mod on modrinth has that bug. So I forked and fixed it. That's why you need to recompile it.

christianortel commented 1 year ago

it seems im having issues when i am trying to compile the mod, would you be able to send me the mod file to put into my mods folder? my discord is ortel.eth#8586

go-maple commented 1 year ago

You can use this for testing in Game. @christianortel better-respawn-fabric-1.19-2.0.0.jar.zip

christianortel commented 1 year ago

thank you very much for sending this over. so I am able to do everything and the bot joins successfully it worked entirely. HOWEVER, right after joining the bot leaves. I will be attaching my logs to my mineflayer, as well as minecraft and then a screenshot of the console output below! if anyone has any advice for what it may be the help is much appreciated!

Mineflayer - 20230530_111719.log Minecraft - 20230530_111719.log Captureee

christianortel commented 1 year ago

any advice on the above? @go-maple @xieleo5

github-actions[bot] commented 1 year ago

This issue is stale because it has been open for 30 days with no activity.

GoingMyWay commented 1 year ago

Please follow this comment: https://github.com/MineDojo/Voyager/issues/10#issuecomment-1565482721 to build better-respawn.

github-actions[bot] commented 1 year ago

This issue is stale because it has been open for 30 days with no activity.

github-actions[bot] commented 1 year ago

This issue was closed because it has been inactive for 14 days since being marked as stale.