I'm pretty sure I'm running a 64-bit Intel Core i3 CPU, not anything from AMD...Well, yes and no. It's all in a name actually. Your actual problem is that you only have the 32-bit JOGL libs installed, and you're running a 64-bit platform. Your solution is to either install 64-bit JOGL; or disable JOGL. So, why is it called AMD64? If you're interested, I posted a lengthy explanation of Java's naming convention of its 32 and 64 bit architectures a while ago. The summary is that the 64-bit extended mode instruction set was invented, and first introduced, by AMD. AMD then licenced it to Intel who call it EMT mode or some such. So the Intel extended 64-bit mode is the same thing as the AMD 64 mode - just different names.
not anything from AMDWell ... the CPU is from Intel, but that part of the instruction set is from AMD :o) Cheers! Nik
log: Adding line: Exception in thread "Thread-6" java.lang.NoSuchMethodError: artofillusion.object.Light.getLight(Lartofillusion/math/RGBColor;F)VThat isn't a new method. It's been around since 2.8. Strange. Peter
<Alert> <first-report>22.05.2011</first-report> <last-report>22.05.2011</last-report> <sequence>110522141538</sequence> <context>AOI-2.9ea1</context> <key>Alert-110522141538-ArrayIndexOutOfBoundsException-01829689537-851687104-01523277181-1957603767-0331942954.log</key> <count>1</count> <globalID></globalID> <body> java.lang.ArrayIndexOutOfBoundsException: 50 at artofillusion.RenderingMesh.<init>(RenderingMesh.java:53) at artofillusion.polymesh.PolyMesh.getRenderingMesh(PolyMesh.java:1440) at artofillusion.object.ObjectInfo.getRenderingMesh(ObjectInfo.java:297) at nik777.aoi.rendering.AdvancedRaytracer.addObject(AdvancedRaytracer.java:815) at artofillusion.raytracer.Raytracer$4.execute(Raytracer.java:669) at artofillusion.util.ThreadManager$1.run(ThreadManager.java:93)I rendered a second image - this time with gloss/translucency enabled - suddenly several parts of the leaves were missing and I got this Alert!:
<Alert> <first-report>22.05.2011</first-report> <last-report>22.05.2011</last-report> <sequence>110522143538</sequence> <context>AOI-2.9ea1</context> <key>Alert-110522143538-ArrayIndexOutOfBoundsException-851687079-01523277181-1957603767-0331942954-1386528721.log</key> <count>2</count> <globalID></globalID> <body> java.lang.ArrayIndexOutOfBoundsException: 55 at artofillusion.polymesh.PolyMesh.getRenderingMesh(PolyMesh.java:1436) at artofillusion.object.ObjectInfo.getRenderingMesh(ObjectInfo.java:297) at nik777.aoi.rendering.AdvancedRaytracer.addObject(AdvancedRaytracer.java:815) at artofillusion.raytracer.Raytracer$4.execute(Raytracer.java:669) at artofillusion.util.ThreadManager$1.run(ThreadManager.java:93)It's nearly the same with the normal raytracer but no upcomming alerts there. Can you help? : ) Kind regards Siri Kind regards Siri
This forum does not allow anonymous participation.
Log in to add a reply. Not registered? Create an account to participate and receive email updates when replies are posted to this topic.