Hello everyone,
Recently, I got a strange problem.
With the same DB, it works normally on linux, but on windows i can not open file after click on the result
here is the debug log: Unable to handleMsgFromView: cannot open codeql-zip-archive://1-38/d%3A%5CResearch%5Csemmle%5CspringXdDB%5Csrc.zip/home/daphuc/Desktop/dbcollections/spring-xd/spring-xd-module-spi/src/main/java/org/springframework/xd/module/options/validation/DateWithCustomFormat.java. Detail: Unable to read file 'codeql-zip-archive://1-38/d:\Research\semmle\springXdDB\src.zip/home/daphuc/Desktop/dbcollections/spring-xd/spring-xd-module-spi/src/main/java/org/springframework/xd/module/options/validation/DateWithCustomFormat.java' (EntryNotFound (FileSystemError): codeql-zip-archive://1-38/d:\Research\semmle\springXdDB\src.zip/home/daphuc/Desktop/dbcollections/spring-xd/spring-xd-module-spi/src/main/java/org/springframework/xd/module/options/validation/DateWithCustomFormat.java)
Have anyone got this problem before?
Are you experiencing this across linux and windows with the same query result? Or is it just that all result-links work on linux and none on windows?
Are you able to point us to the .zip file you're experiencing this with?
In particular, does your d:\Research\semmle\springXdDB\src.zip actually contain home/daphuc/Desktop/dbcollections/spring-xd/spring-xd-module-spi/src/main/java/org/springframework/xd/module/options/validation/DateWithCustomFormat.java, or a similarly named file?
Interesting --- what makes you think the path length is an issue? That does seem potentially plausible that that might have different consequences on different platforms.
When https://github.com/github/vscode-codeql/actions/runs/110396542 finishes building, you could try installing the .vsix that appears in the Artifacts tab, and the error message should have a bit more information about what the extension thinks it's trying to extract from the zip file. I wonder if there's some other platform-dependence in how the unzipper module works.
Ok, glad you have a working extension again in any event. Maybe another bugfix along the way addressed whatever was going on. Definitely reopen if this (or any other bug) hits you again!
Hello everyone,
Recently, I got a strange problem.
With the same DB, it works normally on linux, but on windows i can not open file after click on the result
here is the debug log:
Unable to handleMsgFromView: cannot open codeql-zip-archive://1-38/d%3A%5CResearch%5Csemmle%5CspringXdDB%5Csrc.zip/home/daphuc/Desktop/dbcollections/spring-xd/spring-xd-module-spi/src/main/java/org/springframework/xd/module/options/validation/DateWithCustomFormat.java. Detail: Unable to read file 'codeql-zip-archive://1-38/d:\Research\semmle\springXdDB\src.zip/home/daphuc/Desktop/dbcollections/spring-xd/spring-xd-module-spi/src/main/java/org/springframework/xd/module/options/validation/DateWithCustomFormat.java' (EntryNotFound (FileSystemError): codeql-zip-archive://1-38/d:\Research\semmle\springXdDB\src.zip/home/daphuc/Desktop/dbcollections/spring-xd/spring-xd-module-spi/src/main/java/org/springframework/xd/module/options/validation/DateWithCustomFormat.java)Have anyone got this problem before?