Re: [Interest] Segmentation fault on exiting Qt event loop

2019-01-09 Thread Roland Hughes
On 1/9/19 4:00 AM, Reinhardt Behm wrote: On Wednesday 09 January 2019 08:57:23 alexander golks wrote: Am Tue, 8 Jan 2019 06:15:08 -0600 schrieb Roland Hughes: only NASA pre-faster-cheaper-splat days had more rigorous development rules and physical testing yes, indeed;)

Re: [Interest] Crazy idea 2019-1

2019-01-09 Thread Shawn Rutledge
> On 7 Jan 2019, at 17:27, Jason H wrote: > > I'm now numbering my crazy ideas. That may in itself be a crazy idea, if so, > that's 2019-0. > > 2019-1 is that Qt Blog posts (blog.qt.io) should be included in the > documentation ,cross-referenced with the classes mentioned within. For >

[Interest] Qt3D: Rendering issues with custom effects

2019-01-09 Thread Volker Enderlein
Hi, I am facing some rendering issues with custom effects in Qt3d. To mark some of the entities selected I replace the existing material effect of an entity with a newly created instance of a wireframe effect. When using the robustwireframe shaders sometimes (but not always, it does not

Re: [Interest] Missing header file d3d11_3.h

2019-01-09 Thread Nuno Santos
Yes, that’s true. I remember that I didn’t need to install the windows sdk while setting up a newer machine with VS2017 community. > On 9 Jan 2019, at 08:55, Oliver Wolff wrote: > > Hi Nuno, > > On 08/01/2019 19:16, Nuno Santos wrote: >> Nikos, >> >> Thanks for your reply. I’m battling

Re: [Interest] Qt3D: Rendering issues with custom effects

2019-01-09 Thread Mike Krus via Interest
Hi any chance you could try a more recent version? Lots of fixes since then… Mike > On 9 Jan 2019, at 10:59, Volker Enderlein > wrote: > > Hi, > > > > I am facing some rendering issues with custom effects in Qt3d. To mark some > of the entities selected I replace the existing material

[Interest] Rendering of QQuickWidget crashes in Debug buikds since Qt-5.9.5

2019-01-09 Thread Wolfgang Baron
Hi, I am working on a rather large application using QQuickWidget and Coin3d to mention the most "dangerous" components, therefore it is not feasible to produce a minimal version to show my problem anytime soon. The operating system is Windows 10 64 bit using compiler msvc2017_64. Until now,

Re: [Interest] Segmentation fault on exiting Qt event loop

2019-01-09 Thread Reinhardt Behm via Interest
On Wednesday 09 January 2019 08:57:23 alexander golks wrote: > Am Tue, 8 Jan 2019 06:15:08 -0600 > > schrieb Roland Hughes : > > only NASA pre-faster-cheaper-splat days had more rigorous development > > rules and physical testing > > yes, indeed ;) >

Re: [Interest] Segmentation fault on exiting Qt event loop

2019-01-09 Thread alexander golks
Am Tue, 8 Jan 2019 06:15:08 -0600 schrieb Roland Hughes : > only NASA pre-faster-cheaper-splat days had more rigorous development > rules and physical testing yes, indeed ;) https://en.wikipedia.org/wiki/List_of_software_bugs -- /* *There is no character, howsoever good and fine, but it can

Re: [Interest] Missing header file d3d11_3.h

2019-01-09 Thread Oliver Wolff
Hi Nuno, On 08/01/2019 19:16, Nuno Santos wrote: > Nikos, > > Thanks for your reply. I’m battling against windows. > > The machine I’m trying to do this is my 4 year old windows dev machine. 4 > years isn’t much unless it’s a windows machine with the registry full of shit. > > I’m not able to

Re: [Interest] iOS builds lack dsym debug symbols

2019-01-09 Thread Nikos Chantziaras
On 08/01/2019 13:25, Nikos Chantziaras wrote: I've uploaded a Qt iOS app to the App Store and am testing it in TestFlight. People are getting a crash which I can't replicate, but I can see it in Xcode. Problem is, the crash trace can't be symbolicated in Xcode. There's no dSYM generated. So

Re: [Interest] iOS builds lack dsym debug symbols

2019-01-09 Thread Nuno Santos
Nikos, This is a tricky one! I have experience this problem before. All my crashes reports are in complete void, rendering themselves useless. So, you need to manually upload the archive using the iTunes Connect Uploader tool? I would like to know the process more in detail. The result of

[Interest] CAN Bus Api QML

2019-01-09 Thread Aboubacar DIAW
Hello, Anyone know is there is a CAN api written with Qml? ___ Interest mailing list Interest@qt-project.org https://lists.qt-project.org/listinfo/interest

Re: [Interest] iOS builds lack dsym debug symbols

2019-01-09 Thread Nikos Chantziaras
In Xcode 10 I use the Organizer (Window -> Organizer). It lists all archives and you select which one you want to upload. The result of an archive is a directory in ~/Library/Developer/Xcode/Archives. The created directory contains the app bundle and everything else, except the *.app.dSYM