https://bugs.winehq.org/show_bug.cgi?id=47359
Bug ID: 47359
Summary: DosBox SVN crashes only when launched through Wine
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: es20490446e(a)gmail.com
Distribution: ---
https://youtu.be/VnMgZvX5vtA
--
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=43025
Bug ID: 43025
Summary: Chessbase 11 3D board crashes
Product: Wine
Version: 2.7
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 58173
--> https://bugs.winehq.org/attachment.cgi?id=58173
Log of the session
On selecting the 3d board in Chessbase 11, a crash occurs. Low priority for me
as 3d boards are usually useless, but others might want it.
Reproduction steps:
Open board, select board tab, select 3d board and click.
Info disabled pops up (maybe related to that I can't active chessbase 11 - bug
report already exists), initialising 3d board pops up and crash occurs.
--
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=48223
Bug ID: 48223
Summary: The app show an error install dialog
Product: Wine
Version: 4.18
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: aksack.09(a)gmail.com
Distribution: ---
Created attachment 65860
--> https://bugs.winehq.org/attachment.cgi?id=65860
There a dilog from the app, then dialog from the wine. And prints backtrace
Im trying to install Osu!, but when it takes to install, the Osu! installer
saying there was error,and theres 2 button, restart and quit. After that there
was dialog from the wine, saying it was unsupported app or the wine deficiency,
and lead to print the 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=44609
Bug ID: 44609
Summary: Memory leak in [widl.c:729]
Product: Wine
Version: unspecified
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: tools
Assignee: wine-bugs(a)winehq.org
Reporter: fan.gang.cn(a)gmail.com
Distribution: ---
Created attachment 60597
--> https://bugs.winehq.org/attachment.cgi?id=60597
The sourcebrella-pinpoint screenshot of a memory leak defect.
We find a memory leak defect in the file tools/winebuild/po.c.
I've uploaded a screenshot of the leak trace.
This leak happens when the if condition is not satisfied on line 731. It is
better to free this buffer in the else branch.
Gang
Sourcebrella
--
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=47759
Bug ID: 47759
Summary: Origin - Not possible to sign on or go online
Product: Wine
Version: 4.15
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: maiktapwagner(a)aol.com
Distribution: ---
Created attachment 65241
--> https://bugs.winehq.org/attachment.cgi?id=65241
Console output - wine 4.15 (staging)
Hello everyone,
After starting "Origin" I keep getting a message that it is aparently not
possible to sign in online.
I also tried signing in in offline mode (which works) and tried "Go online" in
the main menu. This also fails.
Anyway, console output for latest wine staging is attached.
--
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=37567
Bug ID: 37567
Summary: Skype home page is totally blank
Product: Wine
Version: 1.7.31
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: mshtml
Assignee: wine-bugs(a)winehq.org
Reporter: t.artem(a)mailcity.com
Distribution: Red Hat
Make sure you deleted login.cab before trying to debug this issue (proper HTML
support is not yet there, see bug 28457).
Skype version: 6.21.32.104
--
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=48238
Bug ID: 48238
Summary: wrong display minimized windows
Product: Wine
Version: unspecified
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: user32
Assignee: wine-bugs(a)winehq.org
Reporter: disinbox(a)gmail.com
Distribution: ---
Icons of minimized windows are not displayed. Window titles displayed instead
(which is wrong, it is no need in displaying titles for this windows)
This wrong minimized windows display behaivior affect Quik financial
application since wine-4.3 (wine-4.2 and earlier was correct)
Bisecting with git i have found two wrong commits:
commit added unneded title bars:
commit 3765b3307e772abf2430fe8e975ec5e72fc3d1f1
Author: Zebediah Figura <z.figura12(a)gmail.com>
Date: Tue Feb 19 12:17:42 2019 -0600
user32: Paint title bars for minimized windows.
Signed-off-by: Zebediah Figura <z.figura12(a)gmail.com>
Signed-off-by: Alexandre Julliard <julliard(a)winehq.org>
dlls/user32/nonclient.c | 34 ++++++++++------------------------
1 file changed, 10 insertions(+), 24 deletions(-)
commit erased background of icons of minimized windows:
commit ed0eaecf178a811a83b70c79891a98eedcfe0291
Author: Zebediah Figura <z.figura12(a)gmail.com>
Date: Tue Feb 19 12:17:37 2019 -0600
user32: Correctly calculate the client size of a minimized window.
Signed-off-by: Zebediah Figura <z.figura12(a)gmail.com>
Signed-off-by: Alexandre Julliard <julliard(a)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=47877
Bug ID: 47877
Summary: Allow enabling Gallium Nine in official wine-staging
builds
Product: Wine-staging
Version: unspecified
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: kolan_n(a)mail.ru
CC: leslie_alistair(a)hotmail.com, z.figura12(a)gmail.com
Distribution: ---
Wine should detect if Gallium Nine is present, and if it is, a checkbox
activating its usage in winecfg should be enabled. If I guess right (I have not
checked the source, but the fact that unofficial builds have this checkbox but
the official ones don't suggests that it is a compile-time option) currently
official wine-staging builds don't use nine.
--
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=40801
Bug ID: 40801
Summary: DAoC: Software vertex blending crash
Product: Wine
Version: 1.9.12
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3dx9
Assignee: wine-bugs(a)winehq.org
Reporter: hpj(a)copyleft.no
Distribution: ---
Created attachment 54728
--> https://bugs.winehq.org/attachment.cgi?id=54728
wine-1.9.12-daoc-sw-vertex-blending.patch
Out of nostalgia I decided to try to fire up Dark Age of Camelot, which I
played under Cedega at one point in the 00s. I followed the instructions at
https://appdb.winehq.org/objectManager.php?sClass=version&iId=9368 sans the
patch, and it crashed at the character selection screen, as expected.
The linked-to patch no longer applies to Wine master (1.9.12+), and the latest
patch in bug 39057 didn't improve the situation either.
I rebased the patch from the appdb entry (bug 6955) onto git master, after
which the game seemed to run perfectly.
--
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=47218
Bug ID: 47218
Summary: "--rpath" given via LDFLAGS is not honored as wine
precedes a "--rpath,$ORIGIN"
Product: Wine
Version: unspecified
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: build-env
Assignee: wine-bugs(a)winehq.org
Reporter: mail+wine(a)m-reimer.de
Distribution: ---
I've tried to do a proper fix but gave up after some time.
I want to build wine against a patched glibc to work around
https://bugs.winehq.org/show_bug.cgi?id=47198
I thought it should be enough to pass "-Wl,--rpath" via LDFLAGS but this
doesn't work as the LDFLAGS are appended *after* Wine adds a
"-Wl,--rpath,$ORIGIN".
As rpath's are applied in command line order, my "rpath" isn't applied.
This, for example, happens when "wine64-installed" is built.
My crude fix is:
_RPATH="-rpath=/usr/wine-lol-glibc/lib,-rpath=/usr/wine-lol-glibc/lib32"
export LDFLAGS="$LDFLAGS,$_RPATH"
sed "s|-Wl,--rpath,|-Wl,$_RPATH,--rpath,|g" -i $pkgname/configure*
Can you fix this order, so your own "rpath" settings is applied *after*
supplied LDFLAGS are added?
--
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.