Ticket #196 (closed defect: invalid)

Opened 3 years ago

Last modified 1 year ago

Failed Assertion

Reported by: Roke Assigned to: uncle_fungus
Priority: minor Milestone: 2.4.0
Component: Other Keywords:
Cc:

Description

Upon opening FahMon? I get this error message:

ASSERT INFO:
../src/generic/hyperlink.cpp(80): assert "!url.empty() || !label.empty()" failed in Create(): Both URL and label are empty ?

BACKTRACE:
[1] MainDialog::CreateLayout()
[2] MainDialog() /home/aaron/FahMon-2.3.4/src/mainDialog.cpp:178

It gives me the option to stop or continue. If I click continue FahMon? loads up properly, but the ppd is way off. I'm running Linux Mint x64 with all updates installed.

Attachments

fahmon_assertion_error (31.0 kB) - added by Roke on 02/07/09 22:48:56.
Screenshot

Change History

02/07/09 22:48:56 changed by Roke

  • attachment fahmon_assertion_error added.

Screenshot

02/08/09 03:28:15 changed by uncle_fungus

It looks like you're using a debug version of the wxwidgets library, hence the assertion. It's non-fatal, but should be fixed in the next version.

The PPD could be off due to a number of factors

  • There are an odd number of steps (250001 instead of 250000) in the WU
  • The average frame time value is now out-of-date

There is a fix in svn for the first problem. To fix the second problem simply change the PPD calculation method in the preferences dialog.

04/30/09 10:34:16 changed by uncle_fungus

  • status changed from new to assigned.
  • milestone set to 2.4.0.

10/08/10 10:10:42 changed by uncle_fungus

  • status changed from assigned to closed.
  • resolution set to invalid.