Re: [Scid-users] unable to load PGN file

2014-12-24 Thread Mikhail Kalenkov
In file tcl/bitmaps.tcl I have found a piece of code which presumably use tkimg package (I am not a programmer) if { [catch { package require img::png } ] } { set png_image_support 0 ::splash::add "Img package not found (tkimg). Some piece sets are disabled." } If I comment all above lines of

Re: [Scid-users] unable to load PGN file

2014-12-24 Thread Fulvio
Mikhail Kalenkov wrote: > I have installed tcl-8.6 and tkimg-1.4. I can reproduce the problem > with PGN file on the fresh Fedora 21 installation in the virtual > machine. > > What is the problem with tkimg package? Is it incompatible with scid? > Of course not. Tkimg is a library for tk8.5 onl

Re: [Scid-users] unable to load PGN file

2014-12-24 Thread Mikhail Kalenkov
I have installed tcl-8.6 and tkimg-1.4. I can reproduce the problem with PGN file on the fresh Fedora 21 installation in the virtual machine. What is the problem with tkimg package? Is it incompatible with scid? I have removed tkimg package and the error message disappear. Is it normal that scid

Re: [Scid-users] unable to load PGN file

2014-12-24 Thread Fulvio
Mikhail Kalenkov wrote: > Hi, > > I can not open PGN file using scid. If I try "Tools"->"Import File(s) > of PGN Games..." then scid shows error window with the following > content > > > invalid after png_start_read_image or png_read_update_info > invalid after png_start_re

[Scid-users] unable to load PGN file

2014-12-24 Thread Mikhail Kalenkov
Hi, I can not open PGN file using scid. If I try "Tools"->"Import File(s) of PGN Games..." then scid shows error window with the following content invalid after png_start_read_image or png_read_update_info invalid after png_start_read_image or png_read_update_info whi