Mbucari
Mbucari
If your PE doesn't already have imports, you'll need manually set the Import Directory RVA to something valid, and keep the size 0. PeFile.ImageNtHeaders.OptionalHeader.DataDirectory[(int)DataDirectoryType.Import].VirtualAddress = [Valid RVA]
@mkb79 Yes please! [Here you go!](https://github.com/Mbucari/Libation/releases/tag/v8.3.0-Mac)
@rmcrackan Yup, that's all. Then it comes down to actually executing it on mac and getting MP3 conversion to work. See the notes in my release.
I just realized, this package probably won't work for @mkb79 for 2 reasons. He said an M1 mac, which is an arm architecture. My VS install only has a publish...
> Is it easy to upgrade AAXClean to 6? Pretty easy, but: - I'm not sure it's necessary. On linux I only installed the .net6 runtime and everything worked fine....
Looks good to me!
That's how I built it. IDK man.
@rmcrackan The problem appears to be caused by Visual Studio. Those dotnet commands are fine, but visual studio isn't properly cleaning/restoring between builds on different platforms. Even running `dotnet clean...
@rmcrackan OK, I solved that one. Now we have a new one. This one's all you! ``` Locking/unlocking file regions is not supported on this platform. Use FileShare on the...
> Please see if [v8.3.2](https://github.com/rmcrackan/Libation/releases/latest) acts any better. It no longer crashes after updating, but search still doesn't work. You need to change the file lock. https://github.com/rmcrackan/LuceneNet303r2/blob/74c7175111fab23b550845b2b7485b0cf64950a7/LuceneNet303r2/Store/NativeFSLockFactory.cs#L268-L272