texstudio-org/texstudio

The texstudio-4.8.8-win-portable-qt6 closes when opening pdf if there is an accent in the path to texstudio.exe

Open

#4.160 geöffnet am 27. Aug. 2025

Auf GitHub ansehen
 (1 Kommentar) (0 Reaktionen) (0 zugewiesene Personen)C++ (397 Forks)auto 404
help wanted

Repository-Metriken

Stars
 (3.516 Stars)
PR-Merge-Metriken
 (Durchschn. Merge 5h 26m) (19 gemergte PRs in 30 T)

Beschreibung

Environment

  • TeXstudio: TeXstudio 4.8.8 (git 4.8.8)
  • Qt Version 6.9.1, compiled with Qt 6.9.1 R
  • OS: Windows 11
  • TeX distribution: TeX Live 2025

Unzip the following file to a folder that has an accented letter in its path. https://github.com/texstudio-org/texstudio/releases/download/4.8.8/texstudio-4.8.8-win-portable-qt6.zip

Start texstudio.exe. File / New Write some simple compilable LaTeX code, e.g.:

\documentclass{article}
\begin{document}
text
\end{document}

Compile (F6) View (F7)

In the last step, TeXstudio closes.

The following version has not had this bug yet: https://github.com/texstudio-org/texstudio/releases/download/4.8.6/texstudio-4.8.6-win-portable-qt6.zip

Contributor Guide