Giter Site home page Giter Site logo

Comments (11)

AbrarSyed avatar AbrarSyed commented on May 20, 2024

I have cloned the repo you linked, and tested it on my Arch Linux system. I have been unable to reproduce.

from forgegradle.

Dykam avatar Dykam commented on May 20, 2024

Did you make sure to check out the NPE branch?

from forgegradle.

AbrarSyed avatar AbrarSyed commented on May 20, 2024

your right.. I didnt get the NPE branch....

from forgegradle.

Dykam avatar Dykam commented on May 20, 2024

I edited the initial comment, --stackoverflow had to be --stacktrace (of course, oops)

from forgegradle.

Dykam avatar Dykam commented on May 20, 2024

When will it be live? Or is there a way to quickly use it?

from forgegradle.

AbrarSyed avatar AbrarSyed commented on May 20, 2024

Every commit is live within 20 seconds of it bieng pushed to github. You
can ensure you have the latest version by running your build with
'--refresh-dependencies'

from forgegradle.

Dykam avatar Dykam commented on May 20, 2024

I don't know how related it is, but when configuring jar { onlyIf { false } } to turn the default jar off it generates an exception in the same task:

Execution failed for task ':reobf'.
> java.io.FileNotFoundException: <path>\tabbychat\build\libs\TabbyChat-1.11.0.jar (The system cannot find the file specified)

from forgegradle.

AbrarSyed avatar AbrarSyed commented on May 20, 2024

dont turn the default jar off. Configure it.

from forgegradle.

Dykam avatar Dykam commented on May 20, 2024

Regarding previous mention, I think we have a related bug;
The following line gets obfuscated properly in the default jar:

if (mc.thePlayer != null && mc.thePlayer.getCommandSenderName() != null) {

to:

if ((mc.field_71439_g != null) && (mc.field_71439_g.func_70005_c_() != null)) {

However in any extra jar included with reobf { reobf jarTask } it becomes:

if ((mc.field_71439_g != null) && (mc.field_71439_g.getCommandSenderName() != null)) {

from forgegradle.

AbrarSyed avatar AbrarSyed commented on May 20, 2024

Thats because it needs the classpath.
https://github.com/matthewprenger/ServerTools/blob/develop/build.gradle#L66-L70
^ something like that will ensure it works

from forgegradle.

Dykam avatar Dykam commented on May 20, 2024

Thank you very much, that fixed it in Dykam/tabbychat@80ba708

from forgegradle.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.