-
Notifications
You must be signed in to change notification settings - Fork 13
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
Not recognising cartridge on linux #9
Comments
Can you post the output of |
|
(I got ems-qart running on a friend's windows laptop, so I got LSDJ flashed, but I would still like to be able to update it without borrowing a laptop) |
Can you paste the output of |
I had the same problem on Ubuntu 17.10 with the latest prebuilt release. |
I had the same problem on Ubuntu 18.04, i can confirm that building from source as @BarrensZeppelin said fix the issue. |
I will have a look on Ubuntu 18.04. Then again, I will probably start providing AppImages instead of debs to reduce variance between distros (and to be able to use slightly more modern dependencies). |
Guys, I'm having the same issue here and when I try to build it from source I get the following:
What can I do to fix this? |
Update: just FINALLY got it working!! What I did was I found this "-lGL" in Makefile and simply removed it :) |
@evilblade666 what distro are you using? The build problem means that you don't have |
I'm using Ubuntu 18.04 |
On Ubuntu 20.04, can confirm that installing deb file produces this issue, however building it without any changes to current source works as intended. |
The deb packages probably need some love (as does all the project). I'll make a note to myself to do a new release as soon as I have a little bit of time. |
Using the deb versions on Kde Neon (ubuntu 16.04 base), I can get the program running, but it does not work. The interface appears, and I seem to be able to select the lsdj.gb rom that I want to load, but the "click to refresh EMS cart status" does nothing, and the "start" button is always greyed out.
This is the console output:
The first four messages appear when the program starts, the last message appears when I click "refresh EMS cart status" the first time, but it doesn't appear on subsequent requests.
I've tried compiling from sources, but it also fails, because
libqt5svg5-dev qtbase5-dev qtdeclarative5-dev
are not available on 16.04. When I tryqmake ..
, I get:The text was updated successfully, but these errors were encountered: