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

[Bug] doesnt launch on linux #152

Closed
2 tasks done
jiscaskalov opened this issue Jun 17, 2024 · 8 comments · Fixed by #153, #155 or #164
Closed
2 tasks done

[Bug] doesnt launch on linux #152

jiscaskalov opened this issue Jun 17, 2024 · 8 comments · Fixed by #153, #155 or #164
Assignees
Labels
bug Something isn't working help wanted Extra attention is needed high priority Highest priority
Milestone

Comments

@jiscaskalov
Copy link

Describe the Bug

client fails to launch but still shows in mod menu
os: arch linux

crash report (ignore the narrator error that is a mc issue)

Steps to Reproduce

install arch linux and launch client

Expected Behavior

the client launches

Actual Behavior

it doesnt launch

Operating System

Linux

Before Submitting a Bug Report

  • I have checked that this bug was not already reported.

  • I am able to reproduce this bug on the latest development build.

Additional Context

No response

@jiscaskalov jiscaskalov added the bug Something isn't working label Jun 17, 2024
@Lyzev Lyzev added the high priority Highest priority label Jun 17, 2024
@Lyzev Lyzev added this to the First Release milestone Jun 17, 2024
@Lyzev
Copy link
Owner

Lyzev commented Jun 17, 2024

Looks like an error in the media player library from @Redstonecrafter0

We will fix this as soon as possible.

@Redstonecrafter0
Copy link
Collaborator

Transient dependencies are not shipped in the media player library. This is done to reduce the binary itself and provide the ability to override the transient dependency version.

It looks like the java dbus library is missing. Transient dependencies should be shipped in the final jar used by the end user.

TLDR: The issue is not the library but the build step not including transient dependencies.

@Lyzev Lyzev mentioned this issue Jun 17, 2024
@Lyzev
Copy link
Owner

Lyzev commented Jun 17, 2024

This version should fix the bug: https://github.com/Lyzev/Schizoid/releases/tag/v0.1.0%2Bdb43cb1

If it doesn't, let me know and I reopen this issue.

@jiscaskalov
Copy link
Author

This version should fix the bug: https://github.com/Lyzev/Schizoid/releases/tag/v0.1.0%2Bdb43cb1

If it doesn't, let me know and I reopen this issue.

It doesn't seem to launch still, but a different error: log

@Lyzev
Copy link
Owner

Lyzev commented Jun 19, 2024

Here we go again...

@Lyzev Lyzev reopened this Jun 19, 2024
@Lyzev Lyzev mentioned this issue Jun 19, 2024
@Lyzev Lyzev linked a pull request Jun 19, 2024 that will close this issue
@Lyzev
Copy link
Owner

Lyzev commented Jun 19, 2024

hopefully this version works now: https://github.com/Lyzev/Schizoid/releases/tag/v0.1.0%2B6374edc

@Lyzev
Copy link
Owner

Lyzev commented Jun 19, 2024

still doesn't work...

@Lyzev
Copy link
Owner

Lyzev commented Jun 24, 2024

This should fix the bug: https://github.com/Lyzev/Schizoid/releases/tag/v0.1.0-219db9f%2B1.21
I tested it on Linux Mint.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working help wanted Extra attention is needed high priority Highest priority
Projects
3 participants