Menu

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Show posts Menu

Messages - HylianLikely

#1
Development / Re: Getting Started on a Mac
April 18, 2015, 10:55:24 PM

Hi vlag,

Thank you for the response!  :D Still unfortunately no luck, double clicking and no launch.

I did get the message below in the terminal, so thought it may work:

Usage: /Library/Developer/CommandLineTools/usr/bin/install_name_tool [-change old new] ... [-rpath old new] ... [-add_rpath new] ... [-delete_rpath old] ... [-id name] input


Not sure what I am doing incorrectly, it isn't very clear for Mac users - I have downloaded Zelda Solarus DX, which seems to have the libluajit-5.1.2.0.2.dylib file inside, and that launches fine!

Perhaps I should wait until there is an update which fixes this
#2
Development / Getting Started on a Mac
April 10, 2015, 09:33:45 PM
If anyone could help, it would be greatly appreciated

I am completely new to this and I am falling at the first hurdle, I am used to searching for workarounds and answers being a mac user, so hopefully someone out there can help out!


It is running Solarus that I can't get to work, I started by installing and following the fantastic video tutorial by ChristophoZS (https://www.youtube.com/watch?v=T9mEFmRVlBQ) and it is at the 4:33 mark that I receive the below error message:

Jamie$ /Users/Jamie/Documents/Solarus\ Game\ Maker/solarus-1.3.1-OSX/solarus/solarus ; exit;
dyld: Library not loaded: @rpath/libluajit-5.1.2.0.2.dylib
  Referenced from: /Users/Jamie/Documents/Solarus Game Maker/solarus-1.3.1-OSX/solarus/solarus
  Reason: image not found
Trace/BPT trap: 5
logout

[Process completed]


I have created a data file and quest and placed it in the root with the exe, to no avail.

Searching the net I discovered some information about the required frameworks, I have downloaded these and placed them in the /library/frameworks folder - I also located them within the solarus_bundle folder, within the contents of the solarus.app


I have come across another post on the forum:
Topic: Solarus XD fails to execute on Mac OS X: dyld: Library not loaded: /usr/local/li  (Read 1022 times)

@vlag explains something needs to be added the framework file, but I really don't know where to start - if anyone could post a step by step solution to this issue I feel it would help alot of people, not just myself! As it has been read 1022 times it seems others are having the same issue

Forgive my naivety on the subject, I'm sure @vlag's soloution works, but as someone who has no prior experience in this territory I am struggling to follow - I'd really like to get started creating a Zelda game!

Thank you