Defold crashes (SOLVED)

each time i want to open a project the editor crashes or gives me an error of missing dependencies like the ones in this screenshot, please help me solve this problem:

What does it say exactly? Can you post screenshots?

it just closes and creates one of these text scripts

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

EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x5c7695ed, pid=6904, tid=8148

JRE version: Java™ SE Runtime Environment (8.0_05-b13) (build 1.8.0_05-b13)

Java VM: Java HotSpot™ Client VM (25.5-b02 mixed mode windows-x86 )

Problematic frame:

C 0x5c7695ed

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 (0x018ec000): JavaThread “main” [_thread_in_native, id=8148, stack(0x00030000,0x00130000)]

siginfo: ExceptionCode=0xc0000005, reading address 0x00000000

Registers:
EAX=0x00000000, EBX=0x00000000, ECX=0x00000000, EDX=0x5b379238
ESP=0x0012e984, EBP=0x00000002, ESI=0x5b3be838, EDI=0x5b137dfc
EIP=0x5c7695ed, EFLAGS=0x00210246

Top of Stack: (sp=0x0012e984)
0x0012e984: 5b137dfc 0012ea94 5c8a790b ffffffff
0x0012e994: 5c7ca549 0012ea0c 5b379218 5b379238
0x0012e9a4: 0000000f 5b379238 5b379210 00000000
0x0012e9b4: 00000000 0012ea04 7554c0fc 00170000
0x0012e9c4: 00100000 7554c10d b298a227 5b3be880
0x0012e9d4: 5b3be87c 00000000 775f2a00 00000000
0x0012e9e4: 00000000 00000000 0012e9cc 00000000
0x0012e9f4: 0012ea28 755606bd c7de8933 fffffffe

Instructions: (pc=0x5c7695ed)
0x5c7695cd: 50 64 89 25 00 00 00 00 51 33 c0 85 d2 74 32 7e
0x5c7695dd: 75 83 fa 02 7f 70 8b 54 24 1c 8b 89 ec 75 00 00
0x5c7695ed: 8b 01 52 8b 54 24 1c 52 8b 54 24 1c 52 ff 50 04
0x5c7695fd: 8b 4c 24 04 64 89 0d 00 00 00 00 83 c4 10 c2 0c

Register to memory mapping:

EAX=0x00000000 is an unknown value
EBX=0x00000000 is an unknown value
ECX=0x00000000 is an unknown value
EDX=0x5b379238 is an unknown value
ESP=0x0012e984 is pointing into the stack for thread: 0x018ec000
EBP=0x00000002 is an unknown value
ESI=0x5b3be838 is an unknown value
EDI=0x5b137dfc is an unknown value

Stack: [0x00030000,0x00130000], sp=0x0012e984, free space=1018k
Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
C 0x5c7695ed

Java frames: (J=compiled Java code, j=interpreted, Vv=VM code)
j jogamp.opengl.gl4.GL4bcImpl.dispatch_glLinkProgram1(IJ)V+0
j jogamp.opengl.gl4.GL4bcImpl.glLinkProgram(I)V+34
j com.dynamo.cr.sceneed.ui.util.Shader.load(Ljavax/media/opengl/GL2;Lorg/osgi/framework/Bundle;Ljava/lang/String;)V+127
j com.dynamo.cr.tileeditor.scene.AtlasRenderer.loadShader(Ljavax/media/opengl/GL2;Ljava/lang/String;)Lcom/dynamo/cr/sceneed/ui/util/Shader;+18
j com.dynamo.cr.tileeditor.scene.AtlasRenderer.setup(Lcom/dynamo/cr/sceneed/core/RenderContext;Lcom/dynamo/cr/tileeditor/scene/AtlasNode;)V+16
j com.dynamo.cr.tileeditor.scene.AtlasRenderer.setup(Lcom/dynamo/cr/sceneed/core/RenderContext;Lcom/dynamo/cr/sceneed/core/Node;)V+6
j com.dynamo.cr.sceneed.ui.RenderView.setupNode(Lcom/dynamo/cr/sceneed/core/RenderContext;Lcom/dynamo/cr/sceneed/core/Node;)V+163
j com.dynamo.cr.sceneed.ui.SceneRenderViewProvider.setup(Lcom/dynamo/cr/sceneed/core/RenderContext;)V+20
j com.dynamo.cr.sceneed.ui.RenderView.renderNodes(Ljavax/media/opengl/GL2;Ljavax/media/opengl/glu/GLU;Ljava/util/List;Lorg/eclipse/swt/graphics/Rectangle;)Lcom/dynamo/cr/sceneed/core/RenderContext;+101
j com.dynamo.cr.sceneed.ui.RenderView.render(Ljavax/media/opengl/GL2;Ljavax/media/opengl/glu/GLU;)V+65
j com.dynamo.cr.sceneed.ui.RenderView.paint()V+153
j com.dynamo.cr.sceneed.ui.RenderView.access$3(Lcom/dynamo/cr/sceneed/ui/RenderView;)V+1
j com.dynamo.cr.sceneed.ui.RenderView$1.run()V+39
J 1411 C1 org.eclipse.swt.widgets.Display.runTimer(I)Z (90 bytes) @ 0x01c3a408 [0x01c3a330+0xd8]
J 1431 C1 org.eclipse.swt.widgets.Display.messageProc(IIII)I (1456 bytes) @ 0x01c419b4 [0x01c40d30+0xc84]
v ~StubRoutines::call_stub
J 1415 org.eclipse.swt.internal.win32.OS.DispatchMessageW(Lorg/eclipse/swt/internal/win32/MSG;)I (0 bytes) @ 0x01c3b470 [0x01c3b420+0x50]
J 1408 C1 org.eclipse.swt.widgets.Display.readAndDispatch()Z (101 bytes) @ 0x01c3965c [0x01c39510+0x14c]
j org.eclipse.ui.internal.Workbench.runEventLoop(Lorg/eclipse/jface/window/Window$IExceptionHandler;Lorg/eclipse/swt/widgets/Display;)V+9
j org.eclipse.ui.internal.Workbench.runUI()I+555
j org.eclipse.ui.internal.Workbench.access$4(Lorg/eclipse/ui/internal/Workbench;)I+1
j org.eclipse.ui.internal.Workbench$7.run()V+73
j org.eclipse.core.databinding.observable.Realm.runWithDefault(Lorg/eclipse/core/databinding/observable/Realm;Ljava/lang/Runnable;)V+12
j org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Lorg/eclipse/swt/widgets/Display;Lorg/eclipse/ui/application/WorkbenchAdvisor;)I+18
j org.eclipse.ui.PlatformUI.createAndRunWorkbench(Lorg/eclipse/swt/widgets/Display;Lorg/eclipse/ui/application/WorkbenchAdvisor;)I+2
j com.dynamo.cr.editor.Application.start(Lorg/eclipse/equinox/app/IApplicationContext;)Ljava/lang/Object;+57
j org.eclipse.equinox.internal.app.EclipseAppHandle.run(Ljava/lang/Object;)Ljava/lang/Object;+135
j org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(Ljava/lang/Object;)Ljava/lang/Object;+103
j org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(Ljava/lang/Object;)Ljava/lang/Object;+29
j org.eclipse.core.runtime.adaptor.EclipseStarter.run(Ljava/lang/Object;)Ljava/lang/Object;+149
j org.eclipse.core.runtime.adaptor.EclipseStarter.run([Ljava/lang/String;Ljava/lang/Runnable;)Ljava/lang/Object;+183
v ~StubRoutines::call_stub
j sun.reflect.NativeMethodAccessorImpl.invoke0(Ljava/lang/reflect/Method;Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;+0
j sun.reflect.NativeMethodAccessorImpl.invoke(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;+100
j sun.reflect.DelegatingMethodAccessorImpl.invoke(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;+6
j java.lang.reflect.Method.invoke(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;+56
j org.eclipse.equinox.launcher.Main.invokeFramework([Ljava/lang/String;[Ljava/net/URL;)V+211
j org.eclipse.equinox.launcher.Main.basicRun([Ljava/lang/String;)V+126
j org.eclipse.equinox.launcher.Main.run([Ljava/lang/String;)I+4
v ~StubRoutines::call_stub

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

Java Threads: ( => current thread )
0x54c50800 JavaThread “main-SharedResourceRunner” daemon [_thread_blocked, id=2428, stack(0x5e400000,0x5e500000)]
0x5108a400 JavaThread “AWT-Windows” daemon [_thread_in_native, id=4324, stack(0x5de00000,0x5df00000)]
0x5108b400 JavaThread “Java2D Disposer” daemon [_thread_blocked, id=8180, stack(0x50410000,0x50510000)]
0x5108a000 JavaThread “Worker-12” [_thread_blocked, id=7748, stack(0x53f70000,0x54070000)]
0x5108e000 JavaThread “qtp22404373-62” [_thread_blocked, id=6416, stack(0x5bf30000,0x5c030000)]
0x5108d800 JavaThread “qtp22404373-61” [_thread_blocked, id=5764, stack(0x5acc0000,0x5adc0000)]
0x5108d000 JavaThread “qtp22404373-60” [_thread_blocked, id=5620, stack(0x5aa00000,0x5ab00000)]
0x5108cc00 JavaThread “qtp22404373-59” [_thread_blocked, id=6944, stack(0x5a900000,0x5aa00000)]
0x5108c400 JavaThread “qtp22404373-58” [_thread_blocked, id=5520, stack(0x59910000,0x59a10000)]
0x51088800 JavaThread “qtp22404373-57” [_thread_blocked, id=6360, stack(0x59710000,0x59810000)]
0x5108ac00 JavaThread “qtp22404373-56” [_thread_blocked, id=7784, stack(0x51ad0000,0x51bd0000)]
0x5108c000 JavaThread “qtp22404373-55 - Acceptor0 SocketConnector@0.0.0.0:8080” [_thread_in_native, id=6256, stack(0x50900000,0x50a00000)]
0x51089800 JavaThread “Worker-3” [_thread_blocked, id=7416, stack(0x55a40000,0x55b40000)]
0x51089400 JavaThread “Thread-7” [_thread_blocked, id=2300, stack(0x53140000,0x53240000)]
0x51088c00 JavaThread “Provisioning Event Dispatcher” daemon [_thread_blocked, id=5272, stack(0x55740000,0x55840000)]
0x51088000 JavaThread “Targets Service” [_thread_in_native, id=5112, stack(0x52c60000,0x52d60000)]
0x51087800 JavaThread “Thread-5” [_thread_blocked, id=3544, stack(0x52b60000,0x52c60000)]
0x51086c00 JavaThread “Thread-3” [_thread_blocked, id=7516, stack(0x521d0000,0x522d0000)]
0x51086800 JavaThread “[ThreadPool Manager] - Idle Thread” daemon [_thread_blocked, id=6252, stack(0x50610000,0x50710000)]
0x51093800 JavaThread “Worker-1” [_thread_blocked, id=7368, stack(0x51ed0000,0x51fd0000)]
0x510de400 JavaThread “com.google.inject.internal.util.$Finalizer” daemon [_thread_blocked, id=7800, stack(0x51dd0000,0x51ed0000)]
0x4f35a400 JavaThread “Worker-JM” [_thread_blocked, id=8172, stack(0x518d0000,0x519d0000)]
0x50f57000 JavaThread “Bundle File Closer” daemon [_thread_blocked, id=7220, stack(0x50b10000,0x50c10000)]
0x4ffcc800 JavaThread “[Timer] - Main Queue Handler” daemon [_thread_blocked, id=5312, stack(0x50d10000,0x50e10000)]
0x4fe8bc00 JavaThread “Start Level Event Dispatcher” daemon [_thread_blocked, id=5220, stack(0x50710000,0x50810000)]
0x4fe36c00 JavaThread “Framework Event Dispatcher” daemon [_thread_blocked, id=4372, stack(0x50510000,0x50610000)]
0x4fdd2400 JavaThread “Framework Active Thread” [_thread_blocked, id=1600, stack(0x50210000,0x50310000)]
0x4f2a8000 JavaThread “Service Thread” daemon [_thread_blocked, id=6692, stack(0x4f960000,0x4fa60000)]
0x4f2a2800 JavaThread “C1 CompilerThread0” daemon [_thread_blocked, id=7792, stack(0x4f860000,0x4f960000)]
0x4f2a1800 JavaThread “Attach Listener” daemon [_thread_blocked, id=7956, stack(0x4f760000,0x4f860000)]
0x4f29ec00 JavaThread “Signal Dispatcher” daemon [_thread_blocked, id=5020, stack(0x4f660000,0x4f760000)]
0x4f271800 JavaThread “Finalizer” daemon [_thread_blocked, id=6292, stack(0x4f560000,0x4f660000)]
0x4f26c800 JavaThread “Reference Handler” daemon [_thread_blocked, id=4488, stack(0x4f460000,0x4f560000)]
=>0x018ec000 JavaThread “main” [_thread_in_native, id=8148, stack(0x00030000,0x00130000)]

Other Threads:
0x4f268c00 VMThread [stack: 0x038f0000,0x039f0000] [id=4624]
0x4f2a9000 WatcherThread [stack: 0x4fa60000,0x4fb60000] [id=6472]

VM state:not at safepoint (normal execution)

VM Mutex/Monitor currently owned by a thread: None

Heap:
def new generation total 12032K, used 8494K [0x03a00000, 0x04700000, 0x1ca00000)
eden space 10752K, 75% used [0x03a00000, 0x041e31a0, 0x04480000)
from space 1280K, 32% used [0x04480000, 0x044e8a18, 0x045c0000)
to space 1280K, 0% used [0x045c0000, 0x045c0000, 0x04700000)
tenured generation total 26404K, used 18456K [0x1ca00000, 0x1e3c9000, 0x4ea00000)
the space 26404K, 69% used [0x1ca00000, 0x1dc060d0, 0x1dc06200, 0x1e3c9000)
Metaspace used 36827K, capacity 38156K, committed 38272K, reserved 38272K

Card table byte_map: [0x4ea00000,0x4ec60000] byte_map_base: 0x4e9e3000

Polling page: 0x00340000

CodeCache: size=32768Kb used=4003Kb max_used=4003Kb free=28764Kb
bounds [0x018f0000, 0x01ce0000, 0x038f0000]
total_blobs=2307 nmethods=1889 adapters=348
compilation: enabled

Compilation events (10 events):
Event: 1250.811 Thread 0x4f2a2800 1954 org.eclipse.swt.graphics.ImageData::setPixels (1023 bytes)
Event: 1250.817 Thread 0x4f2a2800 nmethod 1954 0x01cd2008 code [0x01cd21c0, 0x01cd2e04]
Event: 1250.989 Thread 0x4f2a2800 1955 org.eclipse.jface.bindings.BindingManager::removeDeletions (445 bytes)
Event: 1250.996 Thread 0x4f2a2800 nmethod 1955 0x01cd3ec8 code [0x01cd41d0, 0x01cd54f4]
Event: 1250.996 Thread 0x4f2a2800 1956 java.util.HashMap$TreeNode::putTreeVal (314 bytes)
Event: 1250.999 Thread 0x4f2a2800 nmethod 1956 0x01cd68c8 code [0x01cd6a60, 0x01cd6efc]
Event: 1251.004 Thread 0x4f2a2800 1957 java.util.HashMap$TreeNode::tieBreakOrder (49 bytes)
Event: 1251.005 Thread 0x4f2a2800 nmethod 1957 0x01cd7488 code [0x01cd75c0, 0x01cd774c]
Event: 1251.982 Thread 0x4f2a2800 1958 org.eclipse.swt.widgets.Composite::resizeChildren (145 bytes)
Event: 1251.984 Thread 0x4f2a2800 nmethod 1958 0x01cd7908 code [0x01cd7a40, 0x01cd7c80]

GC Heap History (10 events):
Event: 1213.317 GC heap before
{Heap before GC invocations=36 (full 4):
def new generation total 9280K, used 9279K [0x03a00000, 0x04410000, 0x1ca00000)
eden space 8256K, 100% used [0x03a00000, 0x04210000, 0x04210000)
from space 1024K, 99% used [0x04210000, 0x0430fff8, 0x04310000)
to space 1024K, 0% used [0x04310000, 0x04310000, 0x04410000)
tenured generation total 20432K, used 18499K [0x1ca00000, 0x1ddf4000, 0x4ea00000)
the space 20432K, 90% used [0x1ca00000, 0x1dc10cf0, 0x1dc10e00, 0x1ddf4000)
Metaspace used 31586K, capacity 32778K, committed 32896K, reserved 33152K
Event: 1213.521 GC heap after
Heap after GC invocations=37 (full 5):
def new generation total 12032K, used 0K [0x03a00000, 0x04700000, 0x1ca00000)
eden space 10752K, 0% used [0x03a00000, 0x03a00000, 0x04480000)
from space 1280K, 0% used [0x04480000, 0x04480000, 0x045c0000)
to space 1280K, 0% used [0x045c0000, 0x045c0000, 0x04700000)
tenured generation total 26404K, used 15841K [0x1ca00000, 0x1e3c9000, 0x4ea00000)
the space 26404K, 59% used [0x1ca00000, 0x1d978418, 0x1d978600, 0x1e3c9000)
Metaspace used 31578K, capacity 32768K, committed 32896K, reserved 33152K
}
Event: 1243.858 GC heap before
{Heap before GC invocations=37 (full 5):
def new generation total 12032K, used 10752K [0x03a00000, 0x04700000, 0x1ca00000)
eden space 10752K, 100% used [0x03a00000, 0x04480000, 0x04480000)
from space 1280K, 0% used [0x04480000, 0x04480000, 0x045c0000)
to space 1280K, 0% used [0x045c0000, 0x045c0000, 0x04700000)
tenured generation total 26404K, used 15841K [0x1ca00000, 0x1e3c9000, 0x4ea00000)
the space 26404K, 59% used [0x1ca00000, 0x1d978418, 0x1d978600, 0x1e3c9000)
Metaspace used 36323K, capacity 37612K, committed 37632K, reserved 38272K
Event: 1243.882 GC heap after
Heap after GC invocations=38 (full 5):
def new generation total 12032K, used 1280K [0x03a00000, 0x04700000, 0x1ca00000)
eden space 10752K, 0% used [0x03a00000, 0x03a00000, 0x04480000)
from space 1280K, 100% used [0x045c0000, 0x04700000, 0x04700000)
to space 1280K, 0% used [0x04480000, 0x04480000, 0x045c0000)
tenured generation total 26404K, used 17331K [0x1ca00000, 0x1e3c9000, 0x4ea00000)
the space 26404K, 65% used [0x1ca00000, 0x1daecec0, 0x1daed000, 0x1e3c9000)
Metaspace used 36323K, capacity 37612K, committed 37632K, reserved 38272K
}
Event: 1244.966 GC heap before
{Heap before GC invocations=38 (full 5):
def new generation total 12032K, used 12032K [0x03a00000, 0x04700000, 0x1ca00000)
eden space 10752K, 100% used [0x03a00000, 0x04480000, 0x04480000)
from space 1280K, 100% used [0x045c0000, 0x04700000, 0x04700000)
to space 1280K, 0% used [0x04480000, 0x04480000, 0x045c0000)
tenured generation total 26404K, used 17331K [0x1ca00000, 0x1e3c9000, 0x4ea00000)
the space 26404K, 65% used [0x1ca00000, 0x1daecec0, 0x1daed000, 0x1e3c9000)
Metaspace used 36372K, capacity 37644K, committed 37760K, reserved 38272K
Event: 1244.982 GC heap after
Heap after GC invocations=39 (full 5):
def new generation total 12032K, used 406K [0x03a00000, 0x04700000, 0x1ca00000)
eden space 10752K, 0% used [0x03a00000, 0x03a00000, 0x04480000)
from space 1280K, 31% used [0x04480000, 0x044e5bd0, 0x045c0000)
to space 1280K, 0% used [0x045c0000, 0x045c0000, 0x04700000)
tenured generation total 26404K, used 18456K [0x1ca00000, 0x1e3c9000, 0x4ea00000)
the space 26404K, 69% used [0x1ca00000, 0x1dc060d0, 0x1dc06200, 0x1e3c9000)
Metaspace used 36372K, capacity 37644K, committed 37760K, reserved 38272K
}
Event: 1246.068 GC heap before
{Heap before GC invocations=39 (full 5):
def new generation total 12032K, used 11158K [0x03a00000, 0x04700000, 0x1ca00000)
eden space 10752K, 100% used [0x03a00000, 0x04480000, 0x04480000)
from space 1280K, 31% used [0x04480000, 0x044e5bd0, 0x045c0000)
to space 1280K, 0% used [0x045c0000, 0x045c0000, 0x04700000)
tenured generation total 26404K, used 18456K [0x1ca00000, 0x1e3c9000, 0x4ea00000)
the space 26404K, 69% used [0x1ca00000, 0x1dc060d0, 0x1dc06200, 0x1e3c9000)
Metaspace used 36372K, capacity 37644K, committed 37760K, reserved 38272K
Event: 1246.077 GC heap after
Heap after GC invocations=40 (full 5):
def new generation total 12032K, used 408K [0x03a00000, 0x04700000, 0x1ca00000)
eden space 10752K, 0% used [0x03a00000, 0x03a00000, 0x04480000)
from space 1280K, 31% used [0x045c0000, 0x046262b0, 0x04700000)
to space 1280K, 0% used [0x04480000, 0x04480000, 0x045c0000)
tenured generation total 26404K, used 18456K [0x1ca00000, 0x1e3c9000, 0x4ea00000)
the space 26404K, 69% used [0x1ca00000, 0x1dc060d0, 0x1dc06200, 0x1e3c9000)
Metaspace used 36372K, capacity 37644K, committed 37760K, reserved 38272K
}
Event: 1247.328 GC heap before
{Heap before GC invocations=40 (full 5):
def new generation total 12032K, used 11160K [0x03a00000, 0x04700000, 0x1ca00000)
eden space 10752K, 100% used [0x03a00000, 0x04480000, 0x04480000)
from space 1280K, 31% used [0x045c0000, 0x046262b0, 0x04700000)
to space 1280K, 0% used [0x04480000, 0x04480000, 0x045c0000)
tenured generation total 26404K, used 18456K [0x1ca00000, 0x1e3c9000, 0x4ea00000)
the space 26404K, 69% used [0x1ca00000, 0x1dc060d0, 0x1dc06200, 0x1e3c9000)
Metaspace used 36372K, capacity 37644K, committed 37760K, reserved 38272K
Event: 1247.333 GC heap after
Heap after GC invocations=41 (full 5):
def new generation total 12032K, used 418K [0x03a00000, 0x04700000, 0x1ca00000)
eden space 10752K, 0% used [0x03a00000, 0x03a00000, 0x04480000)
from space 1280K, 32% used [0x04480000, 0x044e8a18, 0x045c0000)
to space 1280K, 0% used [0x045c0000, 0x045c0000, 0x04700000)
tenured generation total 26404K, used 18456K [0x1ca00000, 0x1e3c9000, 0x4ea00000)
the space 26404K, 69% used [0x1ca00000, 0x1dc060d0, 0x1dc06200, 0x1e3c9000)
Metaspace used 36372K, capacity 37644K, committed 37760K, reserved 38272K
}

Deoptimization events (0 events):
No events

Internal exceptions (10 events):
Event: 1224.287 Thread 0x018ec000 Exception <a ‘java/lang/ClassNotFoundException’: com/dynamo/cr/tileeditor/scene/TextureSetNodeBeanInfo> (0x03efb6c0) thrown at [D:\re\workspace\8-2-build-windows-i586-cygwin\jdk8u5\2488\hotspot\src\share\vm\classfile\systemDictionary.cpp, line 202]
Event: 1224.290 Thread 0x018ec000 Exception <a ‘java/security/PrivilegedActionException’> (0x03eff8c8) thrown at [D:\re\workspace\8-2-build-windows-i586-cygwin\jdk8u5\2488\hotspot\src\share\vm\prims\jvm.cpp, line 1248]
Event: 1224.290 Thread 0x018ec000 Exception <a ‘java/security/PrivilegedActionException’> (0x03f00860) thrown at [D:\re\workspace\8-2-build-windows-i586-cygwin\jdk8u5\2488\hotspot\src\share\vm\prims\jvm.cpp, line 1248]
Event: 1224.290 Thread 0x018ec000 Exception <a ‘java/lang/ClassNotFoundException’: com/dynamo/cr/tileeditor/scene/TextureSetNodeCustomizer> (0x03f00f50) thrown at [D:\re\workspace\8-2-build-windows-i586-cygwin\jdk8u5\2488\hotspot\src\share\vm\classfile\systemDictionary.cpp, line 202]
Event: 1224.302 Thread 0x018ec000 Exception <a ‘java/lang/ArrayIndexOutOfBoundsException’> (0x03f044d8) thrown at [D:\re\workspace\8-2-build-windows-i586-cygwin\jdk8u5\2488\hotspot\src\share\vm\runtime\sharedRuntime.cpp, line 595]
Event: 1224.307 Thread 0x018ec000 Exception <a ‘java/security/PrivilegedActionException’> (0x03f0e638) thrown at [D:\re\workspace\8-2-build-windows-i586-cygwin\jdk8u5\2488\hotspot\src\share\vm\prims\jvm.cpp, line 1248]
Event: 1224.307 Thread 0x018ec000 Exception <a ‘java/security/PrivilegedActionException’> (0x03f0f278) thrown at [D:\re\workspace\8-2-build-windows-i586-cygwin\jdk8u5\2488\hotspot\src\share\vm\prims\jvm.cpp, line 1248]
Event: 1224.307 Thread 0x018ec000 Exception <a ‘java/lang/ClassNotFoundException’: com/dynamo/cr/tileeditor/scene/AtlasNodeCustomizer> (0x03f0f7c8) thrown at [D:\re\workspace\8-2-build-windows-i586-cygwin\jdk8u5\2488\hotspot\src\share\vm\classfile\systemDictionary.cpp, line 202]
Event: 1224.308 Thread 0x018ec000 Exception <a ‘java/lang/ArrayIndexOutOfBoundsException’> (0x03f16098) thrown at [D:\re\workspace\8-2-build-windows-i586-cygwin\jdk8u5\2488\hotspot\src\share\vm\runtime\sharedRuntime.cpp, line 595]
Event: 1248.175 Thread 0x018ec000 Exception <a ‘java/lang/InterruptedException’> (0x04022a20) thrown at [D:\re\workspace\8-2-build-windows-i586-cygwin\jdk8u5\2488\hotspot\src\share\vm\runtime\objectMonitor.cpp, line 1649]

Events (10 events):
Event: 1250.326 loading class sun/font/CMap$NullCMapClass
Event: 1250.326 loading class sun/font/CMap$NullCMapClass done
Event: 1250.327 loading class sun/font/CMap$CMapFormat4
Event: 1250.327 loading class sun/font/CMap$CMapFormat4 done
Event: 1250.327 loading class java/nio/ByteBufferAsCharBufferB
Event: 1250.327 loading class java/nio/ByteBufferAsCharBufferB done
Event: 1251.833 loading class sun/security/provider/MD5
Event: 1251.852 loading class sun/security/provider/MD5 done
Event: 1253.280 loading class java/nio/HeapFloatBuffer
Event: 1253.291 loading class java/nio/HeapFloatBuffer done

Dynamic libraries:
0x00400000 - 0x0044e000 C:\Dgw’s Defold\Defold.exe
0x775a0000 - 0x776e2000 C:\Windows\SYSTEM32\ntdll.dll
0x765f0000 - 0x766c5000 C:\Windows\system32\kernel32.dll
0x75540000 - 0x7558b000 C:\Windows\system32\KERNELBASE.dll
0x766d0000 - 0x76799000 C:\Windows\system32\USER32.dll
0x763d0000 - 0x7641e000 C:\Windows\system32\GDI32.dll
0x75c10000 - 0x75c1a000 C:\Windows\system32\LPK.dll
0x75cd0000 - 0x75d6d000 C:\Windows\system32\USP10.dll
0x75920000 - 0x759cc000 C:\Windows\system32\msvcrt.dll
0x74060000 - 0x741fe000 C:\Windows\WinSxS\x86_microsoft.windows.common-controls_6595b64144ccf1df_6.0.7601.18837_none_41e855142bd5705d\COMCTL32.dll
0x75840000 - 0x75897000 C:\Windows\system32\SHLWAPI.dll
0x75380000 - 0x753cc000 C:\Windows\system32\apphelp.dll
0x69b00000 - 0x69d19000 C:\Windows\AppPatch\AcGenral.DLL
0x77730000 - 0x77749000 C:\Windows\SYSTEM32\sechost.dll
0x76320000 - 0x763c2000 C:\Windows\system32\RPCRT4.dll
0x75360000 - 0x7537b000 C:\Windows\system32\SspiCli.dll
0x73ed0000 - 0x73f10000 C:\Windows\system32\UxTheme.dll
0x72de0000 - 0x72e12000 C:\Windows\system32\WINMM.dll
0x74820000 - 0x7482f000 C:\Windows\system32\samcli.dll
0x77440000 - 0x7759d000 C:\Windows\system32\ole32.dll
0x77750000 - 0x777e1000 C:\Windows\system32\OLEAUT32.dll
0x72a80000 - 0x72a94000 C:\Windows\system32\MSACM32.dll
0x75c20000 - 0x75cc1000 C:\Windows\system32\ADVAPI32.dll
0x74800000 - 0x74809000 C:\Windows\system32\VERSION.dll
0x767a0000 - 0x773ec000 C:\Windows\system32\SHELL32.dll
0x71d30000 - 0x71d33000 C:\Windows\system32\sfc.dll
0x71d40000 - 0x71d4d000 C:\Windows\system32\sfc_os.DLL
0x75680000 - 0x75697000 C:\Windows\system32\USERENV.dll
0x754c0000 - 0x754cb000 C:\Windows\system32\profapi.dll
0x73bd0000 - 0x73be3000 C:\Windows\system32\dwmapi.dll
0x76420000 - 0x765bd000 C:\Windows\system32\SETUPAPI.dll
0x75510000 - 0x75537000 C:\Windows\system32\CFGMGR32.dll
0x754e0000 - 0x754f2000 C:\Windows\system32\DEVOBJ.dll
0x75e50000 - 0x75f9b000 C:\Windows\system32\urlmon.dll
0x756a0000 - 0x756a4000 C:\Windows\system32\api-ms-win-downlevel-ole32-l1-1-0.dll
0x75590000 - 0x75594000 C:\Windows\system32\api-ms-win-downlevel-shlwapi-l1-1-0.dll
0x75660000 - 0x75665000 C:\Windows\system32\api-ms-win-downlevel-advapi32-l1-1-0.dll
0x75500000 - 0x75504000 C:\Windows\system32\api-ms-win-downlevel-user32-l1-1-0.dll
0x75670000 - 0x75674000 C:\Windows\system32\api-ms-win-downlevel-version-l1-1-0.dll
0x754d0000 - 0x754d3000 C:\Windows\system32\api-ms-win-downlevel-normaliz-l1-1-0.dll
0x765c0000 - 0x765c3000 C:\Windows\system32\normaliz.DLL
0x759d0000 - 0x75c05000 C:\Windows\system32\iertutil.dll
0x76070000 - 0x7631b000 C:\Windows\system32\WININET.dll
0x70de0000 - 0x70df2000 C:\Windows\system32\MPR.dll
0x765d0000 - 0x765ef000 C:\Windows\system32\IMM32.DLL
0x75fa0000 - 0x7606d000 C:\Windows\system32\MSCTF.dll
0x72000000 - 0x7200d000 C:\Dgw’s Defold\plugins\org.eclipse.equinox.launcher.win32.win32.x86_1.1.200.v20120913-144807\eclipse_1503.dll
0x6cd10000 - 0x6d0a6000 C:\Dgw’s Defold\jre\bin\client\jvm.dll
0x69a90000 - 0x69a97000 C:\Windows\system32\WSOCK32.dll
0x75d70000 - 0x75da5000 C:\Windows\system32\WS2_32.dll
0x75db0000 - 0x75db6000 C:\Windows\system32\NSI.dll
0x77720000 - 0x77725000 C:\Windows\system32\PSAPI.DLL
0x77ed0000 - 0x77f8f000 C:\Windows\system32\MSVCR100.dll
0x00330000 - 0x0033c000 C:\Dgw’s Defold\jre\bin\verify.dll
0x697e0000 - 0x69801000 C:\Dgw’s Defold\jre\bin\java.dll
0x690d0000 - 0x690e3000 C:\Dgw’s Defold\jre\bin\zip.dll
0x74ea0000 - 0x74eb7000 C:\Windows\system32\CRYPTSP.dll
0x74c30000 - 0x74c6b000 C:\Windows\system32\rsaenh.dll
0x753d0000 - 0x753dc000 C:\Windows\system32\CRYPTBASE.dll
0x6bd50000 - 0x6bd64000 C:\Dgw’s Defold\jre\bin\net.dll
0x74e50000 - 0x74e8c000 C:\Windows\system32\mswsock.dll
0x74ec0000 - 0x74ec6000 C:\Windows\System32\wship6.dll
0x72a10000 - 0x72a2c000 C:\Windows\system32\IPHLPAPI.DLL
0x729f0000 - 0x729f7000 C:\Windows\system32\WINNSI.DLL
0x728c0000 - 0x728d2000 C:\Windows\system32\dhcpcsvc.DLL
0x726b0000 - 0x726bd000 C:\Windows\system32\dhcpcsvc6.DLL
0x6bd80000 - 0x6bd8f000 C:\Dgw’s Defold\jre\bin\nio.dll
0x72bf0000 - 0x72c00000 C:\Windows\system32\NLAapi.dll
0x74d20000 - 0x74d64000 C:\Windows\system32\DNSAPI.dll
0x72410000 - 0x72418000 C:\Windows\System32\winrnr.dll
0x723f0000 - 0x72400000 C:\Windows\system32\napinsp.dll
0x64540000 - 0x64552000 C:\Windows\system32\pnrpnsp.dll
0x727a0000 - 0x727d8000 C:\Windows\System32\fwpuclnt.dll
0x71f80000 - 0x71f86000 C:\Windows\system32\rasadhlp.dll
0x522d0000 - 0x52340000 C:\Dgw’s Defold\configuration\org.eclipse.osgi\bundles\98\1.cp\swt-win32-3836.dll
0x758a0000 - 0x7591b000 C:\Windows\system32\comdlg32.dll
0x6f950000 - 0x6f9a1000 C:\Windows\system32\WINSPOOL.DRV
0x756b0000 - 0x757d1000 C:\Windows\system32\CRYPT32.dll
0x754b0000 - 0x754bc000 C:\Windows\system32\MSASN1.dll
0x73f10000 - 0x74005000 C:\Windows\system32\propsys.dll
0x75dc0000 - 0x75e43000 C:\Windows\system32\CLBCatQ.DLL
0x016d0000 - 0x016ed000 C:\Dgw’s Defold\configuration\org.eclipse.osgi\bundles\98\1.cp\swt-gdip-win32-3836.dll
0x73d30000 - 0x73ec1000 C:\Windows\WinSxS\x86_microsoft.windows.gdiplus_6595b64144ccf1df_1.1.7601.23894_none_5c0be957a009922e\gdiplus.dll
0x73a60000 - 0x73b91000 C:\Windows\system32\WindowsCodecs.dll
0x50180000 - 0x50197000 C:\Program Files\Smadav\SmadHook32.dll
0x74680000 - 0x74685000 C:\Windows\System32\wshtcpip.dll
0x70af0000 - 0x70c60000 C:\Windows\system32\explorerframe.dll
0x74010000 - 0x7403f000 C:\Windows\system32\DUser.dll
0x73c70000 - 0x73d22000 C:\Windows\system32\DUI70.dll
0x73740000 - 0x7377c000 C:\Windows\system32\oleacc.dll
0x75440000 - 0x7544e000 C:\Windows\system32\RpcRtRemote.dll
0x70140000 - 0x70145000 C:\Windows\system32\msimg32.dll
0x524f0000 - 0x5251e000 C:\Windows\system32\mlang.dll
0x6a820000 - 0x6b531000 C:\Windows\System32\ieframe.dll
0x720b0000 - 0x720b4000 C:\Windows\System32\api-ms-win-downlevel-shell32-l1-1-0.dll
0x69540000 - 0x69544000 C:\Windows\system32\api-ms-win-downlevel-shlwapi-l2-1-0.dll
0x753e0000 - 0x7543f000 C:\Windows\system32\SXS.DLL
0x67460000 - 0x688be000 C:\Windows\System32\mshtml.dll
0x6df10000 - 0x6df14000 C:\Windows\system32\api-ms-win-downlevel-advapi32-l2-1-0.dll
0x75340000 - 0x75348000 C:\Windows\system32\Secur32.dll
0x694b0000 - 0x694bb000 C:\Windows\system32\msimtf.dll
0x6bdf0000 - 0x6be21000 C:\Windows\system32\msls31.dll
0x63420000 - 0x63767000 C:\Windows\system32\d2d1.dll
0x63180000 - 0x632b6000 C:\Windows\system32\DWrite.dll
0x70a20000 - 0x70a6c000 C:\Windows\system32\dxgi.dll
0x75630000 - 0x7565f000 C:\Windows\system32\WINTRUST.dll
0x708a0000 - 0x70a15000 C:\Windows\system32\d3d11.dll
0x62a70000 - 0x62c59000 C:\Windows\system32\D3D10Warp.dll
0x58e60000 - 0x58eec000 C:\Windows\system32\uiautomationcore.dll
0x64280000 - 0x642da000 C:\Windows\System32\netprofm.dll
0x59ae0000 - 0x59ae8000 C:\Windows\System32\npmproxy.dll
0x69430000 - 0x69467000 C:\Windows\system32\windowscodecsext.dll
0x644a0000 - 0x64519000 C:\Windows\system32\mscms.dll
0x69470000 - 0x694a8000 C:\Windows\system32\icm32.dll
0x6bd10000 - 0x6bd2e000 C:\Windows\system32\T2EMBED.DLL
0x73bf0000 - 0x73c29000 C:\Windows\system32\MMDevAPI.DLL
0x72d20000 - 0x72d50000 C:\Windows\system32\wdmaud.drv
0x73460000 - 0x73464000 C:\Windows\system32\ksuser.dll
0x738b0000 - 0x738b7000 C:\Windows\system32\AVRT.dll
0x74ab0000 - 0x74ad1000 C:\Windows\system32\ntmarta.dll
0x773f0000 - 0x77435000 C:\Windows\system32\WLDAP32.dll
0x73560000 - 0x73596000 C:\Windows\system32\AUDIOSES.DLL
0x72aa0000 - 0x72aa8000 C:\Windows\system32\msacm32.drv
0x72a70000 - 0x72a77000 C:\Windows\system32\midimap.dll
0x639f0000 - 0x63e46000 C:\Windows\System32\jscript9.dll
0x74c10000 - 0x74c18000 C:\Windows\system32\credssp.dll
0x74ca0000 - 0x74ce1000 C:\Windows\system32\schannel.DLL
0x74fe0000 - 0x75019000 C:\Windows\system32\ncrypt.dll

VM Arguments:
jvm_args: -Declipse.p2.unsignedPolicy=allow -Dsun.net.client.defaultReadTimeout=30000 -XX:MaxPermSize=128M -Xmx1200M -Djogl.texture.notexrect=true -Djava.net.preferIPv4Stack=true
java_command:
java_class_path (initial): C:\Dgw’s Defold\plugins/org.eclipse.equinox.launcher_1.3.0.v20120522-1813.jar
Launcher Type: generic

Environment Variables:
PATH=C:/Dgw’s Defold//jre/bin/client;C:/Dgw’s Defold//jre/bin;C:/Dgw’s Defold//jre/lib/i386;C:\ProgramData\Oracle\Java\javapath;C:\Program Files\Common Files\Oracle\Java\javapath;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0;C:\HaxeToolkit\haxe;C:\HaxeToolkit\neko;F:\Panda3D-1.9.4\python;F:\Panda3D-1.9.4\python\Scripts;F:\Panda3D-1.9.4\bin;C:\Dgw’s Defold;
USERNAME=user
OS=Windows_NT
PROCESSOR_IDENTIFIER=x86 Family 15 Model 4 Stepping 3, GenuineIntel

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

OS: Windows 7 Build 7601 Service Pack 1

CPU:total 2 (1 cores per cpu, 2 threads per core) family 15 model 4 stepping 3, cmov, cx8, fxsr, mmx, sse, sse2, sse3, ht, tsc

Memory: 4k page, physical 3398848k(997400k free), swap 6795980k(2964508k free)

vm_info: Java HotSpot™ Client VM (25.5-b02) for windows-x86 JRE (1.8.0_05-b13), built on Mar 18 2014 01:14:47 by “java_re” with MS VC++ 10.0 (VS2010)

time: Fri Oct 26 10:49:44 2018
elapsed time: 1254 seconds

Same thing if you open editor 2?

1 Like

Why are you using Editor 1? It is depreciated. Use Editor 2.

https://www.defold.com/dashboard

3 Likes

i have a screenshot of it:

Please update to our new editor. The old one isn’t updated or supported anymore.

editor2?

Yes, go to defold.com/dashboard

Click Download editor

Select Editor 2.

i downloaded editor 2 the same problem it just closes when i want to open a project and then it creates a text document and says minidumps not enabled

Can you tell us a little bit more about your setup?

  • Windows?
  • Which version?
  • 32 or 64 bit?
  • Where did you unpack Defold?
  • Are you launching Defold with admin privileges?

By selecting “Open from Disk” or “Import Project”?

windows 7 32 bit
service pack 1
intel pentium 4 3.00Ghzprocessor
Ram:4gb
Rom: 160gb
intel GMA graphics card with opengl 1.5 support
i unpacked it as C:\ Defold
im not launching it with admin priv
they also say the error has something to do with java minidumping

Big problem is that your OS is 32bit and not 64bit. You should change this as it will cause you problems in the years to come if you don’t. Also you should have kept this in the thread you posted and not in a PM.

You need support for OpenGL ES 2.0

(Also made the PM posts part of your public thread)

3 Likes

it tells me something about minidumping not enabled

This is a problem. Your graphics card must support OpenGL 2.0. Perhaps there’s a driver update?

i updated and i have 2.0 support but still the same problem

Can you please post or mail me (erik.angelin@king.com) the crash log? It’s usually called hserr_pidxxx something and ends up in your Defold directory.

sorry my graphics card was still at 1.4 opengl support but i bought a new computer with 3.0 opengl support and 2gb video memory and everything works now

2 Likes