Dedmen Miller
Dedmen Miller
Did you test in editor preview? Can you test if it still happens without BWMod? I assume that's the cause. Are you running the latest version of BWMod?
Up to commy then. Dunno what he did inside bwmod.
@madpat3 only on liberation? Are you running BWMod? If not then that is the same cause as how I found the same bug in BWMod.
We now use CBA optics right so should probably be fixed now?
Just looked over it and found that FileName in FileInformation at that place isn't needed at all. It's just used to generate the hash and nothing else. I couldn't find...
I'd say use a new struct that has the actual INODE handle as a number instead of `FileName`. That would also allow to expose `nFileIndexHigh` and `dwNumberOfLinks` to the user...
Yeah sure. Probably next weekend
Sorry, I spent most of my time on other projects as the dokan thing was working well enough at that point. Its currently using my dirty workaround https://github.com/arma3/DokanPbo/blob/master/DokanPbo.Core/PboFS.cs#L368 This is...
For reference (as I already forgot most of the stuff I was looking at back then) Hash is calculated and used here: https://github.com/dokan-dev/dokan-dotnet/blob/fa556dfc3631eb8feed374322f4285cf17194f88/DokanNet/DokanOperationProxy.cs#L547 This https://github.com/dokan-dev/dokan-dotnet/blob/fa556dfc3631eb8feed374322f4285cf17194f88/DokanNet/DokanOperationProxy.cs#L515 should really just return a...
> but if FileName is the full path correct. Full path would work. As thats my workaround. Though in other places where the same FileInformation struct is used, its just...