Lemmings Forums

NeoLemmix => NeoLemmix Main => Topic started by: WillLem on May 25, 2024, 12:18:06 PM

Title: [BUG] Player can no longer save PNG images of levels after GR32v3 update [FIXED]
Post by: WillLem on May 25, 2024, 12:18:06 PM
This bug is present in both 12.13-RC and SLX, reporting it here because it'll need to be fixed for both.

The problem lies in the SavePngStream method in PngInterface.Pas - it's one of the methods Anders updated, seemingly making use of an updated PNGWriter.

Best guess: old PNG-saving code needs to be updated. Investigating, I'll post here if I manage to find a fix.
Title: Re: [BUG][PLAYER] Player can no longer save PNG images of levels after GR32v3 update
Post by: namida on June 02, 2024, 02:07:22 AM
Anders submitted a pull request to the NL repo which fixes this.
Title: Re: [BUG][PLAYER] Player can no longer save PNG images of levels after GR32v3 update
Post by: WillLem on June 02, 2024, 05:22:45 PM
Quote from: namida on June 02, 2024, 02:07:22 AM
Anders submitted a pull request to the NL repo which fixes this.

Yep, got it. It's fixed in SLX as well 👍