Olá a todos deste forum,
Eu tenho uma aplicacão em swing que captura uma imagem da WebCam, qaundo eu chamo novamente o frame ele me traz o seguinte erro:
init:
deps-jar:
compile-single:
run-single:
java.io.IOException: Could not connect to capture device
An unexpected error has been detected by Java Runtime Environment:
EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x03a915cb, pid=5064, tid=4636
Java VM: Java HotSpot™ Client VM (10.0-b23 mixed mode, sharing windows-x86)
Problematic frame:
C [p1110vfw.dll+0x15cb]
An error report file with more information is saved as:
C:\workspace_NetBeans\gestao&cadastro\hs_err_pid5064.log
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.
Java Result: 1
CONSTRUÍDO COM SUCESSO (tempo total: 4 segundos)
esse erro aparece quando eu fecho o frame e tento abrir novamente atraves de um jbutton, quando eu fecho a IDE netbeans 6.5.1 e abro novamente, ele volta ao normal quando eu clico no button
Eu sou novato em java(swing), se alguem puder me ajudar eu agradeço.