EDIT: ignore, I had a stale data_ folder that I probably created long ago. Removing it solved the problem.
After updating, I get miniserver always crashing when browsing the album folder with BubbleUPnP:
Code:
MinimServer[segfault] is running
Startup complete
MinimServer: error reading data cache file Labels-1.mcache at offset 1216557
java.io.UTFDataFormatException: malformed input around byte 55
at java.io.DataInputStream.readUTF(Unknown Source)
at java.io.DataInputStream.readUTF(Unknown Source)
at com.minimserver.Server$PictureItemInfo.readDataCache(Server.java:6463)
at com.minimserver.Server.getCachedPictureInfo(Server.java:5130)
at com.minimserver.Server.access$8800(Server.java:90)
at com.minimserver.Server$Album.getAlbumArtInfo(Server.java:9002)
at com.minimserver.Server.writeAlbumDIDL(Server.java:5391)
at com.minimserver.Server.access$12700(Server.java:90)
at com.minimserver.Server$AlbumView.getDIDL(Server.java:11737)
at com.minimserver.Server$AlbumContainer.getDIDL(Server.java:11789)
at com.minimserver.Server$Container.getContentsDIDL(Server.java:10589)
at com.minimserver.Server$ContentDirectoryProvider.doBrowse(Server.java:13216)
at com.minimserver.Server$ContentDirectoryProvider.browse(Server.java:13168)
at org.openhome.net.device.providers.DvProviderUpnpOrgContentDirectory1$DoBrowse.actionInvoked(DvProviderUpnpOrgContentDirectory1.java:978)
org.jminim.LogErrorException: MinimServer: error reading data cache file Labels-1.mcache at offset 1216557
at org.jminim.core.LogImpl.errorEx(LogImpl.java:209)
at com.minimserver.Server.getCachedPictureInfo(Server.java:5137)
at com.minimserver.Server.access$8800(Server.java:90)
at com.minimserver.Server$Album.getAlbumArtInfo(Server.java:9002)
at com.minimserver.Server.writeAlbumDIDL(Server.java:5391)
at com.minimserver.Server.access$12700(Server.java:90)
at com.minimserver.Server$AlbumView.getDIDL(Server.java:11737)
at com.minimserver.Server$AlbumContainer.getDIDL(Server.java:11789)
at com.minimserver.Server$Container.getContentsDIDL(Server.java:10589)
at com.minimserver.Server$ContentDirectoryProvider.doBrowse(Server.java:13216)
at com.minimserver.Server$ContentDirectoryProvider.browse(Server.java:13168)
at org.openhome.net.device.providers.DvProviderUpnpOrgContentDirectory1$DoBrowse.actionInvoked(DvProviderUpnpOrgContentDirectory1.java:978)
Caused by: java.io.UTFDataFormatException: malformed input around byte 55
at java.io.DataInputStream.readUTF(Unknown Source)
at java.io.DataInputStream.readUTF(Unknown Source)
at com.minimserver.Server$PictureItemInfo.readDataCache(Server.java:6463)
at com.minimserver.Server.getCachedPictureInfo(Server.java:5130)