Results 378 comments of Vadim Kuznetsov

Yes, I confirm the crash. The problem comes from having two files `6V6.cir` and `6V6.lib` in the same directory. Qucs-S has some priority in searching of SPICE files by extensions....

The crash has been fixed on `current` branch. The Qucs-S will substitute extension from the list only if no extension is given for the SPICE netlist. Always preserve original file...

I have tried to create a library from your project and found no issues. Everything works as expected. After inspection of your library file `OpAmp.lib` I suspect that it was...

Assume the problem with creating a user library has been resolved. Closing this.

> enericopa1.lib, "Ghost" parameters Pin generated and simulation fails Yes, it's a bug in `SpiceLibComp` device. The workaround is to manually edit the SPICE netlist and remove the `params:` keyword...

Also look at the attached schematics. Don't forget to correct the file paths before the simulation. [genopa.zip](https://github.com/ra3xdh/qucs_s/files/9437379/genopa.zip)

> The param data for the Qucs example quarz.sch is embedded in the ".ID" line. Many Qucs examples "ported" over to Qucs-S were never updated to reflect all of Qucs-S...

> In a future release, will the params info in the .subckt line get automatically filled into the SpiceLibComp Params window? No, I am not inclined to fill this field...

> but isn't it confusing to have the ".ID" parameters used if you place a subcircuit.sch onto your main.sch but the "SpLib" parameters are used if you place a SpLibcomp...

Assume the issue has been resolved. The found bug with `params:` keyword is fixed. The fix will be available in the next release. Closing this.