mirror of
https://github.com/NTifyApp/NTify.git
synced 2026-04-26 07:55:51 +03:00
Labels
No labels
In Progress
bug
enhancement
pull-request
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/NTify#36
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @lesar8 on GitHub (Jun 7, 2024).
Original GitHub issue: https://github.com/NTifyApp/NTify/issues/39
Hi, SpotifyXP crashes at startup since commit
4e1b794. I'm running WinXP with Java 8 build 242 installed.@Jri-creator commented on GitHub (Jun 9, 2024):
I'm having an issue, too! I'm my case, the build won't install.
Terminal Output:
java -jar SpotifyXP.jar Exception in thread "main" java.lang.NullPointerException: Cannot invoke "javax.swing.JLabel.setText(String)" because "this.linfo" is null at com.spotifyxp.panels.SplashPanel.show(SplashPanel.java:21) at com.spotifyxp.Initiator.initSplashPanel(Initiator.java:109) at com.spotifyxp.Initiator.main(Initiator.java:67)@werwolf2303 commented on GitHub (Jun 10, 2024):
I rebuild this part of the ui. It seems like that this component isn't initialized before it is called
@werwolf2303 commented on GitHub (Jun 10, 2024):
Works for me
@werwolf2303 commented on GitHub (Jun 10, 2024):
I ran it as a jar
@Jri-creator commented on GitHub (Jun 10, 2024):
Same, using
java -jar SpotifyXP.jar, but it's not working.@Gonimbrasia commented on GitHub (Jun 11, 2024):
Still the same with
b7567af@werwolf2303 commented on GitHub (Jun 11, 2024):
This commit was only for a problem that prevented installing SpotifyXP on linux
@Jri-creator commented on GitHub (Jul 7, 2024):
@werwolf2303 We can close this issue, as it now launches. Different error is happening in a new issue.