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

Error in single mixin script breaking all the mixin scripts #67

Open
Krutoy242 opened this issue Sep 14, 2024 · 1 comment
Open

Error in single mixin script breaking all the mixin scripts #67

Krutoy242 opened this issue Sep 14, 2024 · 1 comment

Comments

@Krutoy242
Copy link

I am debugging recently E2EE ZS mixin changes.

I found this like in dedicated server's crafttweaker.log:

[CONSTRUCTING][SERVER][ERROR] [mixin | SIDE_SERVER]: Error parsing mixin/oldjavawarning.zs:4 -- class net.darkhax.oldjava.OldJavaWarning does not exist.

Despite the fact that other mixins not reporting any errors and considered as "working" I still can see non-changed behaviour, for example,

[CONSTRUCTING][SERVER][TRACE] [mixin | SIDE_SERVER]: Loading Script: {[0:mixin]: mixin/tconstruct.zs}
[16:51:35] [Server thread/INFO] [tconstruct-TinkerSmeltery]: Started adding oredict melting recipes

Adding #sideonly client to the oldjavawarning.zs ofc fixes the issue, but it would be more oblivious if erroring script not break all the mixins.

@friendlyhj
Copy link
Owner

friendlyhj commented Oct 3, 2024

in v1.20.7 the error you post here is info log level now. It doesn't break all mixin scripts anymore. But other parse errors (for example, missing ;) still break. You can browse latest.log to get which mixins are loaded.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants