https://bugs.winehq.org/show_bug.cgi?id=57604
Bug ID: 57604
Summary: apx driver error
Product: Wine
Version: 0.9.
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: hcmadon10(a)outlook.com
Distribution: ---
Created attachment 77723
--> https://bugs.winehq.org/attachment.cgi?id=77723
error log
couldn't install apx driver for tegrarcmgui
--
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=51345
Bug ID: 51345
Summary: Regression: Visual Studio 2005 "package load failure"
Product: Wine
Version: 6.11
Hardware: x86-64
OS: FreeBSD
Status: NEW
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: damjan.jov(a)gmail.com
winetricks vc2005trial
wine cmd
"C:\Program Files\Microsoft Visual Studio 8\VC\vcvarsall.bat"
devenv
Some time during 28-31 March 2021, the Visual Studio 2005 trial began giving
+/- 10 of these error dialogs on startup, each relating to a different package.
This is a rough transcript of one of them:
------------------------
Package Load Failure
------------------------
Package
'Microsoft.VisualStudio.TestTools.TestCaseManagement.QualtyToolsPackage,
Microsoft.VisualStudio.QualityTools.TestCaseManagement, Version=8.0.0.0,
Culture=neutral, PublicKeyToken=b03F5F7f11d50s3a' has failed to load
properly { GUID = {AS4DSAES-9ACE-4FOE-ADGF-7AFESSFEFCET) ). Please
contact package vendor for assistance. Application restart is recommended,
due to possible environment corruption. Would you like to disable loading this
package in the future? You may use 'devenv /resetskippkgs' to re-enable
package loading.
Yes No
------------------------
It is the worst git bisect I've ever done. Apart from the lengthy time needed
to test each commit, the regression occurs within a range of 44 commits
(bb065801a69..2a8a4cbbe63), the first 43 of which all die on startup, so we
can't easily distinguish that bug from this one.
I've now had to make a separate branch, "git rebase --onto <that range>" to
copy commits from that range there, then "git rebase -i" to reorder them and
separate the startup-breaking commits (ntdll/kernel32/kernelbase) from the
other commits.
Unfortunately, having done so, it appears the startup-breaking commits are also
the commits that caused this regression. One or more of these is the culprit:
ntdll: Move kernel32 loading into LdrInitializeThunk().
ntdll: Return system dir path for PE mapping bootstrap placeholders.
ntdll: Fail to load non-existent dlls, except during prefix bootstrap.
ntdll: Also check syswow64 to determine if the prefix was initialized.
include: Add more SYSTEM_INFORMATION_CLASS definitions.
kernel32: Implement GetSystemCpuSetInformation().
ntdll: Implement NtQuerySystemInformationEx(SystemCpuSetInformation).
kernelbase: Don't fall back to dll loading for LOAD_LIBRARY_AS_DATAFILE.
ntdll: Set the window title to the image name on the Unix side.
ntdll: Remove load_builtin_dll() and get_load_order() from the Unix interface.
ntdll: Map the builtin or fake dll from the Wine dirs if it's missing from the
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.
https://bugs.winehq.org/show_bug.cgi?id=57609
Bug ID: 57609
Summary: Microsoft Document Viewer >= 8 cannot display help
pages
Product: Wine
Version: 10.0-rc3
Hardware: x86-64
URL: https://web.archive.org/web/20140211184816/http://download.microsoft.com/download/3/3/c/33cfef4d-21da-4229-b
c17-3eac7a7eabe1/WDKDocs_02222008.EXE
OS: Linux
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: damjan.jov(a)gmail.com
Distribution: ---
Microsoft Document Viewer is a help viewer deployed with several Microsoft
applications (MSDN, Visual Studio, driver development kits, etc.).
Version 7 works very well, but both versions 8 (from Visual Studio 2005) and 9
(from WDK) are completely unable to display help pages. In the left side bar,
you can browse the tree of help topics, and search the help index, but when you
click on a topic, the region of the window where the contents of the help topic
are meant to be displayed just stays blank.
To test version 8, "winetricks vc2005express", and then start Visual Studio and
click on "Help" -> "Contents".
To test version 9, "winetricks mfc42 dotnet20", then run the WDK binary linked
here. After installation, from your $WINEPREFIX/drive_c, run it with something
like:
wine start "users/`whoami`/AppData/Roaming/Microsoft/Windows/Start
Menu/Programs/Windows Driver Kits Documentation/WDK 6001.080214/Help/WDK
Documentation.lnk"
Trying native DLLs for these components had no effect:
msxml3
msxml4
msxml6
ie8
shdocvw
It's probably not a regression - it was broken this way at least as early as
2019 in bug 12406.
--
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=57521
Bug ID: 57521
Summary: Some control text colors are always black when theming
is enabled
Product: Wine
Version: 10.0-rc1
Hardware: x86-64
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: stefan(a)codeweavers.com
Distribution: ---
Created attachment 77564
--> https://bugs.winehq.org/attachment.cgi?id=77564
Red/Green text with theming enabled
I recently tried to adapt light.msstyles into a dark style theme. Among the
issues I ran into is that when theming is enabled, some controls always have
black text regardless of what's set in the registry. As far as I can see this
applies to Buttons, Static controls, tabulars, but possibly others too.
The issue isn't obvious with light.msstyles because it sets the colors in
question to black anyhow.
I'm attaching two screenshots that try to illustrate the issue - In both cases
I have set "window text" to green and "control text" (aka "ButtonText" in the
registry) to red. You can see that it is followed differently when theming is
on vs off.
I don't think the particular colors are taken out of the png resources in the
.msstyles DLL since they affect text.
--
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=42882
Bug ID: 42882
Summary: rs232 port access no working with ubuntu 17.10 worked
fine with previous versions of ubuntu
Product: Wine
Version: 2.4
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: blocker
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: arcadeshopper(a)gmail.com
Distribution: ---
I am able to connect to the serial port via applications in wine but there is
never any data received.
I can communicate outside of wine without issue using minicom.
I am using a ftdi usb to serial adapter that worked fine in previous versions
of ubuntu. I am having this problems with all relases of wine I have tried
including the default ubuntu package and 2.4 from the PPA
--
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=57602
Bug ID: 57602
Summary: Winamax stuck at loading animation
Product: Wine
Version: 10.0-rc3
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: nicoco(a)nicoco.fr
Distribution: ---
Created attachment 77722
--> https://bugs.winehq.org/attachment.cgi?id=77722
Console output
A few versions ago, the winamax poker client* used to work. With recent
version, the window opens and then the "loading" animation runs forever. The
standard error is flooded with the line
"01fc:fixme:dxgi:d3d11_swapchain_Present1 Ignored present parameters 09FFEFC8."
but AFAIR it used to be the case even when it worked. Full console output is
attached to this bug report.
* It can be downloaded at https://www.winamax.fr/jouer-au-poker but to download
the windows version, one must change the user agent of the web browser to
something/windows
--
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=57591
Bug ID: 57591
Summary: Chessbase 17 title bar top is not drawn
Product: Wine
Version: 10.0-rc2
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: dav75uk(a)yahoo.co.uk
Distribution: ---
Created attachment 77707
--> https://bugs.winehq.org/attachment.cgi?id=77707
You can see it easier when the kde/titlebar frame is turned off
The top of the title bar (containing the ribbon etc) isn't fully drawn, just
the lower portion of it.
--
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=21017
Summary: Adobe Premiere Pro CS4 won't start
Product: Wine
Version: unspecified
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: skerit(a)kipdola.com
Created an attachment (id=25215)
--> (http://bugs.winehq.org/attachment.cgi?id=25215)
Log of Premiere Pro CS4 itself
To reproduce this you'll have to install Premiere Pro CS4 using wine 1.1.16
(there's also a patch available for current trunk)
I believe this beginning error lies somewhere in msxml and gdiplus.
(You can get a lot further in the program using native dll's (like msxml and
gdiplus) but then you're not allowed to post bugs for obvious reasons. You can
try it out using the same winetricks for Photoshop CS4)
--
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.
https://bugs.winehq.org/show_bug.cgi?id=57590
Bug ID: 57590
Summary: Heroes of Might and Magic III (GOG): Unhandled
exception code at startup
Product: Wine
Version: 10.0-rc3
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: scarabyte18+winehq(a)gmail.com
Distribution: ---
Created attachment 77703
--> https://bugs.winehq.org/attachment.cgi?id=77703
Terminal output when running Heroes3.exe
The version of Heroes3.exe available at gog.com throws an Unhandled exception
code c0000409 upon startup and will not run.
The file uses a library xdd.dll which is somehow incompatible with Wine.
It works if the executable is manually edited to use ddraw.dll instead, but not
with the xdd.dll provided with the download.
There is some discussion of the issue (and workaround resolution) here:
https://www.gog.com/forum/heroes_of_might_and_magic_series/if_you_cant_get_…
The program can be downloaded here:
https://www.gog.com/en/game/heroes_of_might_and_magic_3_complete_edition
(Note it is not free, but is frequently on sale for ~$2.75 USD.)
Non-working file:
$ sha1sum Heroes3.exe
0ec1734c9efc6cb0bfab9507659f68f9f92c82c1 Heroes3.exe
Working file after applying workaround described in the forum thread above
(i.e. after running "sed --in-place 's/xdd\.dll../ddraw.dll/' Heroes3.exe"):
$ sha1sum Heroes3.exe
6c8d115585ce380085ae1fcba1e0f5134b1283bd Heroes3.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.
https://bugs.winehq.org/show_bug.cgi?id=57455
Bug ID: 57455
Summary: HOMM3 (from GOG.com) crashes immediately on run
Product: Wine
Version: 9.16
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: gilbates2a(a)proton.me
Distribution: ---
Created attachment 77450
--> https://bugs.winehq.org/attachment.cgi?id=77450
Output of WINEDEBUG="+all"
Running the Heroes3.exe causes an immediate crash on Arch Linux with wine 9.16
with the following error message:
> 0024:err:seh:NtRaiseException Unhandled exception code c0000409 flags 1 addr 0x7a181f30
The crash occurs on every run and with identical error message.
I also tried running with wine 7.22 and get a similar crash but with different
error message:
> 0024:err:seh:NtRaiseException Unhandled exception code c0000409 flags 1 addr 0x11a1f30
Attached log from 9.16 run with WINEDEBUG="+all"
HOMM3 was installed from GOG offline installer with following filename
(installer ran fine):
> setup_heroes_of_might_and_magic_3_complete_4.0_(3.2)_gog_0.1_(77075).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.