-
Notifications
You must be signed in to change notification settings - Fork 37
Open
Description
Just installed UCBLogo version 6.2.5 on a Windows 11 computer. When launching it, I got the following error message:
Assertion failed!
Program: C:\Program Files (x86)\UCBLogo\ucblogo.exe
File: wxTerminal.cpp
Line: 2738Expression: success
Line 2738 in the error message is line 2741 in the source:
Lines 2739 to 2742 in 2d4140c
| extern "C" void wx_chdir(char *file_path) { | |
| bool success = wxSetWorkingDirectory(wxString::FromAscii(file_path)); | |
| assert(success); | |
| } |
I haven't yet been able to figure out what file_path wx_chdir is being called with here. But my Windows 11 installation is pretty standard: home directory under C:\Users, no spaces in my username so my home dir is C:\Users\rmunn, and so on.
The same assertion fails if I install UCBLogo for current user only rather than as administrator.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels