Comments

Log in with itch.io to leave a comment.

MacOS apps will not open on MacBook M1 Pro running 14.6 (also tried on OS13)

Also, if these apps just run some sort of bash script, can you include those in the zip?

ah, I found script on your GitHub. hoping I can reproduce the functionality of the apps with this.

Hi, the MacOS versions should work on Apple Silicon, but unfortunately I don’t have a Mac to test it.

Does it give you an error?

Have you tried running the tools from the Terminal app?

Thanks!

Yes, the apps produce the following error message on M1 Pro:

You can’t open the application “GBSFont2BG” because this application is not supported on this Mac.

How would I run them with Terminal?

(1 edit)

Thank you Mike! That gave me the clue I needed to solve it 🙂

The macOS binaries were not working because I tried cross-compiling from Linux, but this didn’t create proper binaries for macOS.

So I went visit a friend who has a Mac, and compiled the three tools there. GBSFontInverter and GBSFontJSON compiled perfectly on the Mac, and work just as well as they do on Linux and Windows.

But GBSFont2BG for macOS gave me some issues: it doesn’t remove the temp files (you’ll see a lot of png files after running it) and doesn’t generate the sample image (resized 3x). But the main thing works, generating the Background.png with your text! 🥳

I just realized that I only tested it from the terminal, would you mind testing it from the Finder and let me know if they work? If not:

  • Command (⌘) + Space
  • type “terminal” and press enter
  • cd name-of-the-directory-with-the-program-text.txt-and-font
  • chmod +x GBSFont2BG
  • ./GBSFont2BG
(2 edits)

Thank you for updating Santiago!

The applications must be run as described above. After updating their permissions with chmod, they will attempt to run but produce no output when launched from Finder.

Thank you Mike for testing it!

I added a “notes for macOS.txt” file that explains how to run it on macOS using the terminal.

Nice fonts
Only problem is that my antivirus detected something off with the programs
Already changed my passwords just in case

Hi, thanks!

I’m sorry about the false positives. Can you please let me know what antivirus are you using and the message or log from your antivirus?

I would like to solve this issue, but don’t know how yet.

Thank you!

Norton Antivirus and its just saying that its malware/AI

Thanks! Still not sure why it says it is “malware/AI”.

I’ve compiled the programs for 64-bit Windows (it was 32 bit before) and now got less false positives on virustotal.

Please try downloading the updated version of the tools and let me know how it goes.

Thank you!

Can you please update the software for Windows users? I tried opening the GBSFontJSON and   GBSFont2BG .exe files, but my virus protection software automatically checked and deleted them, saying that they're unsafe.

Hi, I’m sorry to hear that.

Could you please let me know which antivirus you are using?

From my own checks on virustotal.com, I found that 11 and 17 out of 70 antivirus flag these files as suspicious or trojan :( This may be due to the fact that these are command-line utilities, and not GUI-based tools, I’m not sure.

To help resolve this, could you please provide the specific message or log from your antivirus? I hope this would help me understand what is causing the false positives.

In the meantime, if you’d like, I can send you the source code via email, so you can review it and compile the software yourself.

Hi,

I’ve compiled the programs for 64-bit Windows (it was 32-bit before) and now got less false positives on virustotal.

Please try downloading the updated version of the tools and let me know how it goes.

Thank you!

Thanks for this great tool.
However, it doesn't automatically splits lines that are too long.
Is it also possible to have new lines actually being seen as a new line instead of just a  "space"?

Thank you! Both issues are part of the current limitations (“you’ll need to format your text with spaces”). But I’m writing it down to work on it on the next update, thanks!

Hi, this looks great. Are the png files already included (So i can add it to gbstudio font folder) thnks

Hi, thank you! Yes, all the png and json files are included, ready to copy to the gbstudio font folder

great!