Closed jrsnen closed 3 years ago
@polusto I want to test kvazzup under Windows 10 64bits and found it is not so easy to compile all dependent libraries! Could you please send me necessary libraries do that I can compile kvazzup and debug it? Thanks I use VS 2015 and 2017!
@polusto I found that the crash problem is happened on Ubuntu 18.04 LTS. In Ubuntu 20.04 LTS, it works well with video communication without audio. I try to debug it...
It sounds like Ubuntu 18.04 has an older version of some Kvazzup dependency that crashes unless you have compiled the dependencies yourself. I heard there has been a similar issue in a very old version of Kvazaar. I would suggest comparing version numbers of libraries (Kvazaar, OpenGL, ...)
In any case this does not seem like an issue that can be dealt in Kvazzup.
I said you are working on Windows. Can you share me your VS project solution and depending libraries?
I have to think about it. It would be nice to share those hard to compile windows dependencies from our website so compilation would be easier.
@polusto thanks
The libraries are now available for the newest release v0.09.
I tested the release mode on Ubuntu and I'm not able to reproduce this issue. I'm going close this issue at some point unless more information is provided.
@Thanh-Binh Can I close this issue? There is not enough information for me to continue fixing this and currently it does not seem like it is a Kvazzup issue.
@polusto yes please close this. Thanks
Symptoms
Kvazzup crashes by printing Illegal Instruction.
Setup
Linux OS using GCC in release mode. Qt version unknown.
Reproduction
Call to another Kvazzup in LAN on Linux with release build?
Suspected Cause
Hard to say at this point. Could be that some optimization is not supported. Illegal Instruction would point to one of Kvazzups dependencies, either they have a problem or Kvazzup is using them incorrectly.
Log