MCreator Link enables you to connect hardware devices such as Arduino and Raspberry Pi with Minecraft game via MCreator procedures, commands and general API for Minecraft mod developers.
I'm going to try to write it as short as possible, first of all the oracle-java8-jdk and wiringpi packages has been retired from the repositories (At least on Raspbian OS), seeing that i decided to install java8 and wiringpi manually, after installing both packages I run the script to install the mcreatorlink.service, the scripts install me pi4j good and its working, when it comes to the mcreatorlink.service it install it but on the moment of running the service it throws me this error
● mcreatorlink.service - MCreator Link
Loaded: loaded (/etc/systemd/system/mcreatorlink.service; enabled; vendor preset: enabled)
Active: failed (Result: exit-code) since Sat 2023-01-28 12:34:33 GMT; 24min ago
Process: 1182 ExecStart=/bin/bash -c sudo java -cp .:mcreator_link_pi.jar:/opt/pi4j/lib/* net.mcreator.minecraft.link.raspberrypi.Service (code=exited, status=1/FAILURE)
Main PID: 1182 (code=exited, status=1/FAILURE)
CPU: 35ms
Jan 28 12:34:33 raspberrypi systemd[1]: mcreatorlink.service: Scheduled restart job, restart counter is at 5.
Jan 28 12:34:33 raspberrypi systemd[1]: Stopped MCreator Link.
Jan 28 12:34:33 raspberrypi systemd[1]: mcreatorlink.service: Start request repeated too quickly.
Jan 28 12:34:33 raspberrypi systemd[1]: mcreatorlink.service: Failed with result 'exit-code'.
Jan 28 12:34:33 raspberrypi systemd[1]: Failed to start MCreator Link.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
I'm going to try to write it as short as possible, first of all the oracle-java8-jdk and wiringpi packages has been retired from the repositories (At least on Raspbian OS), seeing that i decided to install java8 and wiringpi manually, after installing both packages I run the script to install the mcreatorlink.service, the scripts install me pi4j good and its working, when it comes to the mcreatorlink.service it install it but on the moment of running the service it throws me this error