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

Crash on iPad ! #1

Open
dorald opened this issue Apr 20, 2013 · 3 comments
Open

Crash on iPad ! #1

dorald opened this issue Apr 20, 2013 · 3 comments

Comments

@dorald
Copy link

dorald commented Apr 20, 2013

hi Memo.
I try to run msafluid on iPad but crash on start (lldb): Thread 1: EXC_BAD_ACESS(code=1,address=0x0).

When I comment the line: glDrawArrays(GL_LINES, 0, MAX_PARTICLES * 2); in ParticleSystem.cpp run fine but no particles.

Can you help me please to run msafluid with particles ?
Thank you.

@LYHSH
Copy link

LYHSH commented May 21, 2020

glDrawArrays() provide drawing function.
You can consider other drawing methods with posArray and colorArray!

@dorald
Copy link
Author

dorald commented May 21, 2020

Have you managed to run on iPad/iPhone with ParticleSystem ?

@LYHSH
Copy link

LYHSH commented May 22, 2020

Sorry,I not!
I just checked the code here,I don't have an Apple development environment!

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

No branches or pull requests

2 participants