Problems running games? Right in here.
-
bruce
- Posts: 4
- Joined: 04 Mar 2012, 18:35
Post
» 04 Mar 2012, 18:44
Hello,
On starting Mari0, I immediately see a "The application Mari0 quit unexpectedly" dialog. My system:
Code: Select all
Mac OS X 1.5.8
Model: MacBookPro1,1, BootROM MBP11.0055.B08, 2 processors, Intel Core Duo, 2 GHz, 1.5 GB
Graphics: kHW_ATIr520Item, ATY,RadeonX1600, spdisplays_pcie_device, 128 MB
From the problem report:
Code: Select all
Process: love [26068]
Path: /Users/me/Downloads/Mari0.app/Contents/MacOS/love
Identifier: net.stabyourself.Mari0
Version: 1.1 (???)
Code Type: X86 (Native)
Parent Process: launchd [107]
Interval Since Last Report: 558 sec
Crashes Since Last Report: 1
Per-App Interval Since Last Report: 2 sec
Per-App Crashes Since Last Report: 1
Date/Time: 2012-03-04 08:39:14.132 -0800
OS Version: Mac OS X 10.5.8 (9L31a)
Report Version: 6
Exception Type: EXC_BREAKPOINT (SIGTRAP)
Exception Codes: 0x0000000000000002, 0x0000000000000000
Crashed Thread: 0
Dyld Error Message:
Symbol not found: ___divdi3
Referenced from: /Users/me/Downloads/Mari0.app/Contents/MacOS/../Frameworks/physfs.framework/Versions/A/physfs
Expected in: /usr/lib/libSystem.B.dylib
Ortho Robot runs just fine.
(And thanks for sharing this with the world. Mari0 looks awesome!)
-
trosh
- Posts: 1594
- Joined: 03 Feb 2012, 08:36
Post
» 04 Mar 2012, 19:06
this is probably due to love2d 0.8 on your comp. can't personally help you.
-
slime
- Shaders guy
- Posts: 148
- Joined: 02 Feb 2012, 21:37
Post
» 04 Mar 2012, 20:07
-
bruce
- Posts: 4
- Joined: 04 Mar 2012, 18:35
Post
» 04 Mar 2012, 21:24
Sorry, it doesn't although the error is different:
Code: Select all
Date/Time: 2012-03-04 11:18:27.599 -0800
OS Version: Mac OS X 10.5.8 (9L31a)
Report Version: 6
Exception Type: EXC_BREAKPOINT (SIGTRAP)
Exception Codes: 0x0000000000000002, 0x0000000000000000
Crashed Thread: 0
Dyld Error Message:
Library not loaded: @executable_path/../Frameworks/Lua.framework/Versions/A/Lua
Referenced from: /Users/me/Downloads/Mari0 2.app/Contents/MacOS/love
Reason: no suitable image found. Did find:
/Users/me/Downloads/Mari0 2.app/Contents/MacOS/../Frameworks/Lua.framework/Versions/A/Lua: unknown file type, first eight bytes: 0x21 0x3C 0x61 0x72 0x63 0x68 0x3E 0x0A
/Users/me/Downloads/Mari0 2.app/Contents/MacOS/../Frameworks/Lua.framework/Versions/A/Lua: unknown file type, first eight bytes: 0x21 0x3C 0x61 0x72 0x63 0x68 0x3E 0x0A
-
slime
- Shaders guy
- Posts: 148
- Joined: 02 Feb 2012, 21:37
Post
» 04 Mar 2012, 21:47
Thanks for the report. The link has been updated, can you redownload and try again?
-
bruce
- Posts: 4
- Joined: 04 Mar 2012, 18:35
Post
» 04 Mar 2012, 21:58
slime wrote:Thanks for the report. The link has been updated, can you redownload and try again?
Sure thing. Looks like we're back to the phyfs-referenced symbol problem:
Code: Select all
OS Version: Mac OS X 10.5.8 (9L31a)
Report Version: 6
Exception Type: EXC_BREAKPOINT (SIGTRAP)
Exception Codes: 0x0000000000000002, 0x0000000000000000
Crashed Thread: 0
Dyld Error Message:
Symbol not found: ___divdi3
Referenced from: /Users/message/Downloads/Mari0 3.app/Contents/MacOS/../Frameworks/physfs.framework/Versions/A/physfs
Expected in: /usr/lib/libSystem.B.dylib
-
bruce
- Posts: 4
- Joined: 04 Mar 2012, 18:35
Post
» 04 Mar 2012, 23:06