question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Build fails when multi-byte characters are used for productName

See original GitHub issue
  • Version: 21.2.0
  • Target: mac/dmg

If multibyte characters are used for pacage.json.productName, a 7zip error will occur and the build will be interrupted.

  ⨯ Exit code: 1. Command failed: /Users/***/node_modules/7zip-bin/mac/7za a -bd -mx=7 -mtc=off -mm=Deflate -mcu /Users/***/dist/アプリ-0.0.1-mac.zip アプリ.app

WARNING: No more files
アプリ.app



7-Zip (a) [64] 16.02 : Copyright (c) 1999-2016 Igor Pavlov : 2016-05-21
p7zip Version 16.02 (locale=utf8,Utf16=on,HugeFiles=on,64 bits,16 CPUs x64)

Scanning the drive:
0 files, 0 bytes

Creating archive: /Users/***/dist/アプリ-0.0.1-mac.zip

Items to compress: 0


Files read from disk: 0
Archive size: 22 bytes (1 KiB)

Scan WARNINGS for files and folders:

アプリ.app : No more files
----------------
Scan WARNINGS: 1

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Reactions:2
  • Comments:6 (4 by maintainers)

github_iconTop GitHub Comments

3reactions
guycalledsevencommented, Sep 30, 2020

this should not be closed, this issue still exists in 2020. the issue is in 7z.

1reaction
sr258commented, Sep 24, 2021

I was able to fix the build issue by replacing the 7za file with a much newer version of 7zip from here: https://www.7-zip.org/download.html?utm_source=pocket_mylist The icon is still broken though and the dmg file is misaligned visually.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Multibyte character load errors - Amazon Redshift
Lists some of the common multibyte character load issues that you may encounter.
Read more >
Support for Multibyte Character Sets (MBCSs) | Microsoft Learn
In an application that uses MBCS, string handling poses special problems. Characters of both widths are mixed in a single string; therefore, you ......
Read more >
Permalink error 404 with number as product name
Hello,. If product name includes only numbers it generates a 404. If I add literal characters into the slug – the link is...
Read more >
Support for Multi-Byte Character Sets - Cin7 Connect
Cin7 is able to save and display multibyte non-Western characters in certain fields like Product Name, Customer Name, and Address. To enable this...
Read more >
SQL Loader- Multibyte character error - Ask TOM
SQL Loader- Multibyte character error Hi Team,When I am trying to load an UTF8 characterset datafile using sqlldr, it fails with Multibyte ......
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found