Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

built using git (on linux); gui.xml error #84

Closed
aseprite-bot opened this issue Aug 20, 2014 · 3 comments
Closed

built using git (on linux); gui.xml error #84

aseprite-bot opened this issue Aug 20, 2014 · 3 comments

Comments

@aseprite-bot
Copy link
Collaborator

From mattj.ba...@gmail.com on March 01, 2012 22:22:25

What steps will reproduce the problem? 1. git clone git://github.com/dacap/aseprite.git
2. cmake -g "Unix Makefiles"
3. make
4. cd to /src
5. ./aseprite What is the expected output? What do you see instead? I expected the program to run; I get the following error:

terminate called after throwing an instance of 'base::Exception'
what(): gui.xml was not found
Shutting down Allegro due to signal #6
Aborted What version of the product are you using? On what operating system? ASEPRITE 0.9.1-dev
Ubuntu 11.04 (do not have admin priviledges) Please provide any additional information below. I also downloaded the .zip file, built it using the same steps, and don't get a command line error, but instead a small xwindow pops up and says: "error gui.xml not found"

I read through some similar comments mentioning that it might be that it was unzipped using a non-7zipish program, which messes up the dir structure; so I used git and still doesn't work.

Dunno. Eager to try your program though. LGPL forever, props on your project.

Original issue: http://code.google.com/p/aseprite/issues/detail?id=84

@aseprite-bot
Copy link
Collaborator Author

From davidcapello on March 02, 2012 05:55:35

Hi! You are executing aseprite from "src" folder, when it's expected to be in the root directory (the directory where it's the aseprite repo clone). See this step in INSTALL.txt file: https://github.com/dacap/aseprite/blob/master/INSTALL.txt#L59 Basically you have to do a "cp src/aseprite ." after the make step and execute aseprite from the root directory.

Also I recommend you to create a "build" folder and generate the cmake makefiles right there (so you can remove all intermediate .o/.a files easily).

Owner: davidcapello

@aseprite-bot
Copy link
Collaborator Author

From mattj.ba...@gmail.com on March 02, 2012 18:54:43

Beautiful! Thanks for the concise instructions and prompt reply, executes
fine now :)

Also, I apologize for missing the last step about copying the aseprite
executable to the source-dir.; fairly stupid of me --- it was a long day :P

Anyway, thanks again for the software, looking forward to playing around
with it.

~Matt

@aseprite-bot
Copy link
Collaborator Author

From davidcapello on March 02, 2012 19:00:53

Thanks to you for contacting me!
Any other problem please feel free to open a new issue!

Good luck and I hope you will find aseprite useful!

Status: Fixed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant