|
View:
New views
5 Messages
—
Rating Filter:
Alert me
|
|
|
openev failureWhen opening a jpeg2000 (.jp2) file on Centos 5.3 current (RHEL 5.3)
current, IA-32, using openev (that is jp2 compatible) I get the message: /var/local/FWTools-2.0.6/bin/openev: line 25: 14274 Segmentation fault ${OPENEV_HOME}/bin/python ${OPENEV_HOME}/pymod/openev.py "$@" I have run install.sh as root and as myself I have done source /var/local/FWTools-2.0.6/fwtools_env.sh from my shell (bash) /var/local/FWTools-2.0.6 is where I have unpacked the tar.gz distribution. Any idea what is wrong? Please reply. ykarant@... _______________________________________________ FWTools mailing list FWTools@... http://lists.maptools.org/mailman/listinfo/fwtools http://fwtools.maptools.org/ |
|
|
Re: openev failureYasha Karant wrote:
> When opening a jpeg2000 (.jp2) file on Centos 5.3 current (RHEL 5.3) > current, IA-32, > using openev (that is jp2 compatible) > > I get the message: > > /var/local/FWTools-2.0.6/bin/openev: line 25: 14274 Segmentation > fault ${OPENEV_HOME}/bin/python ${OPENEV_HOME}/pymod/openev.py "$@" > > I have run install.sh as root and as myself > > I have done source /var/local/FWTools-2.0.6/fwtools_env.sh from my shell > (bash) > > /var/local/FWTools-2.0.6 is where I have unpacked the tar.gz > distribution. Yasha, Could you try adding the -h switch? openev -h your.jp2 This forces use of local system opengl instead of the distributed software opengl and fixes some compatability problems that result in crashes after loading the first image. Best regards, -- ---------------------------------------+-------------------------------------- I set the clouds in motion - turn up | Frank Warmerdam, warmerdam@... light and sound - activate the windows | http://pobox.com/~warmerdam and watch the world go round - Rush | Geospatial Programmer for Rent _______________________________________________ FWTools mailing list FWTools@... http://lists.maptools.org/mailman/listinfo/fwtools http://fwtools.maptools.org/ |
|
|
Re: openev failureYour suggestion worked fine. I just installed the same tar.gz to my
office workstation (same Centos as my laptop), ran install.sh as root, issued your command from a terminal application under Xwindows, everything worked. I disposed a copy to my printer, worked fine. Note that the printer interface is not CUPS, but rather a fork/exec of a lpr command -- thus I would manually have to modify the lpr command in the openev print dialog box to use other than the default printer (e.g., a networked color laser printer, my desktop unit being a monochrome laser printer). A question: the standard eog, etc., linux utilities view/print the major of imaging formats, but not yet JPEG2000. Are there other such formats that FWTools handle that are not handled by the "standard" utilities? Thanks, Yasha Karant ykarant@... Frank Warmerdam wrote: > Yasha Karant wrote: >> When opening a jpeg2000 (.jp2) file on Centos 5.3 current (RHEL 5.3) >> current, IA-32, >> using openev (that is jp2 compatible) >> >> I get the message: >> >> /var/local/FWTools-2.0.6/bin/openev: line 25: 14274 Segmentation >> fault ${OPENEV_HOME}/bin/python ${OPENEV_HOME}/pymod/openev.py "$@" >> >> I have run install.sh as root and as myself >> >> I have done source /var/local/FWTools-2.0.6/fwtools_env.sh from my >> shell (bash) >> >> /var/local/FWTools-2.0.6 is where I have unpacked the tar.gz >> distribution. > > Yasha, > > Could you try adding the -h switch? > > openev -h your.jp2 > > This forces use of local system opengl instead of the distributed > software > opengl and fixes some compatability problems that result in crashes after > loading the first image. > > Best regards, _______________________________________________ FWTools mailing list FWTools@... http://lists.maptools.org/mailman/listinfo/fwtools http://fwtools.maptools.org/ |
|
|
Re: openev failureYasha Karant wrote:
> Your suggestion worked fine. I just installed the same tar.gz to my > office workstation (same Centos as my laptop), ran install.sh as root, > issued your command from a terminal application under Xwindows, > everything worked. I disposed a copy to my printer, worked fine. > Note that the printer interface is not CUPS, but rather a fork/exec of a > lpr command -- thus I would manually have to modify the lpr command > in the openev print dialog box to use other than the default printer > (e.g., a networked color laser printer, my desktop unit being a > monochrome laser printer). > > A question: > > the standard eog, etc., linux utilities view/print the major of imaging > formats, but not yet JPEG2000. Are there other such formats that > FWTools handle > that are not handled by the "standard" utilities? Yasha, There are many exotic remote sensing and geospatial formats supported by OpenEV that are not handled by standard utilities. A list of OpenEV/GDAL supported formats is available at: http://www.gdal.org/formats_list.html though not all of those formats would be supported by the FWTools for linux version of OpenEV. Best regards, -- ---------------------------------------+-------------------------------------- I set the clouds in motion - turn up | Frank Warmerdam, warmerdam@... light and sound - activate the windows | http://pobox.com/~warmerdam and watch the world go round - Rush | Geospatial Programmer for Rent _______________________________________________ FWTools mailing list FWTools@... http://lists.maptools.org/mailman/listinfo/fwtools http://fwtools.maptools.org/ |
|
|
Re: openev failureSelon Yasha Karant <ykarant@...>:
> A question: > > the standard eog, etc., linux utilities view/print the major of imaging > formats, but not yet JPEG2000. Are there other such formats that > FWTools handle > that are not handled by the "standard" utilities? I'd say "most". Apart from the standard TIFF, JPEG, PNG, GIF, BMP and XPM, all other raster formats are likely to be unknown of most image viewers. And not all image viewers will be able to open and display all flavours of TIFF, especially when they are big. > > Thanks, > > Yasha Karant > ykarant@... > > Frank Warmerdam wrote: > > Yasha Karant wrote: > >> When opening a jpeg2000 (.jp2) file on Centos 5.3 current (RHEL 5.3) > >> current, IA-32, > >> using openev (that is jp2 compatible) > >> > >> I get the message: > >> > >> /var/local/FWTools-2.0.6/bin/openev: line 25: 14274 Segmentation > >> fault ${OPENEV_HOME}/bin/python ${OPENEV_HOME}/pymod/openev.py "$@" > >> > >> I have run install.sh as root and as myself > >> > >> I have done source /var/local/FWTools-2.0.6/fwtools_env.sh from my > >> shell (bash) > >> > >> /var/local/FWTools-2.0.6 is where I have unpacked the tar.gz > >> distribution. > > > > Yasha, > > > > Could you try adding the -h switch? > > > > openev -h your.jp2 > > > > This forces use of local system opengl instead of the distributed > > software > > opengl and fixes some compatability problems that result in crashes after > > loading the first image. > > > > Best regards, > > _______________________________________________ > FWTools mailing list > FWTools@... > http://lists.maptools.org/mailman/listinfo/fwtools > http://fwtools.maptools.org/ > _______________________________________________ FWTools mailing list FWTools@... http://lists.maptools.org/mailman/listinfo/fwtools http://fwtools.maptools.org/ |
| Free embeddable forum powered by Nabble | Forum Help |