#303 closed defect (done)
Starter crashes when trying to open attached operator-library
Reported by: | mkommend | Owned by: | gkronber |
---|---|---|---|
Priority: | medium | Milestone: | HeuristicLab 3.3.0 |
Component: | ZZZ OBSOLETE: AdvancedOptimizationFrontend | Version: | 3.2 |
Keywords: | Cc: |
Description
Attachments (1)
Change History (15)
Changed 16 years ago by mkommend
comment:1 Changed 16 years ago by gkronber
- Status changed from new to assigned
comment:2 Changed 16 years ago by gkronber
comment:3 Changed 16 years ago by gkronber
- Component changed from General to AdvancedOptimizationFrontend
The exception should be caught in the user interface and an error dialog should inform the user about the problem.
Reassigned the ticket to component AdvancedOptimizationFrontend.
comment:4 Changed 16 years ago by gkronber
- Resolution set to fixed
- Status changed from assigned to closed
fixed with 659.
comment:5 Changed 16 years ago by gkronber
- Resolution fixed deleted
- Status changed from closed to reopened
fix should be merged to 3.0 and 3.1 as well.
comment:6 Changed 16 years ago by gkronber
- Resolution set to fixed
- Status changed from reopened to closed
comment:7 Changed 16 years ago by gkronber
- Resolution fixed deleted
- Status changed from closed to reopened
Application still crashes when a type is not found in an existing plugin.
comment:8 Changed 16 years ago by gkronber
- Status changed from reopened to new
comment:9 Changed 16 years ago by gkronber
- Status changed from new to assigned
comment:10 Changed 16 years ago by gkronber
added catch for TypeLoadException with r676.
should be merged back to 3.0 and 3.1 branches.
comment:11 Changed 16 years ago by gkronber
- Resolution set to fixed
- Status changed from assigned to closed
comment:12 Changed 16 years ago by swagner
- Milestone changed from 3.2 to Iteration 0
Milestone 3.2 deleted
comment:13 Changed 14 years ago by swagner
- Milestone changed from Iteration 0 to Current
Milestone Iteration 0 deleted
comment:11 Changed 14 years ago by swagner
- Milestone changed from Current to HeuristicLab 3.3.0
Milestone Current deleted
Note: See
TracTickets for help on using
tickets.
This is caused by an uncaught exception in the load method of PersistenceManager when a plugin which is needed to load the file is not installed.