-
Notifications
You must be signed in to change notification settings - Fork 101
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
java.lang.RuntimeException: java.lang.IllegalStateException: @NotNull method #1172
Comments
Sounds like you have not configure the SDK correctly. |
Sorry, i didn't look close enough, its an issue reading version from a library, not the SDK. i can make a fix to get around the problem but it would be nice to know why it fails, best guess is that you got a haxelib with a |
I am sorry, I dint get you! are you asking me to check something from my side ? |
i can make a fix but it will take some time before i can make a new release, in the mean time if you need to get things working you can check your haxelib libraries and look inside each one and check the files named they normally look like this and in your case i think one is missing the "version" line: {
"name": "box2d",
"url": "http://github.com/jgranick/box2d",
"license": "MIT",
"tags": [ "physics", "flash", "cpp" ],
"description": "Box2D is a tremendously popular physics engine for most platforms.",
"version": "1.2.3",
"releasenote": "Added TestBed sample, better B2ShapeType, platform fixes",
"contributors": [ "singmajesty" ],
"dependencies": {}
} |
I just went through all the |
strange. the stacktrace more or less show the step when the plugin iterate over all libraries to read names, version etc. |
I have 2 libraries in the project:- |
open project structures and then modules and then dependencies. |
Yes! this is the project I am trying to load : |
i did some changes in the latest release that i hope remedies some of this issue, could you update to 1.5.4 and test again ? |
Yes! The error is gone now, but still no code completion |
I tried that, but nothing happened |
I get this error every time, open a Haxe project :
I am using IntelliJ IDEA 2023.2.5 (Ultimate Edition) on masOS Sonoma 14.1.1.
Haxe Toolkit Version : 1.5.3
Also, there is no code completion for the project
The text was updated successfully, but these errors were encountered: