FluffyFishGames / ACNHDesignPatternEditor

An editor for Animal Crossing: New Horizons design patterns.
GNU General Public License v3.0
351 stars 28 forks source link

QR Codes not working 0.9.3 bugfix/vanilla - MacOS Catalina #14

Closed jon-torres closed 4 years ago

jon-torres commented 4 years ago

Hello.

I have tried a different number of Qr Codes (and both macos releases) but none of them seem to be recognised by the app.

I am not sure what I should expect when I import a QR Code but the empty squares is not changed after attempting to import it.

Among the codes that I tried. I also tried the ones from https://github.com/FluffyFishGames/ACNHDesignPatternEditor/issues/2#issue-591147777

Thank you in advance.

FluffyFishGames commented 4 years ago

It's a known bug caused by missing GDIPlus.dylib on your Mac. I am trying to get rid of that library for the next release. Until then you might have luck by installing Mono on your system.

jon-torres commented 4 years ago

Hi

Thank you for answering so quickly. I was just supposed to install Mono? Or there was something else needed? I only installed and no luck.

Thanks anyways. I really appreciate what you are doing! Thank you for the good work.

FluffyFishGames commented 4 years ago

Weird, someone on my discord had luck with that.

Then you can only wait for the next release. It will not rely on gdiplus.dylib anymore but instead is using my own graphics library + SkiaSharp.

jon-torres commented 4 years ago

I saw the discussion in discord and I did what you said there and it worked!!

FluffyFishGames commented 4 years ago

Nice! :)

FluffyFishGames commented 4 years ago

MacOSX is now supported thanks to the removal of GDIPlus and introduction of Unity Cloud Build for IL2CPP Mac build and direct texture manipulation.