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

Weird behaviour after running "./gradlew eclipse" #201

Open
Foghrye4 opened this issue Dec 30, 2017 · 3 comments
Open

Weird behaviour after running "./gradlew eclipse" #201

Foghrye4 opened this issue Dec 30, 2017 · 3 comments

Comments

@Foghrye4
Copy link

Foghrye4 commented Dec 30, 2017

What you were trying to do

Run game from source.

What actually happened

Crash.

How to reproduce

  • Clone project to local folder.
  • Run ./graldew run. Game will load successfully.
  • Now run ./graldew eclipse. Gradle will report BUILD SUCCESSFUL. Eclipse will show a lot of errors due to missing dependencies.
  • Run ./graldew run. Game will crash.

Log details and game version

https://pastebin.com/vPECMfiX
Game version: head cba3f9a

Computer details

Ubuntu 16.04, AMD 64 bit, if that matters.

Update

Removing folder and cloning project again not helping. Although a crash this time is different.

@Steampunkery
Copy link
Contributor

Hello, there is a temporary workaround for this! First off, get the latest source, because some eclipse fixes were added. After you run ./gradlew eclipse, copy the contents of the folder engine/src/main/resources to desktop/src/main/resources. Now try to run it! I, too run Ubuntu and it took me a while to come to this solution. Hope it helps!

@Foghrye4
Copy link
Author

Thanks.

@Steampunkery
Copy link
Contributor

Steampunkery commented Jan 29, 2018

I'm currently working on a separate boot strapping class for DestSol that is targeted at eclipse. When you run ./gradlew eclipse it would copy in the correct bootstrapper, and remove it and copy in the new one if you were to switch to idea. I'll post here when I'm done.

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