Antony Jr

Results 154 comments of Antony Jr

Also you can just simply pass the archive path as string to the constructor.

Can you please verify if this bug exists even if you do a fresh build in cmake.

I think I just reproduced your bug if I do the extraction continuously.... I think it's some kind of time based issue. I will look into this more.

@g-fb does this issue happen all the time or only happens when you try to extract the same file very fastly. Ex: in my case this only occurs when I...

> The error seems to come from `QCoreApplication::processEvents();` being [inside the loop](https://github.com/antony-jr/QArchive/blob/master/src/qarchiveextractor_p.cc#L932). If I move `QCoreApplication::processEvents();` outside the loop I don't get the error anymore. That just means we need...

Seems to be related with #46, the error is solved if we don't call getInfo() before start which is a bug. Will work on fixing it.

Should work now with the latest master.

Seems very hard to debug since this error is from moc. I will try to build this and check where the error is coming from.

@yueyedeai This is a bug in cargo-ndk. Downgrade to Android NDK to Version **22.x** to fix this. The bug comes in Version **23**.

you can use **codacy** to automatically check the entire repo , this also includes checking **new** pull request automatically and thus notifies everyone about the **code quality** 🍰 🐱 🐶...