Lorsque je démarre mon programme Java, je reçois ce message d'erreur :
1494797744010 geckodriver INFO Écoute sur 127.0.0.1:5968
1494797744672 geckodriver::marionette INFO Démarrage du navigateur \\?\C:\Program Files\Mozilla Firefox\firefox.exe avec les arguments ["-marionette"]
1494797744951 addons.manager ERROR Échec du démarrage : [Exception... "Le composant a retourné un code d'erreur : 0x80070057 (NS_ERROR_ILLEGAL_VALUE) [nsIFile.create]" nsresult: "0x80070057 (NS_ERROR_ILLEGAL_VALUE)" location: "JS frame :: resource://gre/modules/FileUtils.jsm J::a FvialSecUrtiiplts _egrertoDri:r r:e:s oluirncee 70://gre/modul"e s /dAadtdao:n Mnaon]a gSetra.cjks mt,r alcien:e F165i7l:e UNtSi_lEsR_RgOeRt_DNiOrT(_)I@NrIeTsIoAuLrIcZeE:D/:/ gAre/moddduolneMsa/nFaigleerU tiisl sn.ojts mi:n7i0t i
`
Pendant l'exécution du programme, de nouvelles erreurs apparaissent :
JavaScript error: resource://gre/modules/FileUtils.jsm, ligne 70: NS_ERROR_ILLEGAL_VALUE: Le composant a retourné un code d'erreur : 0x80070057 (NS_ERROR_ILLEGAL_VALUE) [nsIFile.create]
JavaScript error: resource://app/modules/WindowsJumpLists.jsm, ligne 403: NS_ERROR_FILE_NOT_FOUND: Le composant a retourné un code d'erreur : 0x80520012 (NS_ERROR_FILE_NOT_FOUND) [nsIJumpListShortcut.app]
JavaScript error: resource://app/modules/WindowsJumpLists.jsm, ligne 403: NS_ERROR_FILE_NOT_FOUND: Le composant a retourné un code d'erreur : 0x80520012 (NS_ERROR_FILE_NOT_FOUND) [nsIJumpListShortcut.app]
JavaScript error: https://apis.google.com/_/scs/apps-static/_/js/k=oz.gapi.pl.LabDolPUOAM.O/m=gapi_iframes,gapi_iframes_style_common/rt=j/sv=1/d=1/ed=1/am=AQ/rs=AGLTcCNgJpGnsPOpCNGmcIvZ9rnqApDcrQ/cb=gapi.loaded_0, ligne 52: TypeError: a is null
JavaScript error: https://apis.google.com/_/scs/apps-static/_/js/k=oz.gapi.pl.LabDolPUOAM.O/m=gapi_iframes,gapi_iframes_style_common/rt=j/sv=1/d=1/ed=1/am=AQ/rs=AGLTcCNgJpGnsPOpCNGmcIvZ9rnqApDcrQ/cb=gapi.loaded_0, ligne 52: TypeError: a is null
À la fin, je reçois cette information et le programme cesse de fonctionner :
1494798016809 Marionette INFO Les nouvelles connexions ne seront plus acceptées
Quelle pourrait être la raison de cette erreur et comment la corriger ? Je utilise Firefox 53.0.2 et geckodriver 0.16.1
`