You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I don't know what happened while I was adding some other dependencies in pom file. Everything goes wrong and I got this message.
I tried reinstall IDEA tried open a new Clarity-Example-Master project, but the problem still there. I am pretty sure I am using JAVA8.
C:\Users\lihao\IdeaProjects\clarity-examples-master\src\main\java\skadistats\clarity\examples\dump\Main.java:3:27 java: cannot access com.google.protobuf.GeneratedMessage bad class file: /C:/Users/lihao/.m2/repository/com/skadistats/clarity-protobuf/5.0-SNAPSHOT/clarity-protobuf-5.0-20230531.093536-2.jar!/com/google/protobuf/GeneratedMessage.class class file has wrong version 61.0, should be 52.0 Please remove or make sure it appears in the correct subdirectory of the classpath.
What shall I do?
The text was updated successfully, but these errors were encountered:
I am currently working on a new major version of clarity, see csgo2 branch.
I have massively refactored the protobufs, and raised the minimum requirements to JDK 17.
The new protobufs have a new major version for that, 5.0-SNAPSHOT. It seems that the maven dependency resolution does not understand it shouldn't use that (the version range says it cannot use 5.0 and above)
Fix would be to add a dependency management section in clarity-examples/pom.xml and fix the version to 4.31.
I don't know what happened while I was adding some other dependencies in pom file. Everything goes wrong and I got this message.
![example2](https://private-user-images.githubusercontent.com/85441857/243112003-3afb1fb9-e938-4216-a381-a3a74549ae95.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkxNTA3MTMsIm5iZiI6MTczOTE1MDQxMywicGF0aCI6Ii84NTQ0MTg1Ny8yNDMxMTIwMDMtM2FmYjFmYjktZTkzOC00MjE2LWEzODEtYTNhNzQ1NDlhZTk1LnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMTAlMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjEwVDAxMjAxM1omWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTczNTk1M2RhYTVjZDA3ZDE4MDNhZjJkNTBlOTljOWNlZTAyOGUyZTlkNmQ4NzI3NDVlYzEzZDI4OTZjYTg5YWMmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.3KUOpddSFIok49_NoYMTXtZDixwiwHiS8SL29c4SvOM)
![example](https://private-user-images.githubusercontent.com/85441857/243112046-360ff241-f6aa-40dd-a6e7-df2b231d061e.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkxNTA3MTMsIm5iZiI6MTczOTE1MDQxMywicGF0aCI6Ii84NTQ0MTg1Ny8yNDMxMTIwNDYtMzYwZmYyNDEtZjZhYS00MGRkLWE2ZTctZGYyYjIzMWQwNjFlLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMTAlMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjEwVDAxMjAxM1omWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPWMxYTJiOWQyNDQxMjEzM2U2NjViZTFiMWZlNzI2NTcxMDdhMjI4OTczNjI0MmY0YjJhNmY4NWYxN2I0ZmY5MWYmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.VWLrBZtrHhgmCFK3WrjMOSMLcjHukJ-MpAOiOsnF8qE)
I tried reinstall IDEA tried open a new Clarity-Example-Master project, but the problem still there. I am pretty sure I am using JAVA8.
C:\Users\lihao\IdeaProjects\clarity-examples-master\src\main\java\skadistats\clarity\examples\dump\Main.java:3:27 java: cannot access com.google.protobuf.GeneratedMessage bad class file: /C:/Users/lihao/.m2/repository/com/skadistats/clarity-protobuf/5.0-SNAPSHOT/clarity-protobuf-5.0-20230531.093536-2.jar!/com/google/protobuf/GeneratedMessage.class class file has wrong version 61.0, should be 52.0 Please remove or make sure it appears in the correct subdirectory of the classpath.
What shall I do?
The text was updated successfully, but these errors were encountered: