[GH-ISSUE #74] Major Issue: 0d3ace8 not launching #59

Closed
opened 2026-02-28 14:39:20 +03:00 by kerem · 9 comments
Owner

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.

Image

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: Image
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)

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. ![Image](https://github.com/user-attachments/assets/77e954e3-6218-4555-b449-d2703a0b0f24) 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: ![Image](https://github.com/user-attachments/assets/f1476a40-0626-46ba-8992-a43d257e371b) 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)
kerem closed this issue 2026-02-28 14:39:20 +03:00
Author
Owner

@Jri-creator commented on GitHub (Jan 22, 2025):

The latest builds past this one is having the same issue!

<!-- gh-comment-id:2606103145 --> @Jri-creator commented on GitHub (Jan 22, 2025): The latest builds past this one is having the same issue!
Author
Owner

@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

<!-- gh-comment-id:2626805599 --> @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
Author
Owner

@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.

<!-- gh-comment-id:2629000718 --> @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.
Author
Owner

@werwolf2303 commented on GitHub (Feb 1, 2025):

Please give me:

Java version (e.g. openjdk-11)
Desktop environment
RAM
CPU cores

<!-- gh-comment-id:2629001273 --> @werwolf2303 commented on GitHub (Feb 1, 2025): Please give me: Java version (e.g. openjdk-11) Desktop environment RAM CPU cores
Author
Owner

@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)

<!-- gh-comment-id:2629003118 --> @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)
Author
Owner

@werwolf2303 commented on GitHub (Feb 1, 2025):

16GB SSD? Are you sure

<!-- gh-comment-id:2629003508 --> @werwolf2303 commented on GitHub (Feb 1, 2025): 16GB SSD? Are you sure
Author
Owner

@werwolf2303 commented on GitHub (Feb 1, 2025):

Image
Works for me.

Virtualbox:
Ubuntu 24.04.1
4GB Ram
1 core
16gb storage
Gnome
openjdk version "21.0.5"

<!-- gh-comment-id:2629026894 --> @werwolf2303 commented on GitHub (Feb 1, 2025): ![Image](https://github.com/user-attachments/assets/a02fcc1f-72f0-4fa4-939d-87fec895044e) Works for me. Virtualbox: Ubuntu 24.04.1 4GB Ram 1 core 16gb storage Gnome openjdk version "21.0.5"
Author
Owner

@Jri-creator commented on GitHub (Feb 1, 2025):

16GB SSD? Are you sure Yes, it's what is equipped in a c720 Chromebook

There may be something wrong on my end, I'm currently not at home. When I'm home, I'll try the latest build again.

<!-- gh-comment-id:2629055610 --> @Jri-creator commented on GitHub (Feb 1, 2025): `16GB SSD? Are you sure` Yes, it's what is equipped in a c720 Chromebook There may be something wrong on my end, I'm currently not at home. When I'm home, I'll try the latest build again.
Author
Owner

@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.

<!-- gh-comment-id:2629120234 --> @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.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/NTify#59
No description provided.