http://bugs.winehq.org/show_bug.cgi?id=58441
Bug ID: 58441
Summary: SimHub 9.9.3: Can't find Device as HidP_SetData is not
implemented
Product: Wine
Version: 10.11
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: hid
Assignee: wine-bugs(a)winehq.org
Reporter: mathieu(a)ferracin.me
Distribution: ---
SimHub can't find Simsonn Device as hid.dll.HidP_SetData is not implemented
In Devices section of SimHub, add device "Simsonn VAM / VAM Pro (Plus X / Pro
X)"
Ensure device search is active (button on top right corner)
When the device is connected, nothing is found and logs contains :
wine: Call from 000000007B5E82E7 to unimplemented function
hid.dll.HidP_SetData, aborting
wine: Call from 7B5E82E7 to unimplemented function hid.dll.HidP_SetData,
aborting
Link to SimHub:
https://github.com/SHWotever/SimHub/releases/download/9.9.3/SimHub.9.09.3.z…
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=58470
Bug ID: 58470
Summary: Wine msiexec /a administrative install copies
incorrect number and selection of files
Product: Wine
Version: 10.0
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: msi
Assignee: wine-bugs(a)winehq.org
Reporter: depaoli.renzo(a)gmail.com
Distribution: ---
Created attachment 78924
--> http://bugs.winehq.org/attachment.cgi?id=78924
LogFiles for SolidWorks 2018 administrative installation test case
Executing Wine msiexec /a leads to a selection of files copied than that of
Windows msiexec /a.
Effects noticed:
1) no extra CLI parameters given
-> Windows msiexec /a copied more files than Wine msiexec /a
-> There were some files copied by Windows msiexec /a that were not copied by
Wine msiexec /a and vice versa
2) CLI parameter given
-> Windows msiexec /a ignores the parameter for file copies, only effect seen
was a modification of the .msi it created
-> Wine msiexec /a performs changes the set of files it copies and creates a
modified .msi
3) CLI parameter given with nonsensical value
-> msiexec /a ignores the parameter for file copies, only effect seen was a
modification of the msiexec it created as mentioned under 2)
-> Wine msiexec /a copies no files, only creates a modified .msi
This behaviour was seen on, and tested with different versions of SolidWorks
3D.
To test the case, run msiexec on the SolidWorks installer under /swwi/data e.g.
like this:
msiexec /a "R:\SOLIDWORKS_2018_SP3.0\swwi\data\solidworks.msi"
TARGETDIR="R:\SWWI2018SP03_admin_cx25" /qn /L*VX
"R:\SWWI2018SP03_admin_cx25_Log.txt"
msiexec /a "R:\SOLIDWORKS_2018_SP3.0\swwi\data\solidworks.msi"
TARGETDIR="R:\SWWI2018SP03_admin_cx25_AddLocal-Nonsense" ADDLOCAL=Nonsense /qn
/L*VX "R:\SWWI2018SP03_admin_cx25_AddLocal-Nonsense_Log.txt"
Note: ADDLOCAL is a valid parameter for normal installation, usually set to
ADDLOCAL=SolidWorks.
The attached file contains:
- the CLI commands used
- logfiles for the file trees created by Windows 10 and CrossOver25/Wine 10.0
- logfiles from msiexec for Windows 10 and CrossOver 25/Wine 10.0
- Hyperlink to learn.microsoft giving details about the Administrative
Installation
- Hyperlink to the SolidWorks 2018 SP3.0 available on the Internet Archive
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=58379
Bug ID: 58379
Summary: cannot print to printer or pdf in Quicken HB using
wine
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: spooler
Assignee: wine-bugs(a)winehq.org
Reporter: asl4u(a)live.com
Distribution: ---
Linux Mint 22.1
printing works fine in Linux
I can see the printers (HP Envy) and (cups:pdf) in Quicken
but if I select print I just get an error that says: could not open printer,
check your printer selection. and then behind that it says: Printing to
cups:pdf
if I'm in wine notepad and try to select a printer I get:
0244:err:winspool:DocumentPropertiesW Could not load config module for L"PDF"
0244:err:commdlg:PRINTDLG_ChangePrinterW DocumentProperties fails on L"PDF"
if I select my HP Envy I get back:
0244:fixme:commdlg:PRINTDLG_UpdatePrintDlgW No lpdm ptr?
0244:fixme:commdlg:PRINTDLG_WMCommandW Update printdlg was not successful!
^C024c:fixme:console:default_ctrl_handler Terminating process 240 on event 0
This has been like this for a year. I tried to upgrade last june to Mint 22.
Same printer problem and I couldnt figure it out and dont know how to file a
bugzilla so went away hoping it would be fixed. Trying again
hope you can help
thank you
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=58457
Bug ID: 58457
Summary: Wine msiexec /a administrative install creates
incorrect folder structure for DefaultDirs with .:
Product: Wine
Version: 10.0
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: msi
Assignee: wine-bugs(a)winehq.org
Reporter: depaoli.renzo(a)gmail.com
Distribution: ---
Created attachment 78908
--> http://bugs.winehq.org/attachment.cgi?id=78908
TestCase for msiexec /a failing to create correct directory structure
Wine msiexec /a should create an administrative installation and maintain the
source folder structure, same as MS msiexec /a.
But it does not do the latter in cases where the DefaultDir in the MSI
Directory Table contains ".:". Instead, Wine msiexec /a creates a flattened
structure.
Attached is a simple test case .msi, which copies one text file during install.
To test the case, store the StructTest.msi file, and on the Wine CLI, execute
e.g.
msiexec /a "R:\StructTest.msi" TARGETDIR="R:\StructTest_admin_wine" /qn /L*VX
"R:\StructTest_admin_wine-Log.txt"
Note: Nothing will be installed, only a administrative installation folder
structure is being created.
The attached test file contains
- the StructTest.msi
- the CLI command used
- logfiles for the file trees created by Windows 10 and CrossOver25/Wine 10.0
- logfiles from msiexec for Windows 10 and CrossOver 25/Wine 10.0
- logfile from CrossOver 25/Wine 10.0 with Channels +msi,+msidb
- Hyperlink to learn.microsoft giving details about the Directory Table and the
meaning of ".:" for DefaultDirectories
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=58449
Bug ID: 58449
Summary: Locale translations don't work in wine/winecfg
Product: Wine
Version: 10.10
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: yklaxds(a)gmail.com
Distribution: ---
Locale translations don't work in wine/winecfg
FreeBSD 14.3-RELEASE
wine 10.10
ykla@ykla:~ $ locale
LANG=zh_CN.UTF-8
LC_CTYPE="zh_CN.UTF-8"
LC_COLLATE="zh_CN.UTF-8"
LC_TIME="zh_CN.UTF-8"
LC_NUMERIC="zh_CN.UTF-8"
LC_MONETARY="zh_CN.UTF-8"
LC_MESSAGES="zh_CN.UTF-8"
LC_ALL=zh_CN.UTF-8
Run LANG="zh_CN.UTF-8" wine winecfg
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=58464
Bug ID: 58464
Summary: Some text now looks terrible in IDA Free 5.0
Product: Wine
Version: 10.11
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: personaalunioon(a)disroot.org
Distribution: Other
After upgrading from 10.10, some text in IDA Free 5.0 looks almost unreadable.
Might be related to bug 58431.
Using Void Linux.
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=44926
Bug ID: 44926
Summary: Olive tree BibleStudySetup_6.1.1.exe
fails:ITERATE_Actions Execution halted, action
L"WixCreateInternetShortcuts" returned 1603
Product: Wine
Version: 3.4
Hardware: x86
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: xerox.xerox2000x(a)gmail.com
Distribution: ---
To see this first work around bug 44135
then:
0039:fixme:msi:ITERATE_CreateShortcuts poorly handled shortcut format,
advertised shortcut
wine: cannot find L"C:\\windows\\system32\\winemenubuilder.exe"
0039:err:msi:ITERATE_Actions Execution halted, action
L"WixCreateInternetShortcuts" returned 1603
0039:err:msi:execute_script Execution of script 2 halted; action
L"[C:\\users\\louis\\Start Menu\\Programs\\Olive Tree Bible Software\\Bible
Study 6 online
support.url\0080http://help.olivetree.com/\00801\0080\00800<=>S-1-5-21-0-0-0-1000<=>{85E9410C-03A6-4396-9688-91981F445D1B}]WixRollbackInternetShortcuts"
returned 1603
sha1sum ~/Downloads/BibleStudySetup_6.1.1.exe
e55cd3df7b44bab85fdcb6785c32aa73988e338b
/home/louis/Downloads/BibleStudySetup_6.1.1.exe
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=58452
Bug ID: 58452
Summary: Change codepage for ru_UA and uk_UA locales
Product: Wine
Version: 10.11
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: trivial
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: pidor1977(a)duck.com
Distribution: ---
Wine seems to change the current 8-bit codepage based on locales.
For ru_RU, it seems to be something like CP866 or Windows-1251.
I would expect it to be the same for ru_UA and something like CP1125/RUSCII for
uk_UA.
However, it seems to fallback to (something closer to) CP437 or Windows-1252,
resulting in garbage latin characters for cyrillic text.
ru_RU Example: Яндекс.Браузер — это безопасный и быстрый браузер с нейросетями.
uk_UA Example: ßíäåêñ.Áðàóçåð — ýòî áåçîïàñíûé è áûñòðûé áðàóçåð ñ íåéðîñåòÿìè.
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=57222
Bug ID: 57222
Summary: Installation of Konami games fails (Bombergirl,
Beatmania IIDX Infinitas) with error 1603
Product: Wine
Version: 9.18
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: msi
Assignee: wine-bugs(a)winehq.org
Reporter: sraamar.psplus(a)gmail.com
Distribution: ---
Created attachment 77139
--> https://bugs.winehq.org/attachment.cgi?id=77139
Trace
The installation process for certain Konami games, such as Bombergirl and
Beatmania IIDX Infinitas, fails when run through Wine. The setup halts with
error code 1603.
These are the relevant lines I think of the trace:
0120:err:msi:execute_script Execution of script 0 halted; action
L"[C:\\users\\vince\\AppData\\Roaming\\Microsoft\\Windows\\Start
Menu\\Programs\\KONAMI\\BomberGirl.url\0080http://eagate.573.jp/game/konasteapp/API/login/login.html?game_id=bomber-girl\00801\0080C:\\Games\\BomberGirl\\BomberGirl.ico\00800\0080C:\\users\\vince\\Desktop\\BomberGirl.url\0080h"...
returned 1603
0120:err:msi:ITERATE_Actions Execution halted, action L"InstallFinalize"
returned 1603
Bombergirl installer:
https://p.eagate.573.jp/game/eacbg/bg/download/installer.html
Beatmania IIDX INFINITAS installer :
https://d1rc4pwxnc0pe0.cloudfront.net/v2/installer/infinitas_installer_2022…
Tested on Arch Linux with wine 9.18 in a clean prefix.
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.