Libgdx: Run desktop version

Created on 31 Jan 2017  Â·  3Comments  Â·  Source: libgdx/libgdx

Issue details

When I run desktop version - app do not compile and run

Reproduction steps/code

I use last version of libGDX.
This is empty project (I use gdx-setup.jar).
But after I run desktop config - I get message "Process finished with exit code -1073740791 (0xC0000409)".
In folder \desktop\build\libs size of file desktop-1.0.jar 2 kb!!!

But if I run gradle desktop dist - size of desktop-1.0.jar ~6 mb and it can be run.

Desktop configuration:
2017-01-31 23 03 56

Please, help me! I do not understand, why not start a desktop project..
PS sorry for my English.

All 3 comments

Yeah the .jar file won't be populated until you run the distribution task, as you discovered. Running the desktop configuration doesn't use that JAR, but compiles the class files via gradle, and runs things that way. Not sure what your issue is, but you can always try running the desktop:run task and see if that helps.

Note that github issues are reserved for actual issues with libgdx, where as this is more of a support request. The libgdx folks have a forum here: http://www.badlogicgames.com/forum/. There's also an IRC channel as well. If you're still having problems, please ask on one of those channels.

NVIDIA botched their latest driver update. They are working on a fix. In
the meantime you can downgrade your NVIDIA driver to the previous version
from December 2016.

On Jan 31, 2017 10:19 PM, "Aaron McLeod" notifications@github.com wrote:

Yeah the .jar file won't be populated until you run the distribution task,
as you discovered. Running the desktop configuration doesn't use that JAR,
but compiles the class files via gradle, and runs things that way. Not sure
what your issue is, but you can always try running the desktop:run task
and see if that helps.

Note that github issues are reserved for actual issues with libgdx, where
as this is more of a support request. The libgdx folks have a forum here:
http://www.badlogicgames.com/forum/. There's also an IRC channel as well.
If you're still having problems, please ask on one of those channels.

—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
https://github.com/libgdx/libgdx/issues/4585#issuecomment-276495780, or mute
the thread
https://github.com/notifications/unsubscribe-auth/AAfYBJMJklrAhXOjL28VGbgsyyAZwhU5ks5rX6VcgaJpZM4LzLPL
.

Was this page helpful?
0 / 5 - 0 ratings