Skip to content

Instantly share code, notes, and snippets.

@JorisH
Created September 17, 2019 08:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save JorisH/4e38109febeb2b5de91cc8159de54f15 to your computer and use it in GitHub Desktop.
Save JorisH/4e38109febeb2b5de91cc8159de54f15 to your computer and use it in GitHub Desktop.
SWI-Prolog install issues
Welcome to SWI-Prolog (threaded, 64 bits, version 8.1.13)
SWI-Prolog comes with ABSOLUTELY NO WARRANTY. This is free software.
Please run ?- license. for legal details.
For online help and background, visit http://www.swi-prolog.org
For built-in help, use ?- help(Topic). or ?- apropos(Word).
?- check_installation.
% Checking your SWI-Prolog kit for common issues ...
%
% Version: ............. 8.1.13
% Address bits: ........ 64
% Architecture: ........ x64-win64
% Installed at: ........ c:/program files/swipl
% Cores: ............... 12
%
% Checking gmp ................................. ok
% Loading library(archive) ..................... ok
% Supported filters: bzip2, compress, gzip, grzip, lrzip, lzip, lzma, lzop, none, rpm, uu, xz
% Supported formats: 7zip, ar, cab, cpio, empty, gnutar, iso9660, lha, mtree, rar, raw, tar, xar, zip
ERROR: file `'c:/users/jorishontelé/appdata/local/temp/5'' does not exist (No such file or directory)
ERROR: In:
ERROR: [18] delete_file('c:/users/jorishontelé/appdata/local/temp/5')
ERROR: [17] check_installation:archive_features at c:/program files/swipl/library/check_installation.pl:314
ERROR: [16] check_installation:check_features(_16524{features:archive_features,source:library(archive)}) at c:/program files/swipl/library/check_installation.pl:248
ERROR: [12] '$apply':forall(check_installation:component(...,...),check_installation:check_component(...)) at c:/program files/swipl/boot/apply.pl:52
ERROR: [11] check_installation:check_installation_(_16620) at c:/program files/swipl/library/check_installation.pl:176
ERROR: [10] check_installation:check_installation at c:/program files/swipl/library/check_installation.pl:149
ERROR: [9] <user>
ERROR:
ERROR: Note: some frames are missing due to last-call optimization.
ERROR: Re-run your program in debug mode (:- debug.) to get more detail.
?-
@JanWielemaker
Copy link

It might just be an issue in tmp_file_stream/3? I haven't heart complaints before and there must be more windows users with non-ascii names.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment