The whole JVM crashes when running a JME project after editing a J3MD file

Hi there, I’m getting a crash after editing a material definition file, the one you see right there in the screenshot. The whole JVM crashes it seems.

At first, AS USUAL when I pressed CONTROL-S to save the file, JME hung up for 3 seconds then free’d up and I launched the file, then it said it couldn’t save the file. I quit and tried to save again and it did not hang up and saved it because I could and still can close the file and reopen it and my changes are there. But after that, it always crashes, unless I revert my changes. Maybe it’s the code that’s wrong or maybe something very weird happened when I tried to save the file.

Screenshot:

inb4 stupid AMD chipset lol… I know I know…

[java]

A fatal error has been detected by the Java Runtime Environment:

EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x00000000637b1963, pid=2392, tid=6456

JRE version: Java™ SE Runtime Environment (7.0_51-b13) (build 1.7.0_51-b13)

Java VM: Java HotSpot™ 64-Bit Server VM (24.51-b03 mixed mode windows-amd64 compressed oops)

Problematic frame:

C [atio6axx.dll+0x81963]

Failed to write core dump. Minidumps are not enabled by default on client versions of Windows

If you would like to submit a bug report, please visit:

http://bugreport.sun.com/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 (0x0000000012bbc800): JavaThread “LWJGL Renderer Thread” [_thread_in_native, id=6456, stack(0x00000000160f0000,0x00000000161f0000)]

siginfo: ExceptionCode=0xc0000005, reading address 0x000000001eac1030

Registers:
RAX=0x000000001eac1040, RBX=0x000000001fcd0000, RCX=0x000000001eac1030, RDX=0x000000001eac1000
RSP=0x00000000161ed680, RBP=0x00000000161ed7b0, RSI=0x000000001711a230, RDI=0x0000000000023fa2
R8 =0x0000000000000000, R9 =0x0000000000024000, R10=0x0000000020ecd080, R11=0x000000001d8c3f40
R12=0x00000000161edb50, R13=0x0000000000001500, R14=0x00000000171470c8, R15=0x000000001fcd0000
RIP=0x00000000637b1963, EFLAGS=0x0000000000010203

Top of Stack: (sp=0x00000000161ed680)
0x00000000161ed680: 00000000170df3a0 0000000000000001
0x00000000161ed690: 0000000017a6bd70 0000000017a6bd70
0x00000000161ed6a0: 00000000161edfc0 000000006416ad87
0x00000000161ed6b0: 0000000017a6bd70 0000000000000000
0x00000000161ed6c0: 00000000171470c8 00000000170df3a0
0x00000000161ed6d0: 00000000161ed700 0000000000000000
0x00000000161ed6e0: 000000003f800000 0000000000000001
0x00000000161ed6f0: 0000000077075430 0000000000000000
0x00000000161ed700: 0000000000000170 0000000000190000
0x00000000161ed710: 0000000100000101 0000000000001500
0x00000000161ed720: 000000001fcd0000 0000000000000000
0x00000000161ed730: 0000001200000008 0000000000004800
0x00000000161ed740: 000000001711a230 0000000000199790
0x00000000161ed750: 0000480000000000 0000000100000400
0x00000000161ed760: 0000000000000001 ffffffffffffffff
0x00000000161ed770: 0000000000000000 0000000000000000

Instructions: (pc=0x00000000637b1963)
0x00000000637b1943: 48 30 f3 41 0f 7f 02 f3 41 0f 7f 5a 10 48 8d 80
0x00000000637b1953: 80 00 00 00 f3 41 0f 7f 52 20 f3 41 0f 7f 4a 30
0x00000000637b1963: f3 0f 6f 09 49 8d 4a 70 4d 8d 92 80 00 00 00 f3
0x00000000637b1973: 0f 6f 58 d0 f3 0f 6f 50 e0 f3 0f 6f 02 f3 41 0f

Register to memory mapping:

RAX=0x000000001eac1040 is an unknown value
RBX=0x000000001fcd0000 is an unknown value
RCX=0x000000001eac1030 is an unknown value
RDX=0x000000001eac1000 is an unknown value
RSP=0x00000000161ed680 is pointing into the stack for thread: 0x0000000012bbc800
RBP=0x00000000161ed7b0 is pointing into the stack for thread: 0x0000000012bbc800
RSI=0x000000001711a230 is an unknown value
RDI=0x0000000000023fa2 is an unknown value
R8 =0x0000000000000000 is an unknown value
R9 =0x0000000000024000 is an unknown value
R10=0x0000000020ecd080 is an unknown value
R11=0x000000001d8c3f40 is an unknown value
R12=0x00000000161edb50 is pointing into the stack for thread: 0x0000000012bbc800
R13=0x0000000000001500 is an unknown value
R14=0x00000000171470c8 is an unknown value
R15=0x000000001fcd0000 is an unknown value

Stack: [0x00000000160f0000,0x00000000161f0000], sp=0x00000000161ed680, free space=1013k
Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
C [atio6axx.dll+0x81963]

Java frames: (J=compiled Java code, j=interpreted, Vv=VM code)
j org.lwjgl.opengl.EXTFramebufferObject.nglGenerateMipmapEXT(IJ)V+0
j org.lwjgl.opengl.EXTFramebufferObject.glGenerateMipmapEXT(I)V+15
j com.jme3.renderer.lwjgl.LwjglRenderer.updateTexImageData(Lcom/jme3/texture/Image;Lcom/jme3/texture/Texture$Type;I)V+679
J com.jme3.renderer.lwjgl.LwjglRenderer.setTexture(ILcom/jme3/texture/Texture;)V
j com.jme3.material.Material.preload(Lcom/jme3/renderer/RenderManager;)V+80
j mygame.MaterialsFactory.createTerrainMaterial()V+280
j mygame.MaterialsFactory.<init>(Lmygame/Main;)V+25
j mygame.Main.start_game_after_nifty()V+12
j mygame.Main.simpleUpdate(F)V+187
j com.jme3.app.SimpleApplication.update()V+44
j com.jme3.system.lwjgl.LwjglAbstractDisplay.runLoop()V+22
j com.jme3.system.lwjgl.LwjglDisplay.runLoop()V+67
j com.jme3.system.lwjgl.LwjglAbstractDisplay.run()V+132
j java.lang.Thread.run()V+11
v ~StubRoutines::call_stub

--------------- P R O C E S S ---------------

Java Threads: ( => current thread )
0x0000000012ddd800 JavaThread “jME3 Audio Thread” daemon [_thread_blocked, id=5972, stack(0x0000000017a70000,0x0000000017b70000)]
0x000000000222e800 JavaThread “DestroyJavaVM” [_thread_blocked, id=5724, stack(0x0000000002480000,0x0000000002580000)]
=>0x0000000012bbc800 JavaThread “LWJGL Renderer Thread” [_thread_in_native, id=6456, stack(0x00000000160f0000,0x00000000161f0000)]
0x0000000010df9800 JavaThread “AWT-Windows” daemon [_thread_in_native, id=7484, stack(0x0000000013670000,0x0000000013770000)]
0x0000000010cfe000 JavaThread “Java2D Disposer” daemon [_thread_blocked, id=6156, stack(0x0000000013400000,0x0000000013500000)]
0x0000000010bef000 JavaThread “Service Thread” daemon [_thread_blocked, id=7256, stack(0x0000000012650000,0x0000000012750000)]
0x000000000fb39800 JavaThread “C2 CompilerThread1” daemon [_thread_blocked, id=8152, stack(0x0000000012760000,0x0000000012860000)]
0x000000000fb34800 JavaThread “C2 CompilerThread0” daemon [_thread_blocked, id=8144, stack(0x00000000124f0000,0x00000000125f0000)]
0x000000000fb33800 JavaThread “Attach Listener” daemon [_thread_blocked, id=6868, stack(0x0000000012370000,0x0000000012470000)]
0x000000000fb33000 JavaThread “Signal Dispatcher” daemon [_thread_blocked, id=6996, stack(0x0000000012160000,0x0000000012260000)]
0x000000000fb26800 JavaThread “Finalizer” daemon [_thread_blocked, id=7880, stack(0x0000000011f50000,0x0000000012050000)]
0x000000000fb20000 JavaThread “Reference Handler” daemon [_thread_blocked, id=6252, stack(0x0000000011d90000,0x0000000011e90000)]

Other Threads:
0x000000000fb1c800 VMThread [stack: 0x0000000011be0000,0x0000000011ce0000] [id=5100]
0x0000000010bf8000 WatcherThread [stack: 0x00000000129f0000,0x0000000012af0000] [id=4208]

VM state:not at safepoint (normal execution)

VM Mutex/Monitor currently owned by a thread: None

Heap
PSYoungGen total 76800K, used 50891K [0x00000007aad00000, 0x00000007b0280000, 0x0000000800000000)
eden space 66048K, 63% used [0x00000007aad00000,0x00000007ad5fd8a8,0x00000007aed80000)
from space 10752K, 82% used [0x00000007aed80000,0x00000007af635430,0x00000007af800000)
to space 10752K, 0% used [0x00000007af800000,0x00000007af800000,0x00000007b0280000)
ParOldGen total 175104K, used 16K [0x0000000700800000, 0x000000070b300000, 0x00000007aad00000)
object space 175104K, 0% used [0x0000000700800000,0x0000000700804000,0x000000070b300000)
PSPermGen total 21504K, used 14812K [0x00000006fb600000, 0x00000006fcb00000, 0x0000000700800000)
object space 21504K, 68% used [0x00000006fb600000,0x00000006fc4771d0,0x00000006fcb00000)

Card table byte_map: [0x0000000005580000,0x0000000005db0000] byte_map_base: 0x0000000001da5000

Polling page: 0x0000000001c60000

Code Cache [0x0000000002580000, 0x00000000027f0000, 0x0000000005580000)
total_blobs=1036 nmethods=496 adapters=493 free_code_cache=47616Kb largest_free_block=48717568

Compilation events (10 events):
Event: 2.705 Thread 0x000000000fb39800 nmethod 492 0x00000000026f9d50 code [0x00000000026f9e80, 0x00000000026f9f38]
Event: 2.705 Thread 0x000000000fb39800 493 de.lessvoid.nifty.effects.EffectManager::begin (70 bytes)
Event: 2.709 Thread 0x000000000fb34800 nmethod 487 0x0000000002705110 code [0x00000000027053e0, 0x00000000027076f0]
Event: 2.709 Thread 0x000000000fb34800 494 java.nio.HeapByteBuffer::ix (7 bytes)
Event: 2.709 Thread 0x000000000fb34800 nmethod 494 0x00000000026f9b50 code [0x00000000026f9c80, 0x00000000026f9cd8]
Event: 2.709 Thread 0x000000000fb34800 495 java.lang.StringBuilder::append (8 bytes)
Event: 2.712 Thread 0x000000000fb34800 nmethod 495 0x00000000026fe550 code [0x00000000026fe6a0, 0x00000000026fe978]
Event: 2.724 Thread 0x000000000fb39800 nmethod 493 0x00000000026fa610 code [0x00000000026fa800, 0x00000000026fb0a0]
Event: 2.927 Thread 0x000000000fb34800 496 java.nio.Buffer::capacity (5 bytes)
Event: 2.927 Thread 0x000000000fb34800 nmethod 496 0x00000000026febd0 code [0x00000000026fed00, 0x00000000026fed58]

GC Heap History (2 events):
Event: 2.713 GC heap before
{Heap before GC invocations=1 (full 0):
PSYoungGen total 76800K, used 55860K [0x00000007aad00000, 0x00000007b0280000, 0x0000000800000000)
eden space 66048K, 84% used [0x00000007aad00000,0x00000007ae38d380,0x00000007aed80000)
from space 10752K, 0% used [0x00000007af800000,0x00000007af800000,0x00000007b0280000)
to space 10752K, 0% used [0x00000007aed80000,0x00000007aed80000,0x00000007af800000)
ParOldGen total 175104K, used 0K [0x0000000700800000, 0x000000070b300000, 0x00000007aad00000)
object space 175104K, 0% used [0x0000000700800000,0x0000000700800000,0x000000070b300000)
PSPermGen total 21504K, used 14793K [0x00000006fb600000, 0x00000006fcb00000, 0x0000000700800000)
object space 21504K, 68% used [0x00000006fb600000,0x00000006fc472568,0x00000006fcb00000)
Event: 2.723 GC heap after
Heap after GC invocations=1 (full 0):
PSYoungGen total 76800K, used 8917K [0x00000007aad00000, 0x00000007b0280000, 0x0000000800000000)
eden space 66048K, 0% used [0x00000007aad00000,0x00000007aad00000,0x00000007aed80000)
from space 10752K, 82% used [0x00000007aed80000,0x00000007af635430,0x00000007af800000)
to space 10752K, 0% used [0x00000007af800000,0x00000007af800000,0x00000007b0280000)
ParOldGen total 175104K, used 16K [0x0000000700800000, 0x000000070b300000, 0x00000007aad00000)
object space 175104K, 0% used [0x0000000700800000,0x0000000700804000,0x000000070b300000)
PSPermGen total 21504K, used 14793K [0x00000006fb600000, 0x00000006fcb00000, 0x0000000700800000)
object space 21504K, 68% used [0x00000006fb600000,0x00000006fc472568,0x00000006fcb00000)
}

Deoptimization events (10 events):
Event: 2.708 Thread 0x0000000012bbc800 Uncommon trap: reason=array_check action=maybe_recompile pc=0x000000000267767c method=java.util.AbstractCollection.toArray([Ljava/lang/Object;)[Ljava/lang/Object; @ 119
Event: 2.708 Thread 0x0000000012bbc800 Uncommon trap: reason=array_check action=maybe_recompile pc=0x000000000267767c method=java.util.AbstractCollection.toArray([Ljava/lang/Object;)[Ljava/lang/Object; @ 119
Event: 2.708 Thread 0x0000000012bbc800 Uncommon trap: reason=array_check action=maybe_recompile pc=0x000000000267767c method=java.util.AbstractCollection.toArray([Ljava/lang/Object;)[Ljava/lang/Object; @ 119
Event: 2.709 Thread 0x0000000012bbc800 Uncommon trap: reason=array_check action=maybe_recompile pc=0x000000000267767c method=java.util.AbstractCollection.toArray([Ljava/lang/Object;)[Ljava/lang/Object; @ 119
Event: 2.710 Thread 0x0000000012bbc800 Uncommon trap: reason=null_check action=make_not_entrant pc=0x00000000026e6594 method=com.jme3.material.Material.getParam(Ljava/lang/String;)Lcom/jme3/material/MatParam; @ 8
Event: 2.710 Thread 0x0000000012bbc800 Uncommon trap: reason=null_check action=make_not_entrant pc=0x00000000026e4e24 method=com.jme3.material.Material.getParam(Ljava/lang/String;)Lcom/jme3/material/MatParam; @ 8
Event: 2.731 Thread 0x000000000fb26800 Uncommon trap: reason=unreached action=reinterpret pc=0x00000000026c2158 method=java.util.ArrayDeque.pollFirst()Ljava/lang/Object; @ 13
Event: 2.925 Thread 0x0000000012bbc800 Uncommon trap: reason=null_check action=make_not_entrant pc=0x00000000026ef09c method=com.jme3.material.Material.getTextureParam(Ljava/lang/String;)Lcom/jme3/material/MatParamTexture; @ 8
Event: 2.926 Thread 0x0000000012bbc800 Uncommon trap: reason=null_check action=make_not_entrant pc=0x00000000026babf0 method=com.jme3.material.TechniqueDef.getShaderParamDefine(Ljava/lang/String;)Ljava/lang/String; @ 17
Event: 2.927 Thread 0x0000000012bbc800 Uncommon trap: reason=null_check action=make_not_entrant pc=0x00000000026a597c method=com.jme3.shader.Shader.getUniform(Ljava/lang/String;)Lcom/jme3/shader/Uniform; @ 8

Internal exceptions (10 events):
Event: 1.476 Thread 0x0000000012bbc800 Threw 0x00000007adc62350 at C:\re\jdk7u51\527\hotspot\src\share\vm\prims\jvm.cpp:1244
Event: 1.907 Thread 0x0000000012bbc800 Threw 0x00000007adced9f0 at C:\re\jdk7u51\527\hotspot\src\share\vm\prims\jvm.cpp:1244
Event: 1.908 Thread 0x0000000012bbc800 Threw 0x00000007adcf7238 at C:\re\jdk7u51\527\hotspot\src\share\vm\prims\jvm.cpp:1244
Event: 1.908 Thread 0x0000000012bbc800 Threw 0x00000007adcf9cc0 at C:\re\jdk7u51\527\hotspot\src\share\vm\prims\jvm.cpp:1244
Event: 1.908 Thread 0x0000000012bbc800 Threw 0x00000007adcfc800 at C:\re\jdk7u51\527\hotspot\src\share\vm\prims\jvm.cpp:1244
Event: 1.909 Thread 0x0000000012bbc800 Threw 0x00000007add04be8 at C:\re\jdk7u51\527\hotspot\src\share\vm\prims\jvm.cpp:1244
Event: 1.909 Thread 0x0000000012bbc800 Threw 0x00000007add09ce0 at C:\re\jdk7u51\527\hotspot\src\share\vm\prims\jvm.cpp:1244
Event: 2.699 Thread 0x0000000012bbc800 Threw 0x00000007ae2a7b60 at C:\re\jdk7u51\527\hotspot\src\share\vm\prims\jvm.cpp:1244
Event: 2.701 Thread 0x0000000012bbc800 Threw 0x00000007ae2aebd8 at C:\re\jdk7u51\527\hotspot\src\share\vm\prims\jvm.cpp:1244
Event: 2.935 Thread 0x0000000012bbc800 Threw 0x00000007ad5ee5c0 at C:\re\jdk7u51\527\hotspot\src\share\vm\prims\jvm.cpp:1244

Events (10 events):
Event: 2.925 Thread 0x0000000012bbc800 DEOPT PACKING pc=0x00000000026ef09c sp=0x00000000161eec10
Event: 2.925 Thread 0x0000000012bbc800 DEOPT UNPACKING pc=0x00000000025b9064 sp=0x00000000161eeb00 mode 2
Event: 2.926 Thread 0x0000000012bbc800 Uncommon trap: trap_request=0xfffffff4 fr.pc=0x00000000026babf0
Event: 2.926 Thread 0x0000000012bbc800 DEOPT PACKING pc=0x00000000026babf0 sp=0x00000000161ee990
Event: 2.926 Thread 0x0000000012bbc800 DEOPT UNPACKING pc=0x00000000025b9064 sp=0x00000000161ee948 mode 2
Event: 2.927 Thread 0x0000000012bbc800 Uncommon trap: trap_request=0xfffffff4 fr.pc=0x00000000026a597c
Event: 2.927 Thread 0x0000000012bbc800 DEOPT PACKING pc=0x00000000026a597c sp=0x00000000161ee9a0
Event: 2.927 Thread 0x0000000012bbc800 DEOPT UNPACKING pc=0x00000000025b9064 sp=0x00000000161ee960 mode 2
Event: 2.935 loading class 0x0000000012dbe030
Event: 2.935 loading class 0x0000000012dbe030 done

Dynamic libraries:
0x000000013f660000 - 0x000000013f693000 C:\Program Files\jmonkeyplatform-nightly\jdk\bin\java.exe
0x0000000076f60000 - 0x0000000077109000 C:\Windows\SYSTEM32\ntdll.dll
0x0000000076d40000 - 0x0000000076e5f000 C:\Windows\system32\kernel32.dll
0x000007fefc120000 - 0x000007fefc18b000 C:\Windows\system32\KERNELBASE.dll
0x000007fefc670000 - 0x000007fefc74b000 C:\Windows\system32\ADVAPI32.dll
0x000007fefc430000 - 0x000007fefc4cf000 C:\Windows\system32\msvcrt.dll
0x000007fefe080000 - 0x000007fefe09f000 C:\Windows\SYSTEM32\sechost.dll
0x000007fefdcd0000 - 0x000007fefddfd000 C:\Windows\system32\RPCRT4.dll
0x0000000076e60000 - 0x0000000076f5a000 C:\Windows\system32\USER32.dll
0x000007fefdc30000 - 0x000007fefdc97000 C:\Windows\system32\GDI32.dll
0x000007fefe400000 - 0x000007fefe40e000 C:\Windows\system32\LPK.dll
0x000007fefd8b0000 - 0x000007fefd979000 C:\Windows\system32\USP10.dll
0x000007fefa7e0000 - 0x000007fefa9d4000 C:\Windows\WinSxS\amd64_microsoft.windows.common-controls_6595b64144ccf1df_6.0.7601.17514_none_fa396087175ac9ac\COMCTL32.dll
0x000007fefc230000 - 0x000007fefc2a1000 C:\Windows\system32\SHLWAPI.dll
0x000007fefdca0000 - 0x000007fefdcce000 C:\Windows\system32\IMM32.DLL
0x000007fefc560000 - 0x000007fefc669000 C:\Windows\system32\MSCTF.dll
0x0000000066b10000 - 0x0000000066be2000 C:\Program Files\jmonkeyplatform-nightly\jdk\jre\bin\msvcr100.dll
0x00000000670e0000 - 0x00000000678a9000 C:\Program Files\jmonkeyplatform-nightly\jdk\jre\bin\server\jvm.dll
0x000007fefa2d0000 - 0x000007fefa2d9000 C:\Windows\system32\WSOCK32.dll
0x000007fefde00000 - 0x000007fefde4d000 C:\Windows\system32\WS2_32.dll
0x000007fefc550000 - 0x000007fefc558000 C:\Windows\system32\NSI.dll
0x000007fef79e0000 - 0x000007fef7a1b000 C:\Windows\system32\WINMM.dll
0x0000000077130000 - 0x0000000077137000 C:\Windows\system32\PSAPI.DLL
0x0000000073c80000 - 0x0000000073c8f000 C:\Program Files\jmonkeyplatform-nightly\jdk\jre\bin\verify.dll
0x00000000737c0000 - 0x00000000737e8000 C:\Program Files\jmonkeyplatform-nightly\jdk\jre\bin\java.dll
0x00000000737a0000 - 0x00000000737b5000 C:\Program Files\jmonkeyplatform-nightly\jdk\jre\bin\zip.dll
0x0000000067d40000 - 0x0000000067ed5000 C:\Program Files\jmonkeyplatform-nightly\jdk\jre\bin\awt.dll
0x000007fefc350000 - 0x000007fefc427000 C:\Windows\system32\OLEAUT32.dll
0x000007fefd6a0000 - 0x000007fefd8a3000 C:\Windows\system32\ole32.dll
0x000007fefa2e0000 - 0x000007fefa2f8000 C:\Windows\system32\DWMAPI.DLL
0x000007fefa500000 - 0x000007fefa556000 C:\Windows\system32\uxtheme.dll
0x000007fefbc90000 - 0x000007fefbc9f000 C:\Windows\system32\CRYPTBASE.dll
0x000007fee44c0000 - 0x000007fee46bf000 C:\Windows\system32\d3d9.dll
0x000007fefaec0000 - 0x000007fefaecc000 C:\Windows\system32\VERSION.dll
0x000007fee44b0000 - 0x000007fee44b7000 C:\Windows\system32\d3d8thk.dll
0x000007fef7520000 - 0x000007fef766b000 C:\Windows\system32\aticfx64.dll
0x000007fee4450000 - 0x000007fee4471000 C:\Windows\system32\atiu9p64.dll
0x000007fee3ca0000 - 0x000007fee4441000 C:\Windows\system32\atiumd64.dll
0x00000000656b0000 - 0x0000000065de7000 C:\Windows\system32\atiumd6a.dll
0x000007fefb5d0000 - 0x000007fefb5e7000 C:\Windows\system32\CRYPTSP.dll
0x000007fefb2b0000 - 0x000007fefb2f7000 C:\Windows\system32\rsaenh.dll
0x000007fefb0a0000 - 0x000007fefb0be000 C:\Windows\system32\USERENV.dll
0x000007fefbd60000 - 0x000007fefbd6f000 C:\Windows\system32\profapi.dll
0x0000000073780000 - 0x0000000073799000 C:\Program Files\jmonkeyplatform-nightly\jdk\jre\bin\net.dll
0x000007fefb570000 - 0x000007fefb5c5000 C:\Windows\system32\mswsock.dll
0x000007fefb7f0000 - 0x000007fefb7f7000 C:\Windows\System32\wship6.dll
0x000007fef9880000 - 0x000007fef9895000 C:\Windows\system32\NLAapi.dll
0x000007fef9ba0000 - 0x000007fef9bb5000 C:\Windows\system32\napinsp.dll
0x000007fef9b80000 - 0x000007fef9b99000 C:\Windows\system32\pnrpnsp.dll
0x000007fefb3d0000 - 0x000007fefb42b000 C:\Windows\system32\DNSAPI.dll
0x000007fef9cf0000 - 0x000007fef9cfb000 C:\Windows\System32\winrnr.dll
0x000007fefaf90000 - 0x000007fefaf97000 C:\Windows\System32\wshtcpip.dll
0x000007fef9760000 - 0x000007fef9787000 C:\Windows\system32\IPHLPAPI.DLL
0x000007fef9750000 - 0x000007fef975b000 C:\Windows\system32\WINNSI.DLL
0x000007fef8a20000 - 0x000007fef8a28000 C:\Windows\system32\rasadhlp.dll
0x000007fef95e0000 - 0x000007fef9633000 C:\Windows\System32\fwpuclnt.dll
0x000000006b910000 - 0x000000006b921000 C:\Program Files\jmonkeyplatform-nightly\jdk\jre\bin\nio.dll
0x0000000180000000 - 0x0000000180064000 E:\Users\Ben\Documents\JME3\Test8\OpenAL64.dll
0x000007fefc750000 - 0x000007fefd4d8000 C:\Windows\system32\SHELL32.dll
0x0000000002400000 - 0x0000000002450000 E:\Users\Ben\Documents\JME3\Test8\lwjgl64.dll
0x000007fee1590000 - 0x000007fee16ad000 C:\Windows\system32\OPENGL32.dll
0x000007fef8260000 - 0x000007fef828d000 C:\Windows\system32\GLU32.dll
0x000007fee11d0000 - 0x000007fee12c1000 C:\Windows\system32\DDRAW.dll
0x000007fef9df0000 - 0x000007fef9df8000 C:\Windows\system32\DCIMAN32.dll
0x000007fefe0a0000 - 0x000007fefe277000 C:\Windows\system32\SETUPAPI.dll
0x000007fefbe10000 - 0x000007fefbe46000 C:\Windows\system32\CFGMGR32.dll
0x000007fefc0d0000 - 0x000007fefc0ea000 C:\Windows\system32\DEVOBJ.dll
0x000007fef9d20000 - 0x000007fef9d38000 C:\Windows\system32\atig6pxx.dll
0x0000000063730000 - 0x0000000065270000 C:\Windows\system32\atio6axx.dll
0x000007fef8ed0000 - 0x000007fef8fff000 C:\Windows\system32\atiadlxx.dll
0x000007fefa5b0000 - 0x000007fefa6dc000 C:\Windows\system32\PROPSYS.dll
0x000007fefaea0000 - 0x000007fefaeb1000 C:\Windows\system32\WTSAPI32.dll
0x000007fefbf00000 - 0x000007fefbf3a000 C:\Windows\system32\WINTRUST.dll
0x000007fefbf60000 - 0x000007fefc0cc000 C:\Windows\system32\CRYPT32.dll
0x000007fefbe00000 - 0x000007fefbe0f000 C:\Windows\system32\MSASN1.dll
0x000007fef8110000 - 0x000007fef8139000 C:\Windows\system32\atig6txx.dll
0x000007fee1ae0000 - 0x000007fee1b7c000 C:\Windows\system32\mscms.dll
0x000007fee1720000 - 0x000007fee1762000 C:\Windows\system32\icm32.dll
0x000007fefc2b0000 - 0x000007fefc349000 C:\Windows\system32\CLBCatQ.DLL
0x000007fefa6e0000 - 0x000007fefa72b000 C:\Windows\System32\MMDevApi.dll
0x000007fef49e0000 - 0x000007fef4a68000 C:\Windows\system32\dsound.dll
0x000007fefae70000 - 0x000007fefae9c000 C:\Windows\system32\POWRPROF.dll
0x000007fef4190000 - 0x000007fef41df000 C:\Windows\system32\AUDIOSES.DLL
0x0000000068140000 - 0x0000000068170000 C:\Program Files\jmonkeyplatform-nightly\jdk\jre\bin\jpeg.dll
0x000007feef690000 - 0x000007feef7b5000 C:\Windows\system32\dbghelp.dll

VM Arguments:
jvm_args: -Dfile.encoding=UTF-8 -Xms256m -XX:MaxDirectMemorySize=2048m
java_command: mygame.Main
Launcher Type: SUN_STANDARD

Environment Variables:
PATH=C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0;C:\Program Files (x86)\ATI Technologies\ATI.ACE\Core-Static;C:\Program Files\TortoiseSVN\bin
USERNAME=Ben
OS=Windows_NT
PROCESSOR_IDENTIFIER=AMD64 Family 21 Model 2 Stepping 0, AuthenticAMD

--------------- S Y S T E M ---------------

OS: Windows 7 , 64 bit Build 7601 Service Pack 1

CPU:total 8 (8 cores per cpu, 1 threads per core) family 21 model 2 stepping 0, cmov, cx8, fxsr, mmx, sse, sse2, sse3, ssse3, sse4.1, sse4.2, popcnt, avx, aes, mmxext, 3dnowpref, lzcnt, sse4a, tsc, tscinvbit, tscinv

Memory: 4k page, physical 16740980k(12014788k free), swap 16739116k(11427996k free)

vm_info: Java HotSpot™ 64-Bit Server VM (24.51-b03) for windows-amd64 JRE (1.7.0_51-b13), built on Dec 18 2013 18:40:56 by “java_re” with unknown MS VC++:1600

time: Mon May 12 19:01:10 2014
elapsed time: 3 seconds

[/java]

WELL, it didn’t take long for me to realize that the reason is that my current AMD card does not support non power of 2 textures and I was trying to feed the shader a rectangular texture strip. Damn me. I hope it helps someone. Case closed.

@.Ben. said: WELL, it didn't take long for me to realize that the reason is that my current AMD card does not support non power of 2 textures and I was trying to feed the shader a rectangular texture strip. Damn me. I hope it helps someone. Case closed.

Just a note: rectangular textures and non-power of two textures are completely different things. You can have rectangular textures that are still power of two.

@.Ben. said: At first, *AS USUAL* when I pressed CONTROL-S to save the file, JME hung up for 3 seconds then free'd up and I launched the file, then it said it couldn't save the file.
Yeah, that's my fault...something is wrong with j3md saving since I made the shader node editor. That's really annoying, I'm sorry, it needs to be fixed.