Page 3 of 6

Re: Problem with ums-6.7.0

Posted: Tue Jun 13, 2017 4:56 am
by Nadahar
I've uploaded a new "update.jar" to the same location. Please generate a new log with the updated version. It would also be nice if you could add in a couple of PNG's in the "test folder" even though they work.

Re: Problem with ums-6.7.0

Posted: Tue Jun 13, 2017 1:05 pm
by boss
Success.
Using the new update.jar file I was able to see and view the 6 image files in the "Test" folder. (2 x gif, 2 x jpg, 2 x png)

The zipped log file is attached.

Thanks

Re: Problem with ums-6.7.0

Posted: Tue Jun 13, 2017 1:16 pm
by Nadahar
Good, that's a start.

I haven't "fixed" it as such, I've only disabled a part to compensate for "shortcomings" in the LG. Making this change permanent would break other renderers. In short, your renderer claims that it supports:

Code: Select all

  http-get:*:image/jpeg:*
  http-get:*:image/gif:*
  http-get:*:image/png:*
..among many other mime-types. But, this obviously isn't true as it hides images if they are of some jpeg "types" or gif. This is a "problem"/bug with the LG as far as I can see, and I'll have to figure out how to handle it without breaking other renderers.

It might take some time for me to do this, but I hope you'll be available to test again when I've implemented a more "elaborate" solution.

Re: Problem with ums-6.7.0

Posted: Tue Jun 13, 2017 1:22 pm
by boss
I will definitely be available for any further testing,

Thanks for your support.

Re: Problem with ums-6.7.0

Posted: Sun Jul 09, 2017 9:54 pm
by boss
I have just installed 6.7.2
I can report that the problem with my image files is still the same.
They do work though if I have the update.jar file in the UMS directory as in 6.7.1

Re: Problem with ums-6.7.0

Posted: Sun Jul 09, 2017 11:37 pm
by Nadahar
No. I'm sorry about this, I specificly asked if the release could wait for me to finish this fix, but I was ignored. The update.jar will only work with 6.7.1.

Re: Problem with ums-6.7.0

Posted: Sun Jul 09, 2017 11:40 pm
by boss
No problem.
But.... update.jar works with 6.7.2 also.

Re: Problem with ums-6.7.0

Posted: Sun Jul 09, 2017 11:44 pm
by Nadahar
It might "work", but there could potentially be problems. But, the "update.jar" will actually override the version so you will be running the exact same version that you were - the only difference is that the dependencies that's packed in "ums.jar" will be newer (and potentially conflict with the "update.jar" made for 6.7.1) ;)

Re: Problem with ums-6.7.0

Posted: Mon Jul 10, 2017 12:20 am
by boss
Ok. Thanks. Best I revert to 6.7.1 with update.jar then.

Re: Problem with ums-6.7.0

Posted: Tue Jul 11, 2017 3:17 am
by Nadahar
I've abandoned my "proper fix" and made a "quick fix" which can be found here. I'd appreciate if you could test it and report back.