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

Not running on JOG laptop #592

Closed
AramPetiet opened this issue May 3, 2019 · 9 comments
Closed

Not running on JOG laptop #592

AramPetiet opened this issue May 3, 2019 · 9 comments
Assignees
Labels
high priority High priority, do this first

Comments

@AramPetiet
Copy link
Collaborator

I have tried on 2 laptops and on both the following problem occurs:

image

@AramPetiet AramPetiet added the high priority High priority, do this first label May 3, 2019
@AramPetiet
Copy link
Collaborator Author

I suspect it has to do with SFML, but not sure. We worked around by using my laptop instead, but should be addressed.

@AramPetiet
Copy link
Collaborator Author

We have verified it works on other machines with the same latest of development branch

@richelbilderbeek
Copy link
Owner

std::bad_alloc usually indicates a lack of memory ...

@richelbilderbeek
Copy link
Owner

I guess the new graphics and sound consume too much memory (for now).

What happens when running in debug mode?

If I am right, the exception is thrown in sfml_resources 😁

@DynCoder
Copy link
Collaborator

DynCoder commented May 4, 2019 via email

@DynCoder
Copy link
Collaborator

DynCoder commented May 4, 2019 via email

@DynCoder
Copy link
Collaborator

DynCoder commented May 4, 2019

Another solution could be just to copy the resources to the CWD (executable location for the team, parent dir on travis) without using a qrc since sfml is able to use uncompiled resources. You should assign me to if you want me to try this alternative solution.

@janderkkotlarski
Copy link
Collaborator

Segfault borked under Linux.

@richelbilderbeek
Copy link
Owner

I assume this fixed. @janderkkotlarski will work on this today, and create a new Issue if this still happens.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
high priority High priority, do this first
Projects
None yet
Development

No branches or pull requests

4 participants