Manta Interactive Ray Tracer Development Mailing List

Text archives Help


[Manta] Re: Re: command line error in r2478?


Chronological Thread 
  • From: Thiago Ize < >
  • To: fltian < >
  • Cc:
  • Subject: [Manta] Re: Re: command line error in r2478?
  • Date: Mon, 13 Dec 2010 20:32:28 -0700

Hmm, that's odd. Are you sure the previous version of manta that worked was 2477? If so, all that changed was one line
+     AmbientLights/EyeAmbient.cc
which added an ambient mode that isn't even used by the default manta scene. In fact, the previous revision should have not even compiled in the first place since it was missing this. Looking back at the logs, it seems that 2472 is the first one that should even affect code run by the default scene.

I second Carson's suggestion of trying to rebuild from scratch. If that doesn't work, I'd go back one revision at a time until it works and then let us know which was the first revision that truly broke it. Line number where it breaks would help as well.

Thiago

Carson Brownlee wrote:
I can verify that this is running fine under ubuntu linux.  Can you run
this with a debugger and report the line number?
also try nuking your entire build directory and rebuild from scratch
with command line cmake and icc and make sure this still happens.  Not
many people on this list use windows and no one at utah does
unfortunately.
Carson

On Mon, 2010-12-13 at 20:21 -0700, ç”°ä¸°æž— wrote:
Hello every one,

I just check out the r2478 version of manta. I generate the VC2008 X64
environment with CMake 2.8.2.  And I use Intel C++ Compiler11.1.065 compile
manta in the VC2008 IDE. At last I get manta.exe in the bin\release path, but
when I execute the command line : manta -bench 1 0 -imagetype rgb8
-imagedisplay null -ui null
I get a error:
manta.cc (top level): Caught unknown exception

but when I compile the earlier version of manta, the above command line should
output :
Benchmark completed in 1.469 seconds (1 frames, 0.680735 frames per second)
What's the problem? Pls help me.

tfl



Archive powered by MHonArc 2.6.16.

Top of page