I'm using gamemaker, and I received a warning saying that I am using an old version of libpng and I don't know what does it mean, and how do I fix it. First off what is libpng?
Libpng fix for gamemaker
1.4k Views Asked by Abdulrahman Naji At
2
There are 2 best solutions below
0
An intern has no name
On
libpnj is a library used by gamemaker to deal with images : http://www.libpng.org/pub/png/libpng.html
You can update it here : https://sourceforge.net/projects/libpng/
Related Questions in LIBPNG
- How to build libpng using gcc?
- matrix2png installation in MAC OSX and libpng-1.6.17
- Libpng vulnerability issue
- How to install Nuget on Amazon Linux
- Different results with libpng and numpy for average vector computation
- Proper way to display PNG using libpng onto a graphics buffer
- How to install libpng using yum?
- LibPNG static linking with VS2012 64bit
- OpenGL; Overlapping Alpha-Transparent Particles
- UnsatisfiedLinkError In Android 4.4 libDevil cannot locate symbol "png_set_longjmp_fn"
- Android-Security security vulnerabilities for Libpng library
- unable to import dlib in python(and restarting installation?)
- Incompatible library version: libwx_osx_cocoau_xrc-3.0.dylib requires version 48.0.0 or later, but libpng16.16.dylib provides version 38.0.0
- graphicsmagick is doubling the size of "some" PNG files
- Compile a C program with libpng on Mac OS X
Related Questions in GAME-MAKER
- Game Maker: Studio Sound wont play when moving to next room?
- Use image_xscale to slow down speed GameMaker Studio
- Dynamically adding leadbolt ads - Failed to execute 'write' on 'Document'
- floating room is possible on GML?
- Enemies Overlapping in Game Maker: Studio, How Do I Fix This?
- game maker studio:i broke the controls of my player
- How to setup views in game maker studio?
- game maker studio transferring multiple variables to a script
- GameMaker converted game to HTML5, showing huge bugs
- Is there a similar game making software to warcraft's world editor?
- Move an object in a direction
- How to draw a sprite in Game Maker with gradually increasing alpha (opacity)?
- Fast projectiles don't always hit
- 2D Volumetric Lighting Methods?
- url scheme in game maker studio(yoyo games) for android?
Related Questions in GAME-MAKER-STUDIO-1.4
- Side-effects of display_reset() and texture_set_interpolation()
- game maker studio transferring multiple variables to a script
- Game Maker Language new line
- Wrong resolution on HTML5 on mobiles
- HTTP request won't get data from API. Gamemaker Studio 1.4.9
- I'm trying to draw a line in Game-Maker-1.4 but "Unable to find any instance for object index"
- How do I get the current date in GML?
- How to fade out text after a second in GameMaker
- Game Maker Studio Score, My Score resets when going to the next room
- How do I make NPC follow me in Gamemaker Studio 1.4
- WPM formula doesn't work
- Game Maker Studio custom game launcher for resolution
- Fake 3D 2D First Person Engine Game Maker Studio
- My GML shuffling array function is alway returning the same result
- Issue with SDK Manager and Android Tools adb.exe with Game Maker 1.4
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
This is due to Gamemaker not having updated to latest version of libpng. Read more here: http://bugs.yoyogames.com/view.php?id=21962