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:
|
Beta Was this translation helpful? Give feedback.
-
|
I'm not sure why you got this error message. I tried myself and got: What operating system are you using? |
Beta Was this translation helpful? Give feedback.
-
|
Beta Was this translation helpful? Give feedback.
-
|
So I made this change: Mikhael-Danilov@5f496b8 And error became: (Not sure if it composed correctly) Where: |
Beta Was this translation helpful? Give feedback.
-
|
Looks like it's due to this line: In the following line you repeat call to |
Beta Was this translation helpful? Give feedback.
-
|
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. |
Beta Was this translation helpful? Give feedback.
-
|
Thank you! |
Beta Was this translation helpful? Give feedback.
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?
Beta Was this translation helpful? Give feedback.
All reactions