Issue with loading some of the classes using classloader with Install4j app on Mac - install4j

We are facing some weird issue on MAC with install4j app. Here all the classes in a particular jar are getting loaded except a particular class which is causing application launch failure. Please suggest if you have come across such issue on Mac. But in the log there is no exception or error reported.
There is no issue with directly executing the jar or through eclipse.

Related

Error while deploying flutter application on google play store

When deploying a flutter application on Google Play Store the following warning message appears:
Warning
This App Bundle contains native code, and you haven't imported any debugging symbols. We recommend importing a symbol file to help analyze and debug crashes and ANR errors.
That is something coming from the Flutter codebase itself. Its been like that for a long time now and hope the future releases resolve that.
For now, you can simply ignore the warning and proceed with publishing the app.

Check that local machine dependencies for macOS application exist

Having an issue with my app crashing if a local dependency is missing. I'm building a macOS application -- using Swift 5 in Xcode -- that uses a library, which then wraps a C++ library (librdkafka). If I install librdkafka using homebrew everything works as expected with no issues.
If I uninstall librdkafka however, the application crashes before even opening, and a window is displayed explaining why it crashed: because it cannot find librdkafka (as expected since I purposefully uninstalled librdkafka)
I understand why this is crashing, but what I am trying to figure out is if there is a way to gracefully handle the scenario where librdkafka does not exist on the local machine?
I implemented a function to check the file itself exists and I call it in applicationWillFinishLaunching in the delegate, but the app crashes before that function is called, so thats no good.
My second thought would be to maybe fork the repo and tweak the imports here: https://github.com/IBM-Swift/SwiftKafka/blob/master/Sources/Crdkafka/shim.h -- but I am not 100% sure if this is the best way.
Thanks!

How can you detect runtime errors on flutter applications and log them while testing the app on iOS platform?

We tried to use speech recognition package - https://pub.dev/packages/speech_recognition in our flutter application along with other packages. The app was built successfully and installed, but we could see only a white screen on the iOS device. There was no error log that could tell us that this package created a problem. Once this module was removed we were able to see the application on the phone. This was done by manually checking for each package. I wanted to know if there is any runtime error handling methodology that could be used to log runtime errors and generate a logfile.
We are still researching on this issue, so we havent executed anything. Any suggestions would be welcome.

Why does my app flutter can't download the dependencies?

I can't debug my application.
First, the error happened when downloading the gradle, I managed to solve it, downloading manual and pointing to local file, but after that started to happen the error in other dependencies,
It's like I'm using proxy, but I'm not using proxy.
I've tried changing the version of gradle and all the other tips I've seen on the internet but nothing works.
I'm using the latest version of android studio on a macbook
the error message always relates to UnknownHostException.

eclipse is being very unstable

I keep getting this error
Error occurred during initialization of VM
java/lang/NoClassDefFoundError: java/lang/ref/FinalReference
There are no main methods in my code and that is the only reason i received it before. Why is this occurring. I cant show you a log because it crashed before loading up any code.
I am wondering if its anything today with the Galaxy tab add on. I have used android version 10 and built a complete piece of software and haven't had any problems with it.