flandreas / antares

Digital circuit learning platform
49 stars 6 forks source link

Issue while using 8-bit architecture modules #806

Closed Krishanu-007 closed 3 weeks ago

Krishanu-007 commented 4 weeks ago

Continuous popping of System Malfunction, whenever any 8-bit module is being used forcing the app to restart

Krishanu-007 commented 4 weeks ago

Antares.log currentStorable.txt

flandreas commented 4 weeks ago

@Krishanu-007 Thanks for reporting.

You seem to have exported a system dump file. It should be named something like Antares-dump.zip. Could you please attach it to this issue? I'll need it for analysis.

Krishanu-007 commented 4 weeks ago

Antares-dump.zip

flandreas commented 3 weeks ago

Thanks! I can reproduce the issue. I still have to find its cause, and then I'll release a fix as soon as possible..

flandreas commented 3 weeks ago

@Krishanu-007 Seems to be a "false positive" of the consistency checker infrastructure. This has to be fixed.

In the meantime, as a workaround, I've disabled the consistency checker. Disabling is controlled by a file Antares reads from the GitHub repository. Make sure to restart Antares and try again. I've just tried it with your project (contained in the dump you've posted), and I was able to successfully add the "Multiplier n bits" component to your circuit "8-bit Arithmetics".