typst icon indicating copy to clipboard operation
typst copied to clipboard

Crash when I compile with a non-unicode path (file name) in ARM Macos

Open TamakoHe opened this issue 9 months ago • 2 comments

Description

I used Chinese characters as a file name, but it crashed when compiling. Issues occurs with both command-line tool and VSCODE plugin! VSCODE showed the permission denied. The command-line tool crashed the macos's terminal.

Reproduction URL

No response

Operating system

macOS

Typst version

  • [x] I am using the latest version of Typst

TamakoHe avatar Apr 03 '25 01:04 TamakoHe

Could not reproduce it. typst compile 中文文件名.typ produces 中文文件名.pdf. Works ok both in terminal and in VSCode 1.98.2 with Tinymist 0.13.10 on macOS 15.3.2

PS. Can you please specify which file name you used and what do you mean by non-unicode.

owiecc avatar Apr 03 '25 09:04 owiecc

Hello,

I try also to reproduce with typst compile 中文文件名.typ and it compile for me, in an M3 ARM.

yruellan avatar Apr 03 '25 09:04 yruellan

@TamakoHe could you provide the name of the file you tried to compile, as well as the exact error message?

MDLC01 avatar May 21 '25 19:05 MDLC01