question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

can't run on raspberry pi 4B+

See original GitHub issue

Describe the bug A clear and concise description of what the bug is.

To Reproduce Steps to reproduce the behavior:

  1. Download the latest .jar from the releases page (3.8.6)
  2. Run java -jar Unciv.jar
  3. Get error

If game data is required, please add from menu, save game, copy to clipboard, paste here

Expected behavior Unciv should launch.

Error Exception in thread “main” java.lang.UnsatisfiedLinkError: Unable to load library ‘discord-rpc’: Native library (linux-arm/libdiscord-rpc.so) not found in resource path (Unciv.jar) at com.sun.jna.NativeLibrary.loadLibrary(NativeLibrary.java:303) at com.sun.jna.NativeLibrary.getInstance(NativeLibrary.java:427) at com.sun.jna.Library$Handler.<init>(Library.java:179) at com.sun.jna.Native.loadLibrary(Native.java:569) at com.sun.jna.Native.loadLibrary(Native.java:544) at club.minnced.discord.rpc.DiscordRPC.<clinit>(DiscordRPC.java:42) at com.unciv.app.desktop.DesktopLauncher.tryActivateDiscord(DesktopLauncher.kt:63) at com.unciv.app.desktop.DesktopLauncher.main(DesktopLauncher.kt:33)

Screenshots 2020-01-05-215640_1450x161_scrot

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Comments:5 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
yairm210commented, Jan 7, 2020

Okay I was completely not expecting ANYONE to run this on Raspberry Pi It turns out there is no Discord RPC for ARM processors https://www.reddit.com/r/discordapp/comments/blt3c8/rich_presence_and_discord_on_arm_processors/

I’ll try to detect if you’re using ARM processors and disable the Discord I guess…?

0reactions
touhidurrrcommented, Aug 22, 2021

Huh I guess the framework doesn’t work for Raspberry Pi at all, sorry =/ So for now I’ll put that in the main readme

I think dealing with several errors like that will fix this issue. It shouldn’t be that hard.

I am also getting the same errors #4943

With some work this project might be considered as a classic game to play on Raspberry Pi?

Read more comments on GitHub >

github_iconTop Results From Across the Web

7 Causes for a Raspberry Pi That Won't Boot (And How to Fix ...
Most problems with a Raspberry Pi 4 not booting are due to the HDMI cable being connected to the wrong port. Be sure...
Read more >
What To Do If Your Raspberry Pi 4 Doesn't Boot Up? (2021)
Join our email list by clicking on the link below for free technology-related reports, educational content, and deals on our ...
Read more >
What major apps cannot be run on Raspberry Pi 4? - Quora
Q: What major apps cannot be run on Raspberry Pi 4? Any program which runs directly on a RPi4 has to be compiled...
Read more >
Raspberry Pi 4 doesn't boot up after welcome screen ...
My 4B runs uncased with no heatsinks or thermal pads. Not saying they won't help. They certainly shouldn't hurt if fitted properly.
Read more >
Installed HassOS but can't run it on a Raspberry Pi 4
The problem is, you can't run raspberry pi OS And HassOS at the same time. It's one or the other. When it says...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found