We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Windows platform. Reported via email by Phil D.
After entering some buggy code and running (which crashed - not a problem with your code) the error handling went into a death spiral
C:\Euphoria\WEE-master\ui_win.e:423 in function ViewErrorProc() argument out of range.
^^^ call-back from Windows
... called from C:\Euphoria\WEE-master\window.ew:1939 in function DialogBoxIndirectParam()
... called from C:\Euphoria\WEE-master\ui_win.e:476 in procedure ui_view_error()
... called from C:\Euphoria\WEE-master\wee.exw:1996 in procedure check_ex_err()
... called from C:\Euphoria\WEE-master\ui_win.e:1267 in function WndProc()
... called from C:\Euphoria\WEE-master\ui_win.e:1447 in function WndProc()
... called from C:\Euphoria\WEE-master\ui_win.e:1849 in procedure ui_main()
... called from C:\Euphoria\WEE-master\ui_win.e:1866
--> See ex.err
Press Enter...
Then after restarting wee kept crashing on startup as follows while attempting to show error.
C:\Euphoria\WEE-master\ui_win.e:1798 in procedure ui_main() argument out of range.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Windows platform. Reported via email by Phil D.
After entering some buggy code and running (which crashed - not a problem with your code)
the error handling went into a death spiral
C:\Euphoria\WEE-master\ui_win.e:423 in function ViewErrorProc()
argument out of range.
^^^ call-back from Windows
... called from C:\Euphoria\WEE-master\window.ew:1939 in function DialogBoxIndirectParam()
... called from C:\Euphoria\WEE-master\ui_win.e:476 in procedure ui_view_error()
... called from C:\Euphoria\WEE-master\wee.exw:1996 in procedure check_ex_err()
... called from C:\Euphoria\WEE-master\ui_win.e:1267 in function WndProc()
^^^ call-back from Windows
... called from C:\Euphoria\WEE-master\ui_win.e:1447 in function WndProc()
^^^ call-back from Windows
... called from C:\Euphoria\WEE-master\ui_win.e:1849 in procedure ui_main()
... called from C:\Euphoria\WEE-master\ui_win.e:1866
--> See ex.err
Press Enter...
Then after restarting wee kept crashing on startup as follows while attempting to show error.
C:\Euphoria\WEE-master\ui_win.e:1798 in procedure ui_main()
argument out of range.
... called from C:\Euphoria\WEE-master\ui_win.e:1866
--> See ex.err
The text was updated successfully, but these errors were encountered: