mirror of
https://github.com/NTifyApp/NTify.git
synced 2026-04-26 16:05:57 +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#59
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 @Jri-creator on GitHub (Jan 18, 2025).
Original GitHub issue: https://github.com/NTifyApp/NTify/issues/74
The latest commit,
0d3ace8, is not launching as it should. I have removed the previous build of SpotifyXP, re-installed the latest build of SpotifyXP, but there are still issues. According to my File Manager, the SpotifyXP setup wizard had placed two files by itself in the SpotifyXP folder instead of its usual set of files.When launching SpotifyXP, using the toggles --setup-complete and --debug, this is the output:
[INFO ] Found setup argument => true [DEBUG ] [Events] Registering event with name:queueUpdate protected:true [DEBUG ] [Events] Registering event with name:queueAdvance protected:true [DEBUG ] [Events] Registering event with name:queueRegress protected:true [DEBUG ] [Events] Registering event with name:playerLockRelease protected:true [DEBUG ] [Events] Registering event with name:playerseekedforwards protected:true [DEBUG ] [Events] Registering event with name:playerseekedbackwards protected:true [DEBUG ] [Events] Registering event with name:onsupportmodulesloaded protected:true [DEBUG ] [Events] Registering event with name:frameReady protected:true [DEBUG ] [Events] Registering event with name:frameVisible protected:true [DEBUG ] [Events] Registering event with name:trackNext protected:true [DEBUG ] [Events] Registering event with name:trackLoad protected:true [DEBUG ] [Events] Registering event with name:trackLoadFinished protected:true [DEBUG ] [Events] Registering event with name:injectorAPIReady protected:true [DEBUG ] [Events] Registering event with name:internetConDrop protected:true [DEBUG ] [Events] Registering event with name:internetConRec protected:true [DEBUG ] [Events] Registering event with name:apikeyrefresh protected:true [DEBUG ] [Events] Registering event with name:connectionId protected:true [DEBUG ] [Events] Registering event with name:addToQueue protected:true [DEBUG ] [Events] Registering event with name:recalcSizes protected:true Exception in thread "main" java.lang.NullPointerException: Cannot invoke "com.spotifyxp.lib.libLanguage.translate(String)" because "com.spotifyxp.PublicValues.language" is null at com.spotifyxp.utils.GraphicalMessage.sorryErrorExit(GraphicalMessage.java:63) at com.spotifyxp.configuration.Config.<init>(Config.java:44) at com.spotifyxp.Initiator.initConfig(Initiator.java:95) at com.spotifyxp.Initiator.main(Initiator.java:43)OS: Ubuntu 24.04.1
VLC:
Java: openjdk version "21.0.5" 2024-10-15
OpenJDK Runtime Environment (build 21.0.5+11-Ubuntu-1ubuntu124.04)
OpenJDK 64-Bit Server VM (build 21.0.5+11-Ubuntu-1ubuntu124.04, mixed mode, sharing)
@Jri-creator commented on GitHub (Jan 22, 2025):
The latest builds past this one is having the same issue!
@werwolf2303 commented on GitHub (Jan 31, 2025):
I can't replicate that issue. I installed SpotifyXP on a MacBook 2009 with macOS Monterey and it worked fine
@Jri-creator commented on GitHub (Feb 1, 2025):
This issue occurs on my UbuntuBook, running the latest version of Ubuntu 24.04.1. The latest build still has this issue. Maybe it's something on my end, but I checked everything to be OK.
@werwolf2303 commented on GitHub (Feb 1, 2025):
Please give me:
Java version (e.g. openjdk-11)
Desktop environment
RAM
CPU cores
@Jri-creator commented on GitHub (Feb 1, 2025):
Java: openjdk version "21.0.5" 2024-10-15
OpenJDK Runtime Environment (build 21.0.5+11-Ubuntu-1ubuntu124.04)
OpenJDK 64-Bit Server VM (build 21.0.5+11-Ubuntu-1ubuntu124.04, mixed mode, sharing)
Desktop Environment: GNOME
RAM: 4GB built-in, 2.5GB Swap Space
CPU: Intel Celeron, 1 core
SSD: 16GB Kingston (New, SMART test says SSD is great)
Computer: Acer Chromebook c720 (No-Touchscreen Model)
@werwolf2303 commented on GitHub (Feb 1, 2025):
16GB SSD? Are you sure
@werwolf2303 commented on GitHub (Feb 1, 2025):
Works for me.
Virtualbox:
Ubuntu 24.04.1
4GB Ram
1 core
16gb storage
Gnome
openjdk version "21.0.5"
@Jri-creator commented on GitHub (Feb 1, 2025):
16GB SSD? Are you sureYes, it's what is equipped in a c720 ChromebookThere may be something wrong on my end, I'm currently not at home. When I'm home, I'll try the latest build again.
@Jri-creator commented on GitHub (Feb 1, 2025):
Turns out, I needed to update VLC again, which my machine didn't tell me to. Issue resolved.