Better Statistics Screen

Better Statistics Screen

25M Downloads

Im using the lateste version of fabric on lunar client

Inkllax opened this issue ยท 3 comments

commented

What happened?

When I launch using the better stats mod and the tcdcomms mod it keeps on crashing here is the crash log file

3bca429e-348b-482e-8ae3-f64a7e9c094d-master.log

Steps to reproduce

No response

Relevant log output or crash report

[3bca429e-348b-482e-8ae3-f64a7e9c094d-master.log](https://github.com/user-attachments/files/18923417/3bca429e-348b-482e-8ae3-f64a7e9c094d-master.log)

Other installed mods

i installd the tcdcomms as well

Code of Conduct

  • I agree that if the issue is regarding a crash, I gave the logs and the crash report.
  • I agree that I will be available later for any follow-up questions to help diagnose and resolve the issue.
commented

Reading the crash report, it appars the crash is caused by mixins being "unavailable", whatever that means.
All I know about mixins is that they are an essential tool for modifying the game's code, and how to use them. I've never before heard of a case of them being "unavailable".

Relevant crash statement;

[Render thread/INFO]: [STDERR]: org.spongepowered.asm.service.ServiceNotAvailableError: No mixin host service is available. Services:  and 4 other invalid services.
[Render thread/INFO]: [STDERR]: java.lang.IllegalStateException: Failed to boot Minecraft
[Render thread/INFO]: [STDERR]: Caused by: java.lang.reflect.InvocationTargetException
[Render thread/INFO]: [STDERR]: Caused by: org.spongepowered.asm.service.ServiceNotAvailableError: No mixin host service is available. Services:  and 4 other invalid services.

Does this happen specifically when installing my mods in your environment, or does it happen in general? If this takes place only when my mods are installed, then I suppose that'd have to be further looked into, as I am currently unaware of what the cause could be.

Edit: typo corrections

commented

is there a way i can fix this?

commented

I am not sure, as I do not know what could be causing this. If I find a way to resolve this on my end, I will.
My best guess would be to look for any conflicts with other mods if you have other mods installed, and to check if the game runs properly if you remove my mods, and whether this only happens with lunar client only or with other launchers as well.