https://bugs.winehq.org/show_bug.cgi?id=48744
Bug ID: 48744
Summary: Crash on installation of Dynacadd 98
Product: Wine
Version: unspecified
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: mmcnally(a)mcnally.ca
Distribution: ---
Created attachment 66637
--> https://bugs.winehq.org/attachment.cgi?id=66637
backtrace.txt is the file produced when the installation of Dynacadd 98
stopped. If useful I can supply the Dynacadd 98 program. Plase advise how to do
the supply.
Crash on installation of Dynacadd 98
--
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=37706
Bug ID: 37706
Summary: ScrollWindowEx() returns ERROR if the window is not
visible (in the Windows API sense); real Windows
returns NULLREGION
Product: Wine
Version: 1.7.28
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: user32
Assignee: wine-bugs(a)winehq.org
Reporter: pietro10(a)mac.com
Distribution: ---
Created attachment 50192
--> https://bugs.winehq.org/attachment.cgi?id=50192
Sample program that demonstrates bug (source)
I'm using a dummy scroll (as in
http://blogs.msdn.com/b/oldnewthing/archive/2003/07/31/54601.aspx) to update
the scrollbars in my custom Windows control when necessary. In my test program,
this happens before the window is shown for the first time, and in wine, my
error checking code triggers because the ScrollWindowEx() call fails with
ERROR. This does not happen on real Windows; it instead returns NULLREGION.
The attached program creates several configurations that attempt to reproduce
this issue under different circumstances. On wine, I get
ScrollWindowEx() before ShowWindow(nCmdShow): ERROR
ScrollWindowEx() after ShowWindow(nCmdShow) and ShowWindow(SW_HIDE): ERROR
ScrollWindowEx() after only ShowWindow(nCmdShow): SIMPLEREGION
On Windows XP 32-bit, Windows 7 32-bit, and Windows 7 64-bit, I get
ScrollWindowEx() before ShowWindow(nCmdShow): NULLREGION
ScrollWindowEx() after ShowWindow(nCmdShow) and ShowWindow(SW_HIDE): NULLREGION
ScrollWindowEx() after only ShowWindow(nCmdShow): SIMPLEREGION
I can't find anything pointing to this use of ScrollWindowEx() being wrong... I
also do not know if any other scroll functions are equally affected.
I am running wine-1.7.28 from the Wine PPA on Ubuntu GNOME 14.10.
Thanks.
--
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=21449
Summary: Scrolling in Delphi 5 quickreport preview doesn't work
Product: Wine
Version: 1.1.36
Platform: x86
URL: http://home.scarlet.be/linux/compteco/pqr.zip
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: vincent.hardy.be(a)gmail.com
Run test program.
It's a proprietary previewer.
--
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=47257
Bug ID: 47257
Summary: Icecream PDF Editor shows white screen
Product: Wine
Version: 4.8
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: ahmed.com(a)protonmail.com
Distribution: ---
Created attachment 64543
--> https://bugs.winehq.org/attachment.cgi?id=64543
terminal log
Icecream PDF Editor shows white screen, and I can't minimize the main screen.
One more interesting thing: I can see the main screen correctly in the taskbar
thumbnail! (I will upload a picture in the attachments to show that clearly)
The program uses QT5, and OpenGl.
The program can be downloaded for this link >>>
https://icecreamapps.com/PDF-Editor/
--
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=45744
Bug ID: 45744
Summary: Bug in AirDc++ network config
Product: Wine
Version: 3.14
Hardware: x86
OS: Mac OS X
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: activeds
Assignee: wine-bugs(a)winehq.org
Reporter: fsoeltl87(a)gmail.com
Problem in AirDc++ network config.
--
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=47076
Bug ID: 47076
Summary: LoadImage with option LR_SHARED and specified
resolution does loading only that icon resolution,
skipping others
Product: Wine
Version: 4.6
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: nikolaysemenkov(a)gmail.com
Distribution: ---
LoadImage with option LR_SHARED and specified resolution(eg 32x32) does loading
only that icon resolution, skipping others. Next time loading the same resource
with all resolutions(by specifying 0,0) does return only the previously loaded
resolution, skipping others. Putting that icon on a button makes button image
giant due to wrong resolution.
eg:
HICON hIconBig = (HICON)LoadImage(HInstance, MAKEINTRESOURCE(iIconLarge),
IMAGE_ICON, 32, 32, LR_DEFAULTCOLOR | LR_SHARED);
Loads and cache only 32x32 image
LoadImage(LGetHInstance(), MAKEINTRESOURCE(iIconSmall), IMAGE_ICON, 16, 16,
LR_DEFAULTCOLOR | LR_SHARED)
Returns 32x32 from cache instead of 16x16
HICON hIcon2 = (HICON)LoadImage(HInstance, MAKEINTRESOURCE(iIconLarge),
IMAGE_ICON, 0, 0, LR_DEFAULTCOLOR | LR_SHARED);
Returns the 32x32 image, even though the icon(.ico resource) has images with
other resolution.
To reproduce - load an icon from a resource with the resolution and LR_SHARED
using the code above, then put it on a button and see the size (or see the size
in a debugger).
This bug does not happen on 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=46980
Bug ID: 46980
Summary: Can't View Airing Anime in Taiga
Product: Wine
Version: 4.0
Hardware: x86-64
OS: Mac OS X
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: contact(a)hannahi.com
Created attachment 64139
--> https://bugs.winehq.org/attachment.cgi?id=64139
Backtrace
Hi,
When I run Taiga (taiga.moe), most features work well (except autodetection of
media players; expected), except the viewing of airing anime.
When 'airing anime' is clicked and a season is specified, the application
crashes and a backtrace is generated.
This feature works flawlessly in a Windows VM on the same hardware.
--
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=46600
Bug ID: 46600
Summary: Crash in regedit
Product: Wine
Version: 4.0-rc4
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: zaplo00(a)mt2015.com
Distribution: ---
Created attachment 63499
--> https://bugs.winehq.org/attachment.cgi?id=63499
page fault on read
I created new prefix in wine 4.1, opened regedit and single clicked string key.
Then pressed enter to edit it and regedit crashed with attached error.
"InstallTav" "1.00" was the key name and value
--
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=46433
Bug ID: 46433
Summary: TAB key may not select all window elements - system
wide (μTorrent 2.2.1 example)
Product: Wine
Version: 4.0-rc5
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: zcooger(a)gmail.com
Distribution: ---
Created attachment 63206
--> https://bugs.winehq.org/attachment.cgi?id=63206
Video Example from Wine, ReactOS and Windows
This is a very minor and subtle bug, it's present on presented µTorrent dialog
and several other apps.
Pressing repeatedly TAB key does not iterate over all window elements.
In ReactOS & Wine only links are selected while M$ Windows focuses buttons and
checkboxes too.
This issue may apply system-wide to other 3rd party applications however I
noticed it first in μTorrent 2.2.1 (25302). Did not notice that using Wine
apps.
Pressing buttons and checkboxes using mouse (button down only+move) selects
them but they still can't be selected after TAB meets first/upper window
element.
--
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=46487
Bug ID: 46487
Summary: File-Chooser-Dialog blocks slashes in file text field
when why could mean subdirectories
Product: Wine
Version: unspecified
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: n296869(a)rtrtr.com
Distribution: ---
Created attachment 63323
--> https://bugs.winehq.org/attachment.cgi?id=63323
what the dialog shows
For many wine versions, when includes
the fill directory path .e.g copy-pasty short-hand,
it blocks it,
couldn't it re-interpret as go into folder directory?
(less steps required , easier)
i encounter this papercut too frequently...
--
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.