WineHQ
Bug Tracking Database – Bug 45439

 Bugzilla

 

Last modified: 2018-09-13 04:06:27 UTC  

Visual Basic setup toolkit fails to run if path contains a voiced Katakana character.

Bug 45439 - Visual Basic setup toolkit fails to run if path contains a voiced Katakana character.
Visual Basic setup toolkit fails to run if path contains a voiced Katakana ch...
Status: CLOSED FIXED
AppDB: Show Apps affected by this bug
Product: Wine
Classification: Unclassified
Component: kernel32
3.9
x86 Linux
: P2 normal
: ---
Assigned To: Mr. Bugs
https://www.vector.co.jp/download/fil...
: download, Installer
Depends on:
Blocks:
  Show dependency tree
 
Reported: 2018-07-11 09:33 UTC by Sagawa
Modified: 2018-09-13 04:06 UTC (History)
0 users

See Also:
Regression SHA1:
Fixed by SHA1: a5da5252291c8df05d2f144cb3f6b9d008b4be1e
Distribution: Ubuntu
Staged patchset:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Sagawa 2018-07-11 09:33:19 UTC
[How to reproduce]
  Make sure you're using ja_JP.UTF-8 locale.
  1. Create a directory named VB5ランタイムライブラリ
     (note: ブ is a voiced Katakana character)
     % mkdir VB5ランタイムライブラリ
  2. Download Visual Basic 5 run-time library setup file (vb5sp3rt.exe) [1] to the directory.
  3. Extract vb5sp3rt.exe by lha.
     % lha x vb5sp3rt.exe
  4. Launch setup.exe [2] with wine.
     % wine setup.exe

[Expected result]
  -> It shows a confirmation window before install.

[Actual result]
  -> It complains a lack of memory:
     メモリが不足しています。
     予期しないエラーが発生しました。
     (Translated: Insufficient memory. Unexpected error occurred.)

[1] https://www.vector.co.jp/download/file/win95/util/fh082707.html
    SHA1(vb5sp3rt.exe) = c36f806846eb72776ff380466929368fa41f0fc1
[2] SHA1(setup.exe) = 2fd7d85ad45b77ee29e28b4046974be2834e7b5b
Comment 1 Sagawa 2018-07-11 09:36:31 UTC
I investigated this issue and found out that LCMapString(LCMAP_HALFWIDTH | LCMAP_LOWERCASE) causes the issue.
I'm preparing a patch to fix.
Comment 2 Sagawa 2018-07-12 09:53:14 UTC
I sent a patch, https://source.winehq.org/patches/data/148485
Comment 3 Sagawa 2018-07-14 01:22:10 UTC
Fixed by a5da5252291c8df05d2f144cb3f6b9d008b4be1e.
Comment 4 Alexandre Julliard 2018-07-20 12:15:08 UTC
Closing bugs fixed in 3.13.
Comment 5 Michael Stefaniuc 2018-09-13 04:06:27 UTC
Removing the 3.0.x milestone from bugs included in 3.0.3.


Privacy Policy
If you have a privacy inquiry regarding this site, please write to [email protected]

Hosted By CodeWeavers