https://bugs.winehq.org/show_bug.cgi?id=47368
Bug ID: 47368
Summary: TAPI 3.x COM browser 'Tb3x.exe' from Windows 10 SDK
(10.0.17763.x) wants 'tapi3.dll' COM server/typelib
Product: Wine
Version: 4.10
Hardware: x86
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: tapi32
Assignee: wine-bugs(a)winehq.org
Reporter: focht(a)gmx.net
Distribution: ---
Hello folks,
as it says. Tb3x is a TAPI 3.x test tool/suite to execute all TAPI3 methods
available via ITxxx interfaces and receive TAPI3 events. The COM-based TAPI was
introduced as 3.x with Windows XP. Wine doesn't provide it at all.
I didn't found any other real world applications using COM-based TAPI yet, so
consider it a low priority one.
--- snip ---
$ pwd
/home/focht/wine-apps/wineprefix64-win10sdk/drive_c/Program Files (x86)/Windows
Kits/10/bin/10.0.17763.0/x86
$ WINEDEBUG=+seh,+relay,+ole,+variant wine ./TB3x.exe >>log.txt 2>&1
...
0035:Ret ole32.CoInitializeEx() retval=00000000 ret=0041363d
0035:Call oleaut32.LoadTypeLibEx(0015fc84 L"tapi3.dll",00000002,0034ee90)
ret=00413045
...
0035:trace:ole:LoadTypeLibEx (L"tapi3.dll",2,0x34ee90)
0035:Call KERNEL32.SearchPathW(00000000,0015fc84
L"tapi3.dll",00000000,00000105,0034ebb4,00000000) ret=7e23efff
0035:Ret KERNEL32.SearchPathW() retval=00000000 ret=7e23efff
0035:Call KERNEL32.GetSystemDirectoryW(0034ebb4,00000105) ret=7e23fa43
0035:Ret KERNEL32.GetSystemDirectoryW() retval=00000013 ret=7e23fa43
0035:Call KERNEL32.CreateFileW(0034ebb4
L"C:\\windows\\system32\\tapi3.dll",80000000,00000000,00000000,00000003,00000080,00000000)
ret=7e23f02e
0035:Ret KERNEL32.CreateFileW() retval=ffffffff ret=7e23f02e
...
0035:Call KERNEL32.LoadLibraryExW(0034ebb4
L"C:\\windows\\system32\\tapi3.dll",00000000,0000000b) ret=7e23f140
0035:Ret KERNEL32.LoadLibraryExW() retval=00000000 ret=7e23f140
...
0035:Call KERNEL32.LZOpenFileW(0034ebb4
L"C:\\windows\\system32\\tapi3.dll",0034eb2c,00000000) ret=7e23f3d6
0035:Ret KERNEL32.LZOpenFileW() retval=ffffffff ret=7e23f3d6
...
0035:Call KERNEL32.CreateFileW(0034ebb4
L"C:\\windows\\system32\\tapi3.dll",80000000,00000001,00000000,00000003,00000000,00000000)
ret=7e23f460
0035:Ret KERNEL32.CreateFileW() retval=ffffffff ret=7e23f460
...
0035:err:ole:TLB_ReadTypeLib Loading of typelib L"tapi3.dll" failed with error
2
0035:trace:ole:LoadTypeLibEx returns 80029c4a
0035:Ret oleaut32.LoadTypeLibEx() retval=80029c4a ret=00413045
0035:Call user32.MessageBoxW(00000000,00401eb0 L" Sorry!\n Load TLB
FAILED!!!\n(Maybe DLL name is wrong?)",00000000,00000010) ret=00413329
...
--- snip ---
https://docs.microsoft.com/en-us/windows/desktop/tapi/tapi-applications
$ sha1sum 17763.1.180914-1434.rs5_release_WindowsSDK.iso
e702b5e5f2597d01eaee1eb1be7a34b0da0b6211
17763.1.180914-1434.rs5_release_WindowsSDK.iso
$ du -sh 17763.1.180914-1434.rs5_release_WindowsSDK.iso
815M 17763.1.180914-1434.rs5_release_WindowsSDK.iso
$ wine --version
wine-4.10-154-gc674ceefe1
Regards
--
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=46516
Bug ID: 46516
Summary: AfterEffects CS16 headless renderer crashes due to
missing crypt32 functions CryptHashCertificate2 and
CryptImportPublicKeyInfoEx2
Product: Wine
Version: 4.0
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: crypt32
Assignee: wine-bugs(a)winehq.org
Reporter: aibok42(a)gmail.com
Distribution: ---
$ wine64 'C:\Program Files\Adobe\Adobe After Effects CC 2019\Support
Files\aerender.exe' -project 'C:\tmp\foo.aep'
--- snip ---
wine: Call from 0x7bc5d71c to unimplemented function
CRYPT32.dll.CryptHashCertificate2, aborting
0052:fixme:seh:RtlCaptureStackBackTrace (1, 50, 0x29631d50, (nil)) stub!
After Effects can't continue: sorry, After Effects has crashed. For After
Effects Help and Support, go to http://www.adobe.com/go/learn_ae_support. If
you still can't resolve the issue, please contact Adobe Technical Support (2).
--- snip ---
After implementing CryptHashCertificate2 (patch pending):
$ wine64 'C:\Program Files\Adobe\Adobe After Effects CC 2019\Support
Files\aerender.exe' -project 'C:\tmp\foo.aep'
--- snip ---
wine: Call from 0x7bc5d71c to unimplemented function
CRYPT32.dll.CryptImportPublicKeyInfoEx2, aborting
0079:fixme:seh:RtlCaptureStackBackTrace (1, 50, 0x29e928c0, (nil)) stub!
After Effects can't continue: sorry, After Effects has crashed. For After
Effects Help and Support, go to http://www.adobe.com/go/learn_ae_support. If
you still can't resolve the issue, please contact Adobe Technical Support (2).
--- snip ---
After implementing CryptImportPublicKeyInfoEx2 with a stub (patch pending):
$ wine64 'C:\Program Files\Adobe\Adobe After Effects CC 2019\Support
Files\aerender.exe' -project 'C:\tmp\foo.aep'
--- snip ---
00c8:fixme:crypt:CryptImportPublicKeyInfoEx2 (1, 0x2d7fde20, 00000000, (nil),
0x2d7fde08): stub
Error fetching public key in GetRSAKeyFromCert
Error : 0x00000002 (2) File not found.
--- snip ---
no crash!
--- snip ---
render output!
--
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=24116
Summary: Cannot save game in Rainblood: Town of Death
Product: Wine
Version: 1.3.1
Platform: x86
URL: http://games.on.net/file/36507/Rainblood_Town_of_Death
_-_Demo_v1.17
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: andrew.millington(a)gmail.com
Created an attachment (id=30351)
--> (http://bugs.winehq.org/attachment.cgi?id=30351)
Unable to save the game then exiting.
In game when you get a chance to save your game, the game gets interrupted and
a message pops up saying "Can not find file Save/Save0.rxdata"
A box character is in the file name at the end.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
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=26218
Summary: Lylian: text hardly readable
Product: Wine
Version: 1.3.14
Platform: x86
URL: http://demos.gamersgate.com/21701
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: gyebro69(a)gmail.com
Created an attachment (id=33421)
--> (http://bugs.winehq.org/attachment.cgi?id=33421)
terminal output
Text in the game is hardly readable. The game uses custom fonts, there are 4
different .ttf files in the installed game's folder.
The text of the tutorial is completely messed up.
Other text in the game (seemingly with other fonts) is more readable but there
are dots above certain letters.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
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=30845
Bug #: 30845
Summary: Windows 7 SDK installer fails before putting up GUI
Product: Wine
Version: 1.5.5
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
Classification: Unclassified
With current git, the Windows 7 SDK installer fails before putting up a GUI
when run like this:
wget http://winetricks.googlecode.com/svn/trunk/src/winetricks
rm -rf ~/.wine
sh winetricks --no-isolate -q psdkwin7
Reverting the wine-mono install patches,
7b54917f28edf84c4d9db2e1a52e4dac67dd7e31
and 1e721a487775a2f306512a7c719b5fa3301f433d,
lets the platform SDK install properly.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
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=30786
Bug #: 30786
Summary: King's Bounty: Armored Princess and Crossworlds need
d3dx9_36.dll.D3DXQuaternionSquadSetup
Product: Wine
Version: 1.5.5
Platform: x86
OS/Version: Linux
Status: NEW
Severity: minor
Priority: P2
Component: directx-d3dx9
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: gyebro69(a)gmail.com
CC: wine-bugs(a)winehq.org
Classification: Unclassified
Created attachment 40313
--> http://bugs.winehq.org/attachment.cgi?id=40313
terminal output
Now that bug #24725 has been fixed, I tried the other King's Bounty games
(Armored Princess and it's expansion Crossworlds), using only native d3dx9
dlls.
With Wine 1.5.5 both games crash on startup with
>wine: Call from 0x7b839b42 to unimplemented function d3dx9_36.dll.D3DXQuaternionSquadSetup, aborting
Native d3dx9_36.dll is a workaround.
There is a demo for KB:AP available on Steam:
http://store.steampowered.com/app/3170
Other, non-Steam demos can be found elsewhere on the net, but they're protected
with Starforce as far as I remember from my previous testings.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
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=29726
Bug #: 29726
Summary: pressing any key on CSpro selcase list will enter and
close the selcase
Product: Wine
Version: 1.3.37
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: comctl32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: iip.umar.rifai(a)gmail.com
Classification: Unclassified
how to test:
1. Download and install cspro at
http://www.census.gov/population/international/files/cspro/cspro41.exe
2. Download and extract somewhere my test application here
http://dl.dropbox.com/u/44951397/cspro-selcase.zip
3. open test-selcase.pff using "runpff MFC application" (I'm using Xubuntu
11.10, by right click on it)
4. It will show the list 1-200, on the first list, you could choose any number
on the list using arrow key, it will show confirm message of what you choose,
press "yes" for the second test, press again down arrow will directly choose
number 2, the next step will always the same, except you choose it using mouse.
In my opinion this problem related with comctl32, because I have similar bug
that almost the same with this one, but it was directly crashed.
Thanks,
-iip-
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
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=14550
Summary: MS Ink demo program fails
Product: Wine
Version: 1.1.1
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: bcw1000(a)yahoo.com
Created an attachment (id=14898)
--> (http://bugs.winehq.org/attachment.cgi?id=14898)
shell script to set up the environment & run the program
Microsoft provides sample applications for use with their Tablet SDK.
I am running a sample that allows basic ink writing and recognition under
Wine-1.1.1.
For it to work, InkObj.DLL and Wisptis.exe binaries are required. I install
them via the Microsoft Windows Journal Viewer. InkObj requires unimplemented
functions of GdiPlus, so I install it using winetricks.
Also some text recognizer must be installed. I own Tablet XP (1 license) so I
copy a recognizer dll and another required file from my XP partition to ~/.wine
and register them.
Now when I launch "BasicRecognition.exe", it fails in it's initialization
sequence (judging by the source code) and gives me some output.
The Installation script and output log are attached.
Seems to be some OLE (or RPC) problems as several are mentioned in the output.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
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=29314
Bug #: 29314
Summary: VLC menu bar text is invisible
Product: Wine
Version: 1.3.34
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: gdi32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: b7.10110111(a)gmail.com
CC: julliard(a)winehq.org
Classification: Unclassified
Regression SHA1: 23c7c0469c34b072c0e6fdf5bbcab547dcc4d912
Created attachment 37911
--> http://bugs.winehq.org/attachment.cgi?id=37911
Screenshot
See screenshot.
This is a regression, and is still present as of wine-1.3.34-202-gb0f704d:
23c7c0469c34b072c0e6fdf5bbcab547dcc4d912 is the first bad commit
commit 23c7c0469c34b072c0e6fdf5bbcab547dcc4d912
Author: Alexandre Julliard <julliard(a)winehq.org>
Date: Wed Oct 19 22:07:32 2011 +0200
gdi32: Reimplement GetCharABCWidthsFloat using the integer version.
:040000 040000 9d93e4beb3b477bccdc39e0c9f5f294e9ca1b05d
2fb51c8fd8ac7d0ea09fece17797fb9c7f84beff M dlls
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
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.