wyskoj / midis2jam2

🎶 A remaster of MIDIJam, a 3D MIDI file visualizer.
https://midis2jam2.xyz
GNU General Public License v3.0
165 stars 21 forks source link

Build failed with an exception #145

Closed faizu396 closed 2 years ago

faizu396 commented 2 years ago

Raspberry Pi OS, 32 bit, on Raspberry Pi 4B 8GB RAM Error after building from source on latest release. 2022-09-08T20:51:11.502-0500 [ERROR] [org.gradle.internal.buildevents.BuildExceptionReporter] 2022-09-08T20:51:11.503-0500 [ERROR] [org.gradle.internal.buildevents.BuildExceptionReporter] FAILURE: Build failed with an exception. 2022-09-08T20:51:11.503-0500 [ERROR] [org.gradle.internal.buildevents.BuildExceptionReporter] 2022-09-08T20:51:11.503-0500 [ERROR] [org.gradle.internal.buildevents.BuildExceptionReporter] * What went wrong: 2022-09-08T20:51:11.503-0500 [ERROR] [org.gradle.internal.buildevents.BuildExceptionReporter] A problem occurred starting process 'Gradle build daemon' 2022-09-08T20:51:11.503-0500 [ERROR] [org.gradle.internal.buildevents.BuildExceptionReporter]

wyskoj commented 2 years ago

This immediately sounds like an upstream issue because the error is relating to the Gradle Daemon. Are you able to build any other Gradle projects on your RPI?

faizu396 commented 2 years ago

Can you give any examples? I haven't really used Gradle before, so i'm not very familiar with it.

wyskoj commented 2 years ago

Sure, here is an example project. You can download it and try building like this:

git clone https://github.com/jitpack/gradle-simple
cd gradle-simple
./gradlew build

Give that a try and see if it builds successfully.

faizu396 commented 2 years ago

Same thing happened, probably just an issue with gradle on Pi. 2022-09-10T15:13:15.958-0500 [ERROR] [org.gradle.internal.buildevents.BuildExceptionReporter] 2022-09-10T15:13:15.958-0500 [ERROR] [org.gradle.internal.buildevents.BuildExceptionReporter] FAILURE: Build failed with an exception. 2022-09-10T15:13:15.958-0500 [ERROR] [org.gradle.internal.buildevents.BuildExceptionReporter] 2022-09-10T15:13:15.983-0500 [ERROR] [org.gradle.internal.buildevents.BuildExceptionReporter] * What went wrong: 2022-09-10T15:13:15.983-0500 [ERROR] [org.gradle.internal.buildevents.BuildExceptionReporter] A problem occurred starting process 'Gradle build daemon' 2022-09-10T15:13:15.983-0500 [ERROR] [org.gradle.internal.buildevents.BuildExceptionReporter]

wyskoj commented 2 years ago

Yep, this is an upstream issue. So no change to my code will fix this.