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

Compiled version doesn't work on Retina OS X #589

Closed
blackmiaool opened this issue Feb 3, 2015 · 6 comments
Closed

Compiled version doesn't work on Retina OS X #589

blackmiaool opened this issue Feb 3, 2015 · 6 comments
Assignees
Milestone

Comments

@blackmiaool
Copy link
Contributor

image
I changed third_party/gtest/include/gtest/internal/gtest-internal.h and src/undo/undo_tests.cpp to finish make.It works,but seems not support retina(rmbp).

@dacap
Copy link
Member

dacap commented Feb 3, 2015

Thanks for reporting this. I don't have a retina display to test it, so I will need some help in this one. Would you like to contact me at support@aseprite.org?

@dacap
Copy link
Member

dacap commented Feb 3, 2015

Another thing, could you try to change Edit > Preferences > Screen Scale to 1:1 just to test how it works?

@dacap dacap self-assigned this Feb 3, 2015
@dacap dacap added this to the v1.1 milestone Feb 3, 2015
@dacap
Copy link
Member

dacap commented Feb 3, 2015

It's probable that if the application is not inside a bundle with a Info.plist, OS X thinks that the app is high-DPI aware (supports retina display). And if it has a Info.plist, it isn't high-DPI aware (there is a special Info.plist property to specify this explicitly).

I don't know if there is a possibility to specify a Info.plist outside an app bundle. Anyway I'm thinking that the next version v1.1 should be high-DPI aware. At the moment my recommendation for you is to do a "post compilation" process, copying the generated Aseprite binary inside the trial app bundle.

@CharlesLillo
Copy link

I'm on retina, and by copying over the data file from the build folder as well as the Aseprite binary to the trial version, I was able to get it working. Just copying the binary caused it to seg fault - in case anyone else is also looking for a workaround.

@dacap dacap changed the title works terrible in retina OSX Compiled version doesn't work on Retina OS X Feb 6, 2015
@dacap
Copy link
Member

dacap commented Feb 6, 2015

Thanks for the extra info @CharlesLillo

@dacap dacap closed this as completed Feb 6, 2015
@monodevx
Copy link

monodevx commented Dec 25, 2021

Error: In file included from /home/mono/aseprite/third_party/IXWebSocket/ixwebsocket/IXWebSocket.cpp:11
So many errors
I tried to resolve
So sorry

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

4 participants