Re: [Interest] QtCreator and macOS ARM64

2022-03-18 Thread David M. Cotter
6.0.2 But 7.1rc1 also works > On Mar 18, 2022, at 2:06 PM, Michael Jackson > wrote: > > This should have gone to the QtCreator list. My apologies to this list. > > @David M. Cotter What version of QtCreator are you using? Maybe I just need > to remove all the preferences for older versions th

Re: [Interest] QtCreator and macOS ARM64

2022-03-18 Thread Michael Jackson
This should have gone to the QtCreator list. My apologies to this list. @David M. Cotter What version of QtCreator are you using? Maybe I just need to remove all the preferences for older versions that may be hanging around. -- Mike Jackson On 3/18/22, 3:14 PM, "Interest on behalf of Da

Re: [Interest] Windows: "loadlibrary failed with error 87" on a configuration with a fake video card?

2022-03-18 Thread Björn Schäpers
If you can use the Process Monitor from SysInternals you can also see which library should be loaded. But I don't know it that has an command line interface. Am 18.03.2022 um 05:19 schrieb Alexander Dyagilev: Yes. But what I meant is that it has to be triggered by Qt somehow. As a first attem

Re: [Interest] QtCreator and macOS ARM64

2022-03-18 Thread David M. Cotter
I’m running on a 2021 MacBook Pro with the M1 Max (arm) I debug daily on it but it’s a bit touchy (debugger crashes often, app hangs for no reason and debugger can’t break into it, sometimes breakpoints fail etc) But it DOES work. For me. -dave > On Mar 18, 2022, at 12:03 PM, Michael Jackson

[Interest] QtCreator and macOS ARM64

2022-03-18 Thread Michael Jackson
Is there a version of QtCreator where the lldb debugger can launch on macOS ARM64. I’m running macOS Big Sur (11.x) and when I try to debug I get the following error from the debugger: "error: process exited with status -1 (attach failed ((os/kern) invalid argument))"} I am running Qt Cr

Re: [Interest] Windows: "loadlibrary failed with error 87" on a configuration with a fake video card?

2022-03-18 Thread Scott Bloom
If there is an error in LoadLibrary, qt will get the error message from the windows system, and then print it out. -Original Message- From: Interest On Behalf Of Alexander Dyagilev Sent: Thursday, March 17, 2022 9:20 PM To: fro...@tungware.se; interest@qt-project.org Subject: Re: [Inte