[Source] blocker bug: exception for unsupport GL

Norbraten, Terry tdnorbra at nps.edu
Wed Feb 10 16:41:12 PST 2010


Alan, the problem is in Aviatrix3D.  Bug documented here:
http://bugzilla.xj3d.org/show_bug.cgi?id=610


On 2/10/10 2:59 PM, "Alan Hudson" <giles at yumetech.com> wrote:

> Don Brutzman wrote:
>> Various versions of Xj3D won't run on my vista box, apparently
>> due to an ATI render bug that locks up the application.
>> it looks like Aviatrix is throwing an exception on unsupported
>> OpenGL feature(s) and then blocking.
>> 
>> We think this problem might have been fixed in an earlier version
>> of Xj3D's aviatrix renderer, but it is definitely a problem now.
>> 
>> for the current release version of Xj3D, there is a console warning
>> but no lockup.
>> 
>> System.out: Exception in thread "AV3D Runtime" System.out:
>> java.util.MissingResourceException: Can't find resource for bundle
>> java.util.PropertyResourceBundle, key
>> org.j3d.aviatrix3d.BlendAttributes.noImgSubsetMsg
> 
> I checked and this message is in src/config/i18n/xj3dResources.properties
> 
> so I suspect the issue is this properties file is not being resolved for
>   you.
> 
> make sure you have done a make config in your build distribution.
> check that in your classes directory you have a
> config/i18n/xj3dResources.properties
> 
> 
> 
> Looks like it wasn't being included in the xj3d-config jar so I've added
> it there.  This will likely resolve the issue for you.  In cvs now.
> 
> All of our terminal programs have their own i18n resource mapping so we
> haven't run into this ourself yet.  Try it out and see if it works for
> you.  If not then you'll need to chase down why the properties is not
> getting loaded.
> 




More information about the Source mailing list