Is it possible to improve error reporting? #1072
Replies: 7 comments 2 replies
|
It's not possible, because it's not a reported error, but a bug within compiler. What you can do here:
|
|
I'm not sure why you got this error message. I tried myself and got: What operating system are you using? |
|
|
So I made this change: Mikhael-Danilov@5f496b8 And error became: (Not sure if it composed correctly) Where: |
|
Looks like it's due to this line: In the following line you repeat call to |
|
I pushed fixed to the master and tried to compile your game with locally-built version of TeaVM. However, I get a lot of compile-time errors now, most of them are from Lua and Gson. They are using reflection and concurrency methods which are not supported by TeaVM. |
|
Thank you! |
Uh oh!
There was an error while loading. Please reload this page.
Hi!
I'm trying to build my game ( https://github.com/NYRDS/remixed-dungeon ) for TeaVM JS tagret ( https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeonHtml/build.gradle )
However, I face build issue with error:
When I tried
./gradlew clean RemixedDungeonHtml:generateJavaScript --full-stacktrace --infoI get following statcktrace with I stuggle to relate to my code or dependecies:
Is it possible to get a more informative error messages?
All reactions