CheatUtils by Zergatul

CheatUtils by Zergatul

32.5k Downloads

Error: package ___ does not exist (1.19.2)

CodeByAidan opened this issue ยท 4 comments

commented

Hi! So I was trying to look at the source code and tinker a few things, so I opened up Intellij IDEA, and ran the simple gradlew build task. It seems as if the symlinks didn't work? I did use:

git config --global core.symlinks true

to no avail... :(

Here is the Gradle Scan build logs: https://scans.gradle.com/s/krbbsqijiuneq

Gradle 7.6, Eclipse Temurin OpenJDK Runtime Environment 18.0.2.1+1

2023-07-03.12-57-57.mp4
commented

I gave it everything, re-installed git, did global and local configurations, I got it close once, but I eventually gave up. I just manually moved it and it's fine now, only other issue is that the localhost:5005 server is not running after my build?

https://scans.gradle.com/s/avvbfnx6vlbv6

2023-07-03.14-36-33.mp4
commented

You did something wrong, symlinks weren't created. On your video accessors, chunkoverlay, collections and so on are files, but they should be directory symlinks.
When you ran git clone did it have enough permissions to create symlink?

commented

Server is working, you are getting 404 HTTP error.
Maybe you didn't move resources directory with html/javascript files.

commented

Thank you it worked!