srgantmoomoo / postman

minecraft anarchy client :)
https://techale.github.io/postman-website/
MIT License
180 stars 46 forks source link

AntiWeakness via ca #47

Closed LarryTheFatCat closed 2 years ago

LarryTheFatCat commented 2 years ago

so, I want to try and make antiWeakness in the ca, but the jar keeps giving null pointer exception errors and not making the jar 'runnable' via IntelliJ or vs (vs code with java ik), but there are also a trillion errors for some reason. Do you still get errors in eclipse?

I'm using java8, but I switch to Correto15 when I do Swing as well as Computer Science.

srgantmoomoo commented 2 years ago

hmmm... you run gradle setupdecompworkspace before anything right? after that you should be able to build without issues. i haven't used eclipse in quite a while so im not sure ab that. would you be able to send me a txt file of the errors your getting or a ss or something?

LarryTheFatCat commented 2 years ago

well, most of the errors on IntelliJ just show 'cannot resolve {char of some sort related to minecraft}', there's also forgegradle errors so I have to force download dependenices, then go to ide -> eclipse and then run that, but yeah for sure I can send an ss. (Yeah, I run Gradle setupdecompworkspace) image this just shows the error I'm reciving. (happens on 98% of the classes btw)

srgantmoomoo commented 2 years ago

huh... that's interesting. i'm not really too sure why that is... :/

LarryTheFatCat commented 2 years ago

oof, well ig I can figure it out soon

srgantmoomoo commented 2 years ago

ill look into it a bit myself. thanks for reporting it :)

LarryTheFatCat commented 2 years ago

if you find a solution, re-open the issue bc I'll get notified

LarryTheFatCat commented 2 years ago

I discovered the issue :). It's fixed sorry about that lol

LarryTheFatCat commented 2 years ago

I just had to invalidate caches and restart intelliJ

srgantmoomoo commented 2 years ago

Ah ok awesome!