Free cookie consent management tool by TermsFeed Policy Generator

Opened 14 years ago

Closed 14 years ago

#1401 closed defect (rejected)

The View host throws an exception for nested experiments

Reported by: svonolfe Owned by: mkommend
Priority: medium Milestone: HeuristicLab 3.3.3
Component: MainForm.WindowsForms Version: 3.3.3
Keywords: Cc:

Description

If the nesting-level of experiments is too high, the view host crashes with the following message: "Error creating window handle."

Please see the attached file. To reproduce the bug, click on the last nested experiment and the exception is thrown.

Attachments (1)

Experiment.hl (2.0 KB) - added by svonolfe 14 years ago.

Download all attachments as: .zip

Change History (3)

Changed 14 years ago by svonolfe

comment:1 Changed 14 years ago by mkommend

There is currently no way to avoid this, because there is a limit concerning the maximum number of nested controls in winforms (I could not find the reference right now). Try to avoid using experiments that have too many nested optimizers.

comment:2 Changed 14 years ago by mkommend

  • Resolution set to rejected
  • Status changed from new to closed
Note: See TracTickets for help on using tickets.