Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Crash after adding patchouli as a dependency for 1.18.2 #730

Open
sveltarne opened this issue Feb 28, 2024 · 1 comment
Open

Crash after adding patchouli as a dependency for 1.18.2 #730

sveltarne opened this issue Feb 28, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@sveltarne
Copy link

Mod loader

Forge

Minecraft version

1.18.2

Patchouli version

1.18.2-71.1

Modloader version

40.2.17

Modpack info

No response

The latest.log file

https://pastebin.com/Zm3eqX1q

Issue description

First, i'd like to note that the pastebin link is the console log from intellij, as latest.log does not produce any relevant information and is very short with this bug. So when i add

     compileOnly fg.deobf("vazkii.patchouli:Patchouli:1.18.2-71.1:api")
     runtimeOnly("vazkii.patchouli:Patchouli:1.18.2-71.1")
     ``` to build.gradle, it simply crashes and shows the error found in the link. The error is very generic,, but does point to a patchouli BookCrashHandler.
     

### Steps to reproduce

_No response_

### Other information

This is the mod that the dependency is being added to:

https://codeberg.org/arth/arthtweaks/
@sveltarne sveltarne added the bug Something isn't working label Feb 28, 2024
@sveltarne
Copy link
Author

sveltarne commented Feb 28, 2024

I'd like to note that i forgot to add the mixin lines

  ```
  property 'mixin.env.remapRefMap', 'true'
        property 'mixin.env.refMapRemappingFile', "${projectDir}/build/createSrgToMcp/output.srg"

but the same error still occurs.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Development

No branches or pull requests

1 participant