Problem with generation PAK64 from SVN (revision 126) January 23, 2009, 09:01:01 am I get a libpng problem with generation the PAK64 from the svn-sourcesSysten: Linuxmakeobj: 49PAK-Version: 126Error (only one):Quote make all.......===> PAK64 factory===> PAK64 groundlibpng warning: Invalid pHYs after IDAT===> PAK64 ind.......I test the server and it was not the Server linpbg.. Quote Selected
Re: Problem with generation PAK64 from SVN (revision 126) Reply #1 – January 23, 2009, 09:07:21 am It usually happens when you use Shades and you don't copy and paste the resulting image in another new one. The strange thing is that if you pak it, and makeobj obviously complains about it, the game is able to load that pak. I mean, it seems to be a warning not an error. Quote Selected
Re: Problem with generation PAK64 from SVN (revision 126) Reply #2 – January 23, 2009, 09:08:38 am But the png is not from me ... so this information is "nice" for the PAK-Developer ..... Quote Selected
Re: Problem with generation PAK64 from SVN (revision 126) Reply #3 – January 23, 2009, 09:18:08 am I guessed so...my doubt is why is not possible to compile the pak from SVN is that's only a warning not a error, that might cause problems while playing. When you get that message, the compilation process halts? It's not possible to compile the pak if there's just one warning? Quote Selected
Re: Problem with generation PAK64 from SVN (revision 126) Reply #4 – January 23, 2009, 09:24:15 am The PAK was build BUT .... if THIS objekt is in the PAK I could not test (today) Quote Selected
Re: Problem with generation PAK64 from SVN (revision 126) Reply #5 – January 23, 2009, 09:31:49 am Given how PNG works, it should be a non-lethal bug. pHYs only says what is DPI of image and is not critical for decoding.Shades use another library, which should ensure good order of chunks. Apparently it does not work. Quote Selected
Re: Problem with generation PAK64 from SVN (revision 126) Reply #6 – January 23, 2009, 09:39:00 am ... I see that I get the same Problem with PAK128 .... @VS I send you a pm ... Quote Selected
Re: Problem with generation PAK64 from SVN (revision 126) Reply #7 – January 23, 2009, 02:15:36 pm Quote from: wernieman – on January 23, 2009, 09:01:01 amI get a libpng problem with generation the PAK64 from the svn-sourcesSysten: Linuxmakeobj: 49PAK-Version: 126Error (only one):I test the server and it was not the Server linpbg..check the bark file ( SchoonerBark.png )this error is from Blender png files Quote Selected
Re: Problem with generation PAK64 from SVN (revision 126) Reply #8 – January 23, 2009, 03:30:15 pm Per PNG specifications, this is a recoverable error and should only result in ignoring information about DPI. No problem, we do not print these pictures in paper I fixed Shades so this does not happen with them any more (version 5.1). I will also check which images have this problem... if I can. Quote Selected