https://bugs.winehq.org/show_bug.cgi?id=7881
Anastasius Focht <focht(a)gmx.net> changed:
What |Removed |Added
----------------------------------------------------------------------------
Fixed by SHA1| |308da6313ec8dcf0352f312fc11
| |92290cf717f04
CC| |focht(a)gmx.net
Component|opengl |winex11.drv
--
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=4825
--- Comment #34 from David Gerard <dgerard(a)gmail.com> ---
Seems to also display the tree in Wine 5.22 (Ubuntu) for Winamp 5.666. (Other
stuff doesn't work, but this does.) Anyone else?
--
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=22892
Summary: winamp [5.572] Modern skins don't update metadata
information
Product: Wine
Version: 1.2-rc1
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jason.whipp(a)gmail.com
Affects all "modern" skins tested, existing in this and previous versions on
wine tested (1.1.34, 1.1.23 and 1.0.1).
With normal Winamp behaviour, song metadata normally displayed and updated in
the Winamp main window and in the playlist. With Modern skins, the song data
in the main window doesn't update, including the time. The play list does
update, unless shaded. Tried changing the font mapping, alpha blending and
just about every configurable item under modern skins in the preferences window
but the behaviour remains the same.
I haven't noticed anything strange in console output, but I will do a test and
post what is presented.
--
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=4825
winetest(a)luukku.com changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |winetest(a)luukku.com
--- Comment #33 from winetest(a)luukku.com ---
I can't see the issue. Wine 5.21. Classic Skin. Winamp 5.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=24874
Summary: iTunes 10 32-bit installs - freezes after a few
transactions
Product: Wine
Version: 1.3.5
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: 7bnettles(a)gmail.com
lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description: Ubuntu 10.10
Release: 10.10
Codename: maverick
wine --version
wine-1.3.5
I opened the iTunes installation file with Archive Manager, then installed the
various files separately. Installing each of the application dependencies first
and then run the overall to get the application working.
The problem I see now - app store doesn't work and the application will freeze
during normal use. I do get an error on load about Bonjour service not starting
but otherwise ok.
I tried to authorize computer but it failed - can see it in the debug.
Application froze when I clicked on the store.
--
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=50185
Bug ID: 50185
Summary: EVEOnline Client Crashes On start since wine 5.22
update
Product: Wine
Version: 5.22
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: msvcrt
Assignee: wine-bugs(a)winehq.org
Reporter: kjandrews0(a)gmail.com
Distribution: ---
Noticed EVEOnline is crashing after launching a client from the launcher on
5.2.2. Installed 5.21 and the game started working again.
Steps taken:
- Built a fresh copy of wine 32bit
- Installed a new wine prefix with EVEOnline and minimal dependencies from
winetricks
- Run git bisect and rebuilt until the bad commit was located
df2b13fa77172953fed6e15c65fd6380b2d2f0d3 is the first bad commit
commit df2b13fa77172953fed6e15c65fd6380b2d2f0d3
Author: Chip Davis <cdavis(a)codeweavers.com>
Date: Wed Nov 18 17:26:33 2020 +0100
msvcrt: Increment refcounts for all locale data in _get_current_locale().
Signed-off-by: Chip Davis <cdavis(a)codeweavers.com>
Signed-off-by: Piotr Caban <piotr(a)codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard(a)winehq.org>
dlls/msvcr90/tests/msvcr90.c | 52 ++++++++++++++++++++------------------------
dlls/msvcrt/locale.c | 19 +++++++++++++---
2 files changed, 39 insertions(+), 32 deletions(-)
If there is anything more I can do to test or help fix please let me know as I
have the build at the correct commit at the moment.
--
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=50178
Bug ID: 50178
Summary: Commit df2b13fa breaks TIM 3.0.0
Product: Wine
Version: 5.22
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: msvcrt
Assignee: wine-bugs(a)winehq.org
Reporter: chirs241097(a)gmail.com
Distribution: ---
Link to the installer:
http://dldir1.qq.com/qqfile/qq/TIM3.0.0/TIM3.0.0.21315.exe
Run the installer with LC_ALL=zh_CN.UTF-8 (click the big blue button all the
way through). Then run ~/.wine/drive_c/Program\ Files/Tencent/TIM/Bin/TIM.exe
(also with LC_ALL=zh_CN.UTF-8).
If everything is correct, the application would not crash.
Bisecting traces the first bad commit to
df2b13fa77172953fed6e15c65fd6380b2d2f0d3: "msvcrt: Increment refcounts for all
locale data in _get_current_locale()."
Reverting this commit (plus several other commits to locale.c, aa889178 and
216b9cb0) manually does fix the issue.
A clean 32-bit wine prefix is used during the bisection.
--
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=50170
Bug ID: 50170
Summary: World of Tanks cannot launch due to stack overflow
Product: Wine
Version: 5.22
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: ankouslash(a)yahoo.co.jp
Regression SHA1: df2b13fa77172953fed6e15c65fd6380b2d2f0d3
Distribution: ArchLinux
Created attachment 68689
--> https://bugs.winehq.org/attachment.cgi?id=68689
terminal log
World of Tanks cannot launch (infinite timeout) due to stack overflow.
regression test result as follow:
df2b13fa77172953fed6e15c65fd6380b2d2f0d3 is the first bad commit
commit df2b13fa77172953fed6e15c65fd6380b2d2f0d3
Author: Chip Davis <cdavis(a)codeweavers.com>
Date: Wed Nov 18 17:26:33 2020 +0100
msvcrt: Increment refcounts for all locale data in _get_current_locale().
Signed-off-by: Chip Davis <cdavis(a)codeweavers.com>
Signed-off-by: Piotr Caban <piotr(a)codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard(a)winehq.org>
dlls/msvcr90/tests/msvcr90.c | 52 ++++++++++++++++++++------------------------
dlls/msvcrt/locale.c | 19 +++++++++++++---
2 files changed, 39 insertions(+), 32 deletions(-)
--
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=50164
Bug ID: 50164
Summary: SWTOR crash with 5.22 - thread blocked
Product: Wine
Version: 5.22
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: fabienmoal(a)wanadoo.fr
Distribution: ---
Hello,
With the new version 5.22, Swtor crash with next logs :
02c0:err:ntdll:RtlpWaitForCriticalSection section 029D0094 "dlls/ntdll/heap.c:
HEAP.critSection" wait timed out in thread 02c0, blocked by 02c8, retrying (60
sec)
0304:err:ntdll:RtlpWaitForCriticalSection section 029D0094 "dlls/ntdll/heap.c:
HEAP.critSection" wait timed out in thread 0304, blocked by 02c8, retrying (60
sec)
wine: Unhandled page fault on write access to 65746178 at address 7BC279C7
(thread 02c8), starting debugger...
** Regression testing **
--
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=48572
Bug ID: 48572
Summary: Sony Xperia Companion installing but not running
Product: Wine
Version: unspecified
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: kennedybaird(a)gmail.com
Distribution: ---
Created attachment 66399
--> https://bugs.winehq.org/attachment.cgi?id=66399
xperia backtrace
Latest Xperia Companion (Feb 2020) installs but doesn't run.
The window loads then it crashes and gives me the attached backtrace error.
I'm new to WINE (only using it to try fix my damn phone)
But I'm running wine 4.0
--
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.