unageek / graphest

A faithful graphing calculator
MIT License
94 stars 1 forks source link

Plotting failed possibly due to script bug #982

Open cigarmemr opened 11 months ago

cigarmemr commented 11 months ago

Step to reproduce:

  1. Run Graphest.exe

Result: The initial "y=sin(x)" does not plot.

Error message: "Uncaught (in promise) Error" revealed in Dev Tools: image The error turns out to be at column 1996451 in bundle.js: image

Alternative way of reproducing Step to reproduce:

  1. Click inputbox of the formula to make it focused
  2. Hit "Enter"

Result: Plotting failed. Does not plot anything.

Error message: Exception stack is revealed in Dev Tools: image The top of the stack turns out to be at column 1997727 in bundle.js: image

Version: 1.3.3 for windows

Platform: Windows 10 22H2

unageek commented 10 months ago

Hi! Thank you for the detailed report. I suspect that an anti-virus software is blocking execution of the background program. Could you try installing and running Graphest inside Windows Sandbox if the edition of Windows you have supports it?

cigarmemr commented 10 months ago

Hi! Thank you for the detailed report. I suspect that an anti-virus software is blocking execution of the background program. Could you try installing and running Graphest inside Windows Sandbox if the edition of Windows you have supports it?

I've just tried it, both inside Windows Sandbox and on the host machine with anti-virus software closed. Unfortunately the appearance and error occurrence remain exactly the same.