Page 1 of 1

Need a tester for Mac OSX build

Posted: Mon Sep 11, 2017 10:20 pm
by Iori Branford
Hello. My project is overdue for a new version and I decided to start trying Mac OSX builds. (My one extra build step is adding an external library for the non-standard VGM music format.)

Problem is, I don't actually have my own Mac, so I not only can't test it myself but can't sign it either, which means I can't even go test it at the Apple Store or wherever.

So I was wondering if a Mac owner with Yosemite (10.10) or later could do a quick test and see if (1) it runs and (2) it plays music? How to open an unsigned app.

And of course I'm open to any general advice on OSX deployment. Thanks.

EDIT: Tried fixing "unknown: unrecognized parameter: fused"

Re: Need a tester for Mac OSX build

Posted: Mon Sep 11, 2017 10:32 pm
by master both
It crashes for me (MacBook Air macOS Sierra) after it opens with this error:

Code: Select all

unknown: unrecognized parameter: fused

Levity 2D game engine
  -debug				Debugging in Zerobrane Studio
  <map>	 (string default title.lua)	Map file to start
AL lib: (EE) alc_cleanup: 1 device not closed
I have no idea what it means.

Re: Need a tester for Mac OSX build

Posted: Tue Sep 12, 2017 12:13 am
by Iori Branford
master both wrote: Mon Sep 11, 2017 10:32 pm It crashes for me (MacBook Air macOS Sierra) after it opens with this error:

Code: Select all

unknown: unrecognized parameter: fused

Levity 2D game engine
  -debug				Debugging in Zerobrane Studio
  <map>	 (string default title.lua)	Map file to start
AL lib: (EE) alc_cleanup: 1 device not closed
I have no idea what it means.
Thank you, turns out Mac OSX LOVE uses fake fused mode and I wasn't handling it correctly. Download and try again.

Re: Need a tester for Mac OSX build

Posted: Tue Sep 12, 2017 12:32 am
by master both
Iori Branford wrote: Tue Sep 12, 2017 12:13 am Thank you, turns out Mac OSX LOVE uses fake fused mode and I wasn't handling it correctly. Download and try again.
Now it works perfectly with sounds and all :) it's a cool game, good luck with your project :awesome:

Re: Need a tester for Mac OSX build

Posted: Tue Sep 12, 2017 12:38 am
by Iori Branford
master both wrote: Tue Sep 12, 2017 12:32 am
Iori Branford wrote: Tue Sep 12, 2017 12:13 am Thank you, turns out Mac OSX LOVE uses fake fused mode and I wasn't handling it correctly. Download and try again.
Now it works perfectly with sounds and all :) it's a cool game, good luck with your project :awesome:
Excellent, thanks very much.