Addy and crslkkj, From looking at the debug output below, i seems as if there might be no driver installed for your particular graphics card? Things to check ...
457
devin_hurst
Mar 17, 2005 6:02 pm
We downloaded all the libraries you recommend in the UNIX section. Now that we have them all in the usr/lib/ directory what is the best way to install and make...
458
Ben Discoe
bdiscoe
Mar 17, 2005 11:44 pm
Devin, ... Well, each dependent library on Unix will install itself where it wants. You don't put them anywhere explicitly. Either via RPM, or 'make install',...
459
devin_hurst
Mar 18, 2005 7:21 pm
We are running on RedHat Linux machine. We are trying to open .bt files and overlays .jps files in VTP Enviro. All we get is a blank Enviro GUI. When we...
460
Ben Discoe
bdiscoe
Mar 18, 2005 9:22 pm
Devin, ... Did you see my previous email about checking your OpenGL setup? Things to check include: Do other OpenGL apps run correctly on your machine? Is...
461
crslkkj
Mar 21, 2005 3:06 am
Hi Ben, You were quite right that it was an OpenGL problem. Well, in my case, I upgraded my NVIDIA driver to the latest available and it worked. There were a...
462
devin_hurst
Mar 21, 2005 7:01 pm
This is Devin again, This is the debug file you were looking for with our output. We're trying to take a file from VTP Enviro off of a Microsoft machine and...
463
Ben Discoe
bdiscoe
Mar 21, 2005 11:52 pm
Hi John, ... Yes. I have seen this problem, and it seems likely that our rendering event loop is not allowing enough Idle events to occur, so that the...
464
devin hurst
devin_hurst
Mar 24, 2005 4:38 pm
We are running Linux RedHat on a server machine for a CAVE with an older version of VTP, but supports XML files, these XML files are how we present ...
465
Ben Discoe
bdiscoe
Mar 24, 2005 8:21 pm
Hi Devin, ... I don't get these exclamation points on my Linux machine, and they aren't in the current VTP source as far as i can tell. Any idea where this...
466
devin_hurst
Mar 24, 2005 9:00 pm
Imersive GIS is an application that displays the executable xml files. Don't worry about the debugging files, we simply didn't allow Enviro to launch, since...
467
Ben Discoe
bdiscoe
Mar 24, 2005 9:35 pm
... So, it's not the same "Imersive GIS" as the Sourceforge project? And these are not the XML files that the VTP uses? ... Depends which Linux problem you...
468
devin_hurst
Mar 24, 2005 9:47 pm
ImmersiveGIS are the libraries that render files into 2-D and with OpenGL the files can be viewed in 3-D. I'll get you the debug.txt file for you. But the xml...
469
devin_hurst
Mar 24, 2005 9:53 pm
Enviro Build: Release Specific application name: Enviro Application framework: wxWindows v2.4.2 Command line 0: ./wxEnviro Command line 1: -help ...
470
Ben Discoe
bdiscoe
Mar 24, 2005 10:17 pm
Devin, ... Um, this is confusing. The VTP does this. Are you referring to the VTP as "ImmersiveGIS", or is "ImmersiveGIS" some other software? If so, what...
471
devin_hurst
Mar 24, 2005 10:22 pm
I sent you the debug.txt file but there really isn't anything in it. Where and how should I get it with the best results for you. ... VTP as ... what it...
472
crslkkj
Mar 26, 2005 11:22 am
Hi Ben, I downloaded the latest cvs today, compile ok but got this message when I ran Enviro. Frame window: creating view canvas. Constructing vtGLCanvas ...
473
Ben Discoe
bdiscoe
Mar 27, 2005 5:51 pm
John, ... I haven't seen this occur. Could you look into it and recommend a fix? It's likely that the window size message is not being received before the ...
474
Peter DiSessa
peter@...
Mar 28, 2005 4:42 pm
475
moreejt
Apr 11, 2005 8:09 pm
Hello, I have been searching around the web to find tools for converting DEM and other formats into heightmaps. This project seems to be creating 3d...
476
Ben Discoe
bdiscoe
Apr 11, 2005 9:50 pm
Hi moreejt, Short answer: Yes, the VTP tools can help you. Long answer: Torque might have a format it already supports for reading heightmap data. Hopefully...
477
addypope
Apr 18, 2005 2:58 pm
This could be the same problem under RH9. I have built a .bt file but when i load it into Enviro one of two things happens:. 1. The enviro window opens but it...
478
addypope
Apr 18, 2005 3:46 pm
Is there a guide or an easy way to grad the commands fed into both VTBuilder and VTEnviro so that batch jobs can be run. The log in the terminal window...
479
trevor mckeown
dmbtke
Apr 18, 2005 3:52 pm
Hello I have been having quite a heck of a time trying to get VT to build on fedora core three .... I am not too sure why I have been running into all sorts of...
480
Rick L Vinyard Jr
rvinyard@...
Apr 22, 2005 4:39 am
... There were a couple of subtle changes that had to be made. If you're really interested the patch files are in the SRPMS at: ...
481
Ben Discoe
bdiscoe
Apr 25, 2005 10:51 pm
Hi Trevor, [...] ... This doesn't sound good - seems like there are conflicting 32/64-bit libraries on your machine. (?) ... This sounds like either the wx...
482
Ben Discoe
bdiscoe
Apr 25, 2005 10:56 pm
Hi Addy, ... Yes, it's well-known that this happens on many (but not all) Linux machines. I get the GLXBadDrawable myself fairly consistently. Again, this is...
483
mounterriver
Apr 26, 2005 7:47 am
In the case of missing road and building data, i.e. missing geographical data, is it possible to construct some roads and buildings virtually? That is to say,...
484
addypope
Apr 26, 2005 10:08 am
Thanks for the info Ben. It is unfortunate that VTP does not have the ability to process scripted jobs. I did initially ask wether it would be possible and...
485
Dan Lyke
danlyke
Apr 26, 2005 8:40 pm
... It's not terribly hard to write a little app that uses vtlib. Or even start and build on to Enviro. Really. Take a look at, say, the GLUT example. Ben's...