-
Notifications
You must be signed in to change notification settings - Fork 33
Open
Description
After adding the plugin in the script manager and trying to open it I seem to always get that error :
Error running script: Cantordust.java
java.nio.file.InvalidPathException: Illegal char <:> at index 2: /C:/Users/Dolo/Downloads/images/dbf5s3hi0ky11.jpg
java.nio.file.InvalidPathException: Illegal char <:> at index 2: /C:/Users/Dolo/Downloads/images/dbf5s3hi0ky11.jpg
at java.base/sun.nio.fs.WindowsPathParser.normalize(WindowsPathParser.java:182)
at java.base/sun.nio.fs.WindowsPathParser.parse(WindowsPathParser.java:153)
at java.base/sun.nio.fs.WindowsPathParser.parse(WindowsPathParser.java:77)
at java.base/sun.nio.fs.WindowsPath.parse(WindowsPath.java:92)
at java.base/sun.nio.fs.WindowsFileSystem.getPath(WindowsFileSystem.java:229)
at java.base/java.nio.file.Path.of(Path.java:147)
at java.base/java.nio.file.Paths.get(Paths.java:69)
at Cantordust.getJavaData(Cantordust.java:114)
at Cantordust.getData(Cantordust.java:71)
at Cantordust.run(Cantordust.java:50)
at ghidra.app.script.GhidraScript.executeNormal(GhidraScript.java:365)
at ghidra.app.script.GhidraScript.doExecute(GhidraScript.java:220)
at ghidra.app.script.GhidraScript.execute(GhidraScript.java:198)
at ghidra.app.plugin.core.script.RunScriptTask.run(RunScriptTask.java:57)
at ghidra.util.task.Task.monitoredRun(Task.java:126)
at ghidra.util.task.TaskRunner.lambda$startTaskThread$1(TaskRunner.java:94)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
at java.base/java.lang.Thread.run(Thread.java:834)
---------------------------------------------------
Build Date: 2020-Feb-12 1149 EST
Ghidra Version: 9.1.2
Java Home: C:\Program Files\Java\jdk-11.0.9
JVM Version: Oracle Corporation 11.0.9
OS: Windows 7 6.1 amd64
I have some files open in Ghidra, I tried running it in administrator mode, I even tried different JDK versions but I keep getting it.
Clearly this seems path related, but I'm not sure what to do about it.
Metadata
Metadata
Assignees
Labels
No labels