QML FileDialog Assertion failed - qtquickcontrols

I'm trying to use the FileDialog. but when I browse at the second time
I got a crash with information is
"Gtk: Error assertion failed: (cancellable == data->button_data->cancellable)"
How do I address this problem?

Qt5 can uses native file dialog from your desktop environment. There is some bug in a connection between Qt and GTK.
Looks like the same as
https://github.com/tkashkin/GameHub/issues/76

Related

STORAGE EMULATOR ISSUE: Unhandled Exception: [firebase_storage/unknown] An unknown error occurred, please check the server response

I'm trying to upload an image to storage emulator locally from iOS simulator (the same thing works without issues on Android):
This is the error:
WARNING: Unable to set the Firebase Storage emulator settings. These must be set before any usages of Firebase Storage. If you see this log after a hot reload/restart you can safely ignore it.
[VERBOSE-2:ui_dart_state.cc(198)] Unhandled Exception: [firebase_storage/unknown] An unknown error occurred, please check the server response
It isn't much to work with.. I searched everywhere and found no working solutions. There seems to be similar issue that was related to connecting to production storage.
But this still doesn't work for me on local emulator.

sdk-3.1.1.js:1 Uncaught TypeError: Failed to execute 'createObjectURL' on 'URL': No function was found that matched the signature provided

Agora SDK gives me this error and doesn't connect the stream only on the laptop mobile (the mobile screens we create under the responsivity section of Developer tools [Inspect Element]).
It works fine on normal mobiles and laptops but I also get an error for this. Any thing that I'm missing out or doing wrong?
File a bug with agora. This is most likely using URL.createObjectURL(mediaStream) instead of setting videoElement.srcObject somewhere. And that method (or particular usage of the method) in Chrome 71 according to https://bugs.chromium.org/p/chromium/issues/detail?id=800767

distriqt nativemaps- Error w AIR 16

When debugging USB using Apache Flex Compiled SDK - 14.16.16 I get the following error:
Error occurred while packaging the application:
ld: can't open -non_global_symbols_no_strip_list file:
/Users/CRMantra/AIR_14.16.16/lib/aot/lib/local_nostrip.arm-air.txt
Compilation failed while executing : ld64
__________ Found this relating to the platform.xml used in compiling the ANE. https://forums.adobe.com/thread/1220219
I have two questions:
1) I need the permissions for the Maps to throw a NativeDialog box using the requestLocationAuthorization(true) - so User will set permission normally.
2) Whats the recommended and tested SDK version for this ANE. Also, have you been able to set permissions via a Dialog Box from tested SDK? From my reading AIR 16 is the recommended version to set permissions and get around the Geo Object always muted issue. I did notice that NativeApplication.nativeApplication.executeInBackground = true; will fix the Geo.mute issue as well, but it still needs the above mentioned Native Dialog Box, and it requires user to set Privacy/Maps each run of the .ipa
Thanks,
B
I found if you copy the SDK to another location and dereference any symbolic links that the issue disappears.
i.e.
cp -RLf /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS8.1.sdk SOME_OTHER_LOCATION

BlackBerry Packager for Android Error - An error occurred while processing your request

Today I decided to repackage, sign and publish my Android app to the Windows platform using the 'BlackBerry Packager for Android'. https://bdsc.webapps.blackberry.com/android/bpaa/app-signing-bar-creation
However it doesn't seem to work and I get the following error:
We're sorry, an error occurred while processing your request. The
information has been registered and we're working on getting this
fixed as soon as we can.
I have searched online and there seems to be no answer for this.
Has anyone experienced this issue or knows how I can resolve it?
Thanks a million,
Sarah.

Eclipse DDMS error: "Failed to initialize Monitor Thread" After installing ADT Plugin? [duplicate]

This question already has answers here:
Closed 10 years ago.
Possible Duplicate:
Eclipse IDE: Failed to initialize monitor thread error after installing Android SDK?
I just installed the ADT Plugin for eclipse but I keep getting the error alert on start of eclipse: Failed to initialize Monitor Thread: Unable to establish loopback connection after I click OK It goes onto repeated connection attempts that look like this
[2011-09-20 13:19:58 - DeviceMonitor]Connection attempts: 321
There are 320 other logs like this in my eclipse console and it increases like every second or so. I've been trouble shooting this for almost a week now I can't seem to figure out what to do. I've uninstalled and re-installed the sdk, un-installed and re-installed eclipse but this error still comes up. Does anyone have any Idea what to do?
My development platform in windows.
I had the same problem.
disabling firewall didn't help.
then I've killed my antivirus with with firewall.
and then it began to work.

Resources