Backwards compatibility issue?

David Grieve david.grieve at oracle.com
Fri May 31 07:57:10 PDT 2013


"512" is the localized message of the exception that is being thrown, which in itself is odd. 

You might get more info if you set the CSS logger to INFO. Assuming this is JavaFX 2.2.x, you can set the CSS logging level via:

com.sun.javafx.Logging.getCSSLogger().setLevel(com.sun.javafx.logging.PlatformLogger.INFO)


On May 31, 2013, at 12:27 AM, Daniel Zwolenski <zonski at gmail.com> wrote:

> No stack trace, just this:
> 
> C:\temp>c:\apps\java\jdk1.7.0_21-32bit\bin\java.exe -jar defender-jfx.jar
> Cannot add stylesheet. 512
> 
> If there's an easy way to turn on more debugging info let me know.
> 
> 
> 
> On Fri, May 31, 2013 at 2:07 PM, Richard Bair <richard.bair at oracle.com>wrote:
> 
>> Possibly, what is the stack trace?
>> 
>> On May 30, 2013, at 8:24 PM, Daniel Zwolenski <zonski at gmail.com> wrote:
>> 
>>> While trying to narrow down the rendering/performance/whatever issues
>> with
>>> the game, I just opened up the JAR that I'd previously built for it:
>>> https://bytebucket.org/rbair/fx-games/wiki/release/defender-jfx.jar
>>> 
>>> If I run this with java version "1.7.0_13" it works fine.
>>> 
>>> If I run this with java version "1.7.0_21" none of the styles get loaded.
>>> 
>>> Massive backwards compatibility fail between minor build versions?
>> 
>> 



More information about the openjfx-dev mailing list