When I use the command
+chmod +x appname.run
and then
./appname.run
I get the following message, but nothing more happens:
libpng warning: Application jmp_buf size changed
Segmentation fault (core dumped)
When I use the command
+chmod +x appname.run
and then
./appname.run
I get the following message, but nothing more happens:
libpng warning: Application jmp_buf size changed
Segmentation fault (core dumped)
appname
- where did you get it, and how did you install it? It sounds like it is incompatible with the version oflibpng
on your system. – steeldriver Oct 06 '18 at 00:30