Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Research/windows uniciode paths #8831

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

dragonstyle
Copy link
Collaborator

@dragonstyle dragonstyle commented Feb 22, 2024

  • LUA module loading
  • To make LUA module loading work, we load the module for license.lua different, but this clearly has issues still
  • Installing TinyTex
  • Known issue with python path handling - we are failing to initialize the logger in log.py#19 likely due to incorrect path encoding
  • Known issue can occur when attempting to read temp file path (this has been transient so I haven't pinned down when it happens yet)

Avoid paths that may have unicode characters in them being passed to ExtractToDirectory.
encode the file path to hide it from the environment variables
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants