https://bugs.winehq.org/show_bug.cgi?id=43643
Bug ID: 43643
Summary: Combobox not longer has dropdown
Product: Wine
Version: unspecified
Hardware: x86
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: user32
Assignee: wine-bugs(a)winehq.org
Reporter: leslie_alistair(a)hotmail.com
Distribution: ---
Combobox dropdowns no longer appear in Enterprise Architect.
Regression caused by f7f7b89e2e9117811c91269643868c6d063db5e9.
Author: Fabian Maurer <dark.shadow4(a)web.de> 2017-08-18 02:24:57
user32/combo: Set listbox popup height correctly and add tests.
Rolling this back restores the functionality.
--
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=8051
--- Comment #159 from Alexandr Oleynikov <sashok.olen(a)gmail.com> ---
Created attachment 59934
--> https://bugs.winehq.org/attachment.cgi?id=59934
patch for wine 2.x
Updated swswine patch in case anyone needs it. It's the same except it doesn't
hardcode shadermodel and it does what was suggested in comment 147
--
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=36524
Bug ID: 36524
Summary: Far Cry 2: Graphical Glitches and Unstable Gameplay
Product: Wine
Version: 1.7.18
Hardware: Other
OS: Mac OS X
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: ipickert55(a)gmail.com
Created attachment 48607
--> http://bugs.winehq.org/attachment.cgi?id=48607
Log
I have an AMD Radeon 7950, and I am getting serious graphical errors. The
screenshots will explain it better than I can, it is basically just random
colors all over the screen. On top of this, if I raise the settings to anything
higher than low, the game will crash almost immediately.
--
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=44049
Bug ID: 44049
Summary: Skyrim Special Edition: Frozen Black Screen on Launch
Product: Wine
Version: 2.21
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: andrew.mrolko(a)gmail.com
Distribution: ---
Created attachment 59724
--> https://bugs.winehq.org/attachment.cgi?id=59724
Log from Terminal. This is an EXT4 partition
When launching the game (from the Skyrim Launcher) the screen goes black, and
the game freezes with no audio.
The only way to exit the game, is to navigate to a different desktop, and kill
the SkyrimSE.exe process.
This happens with, and without the workaround outlined in Bug 41618 which
states that the user is to launch the game using the xaudio2_7 argument.
I have attached a logfile showing 4 attempts I made to launch the game, and the
associated terminal readouts.
To clarify, this is the workflow for launching skyrim SE:
Open Steam->Launch Skyrim Special Edition->Configure game settings in Skyrim SE
Launcher (this works!)->Click 'Play'->Game launches at resolution specified in
the Skyrim SE Launcher (This is where it fails. The game freezes at a black
window with no audio/video)
Tested at 2560x1080 (my native resolution) fullscreen
Tested at 1024x640 (sample resolution which is the second smallest) windowed
--
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=42477
Bug ID: 42477
Summary: Unable to install Battle.net from .exe
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: api-ms-win-*
Assignee: wine-bugs(a)winehq.org
Reporter: jnobles10(a)gmail.com
Distribution: ---
Created attachment 57331
--> https://bugs.winehq.org/attachment.cgi?id=57331
Backtrace of error
Unhandled exception: unimplemented function
api-ms-win-crt-runtime-l1-1-0.d._get_narrow_winmain_command_line called in
32-bit code (0x7b43fbe2).
--
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=41361
Bug ID: 41361
Summary: MSI uninstaller calls wrong Custom Action and performs
wrong action
Product: Wine
Version: 1.9.19
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: msi
Assignee: wine-bugs(a)winehq.org
Reporter: reinhold.hoffmann(a)hotmail.com
Distribution: ---
Created attachment 55713
--> https://bugs.winehq.org/attachment.cgi?id=55713
msi with special prepared custom actions to show the bug
In certain situation the MSI uninstaller calls a wrong custom action. When an
app is installed and the same app msi installation is called again, this app
should be repaired or removed. This is initiated properly but for "Remove" the
wrong custom action is called and the software is not removed.
I have prepared a dummy repro based on the installer of Notation Player, please
find attached. This repro contains of 4 custom actions.
- Install
after the software is installed but not yet registered
- Commit
when the software is installed and registered in the Registry just before the
end of the installaion process
- Rollback
when a Rollback is performed
- Uninstall
when an uninstallation is performed.
The custom action of the repro in all cases simply displays which custom action
is called.
How to reproduce the failure:
------------------------------
Scenario 1: Installation
OK: custom actions Install and Commit are called
Scenario 2:
OK: when uninstalling with uninstaller the Uninstall custom action is called
FAILURE situation:
------------------
Perform Scenario 1.
Perform Scenario 1 again
Here the according Repair/Remove window pops up. When selecting "Repair" the
Install and Commit actions are called. This is correct.
But when selecting "Remove" the Install and Commit custom action are called,
too. This is wrong. When selecting "Remove" the Uninstall custom action had to
be called and the software needs to be removed. The uninstaller confirmes that
the app has been successfully removed. Indeed, the uninstaller shows that the
software is removed but it is not. The software is not removed but still
exists.
For a sophisticated custom action handling this scenario brings the system into
an undefined state. An experienced person is required to fix this situation.
--
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=44102
Bug ID: 44102
Summary: Kindle for PC 1.21.x can't be installed
Product: Wine
Version: 2.22
Hardware: x86
URL: https://www.amazon.com/b/ref=ruby_redirect?ie=UTF8&nod
e=16571048011
OS: Linux
Status: NEW
Keywords: download, Installer
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: dark.shadow4(a)web.de
Distribution: ---
Created attachment 59823
--> https://bugs.winehq.org/attachment.cgi?id=59823
Crash log for fresh WINEPREFIX
The program just freezes and the console spams the same message over and over
again.
--
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=43733
Bug ID: 43733
Summary: max 7 page fault when showing drop-down
Product: Wine
Version: 2.3
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: aaahaaap(a)gmail.com
Distribution: ---
Created attachment 59214
--> https://bugs.winehq.org/attachment.cgi?id=59214
max 7.2.5 32bit page fault
Using max 7.2.5 32bit using 32 bit wine I run into the issue that any drop-down
I click on causes a page fault. See attachment for the page fault
Way to reproduce:
- Create a new 32 bit wine prefix
- Install max 7.2.5 32 bit
- Download from https://cycling74.com/downloads/older, direct linke
https://akiaj5esl75o5wbdcv2a-maxmspjitter.s3.amazonaws.com/Max725_x86_16091…
- Extract the zip
- Run "WINEPREFIX=<wineprefix path> wine msiexec /i
<path-to>/Max7_x86_160913_334ed90.msi"
- Download the monome sum patch from
https://github.com/monome/monome_sum/releases/tag/1.3a (direct link
https://github.com/monome/monome_sum/archive/1.3a.tar.gz)
- Extract the monome sum tar.gz file, which should result in a
"monome_sum-1.3a" directory
- Run max 7.2.5 "WINEPREFIX=<wineprefix path> wine <wineprefix
path>/drive_c/Program\ Files\ \(x86\)/Cycling\ \'74/Max\ 7/MaxRT_nocef.exe"
- Using File > Open open the file
"monome_sum-1.3a/monome_sum/monome_sum.maxproj"
- Click on the drop-down in the top left of the "smallbatch" window
- The outline of the drop-down is shown and the application page faults
--
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=42865
Bug ID: 42865
Summary: Battle.net: Crash on starting the application
Product: Wine
Version: 2.4
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: sworddragon2(a)aol.com
Distribution: ---
Created attachment 57970
--> https://bugs.winehq.org/attachment.cgi?id=57970
Terminal output
On starting Battle.net it starts after some seconds just its own crash
reporter. This happens if the windows version is set to Windows 7 but changing
it to Windows XP causes the application to work normally.
--
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.