Skip to content

Assertion failed in wx_chdir on Windows 11 #225

@rmunn

Description

@rmunn

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: 2738

Expression: success

Line 2738 in the error message is line 2741 in the source:

ucblogo-code/wxTerminal.cpp

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions