Summary: QSPICE64.exe on Windows 11 fails to enter netlist (text) mode under any circumstances. All .cir files are opened using the schematic parser, causing valid SPICE directives to throw syntax errors and preventing netlist simulation entirely.
- .cir files always open as schematics
- Netlist editor never appears
- All SPICE directives produce syntax errors
Expected Behaviour
.cirfiles should open in netlist (text) mode- SPICE directives should be parsed by the netlist parser, not the schematic parser
- Command‑line invocation should launch QSPICE64.exe and load the file
Actual Behaviour
- QSPICE64.exe never enters netlist mode
- All
.cirfiles are interpreted as schematics - The netlist parser appears not to load at all
- The application behaves as if locked into schematic‑only mode
Impact
This failure mode makes QSPICE unable to simulate any netlist‑based SPICE file, effectively disabling:
- text‑based circuit development
- behavioural modelling
- scripted simulation workflows
Using cmd hasn’t worked, help to solve this problem would be helpful. I wonder if this might even be a bug.
Regards

