Re: [opendx-users] Bug?

2004-10-18 Thread Nicolas Neuss
David Thompson [EMAIL PROTECTED] writes: To do hardware rendering in with dx script, you must add Options before sending to Display. myImage = Options(rendering mode, hardware); Display(myImage, camera); This does not help, unfortunately. Are you using a 64 bit OS with this system? If so,

Re: [opendx-users] Bug?

2004-10-15 Thread Nicolas Neuss
Ulrich Ölmann [EMAIL PROTECTED] writes: I am not an advanced DX user therefore I know nothing about the scripting possibilities you are using. In the networks I build in the visual program editor I use the 'image' module to produce the graphics. Doing so an 'image' window opens when the

Re: [opendx-users] Bug?

2004-10-15 Thread David Thompson
To do hardware rendering in with dx script, you must add Options before sending to Display. myImage = Options(rendering mode, hardware); Display(myImage, camera); Are you using a 64 bit OS with this system? If so, I'd bet that somewhere a long vs int problem is causing this. David Ulrich

Re: [opendx-users] Bug?

2004-10-14 Thread Nicolas Neuss
David Thompson [EMAIL PROTECTED] writes: I tested this on MacOS X and don't see any problem. What bit-depth do you have your X-server set to? David Is this the depth which dx reports? Then it is 24 bit: dx data = Import(dxbug.dx); image = AutoColor(data); camera = AutoCamera(image,

Re: [opendx-users] Bug?

2004-10-14 Thread Nicolas Neuss
Ulrich Ölmann [EMAIL PROTECTED] writes: Hi Nicolas, does the behaviour you encounter perhaps depend on the kind of rendering you choose (hardware rendering in contrast to software rendering)? Best regards Ulrich What can I test in this direction? I tried setting DXGAMMA, DXHWGAMMA, etc,

Re: [opendx-users] Bug?

2004-10-13 Thread David Thompson
I tested this on MacOS X and don't see any problem. What bit-depth do you have your X-server set to? David Hello, I have posted about this problem before, but without any answer. I assume this is a bug in my version of DX (04.03.0002 from Debian/testing). Could someone confirm that my

[opendx-users] bug database

2004-10-06 Thread Piburn, Ned (Niceville)
Title: bug database What's happened to the bug database that was accessable from the http://www.opendx.org/support.html page? When I try the link at the bottom of the page, which points to http://www.opendx.org/bugs/index.php, I get the following: Warning: Can't connect to local MySQL

[opendx-users] BUG in CVS: Edit-Undo move crashes VPE.

2002-12-04 Thread Rob Lahaye
Hi, Start the VPE (I do that with dx -edit), put any module on the canvas, move the module and then do Edit-Undo move. Boom! Standard out gets: Data Explorer has experienced an internal error and will terminate. Attempting to save any modified files. Please check saved files for integrity by

Re: [opendx-users] BUG in CVS: Edit-Undo move crashes VPE.

2002-12-04 Thread David Thompson
Rob, You need to make clean and then make in the uipp branch of the code. You're having a problem with a header that changed but only got recompiled with one of the changed .C files and not all. By the way, this kind of info is more appropriate for the opendx-dev list. David Hi, Start

Re: [opendx-users] Bug: VPE Edit-Find Tool [Restore]-button

2002-11-26 Thread Rob Lahaye
Martin S. Tignor wrote: The [Restore] button in the Find Tool dialog collapses the whole app, loosing all unsaved data. Thanks. I'll fix the bug. BTW: why do DX apps not catch signals to do some emergency work when an unexpected signal has been delivered (f. ex. emergency saving data when

Re: [opendx-users] Bug: VPE Edit-Find Tool [Restore]-button

2002-11-26 Thread Rob Lahaye
David Thompson wrote: Check out our bug database instead of IBM's. http://www.opendx.org/bugs. That's not where the Bug Database link connects to at the bottom of http://www.opendx.org/developer.html. Please fix that. I'm fed up with usernames and passwords; I've got a zillion already and

Re: [opendx-users] BUG IN DYNAMIC LINKER

2000-08-16 Thread Valmor de Almeida
: opendx2-users@lists.berlios.de Subject: Re: [opendx-users] BUG IN DYNAMIC LINKER Steve, Could you please tell us what version of ImageMagick did you download? All I can find now is version 5.2.2. With this, I get the exact same error (dynamic link) you did in the past. I am

Re: [opendx-users] BUG IN DYNAMIC LINKER

2000-08-16 Thread Valmor de Almeida
. Thanks, -- Valmor -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Valmor de Almeida Sent: Tuesday, August 15, 2000 7:53 PM To: Steve Ettorre Cc: opendx2-users@lists.berlios.de Subject: Re: [opendx-users] BUG IN DYNAMIC LINKER

Re: [opendx-users] BUG IN DYNAMIC LINKER

2000-08-15 Thread Valmor de Almeida
. -- Valmor de Almeida ORNL To: opendx2-users@lists.berlios.de Subject: Re: [opendx-users] BUG IN DYNAMIC LINKER From: Steve Ettorre [EMAIL PROTECTED] Date: Sat, 24 Jun 2000 12:47:02 -0400 To all: I got my dynamic linker problem fixed. I removed the ImageMagick rpm package

RE: [opendx-users] BUG IN DYNAMIC LINKER

2000-08-15 Thread Suhaib M. Siddiqi
@lists.berlios.de Subject: Re: [opendx-users] BUG IN DYNAMIC LINKER Steve, Could you please tell us what version of ImageMagick did you download? All I can find now is version 5.2.2. With this, I get the exact same error (dynamic link) you did in the past. I am trying to install

[opendx-users] BUG IN DYNAMIC LINKER

2000-06-24 Thread Steve Ettorre
Hi- Following the suggestion from Tom Gardiner, I have examined the soft links for libstdc in /usr/lib. Here is what is currently setup: 0 lrwxrwxrwx 1 root root 30 May 22 19:07 libstdc++-libc6.1-1.so.2 - libstdc++-2-libc6.1-1-2.9.0.so 0 lrwxrwxrwx 1 root root

RE: [opendx-users] BUG IN DYNAMIC LINKER

2000-06-24 Thread Suhaib M. Siddiqi
0 lrwxrwxrwx 1 root root 30 May 22 19:07 libstdc++-libc6.1-1.so.2 - libstdc++-2-libc6.1-1-2.9.0.so 0 lrwxrwxrwx 1 root root 31 May 22 19:07 libstdc++-libc6.1-2.so.3 - libstdc++-3-libc6.1-2-2.10.0.so Note, I have the link libstdc++-libc6.1-2.so.3 -

Re: [opendx-users] BUG IN DYNAMIC LINKER

2000-06-24 Thread Steve Ettorre
Suhaib- Thanks for the tip. Unfortunately, when I tried to implement it here is what happened: /usr/local/dx/bin_linux dad.27% ldd * builder: BUG IN DYNAMIC LINKER ld.so: dl-version.c: 210: _dl_check_map_versions: Assertion `needed != ((void *)0)' failed! dxexec: BUG IN DYNAMIC LINKER ld.so:

Re: [opendx-users] BUG IN DYNAMIC LINKER

2000-06-24 Thread Suhaib M. Siddiqi
Steve, Sorry for having you run down for a few days. I just did a few testing here. The latest GCC 2.96.x snapshot from RedHat, which I assume you are using, per your previous post, breaks OpenDx for RedHat 6.x compiled with GCC 2.95.x I have filed this as a bug with RedHat. The GCC 2.96 will

Re: [opendx-users] BUG IN DYNAMIC LINKER

2000-06-24 Thread Steve Ettorre
To all: I got my dynamic linker problem fixed. I removed the ImageMagick rpm package that was installed on my machine. I then downloaded and installed the gzipped tar file from the ImageMagick web site. As soon as I did this, dx ran and I was able to view sample data files. Thanks for all your

Re: [opendx-users] BUG IN DYNAMIC LINKER

2000-06-24 Thread Steve Ettorre
Suhaib- The ImageMagick I downloaded from their site put the following shared objects in /usr/local/lib: 0 lrwxrwxrwx 1 root root 19 Jun 24 12:33 libMagick.so - libMagick.so.5.0.21 0 lrwxrwxrwx 1 root root 19 Jun 24 12:33 libMagick.so.5 - libMagick.so.5.0.21