SMB3-Foundry icon indicating copy to clipboard operation
SMB3-Foundry copied to clipboard

Mac build is not usable

Open Funnylinkk opened this issue 4 years ago • 6 comments

The Mac version is compiled into a .dms file. This is not a common file type and is not usable.

Funnylinkk avatar Jan 29 '21 00:01 Funnylinkk

From: https://discussions.apple.com/thread/250741530#:~:text=A%20file%20with%20a%20.,The%20.

A file with a .dms extension is a file that has been downloaded and renamed by the Apple Safari web browser or the Apple Mail email client. It contains the contents of a file that did not have a file extension or was erroneously renamed when downloaded. The .dms extension is a result of a bug in Safari and Mail.

Please let us know if you can simply run the file or rename it and then run it.

fortenbt avatar Jan 30 '21 13:01 fortenbt

Yep, I tried renaming it to .app and .dmg, I'll try naming it .zip.

Funnylinkk avatar Jan 30 '21 13:01 Funnylinkk

I have tried renaming it zip, doesn't work. You guys forgot to put the file extension at the end.

Funnylinkk avatar Jan 30 '21 13:01 Funnylinkk

What is the default extension for an executable in Mac OS? What would you expect it to have?

mchlnix avatar Jan 31 '21 00:01 mchlnix

It would be a .dmg file, or maybe a .app File , but I tried renaming it that and it has not worked.

Funnylinkk avatar Jan 31 '21 12:01 Funnylinkk

The default extension for a "UNIX Executable" in macOS is none. Remove the extension, then make the file executable in Terminal: chmod +x /path/to/osx-smb3-foundry Then execute it from Terminal: /path/to/osx-smb3-foundry

Now, I haven't gotten it to actually load a ROM myself, but that's another issue.

johsoderi avatar Oct 20 '21 15:10 johsoderi

Haven't heard any complaints since and I don't have a mac to test it, so I guess it works, or no one cares enough.

mchlnix avatar Nov 19 '22 13:11 mchlnix