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

Prebuilt Windows runner crashes with 64-bit JRE #3

Open
HybridEidolon opened this issue Jan 8, 2017 · 2 comments
Open

Prebuilt Windows runner crashes with 64-bit JRE #3

HybridEidolon opened this issue Jan 8, 2017 · 2 comments

Comments

@HybridEidolon
Copy link

In the case that a 64-bit JRE is bundled, or one is picked up from the system, the runner will crash with a debugger prompt that closes before the option to Debug comes available.

@tomcashman
Copy link
Collaborator

Can I ask are you using mini2Dx or libGDX?

I tested my mini2Dx project with Gradle 3.3 and I had to change the following in my build.gradle for the desktop project:

Before

project.ext.assetsDir = new File("../core/assets");

After

project.ext.assetsDir = new File("$projectDir/../core/assets");

@HybridEidolon
Copy link
Author

This was a hand-written build.gradle rather than one generated from either gdx or mini2dx, there was no assets dir extension specified.

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

2 participants