Hi, it’s my first day with prolog because im studying IT, i have to create a file in prolog but on my computer i can’t. Only i get that message, and when i click to create file it automatically crash.

Hi, it’s my first day with prolog because im studying IT, i have to create a file in prolog but on my computer i can’t. Only i get that message, and when i click to create file it automatically crash.

Which version, which platform, which language settings? What is the path for the directory and name of the file you try to create?
Apparently the file dialog interaction is broken using these settings. You can work around using ?- emacs. and then the File/New menu. Or, just create the file using an external editor and load it into Prolog using
?- ['myfile'].
(where the file is named myfile.pl).
I use the latest version windows 11, Polish language/ english, the name is just file, and the path is just C:, i tried all versions and now im on development and a lot of paths.I have to use svi prolog for creating file, because of my university
Ask your professor or colleagues for help. They are closer to you and your problem and are more likely to be able to help.