Page 1 of 1

Mac osx problem

PostPosted: Sat Jun 21, 2014 16:49
by nicobiro
hey there,
I've downloaded the Mac OSX version of minetest, I've unzipped it and now minetest icon is on my desktop.
But when I try to run the application it crashes and give me this message:
Your phone or window isn't wide enough to display the code box. If it's a phone, try rotating it to landscape mode.
Code: Select all
Process:         bash [6887]
Path:            /Users/USER/Downloads/minetest.app/Contents/MacOS/minetest
Identifier:      celeron55.minetest
Version:         ??? (???)
Code Type:       X86-64 (Native)
Parent Process:  launchd [158]

Date/Time:       2014-06-21 18:46:36.039 +0200
OS Version:      Mac OS X 10.7.5 (11G63b)
Report Version:  9

Interval Since Last Report:          22672 sec
Crashes Since Last Report:           6
Per-App Crashes Since Last Report:   4
Anonymous UUID:                      54168EB6-EDFA-48B9-A17B-74046CF4AD0A

Crashed Thread:  Unknown

Exception Type:  EXC_BAD_ACCESS (SIGSEGV)
Exception Codes: KERN_INVALID_ADDRESS at 0x00007fff5fc01028

Backtrace not available

Unknown thread crashed with X86 Thread State (64-bit):
  rax: 0x0000000000000055  rbx: 0x0000000000000000  rcx: 0x0000000000000000  rdx: 0x0000000000000000
  rdi: 0x0000000000000000  rsi: 0x0000000000000000  rbp: 0x0000000000000000  rsp: 0x0000000000000000
   r8: 0x0000000000000000   r9: 0x0000000000000000  r10: 0x0000000000000000  r11: 0x0000000000000000
  r12: 0x0000000000000000  r13: 0x0000000000000000  r14: 0x0000000000000000  r15: 0x0000000000000000
  rip: 0x00007fff5fc01028  rfl: 0x0000000000010203  cr2: 0x00007fff5fc01028
Logical CPU: 0

Binary images description not available


External Modification Summary:
  Calls made by other processes targeting this process:
    task_for_pid: 1
    thread_create: 0
    thread_set_state: 0
  Calls made by this process:
    task_for_pid: 0
    thread_create: 0
    thread_set_state: 0
  Calls made by all processes on this machine:
    task_for_pid: 74953
    thread_create: 1
    thread_set_state: 0

what's the problem and what can I do? please help me

Re: Mac osx problem

PostPosted: Sat Jun 21, 2014 18:43
by Morn76
The binary is for OS X Mavericks, but you are running Lion. If you cannot upgrade your machine to Mavericks, you could try to compile MT yourself using Homebrew and the mtmake-osx build scripts.

Re: Mac osx problem

PostPosted: Sat Jun 21, 2014 19:29
by nicobiro
Thank you, I will try.

Re: Mac osx problem

PostPosted: Sun Jun 22, 2014 14:37
by nicobiro
It worked! Thanks

Re: Mac osx problem

PostPosted: Sun Jun 22, 2014 20:50
by Morn76
Excellent!