https://bugs.winehq.org/show_bug.cgi?id=46449
Bug ID: 46449
Summary: Unable to install IAR (could not get right locking
code)
Product: Wine
Version: 2.22
Hardware: x86-64
OS: Mac OS X
Status: UNCONFIRMED
Severity: blocker
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: adithyabsk(a)gmail.com
This issue seems similar to: https://forum.winehq.org/viewtopic.php?f=8&t=23685
I am having the exact same issue on the latest version of the wineskin wrapper.
--
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=45361
Bug ID: 45361
Summary: Graphical issues in The Sims 3 (regression)
Product: Wine
Version: 3.10
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
Assignee: wine-bugs(a)winehq.org
Reporter: sashok.olen(a)gmail.com
Distribution: Ubuntu
Created attachment 61662
--> https://bugs.winehq.org/attachment.cgi?id=61662
terminal output (no +d3d_shader)
Setting High Detail Lots to any level above 1 results in very annoying
graphical issues on non-household lots and when moving through buildings. It is
also present with all options turned down to minimum but it's just easier to
reproduce with High Detail Lots set to level 4 and moving through buildings.
I can reproduce this bug in version 2.10 and higher but can't in 2.6 and 2.0.2,
so it must be a regression. Not sure about versions between 2.6 and 2.10 as I
get an error when compiling those, but I suspect the regression happened in 2.9
due to introduced tessellation.
Attaching terminal output (without WINEDEBUG argument) from 3.10 (devel),
screenshot of the problem and terminal output with WINEDEBUG=+d3d_shader (raw
file is almost 1GB so i compressed it into tar.xz).
I am using Ubuntu 18.04 (64 bit) with NVidia GTX 1070 using proprietary version
396.24.02 driver.
--
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=45199
Bug ID: 45199
Summary: MS Excel 2010 fails on start upgrading to wine 3.8
Product: Wine
Version: 3.8
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: lviggiani(a)gmail.com
Distribution: ---
Created attachment 61414
--> https://bugs.winehq.org/attachment.cgi?id=61414
backtrace
After upgrading to wine 3.8 (on Arch x64) MS Excel 2010 fails on start. The
splash screen appear for a few second and then a message error is displayed
saying that an error occurred and offering to report the error to microsoft and
to re-open excel.
Even afer restarting the error persists.
Downgrading to 3.7 works.
Please see the attached backtrace
--
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=46445
Bug ID: 46445
Summary: Duplicates in
https://wiki.winehq.org/List_Of_Windows_Messages
Product: WineHQ.org
Version: unspecified
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: www-unknown
Assignee: wine-bugs(a)winehq.org
Reporter: jeroen.bugs.winehq.org(a)pluimers.com
Distribution: ---
There are a few duplicates in https://wiki.winehq.org/List_Of_Windows_Messages,
but editing is limited to "Administrators, Trustworthy".
These are duplicate:
- EM_OUTLINE
- EM_GETSCROLLPOS
- EM_SETFONTSIZE
Of the pairs of rows they occur in, one row each can be removed.
--jeroen
--
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=52
Ruben <Naveira_69(a)hotmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |Naveira_69(a)hotmail.com
--
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=46437
Bug ID: 46437
Summary: explorer: Add an option to keep the taskbar on top of
other windows (virtual desktop)
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Linux
Status: NEW
Severity: enhancement
Priority: P2
Component: programs
Assignee: wine-bugs(a)winehq.org
Reporter: o.dierick(a)piezo-forte.be
Distribution: ---
This bug describes an user interface enhancement to the taskbar of the built-in
explorer in virtual desktop mode.
Current behavior:
The taskbar is created without the 'topmost' style.
Any window created/activated is brought to the foreground, on top of the
taskbar.
The taskbar is automatically hidden when the last icon is removed from the
systray.
The taskbar is made visible and is brought on top when:
- The virtual desktop is created;
- The virtual desktop size changes;
- An icon is added to the previously empty hidden systray.
When these events occur, fullscreen windows are treated like normal windows:
The taskbar is drawn over them, and one has to activate the window to bring it
above the taskbar.
The issue with the taskbar appearing above fullscreen windows is reported as
bug 40828. I already submitted a patch to address this by preventing any z
order change to the taskbar. This leaves the taskbar below other windows at all
time.
Even without that patch, the taskbar doesn't stay on top of normal windows.
Many people likes to have the taskbar always on top of normal windows.
Proposed enhancement:
Add an option to 'keep the taskbar on top of other windows'.
User Interface:
- A right-click pop-up menu will be added to the taskbar;
- The pop-up menu will have an entry 'Taskbar settings';
- The menu entry will open a 'Taskbar settings' window;
- The Taskbar settings window will contain a 'Keep taskbar on top of other
window' checkbox;
- The checkbox will be checked by default on prefix creation.
- The settings will be saved in the registry;
- The user shall click 'ok' to save and apply the changes and close the window;
- The user shall click 'cancel' to discard the changes and close the window;
Implementation details:
When the option is enabled, the 'topmost' style will be applied to the taskbar.
Fullscreen windows are not necessarily topmost and the taskbar will be above
non-topmost fullscreen windows.
To avoid that, the taskbar will have to detect when a fullscreen window is
activated and hide itself (Maybe through SetWinEventHook() with
EVENT_SYSTEM_FOREGROUND).
It will be made visible again when the fullscreen window is no longer active.
For now, the visibility toggling when icon are added/removed from the systray
would be retained.
Adding an actual 'Automatically hide the taskbar' option is another possible
enhancement.
Comments welcome.
--
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=46257
Bug ID: 46257
Summary: PrintWindow returns black image
Product: Wine
Version: 3.17
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: user32
Assignee: wine-bugs(a)winehq.org
Reporter: stu.axon(a)gmail.com
Distribution: ---
On Windows I can get an image of a win32 window using PrintWindow, on Wine it
just returns a black image of the size of the window.
I ran this code
https://stackoverflow.com/questions/19695214/python-screenshot-of-inactive-…
And changed the app from Calculator (which is Universal in Windows now) to
Notepad.
--
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=46434
Bug ID: 46434
Summary: GUI components not showing when usnig the GTK-3 theme.
Product: Wine
Version: 4.0-rc5
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: badouri.g(a)gmail.com
Distribution: ---
Created attachment 63208
--> https://bugs.winehq.org/attachment.cgi?id=63208
Only the top buttons are rendered because I clicked them.
Hi there,
This is my first bug-report so go easy on me.
I'm running wine-staging rc5 on Fedora 29 x86-64.
The build was installed from the official repository:
https://dl.winehq.org/wine-builds/fedora/29
Now by default in winecfg -> staging tab there is a box that says:
"Enable GTK3 Theming"
It's checked by default.
However this causes the gui elements (buttons, input fields etc) in BMC Remedy
User to not being visible unless I highlight them.
e.g. for buttons I need to click and keep it them pressed, then move the cursor
away from them and release the button, so I don't click them right away.
Then they show up.
This is a bit of a pain, when there's forms with multiple buttons, textfields
etc..
When I disable GTK3 theming they do show up properly.
See the attachment, I highlighted the top three buttons for them to show up.
The others are not rendered by default.
--
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=46431
Bug ID: 46431
Summary: Quicktime VR 2.1 videos don't play properly
Product: Wine
Version: 3.21
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: jorgesanini(a)gmail.com
Distribution: ---
I have tried to play a game based around QuickTime 2.1.2.59 (Safecracker from
1996) that uses QuickTime VR videos where you are able to use the mouse to look
around the environment. However, when I try to look around with the mouse the
video does not move at all (sometimes it does but it stops doing it at random).
This is probably related to bug 18257 that reports that QuickTime 2 video
player stops playing videos after 0.5 seconds since looking around the video
could be the same action as playing the video, however this bug doesn't seem to
be fixed in latest wine versions, which is probably a regression since it seems
to have been fixed at some point in Wine 1.2 (as seen here:
https://bugs.launchpad.net/ubuntu/+source/wine/+bug/355567).
I tried with Wine staging 3.21 but this happens too in the stable branch (and
probably in every recent version of Wine).
--
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=46427
Bug ID: 46427
Summary: Ubuntu Repository Broken
Product: Packaging
Version: unspecified
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-packages
Assignee: wine-bugs(a)winehq.org
Reporter: pkutzner+winehq(a)gmail.com
CC: michael(a)fds-team.de, sebastian(a)fds-team.de
Distribution: ---
The current Ubuntu Bionic repository's Packages.xz file is coming up with an
incorrect size/hash error. I don't know if this problem affects other builds
as well.
E: Failed to fetch
https://dl.winehq.org/wine-builds/ubuntu/dists/bionic/main/binary-amd64/Pac…
File has unexpected size (71508 != 74696). Mirror sync in progress? [IP:
151.101.46.217 443]
Hashes of expected file:
- Filesize:74696 [weak]
-
SHA512:393e59be2c01ffd6191b7981bcb12f324f8a106158504082f1a529282903a19ae8478b366a432247d3670fde4d55be66ea052d3eb0ef568467b086587190877f
- SHA256:4dfb4a00c3ec0ee5a96a0617040477fd6eb35bf02ec52f55e872e54519a5c881
- SHA1:60baf1398afd5beb492cc5bf9ccf679190e64c26 [weak]
- MD5Sum:0023b0fa659c0bea9511f55e3dbe303e [weak]
Release file created at: Sun, 06 Jan 2019 15:07:05 +0000
This is the case for both the amd64 and i386 builds. I initially saw this
error for the i386 build, but added [arch=amd64] to my sources.list file to
force the amd64 version and got the same error.
--
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.