To the Moderator,
This is a bug report in Japanese, so please do not move it to the Japanese community.
[テストに使用した環境]
macOS 13.7 MacBookPro 2021 (Apple M1 MAX),
macOS 12.7.6 MacPro Late2013 (Intel)
VS Code 1.94.2
ExtendScript Debugger 2.0.3
Photoshop 2023 (24.7.4), 2024 (25.12.0) and 2025 (26.0.0)
[テストに使用したスクリプト]
var folderA = Folder.selectDialog("処理するフォルダA を選択");
これは単純な、フォルダーの選択を求める1行だけのスクリプトです。
[2023 (24.74) 以下による実行結果]
正しい文字列が表示されている。
[2024 (25.12.0) 以降による実行結果]
文字列の表示が正しくない。
[期待される結果]
メソッドの引数に記述した通りの文字列が表示されること、Photoshopのバージョンに依らず同一の結果となること。
[備考]
現状、最初の報告者と私によるmacOSでのテストしか行えていません。
Windowsで検証できる方からの追記を期待します。
----------- for English ------------
Issue: When debugging with Photoshop 2024 or later, sent strings are corrupted.
Photoshop 2023 (24.7.4), 2024 (25.12.0) and 2025 (26.0.0)
macOS 13.7 MacBookPro 2021 (Apple M1 MAX),
macOS 12.7.6 MacPro Late2013 (Intel)
with
VS Code 1.94.2
ExtendScript Debugger 2.0.3
Steps to reproduce:
- Write script on VS Code.
- Select Photoshop 2024 or later scripting engine on VS Code and run debug, even 'alert("こんにちは"');'
- Garbled execution results.
Expected result:
Actual result: The string should be displayed as described in the method argument, and the results should match the results of Photoshop 2023 or earlier.
*Verification by Windows has not yet been done.