https://bugs.documentfoundation.org/show_bug.cgi?id=162760
Rafael Lima <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED --- Comment #9 from Rafael Lima <[email protected]> --- So the problem is that your file does not contain the solver engine settings, then the LibrarySize parameter is read as zero and then it causes the solver to crash (since this parameter can't be zero). The saving of SCO/DEPS parameters to the file started with LO 24.2 (which is why you did not have them saved). So there are 2 things here: 1) We need to catch exceptions by the solver engine (since they can fail unexpectedly as in this case) 2) If a certain engine setting does not exist in the file, we should use its default value (instead of zero) Patch incoming. -- You are receiving this mail because: You are the assignee for the bug.
