softworkz 5345 Posted 1 hour ago Posted 1 hour ago 55 minutes ago, ginjaninja said: i should say I didnt download the latest sdk and build the plugin demo from that....did i need to? No. This not even related to Plugin UI.What kind of drive is your "D:" - network ?
ginjaninja 637 Posted 1 hour ago Author Posted 1 hour ago Just a regular local sata drive on Windows 11
softworkz 5345 Posted 1 hour ago Posted 1 hour ago (edited) "The parameter is incorrect" is a very unusual error for a local disk. Do get the same when picking a file from "C:" ? Edited 1 hour ago by softworkz
softworkz 5345 Posted 1 hour ago Posted 1 hour ago Sorry - you can stop testing. I figured out the reason. In fact, it works only for me and not for anybody else because of this: #if SOFTWORKZ_DEBUG if (!directoryInfo.Exists) { return new FileSystemMetadata[] { }; } #endif At one point I have been so annyoed from seeing all those file exceptions in the debugger that I added some of such "soft fails"...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now