This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 233875 - [74cat] jfxsa-debug reports (Prism-ES2) error
Summary: [74cat] jfxsa-debug reports (Prism-ES2) error
Status: VERIFIED WONTFIX
Alias: None
Product: javafx
Classification: Unclassified
Component: Platform (show other bugs)
Version: 7.4
Hardware: PC Linux
: P3 normal (vote)
Assignee: Petr Somol
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-08-03 04:05 UTC by Lou Dasaro
Modified: 2015-11-26 17:09 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Lou Dasaro 2013-08-03 04:05:31 UTC
When running or debugging a freshly-created JavaFX project, the following error appears in the JavaFXApplication2(jfxsa-debug) window:
     "Prism-ES2 Error : GL_VERSION (major.minor) = 1.4"

Steps to duplicate:
Invoke File | New Project... from main menu. "New Project" wizard shows up.
    In the first step of the wizard select "JavaFX" category and "JavaFX Application" project. Push Next > button.
    Keep all default settings and push Finish. 

    EXPECTED RESULT: A new JavaFX2 Project is created and opened. The project should be created without any errors and should be able to run. 

It debugs/runs fine, I'm just reporting the error.

This is on an Intel Core2 T5300 Laptop - regardless of what Help->About says!
The O.S. is ubuntu 12.04 LTS running the generic graphics driver.
Is this error is trying to tell me that Prism can't "speak" GL to the driver.
Or...???

Here is the Help->About (before I do any updates):

Product Version: NetBeans IDE Dev (Build 201307312300)
Updates: Updates available
Java: 1.7.0_25; Java HotSpot(TM) 64-bit Server VM 23.25-b01
Runtime: Java(TM) SE Runtime Environment 1.7.0_25-b15
System: Linux version 3.2.0-51-generic running on amd64; UTF-8; en_US (nb)
Comment 1 Petr Somol 2013-08-05 14:49:51 UTC
I just gave it a try on my Dell Latitude E6410 notebook under Ubuntu 12.04. JavaFX Application creation worked as expected, run/debug produced another warning:
Comment 2 Petr Somol 2013-08-05 14:52:07 UTC
...continued

"OpenGL Warning: Failed to connect to host. Make sure 3D acceleration is enabled for this VM."

These problems are clearly graphics driver related and have nothing to do with NetBeans. If update of driver does not help, it might be worth reporting directly to JavaFX bug tracking system. Here I am closing the issue as wontfix.