Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

I can run the application or the application is crashing, whats wrong?

application crashing run wrong
0
Posted

I can run the application or the application is crashing, whats wrong?

0

If you downloaded a binary version of the application and it refuses to start, try to compile the application at your own. If you successfully compiled the application without problems and it crashes, it’s probably a bug in the code. Please report the crash in the forums and specify some additional information: • Provide the console output. Start GtkEveMon from the console and reproduce the crash. • Provide a backtrace. Install gdb, the GNU debugger, if you don’t have it. Start it with “gdb gtkevemon” (if GtkEveMon is installed) or “gdb ./gtkevemon” (in the soruce tree). Then type “run” to start the application. If it crashes type “bt”, this will produce the backtrace. • Try to gererate the backtrace at least two times. If the backtrace is not identical, report it. This is also a very important information.

Related Questions

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.

Experts123