Skip to content
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

Run desktop version #4585

Closed
DarkDrim opened this issue Jan 31, 2017 · 3 comments
Closed

Run desktop version #4585

DarkDrim opened this issue Jan 31, 2017 · 3 comments

Comments

@DarkDrim
Copy link

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.

@agmcleod
Copy link

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.

@badlogic
Copy link
Member

badlogic commented Jan 31, 2017 via email

@xoppa
Copy link
Member

xoppa commented Jan 31, 2017

https://github.com/libgdx/libgdx/wiki/Issue-Tracker

@xoppa xoppa closed this as completed Jan 31, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants