Hi, I’ve got some problem just after I updated the nightly build. On startup I get a error window saying “error opening OpenGL window! Your graphics card needs to support at least OpenGL 2.0, if that is the case, please download the latest drivers. Error: null” there are lot’s of these windows appearing, there is also one where the error is a nullpointer.
I just formatted my pc and installed all the latest drivers, it was working last week, and just before I updated the nightly build… so could it be that there is an error in the one of the updates, somewhere…?
I also can’t close the error windows, it appears the just pop right back up
my graphics card is a Nvidia GeForce 7650 GS
Are you using the latest drivers?
Yes, I’m using the latest drivers
It’s the issue that’s reported in this thread (not the first one):
http://hub.jmonkeyengine.org/groups/jmonkeyplatform/forum/topic/jmp-freezes-alpha-4/?topic_page=3&num=15
Well theoretically it should work… Have you treid to test any other opengl 2.0 application? Any ogre engine game with opengl renderer selected should do I assume. (if it uses glsl at least)
thanks rickard!
I undocked the sceneviewer and closed it, now it’s working
i found a text file it the same folder as JMP, could this have something to do with it?
i was named ‘hs_err_pid1492.txt’ and it wasn’t there before.[patch]#
A fatal error has been detected by the Java Runtime Environment:
#
EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x00000000696880c0, pid=1492, tid=4696
#
JRE version: 6.0_22-b04
Java VM: Java HotSpot™ 64-Bit Server VM (17.1-b03 mixed mode windows-amd64 )
Problematic frame:
C [atio6axx.dll+0x6580c0]
#
If you would like to submit a bug report, please visit:
http://java.sun.com/webapps/bugreport/crash.jsp
The crash happened outside the Java Virtual Machine in native code.
See problematic frame for where to report the bug.
#
T H R E A D
Current thread (0x0000000002505800): JavaThread "LWJGL Renderer Thread" [_thread_in_native, id=4696, stack(0x0000000041780000,0x0000000041880000)]
siginfo: ExceptionCode=0xc0000005, reading address 0x0000000000000000
Registers:
EAX=0x0000000000000000, EBX=0x000000006a3a3940, ECX=0x000000004909fe00, EDX=0x0000000000000000
ESP=0x000000004187edd8, EBP=0x0000000000000000, ESI=0x000000006a3a5458, EDI=0x000000006a3a3fc0
EIP=0x00000000696880c0, EFLAGS=0x0000000000010287
Top of Stack: (sp=0x000000004187edd8)
0x000000004187edd8: 0000000069616cb5 0000000000000000
0x000000004187ede8: 000000006a3a3fc0 000000006a3a3940
0x000000004187edf8: 0000000000000001 0000000041c61940
0x000000004187ee08: 00000000000d7900 0000000000000300
0x000000004187ee18: 0000000000000004 000000006a3a39c0
0x000000004187ee28: 0000000000001680 0000000000000000
0x000000004187ee38: 00000000696181d7 0000000000000000
0x000000004187ee48: 000000006a3a5458 0000000000000004
0x000000004187ee58: 0000000000000019 000000006a3a3a30
0x000000004187ee68: 0000000041e07d58 0000000000000017
0x000000004187ee78: 0000000003800000 000000004a747d50
0x000000004187ee88: 000000006a37f6e0 000000006a3a39c0
0x000000004187ee98: 0000000041e28860 0000000000000000
0x000000004187eea8: 0000000000000000 0000000000000004
0x000000004187eeb8: 0000000000000001 0000000000001403
0x000000004187eec8: 0000000000001680 000000006a3a53c0
Instructions: (pc=0x00000000696880c0)
0x00000000696880b0: c9 4d 8d 51 e1 49 3b ca 73 33 4c 8b c2 4c 2b c1
0x00000000696880c0: 48 8b 02 48 83 c1 20 48 83 c2 20 48 89 41 e0 49
Stack: [0x0000000041780000,0x0000000041880000], sp=0x000000004187edd8, free space=3fb0000000000000000k
Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
C [atio6axx.dll+0x6580c0]
[error occurred during error reporting (printing native stack), id 0xc0000005]
Java frames: (J=compiled Java code, j=interpreted, Vv=VM code)
J org.lwjgl.opengl.GL12.nglDrawRangeElementsBO(IIIIIJJ)V
J com.jme3.renderer.lwjgl.LwjglRenderer.drawTriangleList(Lcom/jme3/scene/VertexBuffer;Lcom/jme3/scene/Mesh;I)V
J com.jme3.renderer.lwjgl.LwjglRenderer.renderMeshDefault(Lcom/jme3/scene/Mesh;II)V
j com.jme3.renderer.lwjgl.LwjglRenderer.renderMesh(Lcom/jme3/scene/Mesh;II)V+87
j com.jme3.material.Material.renderMultipassLighting(Lcom/jme3/shader/Shader;Lcom/jme3/scene/Geometry;Lcom/jme3/renderer/Renderer;)V+460
J com.jme3.material.Material.render(Lcom/jme3/scene/Geometry;Lcom/jme3/renderer/RenderManager;)V
J com.jme3.renderer.queue.RenderQueue.renderGeometryList(Lcom/jme3/renderer/queue/GeometryList;Lcom/jme3/renderer/RenderManager;Lcom/jme3/renderer/Camera;Z)V
J com.jme3.renderer.RenderManager.renderViewPortQueues(Lcom/jme3/renderer/ViewPort;Z)V
J com.jme3.renderer.RenderManager.flushQueue(Lcom/jme3/renderer/ViewPort;)V
J com.jme3.renderer.RenderManager.renderViewPort(Lcom/jme3/renderer/ViewPort;F)V
J com.jme3.renderer.RenderManager.render(F)V
J com.jme3.system.lwjgl.LwjglAbstractDisplay.runLoop()V
j com.jme3.system.lwjgl.LwjglCanvas.runLoop()V+373
J com.jme3.system.lwjgl.LwjglAbstractDisplay.run()V
j java.lang.Thread.run()V+11
v ~StubRoutines::call_stub
P R O C E S S
Java Threads: ( => current thread )
0x00000000024fc800 JavaThread "Inactive RequestProcessor thread [Was:Folder recognizer/org.openide.loaders.FolderList$ListTask]" daemon [_thread_blocked, id=6344, stack(0x000000003ec40000,0x000000003ed40000)]
0x0000000002509800 JavaThread "Inactive RequestProcessor thread [Was:org.netbeans.modules.project.ui.actions.MainProjectAction/org.netbeans.modules.project.ui.actions.MainProjectAction$1]" daemon [_thread_blocked, id=6308, stack(0x000000003f2b0000,0x000000003f3b0000)]
0x0000000002507800 JavaThread "Inactive RequestProcessor thread [Was:Property Sheet/org.openide.explorer.propertysheet.PropertySheet$2]" daemon [_thread_blocked, id=6296, stack(0x000000003cba0000,0x000000003cca0000)]
0x0000000002506800 JavaThread "Inactive RequestProcessor thread [Was:PaletteSwitch/org.netbeans.spi.palette.PaletteSwitch$1]" daemon [_thread_blocked, id=6292, stack(0x0000000039260000,0x0000000039360000)]
0x000000003e01b800 JavaThread "W32 File Monitor" daemon [_thread_in_native, id=4012, stack(0x000000004cdb0000,0x000000004ceb0000)]
0x0000000002509000 JavaThread "Parsing & Indexing Loop (platform-base-23-on-110305)" daemon [_thread_blocked, id=5248, stack(0x0000000046030000,0x0000000046130000)]
0x0000000002506000 JavaThread "jME3 Audio Thread" daemon [_thread_blocked, id=5492, stack(0x00000000423e0000,0x00000000424e0000)]
=>0x0000000002505800 JavaThread "LWJGL Renderer Thread" [_thread_in_native, id=4696, stack(0x0000000041780000,0x0000000041880000)]
0x0000000002504000 JavaThread "DestroyJavaVM" [_thread_blocked, id=5868, stack(0x0000000002750000,0x0000000002850000)]
0x0000000002501000 JavaThread "AWT-EventQueue-1" [_thread_in_native, id=5252, stack(0x000000003caa0000,0x000000003cba0000)]
0x0000000002500000 JavaThread "Thread-5" daemon [_thread_blocked, id=2700, stack(0x000000003fd60000,0x000000003fe60000)]
0x00000000024ff800 JavaThread "TimerQueue" daemon [_thread_blocked, id=6092, stack(0x000000003fc60000,0x000000003fd60000)]
0x00000000024ff000 JavaThread "Swing-Shell" daemon [_thread_blocked, id=5088, stack(0x000000003f1b0000,0x000000003f2b0000)]
0x00000000024fd800 JavaThread "File Watcher" [_thread_blocked, id=2732, stack(0x000000003ee40000,0x000000003ef40000)]
0x0000000038a9f800 JavaThread "D3D Screen Updater" daemon [_thread_blocked, id=4660, stack(0x0000000002650000,0x0000000002750000)]
0x0000000037a23800 JavaThread "AWT-Windows" daemon [_thread_in_native, id=5432, stack(0x0000000039560000,0x0000000039660000)]
0x0000000038b61000 JavaThread "AWT-Shutdown" [_thread_blocked, id=6052, stack(0x0000000039460000,0x0000000039560000)]
0x0000000038c05800 JavaThread "Java2D Disposer" daemon [_thread_blocked, id=3812, stack(0x0000000039360000,0x0000000039460000)]
0x0000000037822000 JavaThread "CLI Requests Server" daemon [_thread_in_native, id=3536, stack(0x0000000038210000,0x0000000038310000)]
0x0000000037844000 JavaThread "Active Reference Queue Daemon" daemon [_thread_blocked, id=5320, stack(0x0000000037ee0000,0x0000000037fe0000)]
0x0000000037928000 JavaThread "Timer-0" daemon [_thread_blocked, id=4972, stack(0x0000000037de0000,0x0000000037ee0000)]
0x00000000376e5000 JavaThread "Low Memory Detector" daemon [_thread_blocked, id=1972, stack(0x0000000037be0000,0x0000000037ce0000)]
0x000000000264e000 JavaThread "CompilerThread1" daemon [_thread_blocked, id=1632, stack(0x0000000037ae0000,0x0000000037be0000)]
0x0000000002637000 JavaThread "CompilerThread0" daemon [_thread_blocked, id=1856, stack(0x00000000375e0000,0x00000000376e0000)]
0x0000000002636000 JavaThread "Attach Listener" daemon [_thread_blocked, id=5844, stack(0x00000000374e0000,0x00000000375e0000)]
0x0000000002635000 JavaThread "Signal Dispatcher" daemon [_thread_blocked, id=3448, stack(0x00000000373e0000,0x00000000374e0000)]
0x00000000025e3000 JavaThread "Finalizer" daemon [_thread_blocked, id=5124, stack(0x00000000372e0000,0x00000000373e0000)]
0x00000000025dd000 JavaThread "Reference Handler" daemon [_thread_blocked, id=2220, stack(0x00000000371e0000,0x00000000372e0000)]
Other Threads:
0x00000000025d7800 VMThread [stack: 0x00000000370e0000,0x00000000371e0000] [id=4820]
0x00000000376f8000 WatcherThread [stack: 0x0000000037ce0000,0x0000000037de0000] [id=4592]
VM state:not at safepoint (normal execution)
VM Mutex/Monitor currently owned by a thread: None
Heap
PSYoungGen total 123392K, used 40143K [0x000000002adb0000, 0x0000000034120000, 0x0000000035850000)
eden space 118976K, 33% used [0x000000002adb0000,0x000000002d4e3c70,0x00000000321e0000)
from space 4416K, 0% used [0x0000000032f90000,0x0000000032f90000,0x00000000333e0000)
to space 14016K, 0% used [0x00000000321e0000,0x00000000321e0000,0x0000000032f90000)
PSOldGen total 147712K, used 98334K [0x0000000015850000, 0x000000001e890000, 0x000000002adb0000)
object space 147712K, 66% used [0x0000000015850000,0x000000001b857b18,0x000000001e890000)
PSPermGen total 262144K, used 93282K [0x0000000005850000, 0x0000000015850000, 0x0000000015850000)
object space 262144K, 35% used [0x0000000005850000,0x000000000b368b68,0x0000000015850000)
Dynamic libraries:
0x0000000000400000 - 0x000000000042e000 C:Program FilesJavajdk1.6.0_22jrebinjavaw.exe
0x0000000076eb0000 - 0x000000007705c000 C:WindowsSYSTEM32ntdll.dll
0x0000000076c90000 - 0x0000000076daf000 C:Windowssystem32kernel32.dll
0x000007fefc3b0000 - 0x000007fefc41b000 C:Windowssystem32KERNELBASE.dll
0x000007fefce00000 - 0x000007fefcedb000 C:Windowssystem32ADVAPI32.dll
0x000007fefcc90000 - 0x000007fefcd2f000 C:Windowssystem32msvcrt.dll
0x000007fefcee0000 - 0x000007fefceff000 C:WindowsSYSTEM32sechost.dll
0x000007fefd4b0000 - 0x000007fefd5de000 C:Windowssystem32RPCRT4.dll
0x0000000076db0000 - 0x0000000076eaa000 C:Windowssystem32USER32.dll
0x000007fefc6d0000 - 0x000007fefc737000 C:Windowssystem32GDI32.dll
0x000007fefd5e0000 - 0x000007fefd5ee000 C:Windowssystem32LPK.dll
0x000007fefd3e0000 - 0x000007fefd4aa000 C:Windowssystem32USP10.dll
0x000007fefca40000 - 0x000007fefca6e000 C:Windowssystem32IMM32.DLL
0x000007fefcf00000 - 0x000007fefd009000 C:Windowssystem32MSCTF.dll
0x000000006d890000 - 0x000000006df61000 C:Program FilesJavajdk1.6.0_22jrebinserverjvm.dll
0x000007fef8c10000 - 0x000007fef8c4b000 C:Windowssystem32WINMM.dll
0x000000006d750000 - 0x000000006d779000 C:Program FilesJavajdk1.6.0_22jrebinsplashscreen.dll
0x000000006d800000 - 0x000000006d80e000 C:Program FilesJavajdk1.6.0_22jrebinverify.dll
0x000000006d450000 - 0x000000006d477000 C:Program FilesJavajdk1.6.0_22jrebinjava.dll
0x000000006d3b0000 - 0x000000006d3ba000 C:Program FilesJavajdk1.6.0_22jrebinhpi.dll
0x0000000077080000 - 0x0000000077087000 C:Windowssystem32PSAPI.DLL
0x000000006d850000 - 0x000000006d862000 C:Program FilesJavajdk1.6.0_22jrebinzip.dll
0x000007fefca70000 - 0x000007fefcc72000 C:Windowssystem32ole32.dll
0x000007fefc230000 - 0x000007fefc23f000 C:Windowssystem32CRYPTBASE.dll
0x000007fefc740000 - 0x000007fefc7d9000 C:Windowssystem32CLBCatQ.DLL
0x000007fefc960000 - 0x000007fefca37000 C:Windowssystem32OLEAUT32.dll
0x000000006d6a0000 - 0x000000006d6b7000 C:Program FilesJavajdk1.6.0_22jrebinnet.dll
0x000007fefcd30000 - 0x000007fefcd7d000 C:Windowssystem32WS2_32.dll
0x000007fefcc80000 - 0x000007fefcc88000 C:Windowssystem32NSI.dll
0x000007fefbb70000 - 0x000007fefbbc4000 C:Windowssystem32mswsock.dll
0x000007fefbb60000 - 0x000007fefbb67000 C:WindowsSystem32wship6.dll
0x000000006d6c0000 - 0x000000006d6cb000 C:Program FilesJavajdk1.6.0_22jrebinnio.dll
0x000007fef9bf0000 - 0x000007fef9c17000 C:Windowssystem32iphlpapi.dll
0x000007fef9be0000 - 0x000007fef9beb000 C:Windowssystem32WINNSI.DLL
0x000007fef9820000 - 0x000007fef9831000 C:Windowssystem32dhcpcsvc6.DLL
0x000007fef9800000 - 0x000007fef9818000 C:Windowssystem32dhcpcsvc.DLL
0x000007fefb4f0000 - 0x000007fefb4f7000 C:WindowsSystem32wshtcpip.dll
0x000007fefbbd0000 - 0x000007fefbbe7000 C:Windowssystem32CRYPTSP.dll
0x000007fefb8d0000 - 0x000007fefb917000 C:Windowssystem32rsaenh.dll
0x000007fefb600000 - 0x000007fefb61e000 C:Windowssystem32USERENV.dll
0x000007fefc300000 - 0x000007fefc30f000 C:Windowssystem32profapi.dll
0x000007fefa190000 - 0x000007fefa1a5000 C:Windowssystem32NLAapi.dll
0x000007fefb9f0000 - 0x000007fefba4b000 C:Windowssystem32DNSAPI.dll
0x000007fef36b0000 - 0x000007fef36bb000 C:WindowsSystem32winrnr.dll
0x000007fef3670000 - 0x000007fef3685000 C:Windowssystem32napinsp.dll
0x000007fef3510000 - 0x000007fef3529000 C:Windowssystem32pnrpnsp.dll
0x000007fef93c0000 - 0x000007fef93ee000 C:Program FilesCommon FilesMicrosoft SharedWindows LiveWLIDNSP.DLL
0x000007fefd100000 - 0x000007fefd171000 C:Windowssystem32SHLWAPI.dll
0x0000000073840000 - 0x0000000073875000 C:Program FilesBonjourmdnsNSP.dll
0x000007fef93b0000 - 0x000007fef93b8000 C:Windowssystem32rasadhlp.dll
0x000007fef99e0000 - 0x000007fef9a33000 C:WindowsSystem32fwpuclnt.dll
0x000000006d0a0000 - 0x000000006d263000 C:Program FilesJavajdk1.6.0_22jrebinawt.dll
0x000007fef8f70000 - 0x000007fef8fe0000 C:Windowssystem32WINSPOOL.DRV
0x000007fefd920000 - 0x000007fefe6a6000 C:Windowssystem32SHELL32.dll
0x000007fefaae0000 - 0x000007fefacd4000 C:WindowsWinSxSamd64_microsoft.windows.common-controls_6595b64144ccf1df_6.0.7600.16661_none_fa62ad231704eab7COMCTL32.dll
0x000007fefa650000 - 0x000007fefa668000 C:Windowssystem32DWMAPI.DLL
0x000000006d340000 - 0x000000006d3a6000 C:Program FilesJavajdk1.6.0_22jrebinfontmanager.dll
0x000007feeacc0000 - 0x000007feeaebf000 C:Windowssystem32d3d9.dll
0x000007fefb3d0000 - 0x000007fefb3dc000 C:Windowssystem32VERSION.dll
0x000007fefafe0000 - 0x000007fefafe7000 C:Windowssystem32d3d8thk.dll
0x0000000067530000 - 0x00000000675cf000 C:Windowssystem32aticfx64.dll
0x000007fefaab0000 - 0x000007fefaabd000 C:Windowssystem32atiu9p64.dll
0x0000000065670000 - 0x0000000065b78000 C:Windowssystem32atiumd64.dll
0x0000000065d60000 - 0x000000006608c000 C:Windowssystem32atiumd6a.dll
0x0000000180000000 - 0x0000000180037000 D:benJMPplatformmoduleslibamd64jnidispatch.dll
0x000007fefaa30000 - 0x000007fefaa86000 C:Windowssystem32UxTheme.dll
0x000007fefd610000 - 0x000007fefd7e7000 C:Windowssystem32SETUPAPI.dll
0x000007fefc690000 - 0x000007fefc6c6000 C:Windowssystem32CFGMGR32.dll
0x000007fefc630000 - 0x000007fefc64a000 C:Windowssystem32DEVOBJ.dll
0x000007fefb000000 - 0x000007fefb12c000 C:Windowssystem32propsys.dll
0x000007fefa4b0000 - 0x000007fefa4dd000 C:Windowssystem32ntmarta.dll
0x000007fefd010000 - 0x000007fefd060000 C:Windowssystem32WLDAP32.dll
0x000007fefc1d0000 - 0x000007fefc227000 C:Windowssystem32apphelp.dll
0x000007feeb0c0000 - 0x000007feeb25c000 C:Windowssystem32NetworkExplorer.dll
0x000007fef8230000 - 0x000007fef8263000 C:WindowsSystem32shdocvw.dll
0x000007fefa100000 - 0x000007fefa10b000 C:Windowssystem32slc.dll
0x000007fefa4e0000 - 0x000007fefa60a000 C:Windowssystem32WindowsCodecs.dll
0x0000000038950000 - 0x000000003896b000 C:Program FilesCommon FilesTortoiseOverlaysTortoiseOverlays.dll
0x0000000038980000 - 0x0000000038990000 D:benturtoisebinTortoiseStub.dll
0x000000003f8e0000 - 0x000000003f9de000 D:benturtoisebinTortoiseSVN.dll
0x000007fef86a0000 - 0x000007fef86a7000 C:Windowssystem32SHFOLDER.dll
0x000007fefd7f0000 - 0x000007fefd91c000 C:Windowssystem32WININET.dll
0x000007fefc7e0000 - 0x000007fefc959000 C:Windowssystem32urlmon.dll
0x000007fefc420000 - 0x000007fefc586000 C:Windowssystem32CRYPT32.dll
0x000007fefc3a0000 - 0x000007fefc3af000 C:Windowssystem32MSASN1.dll
0x000007fefd180000 - 0x000007fefd3d9000 C:Windowssystem32iertutil.dll
0x000000006eec0000 - 0x000000006eeea000 D:benturtoisebinlibapr_tsvn.dll
0x0000000073390000 - 0x000000007342d000 C:WindowsWinSxSamd64_microsoft.vc90.crt_1fc8b3b9a1e18e3b_9.0.30729.4926_none_08e1a05ba83fe554MSVCR90.dll
0x000000006ee60000 - 0x000000006ee9d000 D:benturtoisebinlibaprutil_tsvn.dll
0x0000000039660000 - 0x0000000039677000 D:benturtoisebinintl3_tsvn.dll
0x00000000732b0000 - 0x0000000073383000 C:WindowsWinSxSamd64_microsoft.vc90.crt_1fc8b3b9a1e18e3b_9.0.30729.4926_none_08e1a05ba83fe554MSVCP90.dll
0x0000000039690000 - 0x00000000396ac000 C:UsersIvanAppDataRoamingDropboxbinDropboxExt64.13.dll
0x000007fef8570000 - 0x000007fef8695000 C:Windowssystem32dbghelp.dll
0x000007fef84d0000 - 0x000007fef8566000 C:Windowssystem32msvcp60.dll
0x000007fef8490000 - 0x000007fef84c5000 C:Windowssystem32EhStorShell.dll
0x000007fef8410000 - 0x000007fef848e000 C:WindowsSystem32cscui.dll
0x000007fef8400000 - 0x000007fef840c000 C:WindowsSystem32CSCDLL.dll
0x000007fef86b0000 - 0x000007fef86bf000 C:Windowssystem32CSCAPI.dll
0x000007fef9370000 - 0x000007fef9388000 C:Windowssystem32MPR.dll
0x000007fef7140000 - 0x000007fef714a000 C:WindowsSystem32drprov.dll
0x000007fefb6d0000 - 0x000007fefb70d000 C:WindowsSystem32WINSTA.dll
0x000007fef7110000 - 0x000007fef7132000 C:WindowsSystem32ntlanman.dll
0x000007fef6fd0000 - 0x000007fef6fec000 C:WindowsSystem32davclnt.dll
0x000007fef7150000 - 0x000007fef715a000 C:WindowsSystem32DAVHLPR.dll
0x000007fefa050000 - 0x000007fefa065000 C:Windowssystem32wkscli.dll
0x000007fefa360000 - 0x000007fefa36c000 C:Windowssystem32netutils.dll
0x000007feeaa40000 - 0x000007feeacb1000 C:Windowssystem32wpdshext.dll
0x000007fefa810000 - 0x000007fefaa25000 C:WindowsWinSxSamd64_microsoft.windows.gdiplus_6595b64144ccf1df_1.1.7600.16385_none_2b4f45e87195fcc4gdiplus.dll
0x000007fef5950000 - 0x000007fef5a0d000 C:Windowssystem32PortableDeviceApi.dll
0x000007fefc650000 - 0x000007fefc68a000 C:Windowssystem32WINTRUST.dll
0x000007fef7090000 - 0x000007fef70b7000 C:Windowssystem32EhStorAPI.dll
0x000007fef8220000 - 0x000007fef822c000 C:Windowssystem32LINKINFO.dll
0x000007fefbfe0000 - 0x000007fefbfeb000 C:Windowssystem32Secur32.dll
0x000007fefc1a0000 - 0x000007fefc1c5000 C:Windowssystem32SSPICLI.DLL
0x000007fef9e70000 - 0x000007fef9e84000 C:Windowssystem32samcli.dll
0x000007fefaa90000 - 0x000007fefaaad000 C:Windowssystem32SAMLIB.dll
0x0000000041880000 - 0x00000000418d0000 C:UsersIvan.jmonkeyplatformlwjgl64.dll
0x000007feeb5e0000 - 0x000007feeb6fd000 C:Windowssystem32OPENGL32.dll
0x000007fef5540000 - 0x000007fef556d000 C:Windowssystem32GLU32.dll
0x000007fef3740000 - 0x000007fef3831000 C:Windowssystem32DDRAW.dll
0x000007fef5530000 - 0x000007fef5538000 C:Windowssystem32DCIMAN32.dll
0x000000006d490000 - 0x000000006d497000 C:Program FilesJavajdk1.6.0_22jrebinjawt.dll
0x000007fef5520000 - 0x000007fef5528000 C:Windowssystem32atig6pxx.dll
0x0000000069030000 - 0x000000006a4dc000 C:Windowssystem32atio6axx.dll
0x000007fef5400000 - 0x000007fef540a000 C:Windowssystem32atig6txx.dll
0x00000000418d0000 - 0x0000000041927000 C:Windowssystem32atiadlxx.dll
0x00000000424e0000 - 0x0000000042533000 C:UsersIvan.jmonkeyplatformOpenAL64.dll
0x000007fef6080000 - 0x000007fef6108000 C:Windowssystem32dsound.dll
VM Arguments:
jvm_args: -Xms24m -Xmx512m -XX:PermSize=256m -Djdk.home=C:Program FilesJavajdk1.6.0_22 -Dnetbeans.home=D:benJMPplatform -Dnetbeans.user=C:UsersIvanAppDataRoaming.jmonkeyplatformdev -XX:+HeapDumpOnOutOfMemoryError -XX:HeapDumpPath=C:UsersIvanAppDataRoaming.jmonkeyplatformdevvarlogheapdump.hprof -Dnetbeans.system_http_proxy=DIRECT -Dsun.awt.keepWorkingSetOnMinimize=true -Dnetbeans.dirs=D:benJMPjmonkeyplatform;D:benJMPharness;D:benJMPide;D:benJMPjava
java_command: org/netbeans/Main --branding jmonkeyplatform
Launcher Type: SUN_STANDARD
Environment Variables:
CLASSPATH=.;C:Program Files (x86)Javajre6libextQTJava.zip
PATH=D:benMy Dropboxback to cretatiousScripts;D:benMy Dropboxback to cretatious;C:Program FilesCommon FilesMicrosoft SharedWindows Live;C:Program Files (x86)Common FilesMicrosoft SharedWindows Live;C:Program Files (x86)NVIDIA CorporationPhysXCommon;C:Program Files (x86)ATI Streambinx86_64;C:Program Files (x86)ATI Streambinx86;C:Windowssystem32;C:Windows;C:WindowsSystem32Wbem;C:WindowsSystem32WindowsPowerShellv1.0;C:Program Files (x86)Universal Extractor;C:Program Files (x86)Universal Extractorbin;C:Program Files (x86)ATI TechnologiesATI.ACECore-Static;C:Program FilesJavajdk1.6.0_22bin;C:Program Files (x86)Windows LiveShared;D:benturtoisebin;C:Program Files (x86)QuickTimeQTSystem;C:UsersIvanAppDataRoamingPythonScripts
USERNAME=Ivan
OS=Windows_NT
PROCESSOR_IDENTIFIER=Intel64 Family 6 Model 30 Stepping 5, GenuineIntel
S Y S T E M
OS: Windows 7 Build 7600
CPU:total 8 (8 cores per cpu, 2 threads per core) family 6 model 30 stepping 5, cmov, cx8, fxsr, mmx, sse, sse2, sse3, ssse3, sse4.1, sse4.2, popcnt, ht
Memory: 4k page, physical 4189688k(1665184k free), swap 8377480k(5255356k free)
vm_info: Java HotSpot(TM) 64-Bit Server VM (17.1-b03) for windows-amd64 JRE (1.6.0_22-b04), built on Sep 15 2010 00:45:56 by "java_re" with MS VC++ 8.0 (VS2005)
time: Fri Mar 18 23:05:40 2011
elapsed time: 1586 seconds
[/patch]
dgeronimo said:
thanks rickard!
I undocked the sceneviewer and closed it, now it's working :)
How were you able to do this, I cannot get past the error message.
randin said:
How were you able to do this, I cannot get past the error message.
Me too. Gues we just have to wait until the next update.
I had to delete the installation and then I reinstalled it, directly after the fresh installation, you just right click the tab of sceneviewer and click undock or something like that
I don’t know if waiting for updates is going to work, because I think you won’t be able to click the updates icon/popup
Here’s something that seems to work:
- Find your JMP folder (on Win 7 it’s probably “User/AppData/Roaming/.jmonkeyplatform”)
- Browse to “dev/modules”.
- Rename the modules that were modified yesterday: com-jme3-gde-core-baselibs.jar, com-jme3-gde-project-baselibs.jar, com-jme3-gde-templates-tests.jar
JMP will now launch and update the missing modules.
dgeronimo said:
I had to delete the installation and then I reinstalled it, directly after the fresh installation, you just right click the tab of sceneviewer and click undock or something like that
I don't know if waiting for updates is going to work, because I think you won't be able to click the updates icon/popup
Heh, ah, I got impatient and ended up reinstalling soon after I wrote my question.
This problem just came back!
I have just updated JMP after reinstalling and i just got the same problem again.
Has enybody got the same problem again or is it just me?
Hello, i have downloaded the jmonkeysdk from http://hub.jmonkeyengine.org/downloads/ for Windows and installed it. When i launch the IDE, it generates error "Error opening OpenGL Window.
And now when i create new project and try to run it, it crashes after showing me the settings screen (as soon as i click Ok on the settings screen).
Here is the exception that is being thrown.
SEVERE: Uncaught exception thrown in Thread[LWJGL Renderer Thread,5,main]
java.lang.UnsupportedOperationException: GLSL and OpenGL2 is required for the LWJGL renderer!
at com.jme3.renderer.lwjgl.LwjglRenderer.initialize(LwjglRenderer.java:203)
at com.jme3.system.lwjgl.LwjglContext.initContextFirstTime(LwjglContext.java:136)
at com.jme3.system.lwjgl.LwjglContext.internalCreate(LwjglContext.java:173)
at com.jme3.system.lwjgl.LwjglAbstractDisplay.initInThread(LwjglAbstractDisplay.java:128)
at com.jme3.system.lwjgl.LwjglAbstractDisplay.run(LwjglAbstractDisplay.java:205)
at java.lang.Thread.run(Thread.java:722)
Dec 12, 2011 8:53:26 PM com.jme3.renderer.lwjgl.LwjglRenderer cleanup
INFO: Deleting objects and invalidating state
Exception: java.lang.NullPointerException thrown from the UncaughtExceptionHandler in thread "LWJGL Renderer Thread"
Kindly help me, what i need to do, in order to solve this.
Thanks
same problem on Ubuntu 10.04