Error in jogl 1.1b05

I noticed that the new b05 build came up yesterday, so I downloaded it. However, whenever I launch an application using JOGL, I get a Windows error message saying MSVCRTD.DLL was not found. Other Java apps work fine, as does jogl 1.1b04.

I think someone compiled this with the wrong settings.

I get the same thing.

running XP Pro Service Pack 1

Me three! D’oh!

Here, too!

Sorry and thanks for catching this even before the build was officially announced. This was an artifact of changing how the JOGL native libraries were built – they were accidentally being generated with debug information, which made them bigger than they should have been and also required the debug C runtime library on Windows. The bits have been fixed.

Okay, it works now.

I guess this is some sort of advantage of open-source software - you find problems before it’s even officially announced.