1
General / Re: VM aborting when launching Android example
« on: January 17, 2015, 12:23:11 am »
I decided to try again to make the Android example application run on Android 2.3.3. I now found out that the execution stops at the first call to window.pollEvent(event).
More precisely at the m_impl->popEvent(event, false); call in Window/Window.cpp inside function Window::pollEvent
More precisely at the processEvents(); call in Window/WindowImpl.cpp inside function WindowImpl::popEvent
More precisely at the sf::Lock lock(states->mutex); call in Window/Android/WindowImplAndroid.cpp inside function WindowImplAndroid::processEvents
More precisely at the m_mutex.lock(); call in System/Lock.cpp inside constructor Lock::Lock
More precisely at the m_mutexImpl->lock(); call in System/Mutex.cpp inside function Mutex::lock()
More precisely at the pthread_mutex_trylock(&m_mutex); call in System/Unix/MutexImpl.cpp inside function MutexImpl::lock()
Could you please fix this so that SFML2 be supported on Android 2.3.3? You know, it is still a widely used version of Android on the market.
More precisely at the m_impl->popEvent(event, false); call in Window/Window.cpp inside function Window::pollEvent
More precisely at the processEvents(); call in Window/WindowImpl.cpp inside function WindowImpl::popEvent
More precisely at the sf::Lock lock(states->mutex); call in Window/Android/WindowImplAndroid.cpp inside function WindowImplAndroid::processEvents
More precisely at the m_mutex.lock(); call in System/Lock.cpp inside constructor Lock::Lock
More precisely at the m_mutexImpl->lock(); call in System/Mutex.cpp inside function Mutex::lock()
More precisely at the pthread_mutex_trylock(&m_mutex); call in System/Unix/MutexImpl.cpp inside function MutexImpl::lock()
Could you please fix this so that SFML2 be supported on Android 2.3.3? You know, it is still a widely used version of Android on the market.