Jump to content

Mixin config plasmovoice-common.mixins.json does not specify "minVersion" property


Recommended Posts

Posted (edited)

So, I have a mod on my Forge server (at least in folder) but there is no any active mod when Im joining it. I've found console fault: 
[main/ERROR] [mixin/]: Mixin config plasmovoice-common.mixins.jsondoes not specify "minVersion" property
[main/ERROR] [mixin/]: Mixin config plasmovoice.mixins.json does not specify "minVersion" property
Then I open plasmovoice.jar as WinRAR and tried to find that option, but there is no "minVersion" option in plasmovoice-common.mixins.jsondoes and Mixin config plasmovoice.mixins.json
What should I do?

Edited by Chainik
Posted
Quote

but there is no "minVersion" option in plasmovoice-common.mixins.json

That's why there is an error logged.  🙂

It just means the mixin transformer can't validate if the config is compatible with its current version.

It will try to use it anyway, so unless you see other errors there is no problem.

You can still report it to the mod author so they can stop the log spam.

 

You shouldn't try to modify mod jars yourself. They often have cryptographic signatures which means they won't work properly if you modify the jar.

Boilerplate:

If you don't post your logs/debug.log we can't help you. For curseforge you need to enable the forge debug.log in its minecraft settings. You should also post your crash report if you have one.

If there is no error in the log file and you don't have a crash report then post the launcher_log.txt from the minecraft folder. Again for curseforge this will be in your curseforge/minecraft/Install

Large files should be posted to a file sharing site like https://gist.github.com  You should also read the support forum sticky post.

Posted
3 minutes ago, warjort said:

That's why there is an error logged.  🙂

It just means the mixin transformer can't validate if the config is compatible with its current version.

It will try to use it anyway, so unless you see other errors there is no problem.

You can still report it to the mod author so they can stop the log spam.

 

You shouldn't try to modify mod jars yourself. They often have cryptographic signatures which means they won't work properly if you modify the jar.

But what I should type in the folder? And where?

Posted

Just leave it alone, it's not a real error.

Boilerplate:

If you don't post your logs/debug.log we can't help you. For curseforge you need to enable the forge debug.log in its minecraft settings. You should also post your crash report if you have one.

If there is no error in the log file and you don't have a crash report then post the launcher_log.txt from the minecraft folder. Again for curseforge this will be in your curseforge/minecraft/Install

Large files should be posted to a file sharing site like https://gist.github.com  You should also read the support forum sticky post.

Posted (edited)

We have no psychic powers.

Show your logs/debug.log and the crash report.

If there is no error in the log or crash report, show the launcher_log.txt in your minecraft folder.

You can post large log files to https://gist.github.com

And if you are using curseforge you need to enable the forge debug.log in its minecraft settings.

 

As it says in the sticky post at the top of this forum:

https://forums.minecraftforge.net/topic/89239-excessively-asked-questions-eaq/#comment-415820

Quote

You must include the log files in your post, otherwise we cannot help you.

 

Edited by warjort

Boilerplate:

If you don't post your logs/debug.log we can't help you. For curseforge you need to enable the forge debug.log in its minecraft settings. You should also post your crash report if you have one.

If there is no error in the log file and you don't have a crash report then post the launcher_log.txt from the minecraft folder. Again for curseforge this will be in your curseforge/minecraft/Install

Large files should be posted to a file sharing site like https://gist.github.com  You should also read the support forum sticky post.

Posted (edited)
33 minutes ago, warjort said:

We have no psychic powers.

Show your logs/debug.log and the crash report.

If there is no error in the log or crash report, show the launcher_log.txt in your minecraft folder.

You can post large log files to https://gist.github.com

And if you are using curseforge you need to enable the forge debug.log in its minecraft settings.

 

As it says in the sticky post at the top of this forum:

https://forums.minecraftforge.net/topic/89239-excessively-asked-questions-eaq/#comment-415820

 

Here is the debug.log: https://gist.github.com/ChainikL/dd6931a713e946407ff66d1803201d1b

There is no crash report.

And here is the launcher_log.txt: https://gist.github.com/ChainikL/b004d85bf37b2a636c80a55e16aafd60

Edited by Chainik
Posted

That is the server log. It just says you were disconnected:

Quote

[17сент.2022 21:45:21.366] [Server thread/INFO] [net.minecraft.server.network.ServerGamePacketListenerImpl/]: ChainikL lost connection: Disconnected

[17сент.2022 21:45:21.368] [Server thread/INFO] [net.minecraft.server.MinecraftServer/]: ChainikL left the game

We need to see the client log.

The launcher log you posted is from 30 minutes before the server.log?

 

Boilerplate:

If you don't post your logs/debug.log we can't help you. For curseforge you need to enable the forge debug.log in its minecraft settings. You should also post your crash report if you have one.

If there is no error in the log file and you don't have a crash report then post the launcher_log.txt from the minecraft folder. Again for curseforge this will be in your curseforge/minecraft/Install

Large files should be posted to a file sharing site like https://gist.github.com  You should also read the support forum sticky post.

Posted

There are 2 things listed in your client log

Quote

[17сент.2022 21:44:19.990] [Render thread/WARN] [net.minecraft.client.multiplayer.ClientPacketListener/]: Unknown custom packet identifier: plasmo:voice

 

[17сент.2022 21:45:15.777] [Render thread/ERROR] [com.mojang.blaze3d.platform.Window/]: ########## GL ERROR ##########

[17сент.2022 21:45:15.777] [Render thread/ERROR] [com.mojang.blaze3d.platform.Window/]: @ Render

[17сент.2022 21:45:15.777] [Render thread/ERROR] [com.mojang.blaze3d.platform.Window/]: 65540: Invalid scancode -1

[17сент.2022 21:45:21.332] [Render thread/INFO] [Plasmo Voice/]: Disconnect from localhost

One seems to be an issue with the plasmo mod. You should check you have the latest versions on both the client and server, then contact the mod author.

 

The other looks like this issue? https://bugs.mojang.com/browse/MC-252216

But that doesn't look like it is fatal error. It is marked as "DEBUG" output by Mojang.

Boilerplate:

If you don't post your logs/debug.log we can't help you. For curseforge you need to enable the forge debug.log in its minecraft settings. You should also post your crash report if you have one.

If there is no error in the log file and you don't have a crash report then post the launcher_log.txt from the minecraft folder. Again for curseforge this will be in your curseforge/minecraft/Install

Large files should be posted to a file sharing site like https://gist.github.com  You should also read the support forum sticky post.

Posted
5 minutes ago, warjort said:

One seems to be an issue with the plasmo mod. You should check you have the latest versions on both the client and server, then contact the mod author.

Nah, Its keep saying that PlasmoVoice doesnt installed on this server, but thanks for help. I'll try to find something 

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Announcements



  • Recently Browsing

    • No registered users viewing this page.
  • Posts

    • Reach Out To Rapid Digital: What sapp Info: +1 41 4 80 7 14 85 Email INFO: rap iddi gita lrecov ery @ exe cs. com Hello, my name is Jayson, and I’m 35 years old from the United Kingdom. My family and I recently endured an incredibly challenging experience that I wouldn’t wish on anyone. We became victims of a cryptocurrency investment fraud scheme that saw us lose a staggering $807,000 in USDT and Bitcoins. The fraudsters had created a convincing facade, and we were lured into investing, only to discover later that the platform was a complete scam. We were left devastated, not just financially, but emotionally, as we had trusted these people and believed in the legitimacy of the investment. After the initial shock wore off, we desperately searched for ways to recover the lost funds. It seemed like an impossible task, and we felt as though there was no hope. That’s when, by sheer luck, we stumbled across a post about Rapid Digital Recovery, a cryptocurrency and funds recovery organization with a proven track record in cybersecurity and fraud recovery. We decided to reach out to them, and from the first interaction, we were impressed with their professionalism and transparency. They explained the recovery process in detail and reassured us that they had the skills and expertise to track down the perpetrators and recover our funds. This gave us a renewed sense of hope, something we hadn’t felt in months. What truly stood out during our experience with Rapid Digital Recovery was their dedication to the recovery process. The team went above and beyond, using sophisticated tracking tools and cyber forensics to gather critical information. Within a matter of weeks, they had successfully located the funds and traced the scam back to the fraudsters responsible. They worked with the authorities to ensure the criminals were held accountable for their actions. To our relief, the team at Rapid Digital Recovery was able to recover every single penny we had lost. The funds were returned in full, and the sense of closure we felt was invaluable. We couldn’t have imagined such a positive outcome in the early stages of our recovery journey, and we are deeply grateful for the work they did. If you ever find yourself in a similar situation, I highly recommend contacting Rapid Digital Recovery. Their expertise, transparency, and dedication to their clients make them the go-to choice for anyone seeking to recover lost cryptocurrency or funds. They truly gave us back our financial future.  
    • This is my first time modding anything, so maybe just skill issue. I'm using Forge 54.0.12 and Temurin 21.0.5+11-LTS I wanted to create a custom keybind and to check whether it works I'd like to send a chat message. I tried using Minecraft.getInstance().player.sendSystemMessage(Component.literal("test")); but IntelliJ couldnt resolve sendSystemMessage(...). Since I saw people using it in earlier versions, I tried the same thing with 1.20.6(- 50.1.0), where it works fine, now I can't figure out if this is intentional and whether there are other options for sending chat messages. On that note, is there more documentation than https://docs.minecraftforge.net/en/1.21.x/? It seems very incomplete compared to something like the Oracle Java docs
    • Hi, i'm having this error and I wanna fix it. we try: -Reload drivers -Eliminate .minecraft -Eliminate Java -Restart launcher -Verify if minecraft is using gpu -Mods  in .minecraft is empty -Install the latest and recomended version of forge idk what i have to do, help me pls. the lastest log is: https://mclo.gs/WAMao8x  
    • Read the FAQ, Rule #2. (https://forums.minecraftforge.net/topic/125488-rules-and-frequently-asked-questions-faq/)  
    • The link to your log does not work, it says it is forbidden, Error, this is a private paste or is pending moderation.
  • Topics

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.