OSX builds?

General discussion about LÖVE, Lua, game development, puns, and unicorns.
User avatar
slime
Solid Snayke
Posts: 3132
Joined: Mon Aug 23, 2010 6:45 am
Location: Nova Scotia, Canada
Contact:

Re: OSX builds?

Post by slime »

I compile a new OS X build nearly every time there's a new commit, but I haven't updated my dropbox link recently mainly due to some library issues. As far as I know, the latest Mac build of 0.8.0 will work on every Intel machine except those running OS 10.5. That should be fixed soon hopefully.

If there are any other issues with this build, please post about them!

Latest as of January 9: http://dl.dropbox.com/u/4214717/love-0.8.0.zip
coffee
Party member
Posts: 1206
Joined: Wed Nov 02, 2011 9:07 pm

Re: OSX builds?

Post by coffee »

slime wrote:I compile a new OS X build nearly every time there's a new commit, but I haven't updated my dropbox link recently mainly due to some library issues. As far as I know, the latest Mac build of 0.8.0 will work on every Intel machine except those running OS 10.5. That should be fixed soon hopefully.

If there are any other issues with this build, please post about them!

Latest as of January 9: http://dl.dropbox.com/u/4214717/love-0.8.0.zip
Thank you Slime. Then it should run on my DuoCore with 10.6.8, but again don't even open like the older build from November. Is libpng that was giving problems to you and anjo?

Here the past of the most relevant stuff of crash diagnose

Code: Select all

Exception Type:  EXC_BREAKPOINT (SIGTRAP)
Exception Codes: 0x0000000000000002, 0x0000000000000000
Crashed Thread:  0

Dyld Error Message:
  Library not loaded: /usr/X11/lib/libpng15.15.dylib
  Referenced from: /Users/.../Downloads/love.app/Contents/MacOS/../Frameworks/IL.framework/Versions/A/IL
  Reason: image not found
User avatar
Jasoco
Inner party member
Posts: 3725
Joined: Mon Jun 22, 2009 9:35 am
Location: Pennsylvania, USA
Contact:

Re: OSX builds?

Post by Jasoco »

Thanks, Slime! But now I've forgotten what setRenderTarget() was changed to.

Edit: Nope, found Robin's post explaining it was replaced with setCanvas()
User avatar
Ryne
Party member
Posts: 444
Joined: Fri Jan 29, 2010 11:10 am

Re: OSX builds?

Post by Ryne »

have there been issues with OSX builds in the past?

I've been using them for a while now and haven't had a single hitch, even coming from Windows.
@rynesaur
User avatar
AaronWizard
Citizen
Posts: 68
Joined: Sun Nov 06, 2011 2:45 pm
Location: Canada

Re: OSX builds?

Post by AaronWizard »

I just downloaded this and tried to run it, without running a game with it, and got a crash. Is this a bug or was the default demo just removed?

Code: Select all

Process:         love [1024]
Path:            /Users/aaronjm/Desktop/love.app/Contents/MacOS/love
Identifier:      org.love2d.love
Version:         ??? (???)
Code Type:       X86-64 (Native)
Parent Process:  launchd [126]

Date/Time:       2012-01-14 18:16:53.828 -0400
OS Version:      Mac OS X 10.6.8 (10K549)
Report Version:  6

Interval Since Last Report:          49930 sec
Crashes Since Last Report:           3
Per-App Crashes Since Last Report:   2
Anonymous UUID:                      471AF3B6-04C1-4F2C-96EB-E6735DF0F73B

Exception Type:  EXC_BREAKPOINT (SIGTRAP)
Exception Codes: 0x0000000000000002, 0x0000000000000000
Crashed Thread:  0

Dyld Error Message:
  Library not loaded: /usr/X11/lib/libpng15.15.dylib
  Referenced from: /Users/aaronjm/Desktop/love.app/Contents/MacOS/../Frameworks/IL.framework/Versions/A/IL
  Reason: image not found

Binary Images:
    0x7fff5fc00000 -     0x7fff5fc3bdef  dyld 132.1 (???) <B536F2F1-9DF1-3B6C-1C2C-9075EA219A06> /usr/lib/dyld

Model: iMac9,1, BootROM IM91.008D.B08, 2 processors, Intel Core 2 Duo, 3.06 GHz, 8 GB, SMC 1.45f0
Graphics: ATI Radeon HD 4850, ATI Radeon HD 4850, PCIe, 512 MB
Memory Module: global_name
AirPort: spairport_wireless_card_type_airport_extreme (0x14E4, 0x8E), Broadcom BCM43xx 1.0 (5.10.131.42.4)
Bluetooth: Version 2.4.5f3, 2 service, 12 devices, 1 incoming serial ports
Network Service: Ethernet, Ethernet, en0
Serial ATA Device: ST31000342ASQ, 931.51 GB
Serial ATA Device: OPTIARC DVD RW AD-5670S
USB Device: Built-in iSight, 0x05ac  (Apple Inc.), 0x8502, 0x24400000 / 3
USB Device: USB2.0 Hub, 0x05e3  (Genesys Logic, Inc.), 0x0608, 0x24300000 / 2
USB Device: LaCie Desktop Hard Drive, 0x059f  (LaCie), 0x1010, 0x24320000 / 4
USB Device: Keyboard Hub, 0x05ac  (Apple Inc.), 0x1006, 0x26400000 / 2
USB Device: Apple Keyboard, 0x05ac  (Apple Inc.), 0x0220, 0x26420000 / 3
USB Device: IR Receiver, 0x05ac  (Apple Inc.), 0x8242, 0x04500000 / 3
USB Device: Microsoft Wireless Optical Mouse® 1.00, 0x045e  (Microsoft Corporation), 0x00e1, 0x04100000 / 2
USB Device: PTK-640, 0x056a  (WACOM Co., Ltd.), 0x00b9, 0x06200000 / 3
USB Device: BRCM2046 Hub, 0x0a5c  (Broadcom Corp.), 0x4500, 0x06100000 / 2
USB Device: Bluetooth USB Host Controller, 0x05ac  (Apple Inc.), 0x8215, 0x06110000 / 4
User avatar
slime
Solid Snayke
Posts: 3132
Joined: Mon Aug 23, 2010 6:45 am
Location: Nova Scotia, Canada
Contact:

Re: OSX builds?

Post by slime »

It's a bug, hopefully it will be fixed soon.
User avatar
vmuriel
Prole
Posts: 2
Joined: Mon Mar 12, 2012 11:47 pm

Re: OSX builds?

Post by vmuriel »

Löve 0.8.0 ( rev e7559e4345e1 ) // March 12, 2012 // MacOSX 64bits
http://dl.dropbox.com/u/48992821/love_0 ... 4345e1.zip
@vmur
Post Reply

Who is online

Users browsing this forum: No registered users and 216 guests