-
Notifications
You must be signed in to change notification settings - Fork 12
[bug] [1.8.0] Windows UTF-8 path and file not found #173
Comments
The logs kinda get truncated, can you share the full path here or just what you named the comet? |
The initial name of the comet (local) was "t". I would like to confirm that the path is "C:\Users\S�ren Dr�ano\AppData\Roaming\Port\piers\t" according to Urbit and that on my Windows computer, the path "C:\Users\Sören Dréano\AppData\Roaming\Port\piers" exists (but no directory or file "t"). Thank you |
After uninstalling (via the Control Panel) and deleting the "C:\Users\Sören Dréano\AppData\Roaming\Port" directory, with a comet named "soren" locally, I obtain this log. And my directory "C:\Users\Sören Dréano\AppData\Roaming\Port\piers" is still empty. |
This looks to be a problem with the urbit binary itself, but I think I can make a workaround in Port. Thanks for reporting! |
Bug Description
On Windows, having a username that contains non-ASCII characters (my username is "Sören Dréano") prevents from booting a comet (maybe a planet too?). The comet file is never created, in my example, the folder "C:\Users\Sören Dréano\AppData\Roaming\Port\piers" is empty.
To Reproduce
Steps to reproduce the behavior:
Expected Behavior
It seems Port is incapable to find the file or directory of the comet, presumably because the path contains UTF-8 characters. Port should be able to create the file, and also print the path without the character "�".
Screenshots
Environment:
Additional context
Log :
"""
Booting Comet Failed
Last seen messages:
14:51:19 boot: mining a comet. May take up to an hour.
If you want to boot faster, get an Urbit identity.
14:50:55 ~
urbit 1.8
boot: home is C:\Users\S�ren Dr�ano\AppData\Roaming\Port\piers\t
loom: mapped 2048MB
lite: arvo formula 27e494c5
lite: core 7b144622
lite: final state 7b144622
boot: downloading pill https://bootstrap.urbit.org/urbit-v1.8.pill
14:50:38
Assertion '0' failed in vere/foil.c:40
home: bailing out
14:50:38 ror: no such file or directory
14:50:38 C:\Users\S�ren Dr�ano\AppData\Roaming\Port\piers\t: er
14:50:37 boot: retrieving keys for sponsor ~zod
14:50:36 boot: retrieving keys for sponsor ~wanzod
14:50:36 boot: retrieving network domains
14:50:22 boot: retrieving galaxy table
14:50:22 boot: getting sponsor
14:50:22 boot: verifying keys
14:50:21 boot: found comet ~pidsyn-littel-fanmex-bansen--bonfel-sapmeb-banpyx-wanzod
14:49:15 nt to boot faster, get an Urbit identity.
14:49:15 boot: mining a comet. May take up to an hour.
If you wa
14:48:52 ~
urbit 1.8
boot: home is C:\Users\S�ren Dr�ano\AppData\Roaming\Port\piers\t
loom: mapped 2048MB
lite: arvo formula 27e494c5
lite: core 7b144622
lite: final state 7b144622
boot: downloading pill https://bootst
14:48:52 rap.urbit.org/urbit-v1.8.pill
"""
The text was updated successfully, but these errors were encountered: