http://bugs.winehq.org/show_bug.cgi?id=58241
Bug ID: 58241
Summary: em client 10 does not work if at least one email
account is added
Product: Wine
Version: 10.7
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: wine(a)ljaeckle.de
Distribution: ---
With a fresh wine installation (rm ~/.wine) and an updated manjaro, there is no
chance to use em client 10 or an older em client 9
(https://de.emclient.com/download) after setting up an email account. The
installer works, the app starts, the wizard can be used as intended. However,
once an email account get added and the first few emails get downloaded freezes
the em client application.
There are reports in your database which state that em client 8 reached the
"Gold" level. I wonder why em client 10 then fails.
--
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=58200
Bug ID: 58200
Summary: winehq-repo for Fedora 42 is empty.
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: roidal(a)googlemail.com
CC: dimesio(a)earthlink.net
Distribution: ---
I enabled the winehq-repo for Fedora 42 but it seems to be empty.
winehq.repo contains following baseurl:
baseurl=https://dl.winehq.org/wine-builds/fedora/42
--
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=58234
Bug ID: 58234
Summary: llvm-mingw build makes ddraw:ddraw4 test crash because
of a ceilf recursion.
Product: Wine
Version: 10.7
Hardware: x86-64
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: bernhardu(a)mailbox.org
Distribution: ---
Created attachment 78561
--> http://bugs.winehq.org/attachment.cgi?id=78561
ddraw_test_llvm-ceilf-ceil-recursion.txt
Hello, trying to look at a failure of test ddraw:ddraw4
I just found an issue with my build.
The issue is a recursive call to ceilf.
This affects just the 32-bit build, where it looks like ceilf is just
an inline wrapper in the header file for the function ceil.
But for some reason llvm-mingw/clang replaces the call to ceil by ceilf,
therefore causing the recursion.
Adding `EXTRADEFS = -fno-builtin` to dlls/ddraw/tests/Makefile.in
fixes this issue for here.
Or is this caused by me using the `{i686,186_64}-w64-mingw32-gcc`
wrappers instead of the clang binary?
Can someone else confirm this?
Is this an issue that should be fixed in wine,
or is there something wrong in llvm-mingw/llvm-project,
or I am just using an unsupported way to configure?
--
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=58245
Bug ID: 58245
Summary: Textpad regression - menu icon bar shown blank
Product: Wine
Version: 10.8
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: rebe(a)gmx.net
Distribution: ---
Created attachment 78585
--> http://bugs.winehq.org/attachment.cgi?id=78585
screenshot
When upstating Textpad 9.7.1 No icons in the menu are shown anymore with wine
10.8.
--
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=58244
Bug ID: 58244
Summary: Textpad crahes in settings - orthography
Product: Wine
Version: 10.8
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: rebe(a)gmx.net
Distribution: ---
Created attachment 78584
--> http://bugs.winehq.org/attachment.cgi?id=78584
log
TextPad 9.7.1 crashes reproducable in the menu Configuration - settings -
orthography tab.
--
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=44289
Bug ID: 44289
Summary: Possible access to unintended field in
"wine/dlls/comctl32/comboex.c" line 1033
Product: Wine
Version: unspecified
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: comctl32
Assignee: wine-bugs(a)winehq.org
Reporter: petrum(a)gmail.com
Distribution: ---
While experimenting with a CodeSonar plugin we develop, we noticed a
potential bug in file "wine/dlls/comctl32/comboex.c" line 1033 function
COMBOEX_Create
SetWindowSubclass(infoPtr->hwndEdit, COMBOEX_EditWndProc, EDIT_SUBCLASSID,
(DWORD_PTR)hwnd);
infoPtr->font = (HFONT)SendMessageW(infoPtr->hwndCombo /*HERE*/, WM_GETFONT, 0,
0);
Shouldn't you access infoPtr->hwndEdit (instead of infoPtr->hwndCombo) at the
mentioned position in the second line?
Thanks,
Petru Florin Mihancea
--
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=44282
Bug ID: 44282
Summary: Windows Media Player 7.1 installer component selection
listbox erratic
Product: Wine
Version: 3.0-rc4
Hardware: x86
URL: http://download.microsoft.com/download/winmediaplayer/
wmp71/7.1/W982KMe/EN-US/mp71.exe
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: comctl32
Assignee: wine-bugs(a)winehq.org
Reporter: jhansonxi(a)gmail.com
Distribution: Ubuntu
Created attachment 60113
--> https://bugs.winehq.org/attachment.cgi?id=60113
Screencast of dialog behavior
When clicked, the Windows Media Player 7.1 installer component selection
listbox scrolls wildly and item selection highlighting is sticky. Native
comctl32.dll corrects the problem.
Test system:
Xubuntu 17.04 x86, Intel Pentium D 3.46GHz, GeForce 8600 GT with Nvidia
340.102 driver.
wine-devel 3.0~rc4~zesty from dl.winehq.org
--
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=47641
Bug ID: 47641
Summary: Treeview Expand using option
TVE_COLLAPSE|TVE_COLLAPSERESET causes crash
Product: Wine
Version: 4.14
Hardware: x86
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: comctl32
Assignee: wine-bugs(a)winehq.org
Reporter: leslie_alistair(a)hotmail.com
Distribution: ---
Created attachment 65082
--> https://bugs.winehq.org/attachment.cgi?id=65082
Testcase
When an application call a TreeView Expand function with
TVE_COLLAPSE|TVE_COLLAPSERESET options, there is a chance that it will crash
the application.
See attached patch for the simplest testcase.
--
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=15988
Summary: ActiveSync 4.5 the scroll of panel in installation don't
working
Product: Wine
Version: 1.1.8
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: shakaran(a)gmail.com
Created an attachment (id=17178)
--> (http://bugs.winehq.org/attachment.cgi?id=17178)
Panel of installation
When you install ActiveSync 4.5 in the step of change path installation, the
box below with information as unit volumen (C:,D:,etc), total size, free space,
etc dont working. The scroll and the columns size don't move.
The image is attached (sorry the image letter are Spanish).
--
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=4825
KRosUser <kyle.kcsoftwares(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |kyle.kcsoftwares(a)gmail.com
--- Comment #35 from KRosUser <kyle.kcsoftwares(a)gmail.com> ---
Several users confirming it's OK... to be CLOSED (possible duplicate of
https://bugs.winehq.org/show_bug.cgi?id=15346 ) ?
--
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.