Failed to resample image

Windows related discussion about netjukebox
Locked
User avatar
wbartels
netjukebox developer
Posts: 872
Joined: Thu Nov 04, 2004 3:12 pm
Location: Netherlands
Contact:

Failed to resample image

Post by wbartels »

When updating netjukebox 6.85.5 and earlier stops with error Failed to resample image take a look here:
viewtopic.php?p=13960#p13960

I will copy the last item from that treat below and the discussion can be done here!

PS
This can also be a none Windows related issue (wrong file extension or corrupted image):
viewtopic.php?t=12094
User avatar
wbartels
netjukebox developer
Posts: 872
Joined: Thu Nov 04, 2004 3:12 pm
Location: Netherlands
Contact:

Failed to resample image

Post by wbartels »

Now I can reproduce the error message on Windows.
The same flac file with embedded jpg image extract correctly on Ubuntu.
These are the same findings you described.

If I have time again I will look into it.
For the meantime Windows users can disable reading embedded images:

Code: Select all

$cfg['image_read_embedded']            = false;
PS
It dit took me a while to install Windows 11 ARM64 on a Mac mini M2.
With trail and error I discovered UTM and that did the trick.
https://docs.getutm.app/guides/windows/
The installation is much smoother than in the above guide.
User avatar
wbartels
netjukebox developer
Posts: 872
Joined: Thu Nov 04, 2004 3:12 pm
Location: Netherlands
Contact:

Re: Failed to resample image

Post by wbartels »

Bug is fixed in netjukebox 6.85.6
CasN
User
Posts: 13
Joined: Thu Nov 02, 2023 11:36 am
Location: Netherlands

Re: Failed to resample image

Post by CasN »

I can confirm that this issue has been fixed in the mentioned release, works as a charm now :D
User avatar
wbartels
netjukebox developer
Posts: 872
Joined: Thu Nov 04, 2004 3:12 pm
Location: Netherlands
Contact:

Re: Failed to resample image

Post by wbartels »

CasN wrote: Tue Nov 21, 2023 9:23 am I can confirm that this issue has been fixed in the mentioned release, works as a charm now :D
Thanks for the feedback!
Locked