IdentifiantMot de passe
Loading...
Mot de passe oublié ?Je m'inscris ! (gratuit)
Navigation

Inscrivez-vous gratuitement
pour pouvoir participer, suivre les réponses en temps réel, voter pour les messages, poser vos propres questions et recevoir la newsletter

Java Discussion :

Problème EXCEPTION_ACCESS_VIOLATION (0xc0000005)


Sujet :

Java

  1. #1
    Membre à l'essai
    Profil pro
    Inscrit en
    Juillet 2009
    Messages
    41
    Détails du profil
    Informations personnelles :
    Localisation : France

    Informations forums :
    Inscription : Juillet 2009
    Messages : 41
    Points : 16
    Points
    16
    Par défaut Problème EXCEPTION_ACCESS_VIOLATION (0xc0000005)
    Bonjour a tous,

    Je travaille en ce moment sur un projet pour mon stage en entreprise et j'ai un gros problème avec une erreur généré par NetBeans.

    Je travaille sur une webcam pour prendre des photos avec. Il y a 1 semaine, elle fonctionnait très bien et je pouvais prendre des photos, depuis hier, quand j'exécute mon projet, a la place de l'image de la webcam, je me retrouve avec une case rose.

    Alors entre le moment ou elle fonctionnait et le moment ou elle fonctionnait plus, j'ai du réinstaller NetBeans, ainsi que tous les composants Java sur mon PC, est-ce que j'en aurais oublié un ?

    J'utilise le framework JMF pour la précision.
    Au moment de l'exécution, NetBeans me génère ce message d'erreur :
    #
    # A fatal error has been detected by the Java Runtime Environment:
    #
    # EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x7c94af71, pid=2628, tid=2328
    #
    # JRE version: 6.0_21-b07
    # Java VM: Java HotSpot(TM) Client VM (17.0-b17 mixed mode, sharing windows-x86 )
    # Problematic frame:
    # C [ntdll.dll+0x2af71]
    #
    # If you would like to submit a bug report, please visit:
    # http://java.sun.com/webapps/bugreport/crash.jsp
    #

    --------------- T H R E A D ---------------

    Current thread (0x02b10c00): JavaThread "AWT-EventQueue-0" [_thread_in_vm, id=2328, stack(0x030b0000,0x03100000)]

    siginfo: ExceptionCode=0xc0000005, reading address 0xfffffff8

    Registers:
    EAX=0xfffffff8, EBX=0x00001c31, ECX=0x00000000, EDX=0x0002b066
    ESP=0x030fed70, EBP=0x030fef8c, ESI=0x000b0178, EDI=0x00158350
    EIP=0x7c94af71, EFLAGS=0x00010206

    Top of Stack: (sp=0x030fed70)
    0x030fed70: 030ff034 ffffffff 00000000 000000b6
    0x030fed80: 02b10c00 02b111f0 02b10b60 030ff118
    0x030fed90: 030ff294 030ff290 030ff28c 030ff288
    0x030feda0: 02b11670 030ff298 030ff27c 030ff278
    0x030fedb0: 030ff1f4 030ff1f8 030ff1fc 030ff200
    0x030fedc0: 030ff204 030ff208 030ff20c 00158350
    0x030fedd0: 030ff214 030ff218 030ff21c 00000008
    0x030fede0: 030ff224 030ff228 030ff22c 030feea4

    Instructions: (pc=0x7c94af71)
    0x7c94af61: c2 08 00 32 c0 eb f6 8d 41 f8 89 85 14 ff ff ff
    0x7c94af71: 66 3b 18 0f 86 48 f7 ff ff 8b 09 e9 33 f7 ff ff


    Stack: [0x030b0000,0x03100000], sp=0x030fed70, free space=13b030fe8ack
    Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
    C [ntdll.dll+0x2af71]
    C [ntdll.dll+0x2ed11]
    C [kernel32.dll+0x24fc8]
    C [kernel32.dll+0x25125]
    C [msvcr71.dll+0x95f0]
    V [jvm.dll+0x186074]
    V [jvm.dll+0x1e3da2]
    V [jvm.dll+0x11db85]
    j java.lang.Thread.start0()V+0
    j java.lang.Thread.start()V+24
    j java.lang.ApplicationShutdownHooks.runHooks()V+54
    j java.lang.ApplicationShutdownHooks$1.run()V+0
    j java.lang.Shutdown.runHooks()V+23
    j java.lang.Shutdown.sequence()V+26
    j java.lang.Shutdown.exit(I)V+96
    j java.lang.Runtime.exit(I)V+14
    j java.lang.System.exit(I)V+4
    j javax.swing.JFrame.processWindowEvent(Ljava/awt/event/WindowEvent;)V+67
    j java.awt.Window.processEvent(Ljava/awt/AWTEvent;)V+69
    j java.awt.Component.dispatchEventImpl(Ljava/awt/AWTEvent;)V+566
    j java.awt.Container.dispatchEventImpl(Ljava/awt/AWTEvent;)V+42
    j java.awt.Window.dispatchEventImpl(Ljava/awt/AWTEvent;)V+19
    j java.awt.Component.dispatchEvent(Ljava/awt/AWTEvent;)V+2
    j java.awt.EventQueue.dispatchEvent(Ljava/awt/AWTEvent;)V+46
    j java.awt.EventDispatchThread.pumpOneEventForFilters(I)Z+204
    j java.awt.EventDispatchThread.pumpEventsForFilter(ILjava/awt/Conditional;Ljava/awt/EventFilter;)V+30
    j java.awt.EventDispatchThread.pumpEventsForHierarchy(ILjava/awt/Conditional;Ljava/awt/Component;)V+11
    j java.awt.EventDispatchThread.pumpEvents(ILjava/awt/Conditional;)V+4
    j java.awt.EventDispatchThread.pumpEvents(Ljava/awt/Conditional;)V+3
    j java.awt.EventDispatchThread.run()V+9
    v ~StubRoutines::call_stub
    V [jvm.dll+0xf3abc]
    V [jvm.dll+0x1865b1]
    V [jvm.dll+0xf3c87]
    V [jvm.dll+0xf3cfd]
    V [jvm.dll+0x11dac0]
    V [jvm.dll+0x1e6fb4]
    V [jvm.dll+0x185f5c]
    C [msvcr71.dll+0x9565]
    C [kernel32.dll+0x2481f]

    Java frames: (J=compiled Java code, j=interpreted, Vv=VM code)
    j java.lang.Thread.start0()V+0
    j java.lang.Thread.start()V+24
    j java.lang.ApplicationShutdownHooks.runHooks()V+54
    j java.lang.ApplicationShutdownHooks$1.run()V+0
    j java.lang.Shutdown.runHooks()V+23
    j java.lang.Shutdown.sequence()V+26
    j java.lang.Shutdown.exit(I)V+96
    j java.lang.Runtime.exit(I)V+14
    j java.lang.System.exit(I)V+4
    j javax.swing.JFrame.processWindowEvent(Ljava/awt/event/WindowEvent;)V+67
    j java.awt.Window.processEvent(Ljava/awt/AWTEvent;)V+69
    j java.awt.Component.dispatchEventImpl(Ljava/awt/AWTEvent;)V+566
    j java.awt.Container.dispatchEventImpl(Ljava/awt/AWTEvent;)V+42
    j java.awt.Window.dispatchEventImpl(Ljava/awt/AWTEvent;)V+19
    j java.awt.Component.dispatchEvent(Ljava/awt/AWTEvent;)V+2
    j java.awt.EventQueue.dispatchEvent(Ljava/awt/AWTEvent;)V+46
    j java.awt.EventDispatchThread.pumpOneEventForFilters(I)Z+204
    j java.awt.EventDispatchThread.pumpEventsForFilter(ILjava/awt/Conditional;Ljava/awt/EventFilter;)V+30
    j java.awt.EventDispatchThread.pumpEventsForHierarchy(ILjava/awt/Conditional;Ljava/awt/Component;)V+11
    j java.awt.EventDispatchThread.pumpEvents(ILjava/awt/Conditional;)V+4
    j java.awt.EventDispatchThread.pumpEvents(Ljava/awt/Conditional;)V+3
    j java.awt.EventDispatchThread.run()V+9
    v ~StubRoutines::call_stub

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

    Java Threads: ( => current thread )
    0x03191000 JavaThread "Loop thread: com.sun.media.renderer.video.DDRenderer@1aaa14a" [_thread_blocked, id=2704, stack(0x045d0000,0x04620000)]
    0x03190400 JavaThread "Loop thread: com.sun.media.parser.RawBufferParser$FrameTrack@118f375" [_thread_blocked, id=2708, stack(0x04580000,0x045d0000)]
    0x0319dc00 JavaThread "Loop thread" [_thread_blocked, id=2684, stack(0x043c0000,0x04410000)]
    0x0318e400 JavaThread "VFW TransferDataThread" [_thread_blocked, id=2680, stack(0x03e70000,0x03ec0000)]
    0x03189800 JavaThread "VFW VideoPollThread" [_thread_blocked, id=2672, stack(0x03e20000,0x03e70000)]
    0x0316c000 JavaThread "JMF thread: SendEventQueue: com.sun.media.PlaybackEngine" [_thread_blocked, id=2424, stack(0x03bc0000,0x03c10000)]
    0x0315f000 JavaThread "JMF thread: SendEventQueue: com.sun.media.content.unknown.Handler" [_thread_blocked, id=2660, stack(0x03b70000,0x03bc0000)]
    0x03164400 JavaThread "VFW Request Thread" [_thread_in_vm, id=2176, stack(0x03420000,0x03470000)]
    0x002a6800 JavaThread "DestroyJavaVM" [_thread_blocked, id=2636, stack(0x00840000,0x00890000)]
    =>0x02b10c00 JavaThread "AWT-EventQueue-0" [_thread_in_vm, id=2328, stack(0x030b0000,0x03100000)]
    0x02b0f400 JavaThread "AWT-Windows" daemon [_thread_in_native, id=2180, stack(0x03060000,0x030b0000)]
    0x02b0e000 JavaThread "AWT-Shutdown" [_thread_blocked, id=632, stack(0x03010000,0x03060000)]
    0x02b0d000 JavaThread "Java2D Disposer" daemon [_thread_blocked, id=2160, stack(0x02fc0000,0x03010000)]
    0x02abfc00 JavaThread "Low Memory Detector" daemon [_thread_blocked, id=2148, stack(0x02d30000,0x02d80000)]
    0x02ab1400 JavaThread "CompilerThread0" daemon [_thread_blocked, id=372, stack(0x02ce0000,0x02d30000)]
    0x02aaf800 JavaThread "Attach Listener" daemon [_thread_blocked, id=2336, stack(0x02c90000,0x02ce0000)]
    0x02aae400 JavaThread "Signal Dispatcher" daemon [_thread_blocked, id=2288, stack(0x02c40000,0x02c90000)]
    0x02a70400 JavaThread "Finalizer" daemon [_thread_blocked, id=2280, stack(0x02bf0000,0x02c40000)]
    0x02a6b800 JavaThread "Reference Handler" daemon [_thread_blocked, id=2152, stack(0x02ba0000,0x02bf0000)]

    Other Threads:
    0x02a6a000 VMThread [stack: 0x02b50000,0x02ba0000] [id=368]
    0x02ac1c00 WatcherThread [stack: 0x02d80000,0x02dd0000] [id=488]

    VM state:not at safepoint (normal execution)

    VM Mutex/Monitor currently owned by a thread: ([mutex/lock_event])
    [0x002a5960] Threads_lock - owner thread: 0x02b10c00

    Heap
    def new generation total 4928K, used 1922K [0x228e0000, 0x22e30000, 0x27e30000)
    eden space 4416K, 33% used [0x228e0000, 0x22a50000, 0x22d30000)
    from space 512K, 87% used [0x22d30000, 0x22da08d0, 0x22db0000)
    to space 512K, 0% used [0x22db0000, 0x22db0000, 0x22e30000)
    tenured generation total 10944K, used 9550K [0x27e30000, 0x288e0000, 0x328e0000)
    the space 10944K, 87% used [0x27e30000, 0x28783a38, 0x28783c00, 0x288e0000)
    compacting perm gen total 12288K, used 1572K [0x328e0000, 0x334e0000, 0x368e0000)
    the space 12288K, 12% used [0x328e0000, 0x32a69130, 0x32a69200, 0x334e0000)
    ro space 10240K, 54% used [0x368e0000, 0x36e5c0f0, 0x36e5c200, 0x372e0000)
    rw space 12288K, 55% used [0x372e0000, 0x3797fb80, 0x3797fc00, 0x37ee0000)

    Dynamic libraries:
    0x00400000 - 0x00424000 C:\Program Files\Java\jdk1.6.0_21\bin\java.exe
    0x7c920000 - 0x7c9e8000 C:\WINDOWS\system32\ntdll.dll
    0x7c800000 - 0x7c913000 C:\WINDOWS\system32\kernel32.dll
    0x44da0000 - 0x44e4e000 C:\WINDOWS\system32\ADVAPI32.dll
    0x77c20000 - 0x77cbf000 C:\WINDOWS\system32\RPCRT4.dll
    0x76f00000 - 0x76f13000 C:\WINDOWS\system32\Secur32.dll
    0x7c340000 - 0x7c396000 C:\Program Files\Java\jdk1.6.0_21\jre\bin\msvcr71.dll
    0x6d8b0000 - 0x6db57000 C:\Program Files\Java\jdk1.6.0_21\jre\bin\client\jvm.dll
    0x77f30000 - 0x77fb6000 C:\WINDOWS\system32\USER32.dll
    0x77bd0000 - 0x77c19000 C:\WINDOWS\system32\GDI32.dll
    0x76a50000 - 0x76a7f000 C:\WINDOWS\system32\WINMM.dll
    0x76240000 - 0x7625d000 C:\WINDOWS\system32\IMM32.DLL
    0x6d860000 - 0x6d86c000 C:\Program Files\Java\jdk1.6.0_21\jre\bin\verify.dll
    0x6d3e0000 - 0x6d3ff000 C:\Program Files\Java\jdk1.6.0_21\jre\bin\java.dll
    0x6d340000 - 0x6d348000 C:\Program Files\Java\jdk1.6.0_21\jre\bin\hpi.dll
    0x76b20000 - 0x76b2b000 C:\WINDOWS\system32\PSAPI.DLL
    0x6d8a0000 - 0x6d8af000 C:\Program Files\Java\jdk1.6.0_21\jre\bin\zip.dll
    0x6d0b0000 - 0x6d1fa000 C:\Program Files\Java\jdk1.6.0_21\jre\bin\awt.dll
    0x72f50000 - 0x72f77000 C:\WINDOWS\system32\WINSPOOL.DRV
    0x77b70000 - 0x77bca000 C:\WINDOWS\system32\msvcrt.dll
    0x77480000 - 0x775b9000 C:\WINDOWS\system32\ole32.dll
    0x77e20000 - 0x77f23000 C:\WINDOWS\WinSxS\x86_Microsoft.Windows.Common-Controls_6595b64144ccf1df_6.0.3790.3959_x-ww_D8713E55\COMCTL32.dll
    0x77cd0000 - 0x77d22000 C:\WINDOWS\system32\SHLWAPI.dll
    0x71a40000 - 0x71a76000 C:\WINDOWS\system32\uxtheme.dll
    0x75e00000 - 0x75e27000 C:\WINDOWS\system32\apphelp.dll
    0x4dcc0000 - 0x4dcee000 C:\WINDOWS\system32\msctfime.ime
    0x6d2e0000 - 0x6d334000 C:\Program Files\Java\jdk1.6.0_21\jre\bin\fontmanager.dll
    0x7c9f0000 - 0x7d5c9000 C:\WINDOWS\system32\shell32.dll
    0x6d6c0000 - 0x6d6d3000 C:\Program Files\Java\jdk1.6.0_21\jre\bin\net.dll
    0x71ad0000 - 0x71ae7000 C:\WINDOWS\system32\WS2_32.dll
    0x71ac0000 - 0x71ac8000 C:\WINDOWS\system32\WS2HELP.dll
    0x6d6e0000 - 0x6d6e9000 C:\Program Files\Java\jdk1.6.0_21\jre\bin\nio.dll
    0x10000000 - 0x10015000 C:\WINDOWS\system32\jmutil.dll
    0x03470000 - 0x0347d000 C:\WINDOWS\system32\jmvfw.dll
    0x73a40000 - 0x73a54000 C:\WINDOWS\system32\AVICAP32.dll
    0x77b60000 - 0x77b68000 C:\WINDOWS\system32\VERSION.dll
    0x760e0000 - 0x76102000 C:\WINDOWS\system32\MSVFW32.dll
    0x73a80000 - 0x73a86000 C:\WINDOWS\system32\DCIMAN32.DLL
    0x5a700000 - 0x5a710000 C:\WINDOWS\system32\vfwwdm32.dll
    0x73d90000 - 0x73d94000 C:\WINDOWS\system32\ksuser.dll
    0x775c0000 - 0x7764c000 C:\WINDOWS\system32\OLEAUT32.dll
    0x77650000 - 0x776d3000 C:\WINDOWS\system32\CLBCatQ.DLL
    0x76fc0000 - 0x77127000 C:\WINDOWS\system32\COMRes.dll
    0x76c10000 - 0x76c21000 C:\WINDOWS\system32\devenum.dll
    0x76550000 - 0x767e6000 C:\WINDOWS\system32\setupapi.dll
    0x76b60000 - 0x76b8b000 C:\WINDOWS\system32\WINTRUST.dll
    0x76160000 - 0x761f5000 C:\WINDOWS\system32\CRYPT32.dll
    0x76140000 - 0x76152000 C:\WINDOWS\system32\MSASN1.dll
    0x76bc0000 - 0x76be8000 C:\WINDOWS\system32\imagehlp.dll
    0x736f0000 - 0x736f7000 C:\WINDOWS\system32\msdmo.dll
    0x6cc00000 - 0x6cc23000 C:\WINDOWS\system32\ksproxy.ax
    0x56fc0000 - 0x56fda000 C:\WINDOWS\system32\kswdmcap.ax
    0x73e20000 - 0x73f41000 C:\WINDOWS\system32\MFC42.dll
    0x63000000 - 0x630e6000 C:\WINDOWS\system32\WININET.dll
    0x037c0000 - 0x037c9000 C:\WINDOWS\system32\Normaliz.dll
    0x1a400000 - 0x1a532000 C:\WINDOWS\system32\urlmon.dll
    0x5dca0000 - 0x5de88000 C:\WINDOWS\system32\iertutil.dll
    0x71a80000 - 0x71a8a000 C:\WINDOWS\system32\WSOCK32.dll
    0x4c010000 - 0x4c04d000 C:\WINDOWS\system32\ODBC32.dll
    0x76260000 - 0x762aa000 C:\WINDOWS\system32\comdlg32.dll
    0x038f0000 - 0x03926000 C:\WINDOWS\system32\odbcint.dll
    0x03940000 - 0x03980000 C:\WINDOWS\system32\VM31bPrp.Ax
    0x75c60000 - 0x75c92000 C:\WINDOWS\system32\qcap.dll
    0x75570000 - 0x756db000 C:\WINDOWS\system32\quartz.dll
    0x579f0000 - 0x57a39000 C:\WINDOWS\system32\msh263.drv
    0x03c60000 - 0x03c68000 C:\WINDOWS\system32\jmddraw.dll
    0x73750000 - 0x7379b000 C:\WINDOWS\system32\DDRAW.dll
    0x03c80000 - 0x03c8b000 C:\WINDOWS\system32\jmvcm.dll
    0x04110000 - 0x041bc000 C:\WINDOWS\system32\jmvh263.dll
    0x6d410000 - 0x6d416000 C:\Program Files\Java\jdk1.6.0_21\jre\bin\jawt.dll
    0x03df0000 - 0x03df9000 C:\WINDOWS\system32\jmfjawt.dll

    VM Arguments:
    jvm_args: -Dfile.encoding=UTF-8
    java_command: com.atlantic.webcam.test
    Launcher Type: SUN_STANDARD

    Environment Variables:

    [error occurred during error reporting (printing environment variables), id 0xc0000005]



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

    OS: Windows Server 2003 family Build 3790 Service Pack 2, v.4478

    CPU:total 1 (1 cores per cpu, 1 threads per core) family 6 model 10 stepping 0, cmov, cx8, fxsr, mmx, sse, mmxext, 3dnow, 3dnowext

    Memory: 4k page, physical 2096596k(1305416k free), swap 4040868k(3412084k free)

    vm_info: Java HotSpot(TM) Client VM (17.0-b17) for windows-x86 JRE (1.6.0_21-b07), built on Jul 17 2010 01:10:15 by "java_re" with MS VC++ 7.1 (VS2003)

    time: Tue Jul 27 13:22:47 2010
    elapsed time: 9 seconds
    Quelqu'un saurait-il m'indiquer comment résoudre ce problème ?

    Merci d'avance pour votre aide.

  2. #2
    Expert éminent sénior
    Avatar de tchize_
    Homme Profil pro
    Ingénieur développement logiciels
    Inscrit en
    Avril 2007
    Messages
    25 481
    Détails du profil
    Informations personnelles :
    Sexe : Homme
    Âge : 44
    Localisation : Belgique

    Informations professionnelles :
    Activité : Ingénieur développement logiciels
    Secteur : High Tech - Éditeur de logiciels

    Informations forums :
    Inscription : Avril 2007
    Messages : 25 481
    Points : 48 806
    Points
    48 806
    Par défaut
    réinstaller la jvm? C'est un gros crash de la jvm, ça ne se produit qu'en cas de bug dans la jvm, pas en cas d'erreur dans le code java.

    Ceci dit, il n'y a pas à s'inquiéter outre mesure puisque l'erreur se produit lors de l'appel à java.lang.System.exit, donc tu comptais quand même quitter. C'est probablement un problème lors de l'initialisaiton de la partie native de la webcam (dont j'ignore l'origine) qui laisse des crasses en mémoire.

  3. #3
    Membre à l'essai
    Profil pro
    Inscrit en
    Juillet 2009
    Messages
    41
    Détails du profil
    Informations personnelles :
    Localisation : France

    Informations forums :
    Inscription : Juillet 2009
    Messages : 41
    Points : 16
    Points
    16
    Par défaut
    Tout d'abord merci de m'avoir répondu.

    Ensuite, j'ai déjà reinstallé la JVM, le JDK, JRE, netbeans,... je les ai aussi mis a jour, j'ai les dernières versions mais ca ne fonctionne toujours pas.

    Je me doutais un peu que le problème ne venait pas du code, mais j'en était pas sur.

    Maintenant comment je pourrais faire pour regler le problème?

  4. #4
    Expert éminent sénior
    Avatar de tchize_
    Homme Profil pro
    Ingénieur développement logiciels
    Inscrit en
    Avril 2007
    Messages
    25 481
    Détails du profil
    Informations personnelles :
    Sexe : Homme
    Âge : 44
    Localisation : Belgique

    Informations professionnelles :
    Activité : Ingénieur développement logiciels
    Secteur : High Tech - Éditeur de logiciels

    Informations forums :
    Inscription : Avril 2007
    Messages : 25 481
    Points : 48 806
    Points
    48 806
    Par défaut
    essayer une autre version de la jvm et / ou des drivers de la webcam

  5. #5
    Membre à l'essai
    Profil pro
    Inscrit en
    Juillet 2009
    Messages
    41
    Détails du profil
    Informations personnelles :
    Localisation : France

    Informations forums :
    Inscription : Juillet 2009
    Messages : 41
    Points : 16
    Points
    16
    Par défaut
    je ne pense pas que ce soit les drivers de la webcam puisqu'en dehors de mon programme, elle fonctionne.

    Par contre es ce que c'est possible que la JMF detecte mal la webcam?


    PS : Après avoir continué a effectuer mes recherches, j'ai remarqué que JMF détecte ma webcam sous ce nom : vfw:Microsoft WDM Image Capture (Win32):0 alors que moi elle porte ce nom : vfw:philips SPC210NC Webcam:0.

    En effectuant mes recherches sur internet, j'ai pu voir que ca arrivait frequemment, qu'en fait c'est le nom par défault que donne la JMF, mais ca comporte pas mal d'erreur.

    Je vais peut être tenter de desinstaller la JMF et le driver de ma webcam, ou même chercher ou la JMF stocke cette information pour la détruire et tout reprendre après...

  6. #6
    Rédacteur/Modérateur

    Avatar de bouye
    Homme Profil pro
    Information Technologies Specialist (Scientific Computing)
    Inscrit en
    Août 2005
    Messages
    6 840
    Détails du profil
    Informations personnelles :
    Sexe : Homme
    Âge : 47
    Localisation : Nouvelle-Calédonie

    Informations professionnelles :
    Activité : Information Technologies Specialist (Scientific Computing)
    Secteur : Agroalimentaire - Agriculture

    Informations forums :
    Inscription : Août 2005
    Messages : 6 840
    Points : 22 854
    Points
    22 854
    Billets dans le blog
    51
    Par défaut
    Et reporter le bug chez Sun/Oracle ou voir s'il existe deja dans la bug database.
    Merci de penser au tag quand une réponse a été apportée à votre question. Aucune réponse ne sera donnée à des messages privés portant sur des questions d'ordre technique. Les forums sont là pour que vous y postiez publiquement vos problèmes.

    suivez mon blog sur Développez.

    Programming today is a race between software engineers striving to build bigger and better idiot-proof programs, and the universe trying to produce bigger and better idiots. So far, the universe is winning. ~ Rich Cook

  7. #7
    Membre à l'essai
    Profil pro
    Inscrit en
    Juillet 2009
    Messages
    41
    Détails du profil
    Informations personnelles :
    Localisation : France

    Informations forums :
    Inscription : Juillet 2009
    Messages : 41
    Points : 16
    Points
    16
    Par défaut
    Ca y est, j'ai trouvé le problème, maintenant il me reste a le résoudre...
    Le problème en fait est que comme j'ai fais 2 fois une installation avec la JMF et la même webcam, il y a un conflit au niveau des configurations, j'avais trouvé sur internet quelqu'un qui disait ca sur un forum, et du coup c'est ce qu'il m'arrive...

    Maintenant, désinstaller JMF ne suffit pas a supprimer tous les fichiers de configuration apparament, parce que je me suis mis dans mon entreprise sur un autre pc avec mon nom d'utilisateur, et ca fonctionnait sur celui ci.

    Vous savez comment je pourrais trouver ces fichiers ?

  8. #8
    Membre à l'essai
    Profil pro
    Inscrit en
    Juillet 2009
    Messages
    41
    Détails du profil
    Informations personnelles :
    Localisation : France

    Informations forums :
    Inscription : Juillet 2009
    Messages : 41
    Points : 16
    Points
    16
    Par défaut
    Rebonjour a tous,

    J'ai pu tester la webcam avec la framework JMF sur un autre ordinateur, et le problème au départ ne se fit pas sentir, elle a démarré 2 - 3 fois. Cet après midi, je peut la démarrer ( un lumiere s'allume ) mais JMF ne détecte plus la webcam, puisque lorsque je fais ce bout de code, il n'arrive pas a créer le player :

    Code : Sélectionner tout - Visualiser dans une fenêtre à part
    1
    2
    3
    4
    5
    6
    7
     
     
              String str1 = "vfw:Microsoft WDM Image Capture (Win32):0";
              di = CaptureDeviceManager.getDevice(str1);
              ml = new MediaLocator("vfw://0");
              player = Manager.createRealizedPlayer(ml);
              player.start();
    une idée?

Discussions similaires

  1. Problème d'installation oracle 8.1.7 sous NT
    Par Anonymous dans le forum Installation
    Réponses: 7
    Dernier message: 02/08/2002, 14h18
  2. Problème d'impression
    Par IngBen dans le forum C++Builder
    Réponses: 7
    Dernier message: 22/05/2002, 11h37
  3. Problème avec la mémoire virtuelle
    Par Anonymous dans le forum CORBA
    Réponses: 13
    Dernier message: 16/04/2002, 16h10
  4. Réponses: 6
    Dernier message: 25/03/2002, 21h11

Partager

Partager
  • Envoyer la discussion sur Viadeo
  • Envoyer la discussion sur Twitter
  • Envoyer la discussion sur Google
  • Envoyer la discussion sur Facebook
  • Envoyer la discussion sur Digg
  • Envoyer la discussion sur Delicious
  • Envoyer la discussion sur MySpace
  • Envoyer la discussion sur Yahoo