Duncan Crutchley

Results 11 comments of Duncan Crutchley

I'm getting something similar when i try converting both MCPE worlds from iOS and from Windows Edition: Exception in thread "main" org.iq80.leveldb.shaded.guava.util.concurrent.UncheckedExecutionException: java.lang.IllegalArgumentException: Unknown persistentId 4 at org.iq80.leveldb.shaded.guava.cache.LocalCache$Segment.get(LocalCache.java:2203) at org.iq80.leveldb.shaded.guava.cache.LocalCache.get(LocalCache.java:3937)...

Yes they are in my other project on GitHub (CoreLibrary). It's listed under the build requirements in the readme for IP-Freely. Best regards, Duncan Crutchley On Thu, 18 Apr 2019,...

Hi, You need to build CoreLibrary as a static lib (.a) using the CoreLibrary.pro project. Make sure you have the code for IP-Freely pulled from the master (not the last...

Shouldn't do. I use this project file on various PCs (Windows and Linux) without issue by just pulling from the current code in master from the repo. Setting up prfs...

A couple of other things to check... Make sure as per the Wiki (Requirements and Building section) for CoreLibrary you disable shadow builds for the CoreLibrary project in Qt (for...

Yes a known issue with Qt on Linux sometimes. Happens to me too. Go to the Qt install mkspecs folder find qconfig.pri open in text editor. Add following lines and...

Thanks I'll keep an eye out for it being merged into master.

Any thoughts on this issue? I'm currently working around the problem by automtically running a Python script, as part of my scripted cmake build process, after generating the C++ code...

Thanks for looking into this. I'll grab that now and try rebuilding. I'll let you know what happens.

Ok that seems to generate the code properly now from my IDL, all types are properly prefixed with ::, including in the streaming operators.