http://bugs.winehq.org/show_bug.cgi?id=16778
Summary: « News » link in winehq's French home page leads to
an error
Product: WineHQ.org
Version: unspecified
Platform: Other
URL: http://www.winehq.org/news/
OS/Version: other
Status: NEW
Severity: enhancement
Priority: P2
Component: www-unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jonathan(a)ernstfamily.ch
Clicking on "Nouvelles" (News) in winehq's French home page, leads to an error
:
"500 News not found!"
--
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=15419
Summary: Test Data reports should include wine stable versions
(i.e. 1.0, 1.2...) and not just recent betas
Product: WineHQ Apps Database
Version: unspecified
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: appdb-unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: milest3g(a)gmail.com
For AppDB test data to be usefull to users, and since we know have stable wine
releases, "Add Test Data" page should list wine 1.0 as a Tested release, and
not just list 1.1.0 to 1.1.5 (for example), since corporate users and users
looking for stability will be sticking to 1.0 for a long time.
It should be the same for future stable releases like 1.2 - but those should
not supersede 1.0 since some users/distributions might keep 1.0 for a long
time.
--
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=7698
moritz.angermann(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |moritz.angermann(a)gmail.com
--- Comment #173 from moritz.angermann(a)gmail.com 2009-06-12 14:01:26 ---
I have the very feeling that the random crashes have to do with the -dxlevel.
-dxlevel 70 will not cause any crash at all, while
-dxlevel 80 will (at least for me on OS X).
--
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=4304
--- Comment #18 from Marc Warne <marc(a)indivisibilities.com> 2009-06-12 11:12:05 ---
Unfortunately I no longer have MetaTrader installed.
Can another contributer please try this out with 1.1.23?
--
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=18907
Summary: Steam update crashes wineserver
Product: WineHQ Apps Database
Version: unspecified
Platform: All
URL: http://steampowered.com
OS/Version: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: appdb-unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: nukedclx(a)gmail.com
CC: nukedclx(a)gmail.com
Steam games after the latest update causing crash games, i tried launch hl1,
cs1,6 but same thing wineserver crash. I tried produce corefile, but it doesnt
produce that.. ((ulimit -c unlimited) i checked main steam directory and
half-life in steamapps.
--
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=16941
Summary: interrupts cause nested trace output
Product: Wine
Version: 1.1.12
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: hoehle(a)users.sourceforge.net
The winmm periodic timer interrupt (used e.g. by the dsound PCM player) causes
confusion in wine's debug log. I believe every line in the log should be output
atomically. This is not the case and makes the log harder to analyse.
Please search your traces using the following regexp
.[0-9]{4}:[a-zCR]
to find sections where one thread manages to interrupt another one amid a log
line.
In my case, all such occurrences are caused by one thread, identified as
follows:
0019:trace:mmtime:TIME_MMSysTimeThread Starting main winmm thread
Here's a sample where the main thread's (0009) logline is interrupted by the
timer's thread (0019) trace output:
0009: get_handle_fd(0019:Call KERNEL32.GetTickCount()
0019:Ret KERNEL32.GetTickCount()
0019:trace:dsound:DSOUND_timer (1,0,0x1fbbb0,0x0,0x0)
0019:[many lines omitted]
handle=00a4 ) <- This is the remains of the trace output
from the interrupted thread (0009)
0009: *fd* 00a4 -> 83
Here's another example, involving a redispatch to thread 0018:
001e0019:Call KERNEL32.GetTickCount()
0019:Ret KERNEL32.GetTickCount() ...
0019: [many lines omitted]
: create_key() = 0 { hkey=0020, created=0 }
^^^^ remains from thread 001e
0018: get_new_process_info( info=0038 )
0018: select() = PENDING { timeout=infinite, ...
001e:trace:reg:NtCreateKey <- 0x20
The interruptor's pattern is always the same:
- 2x GetTickCount()
- trace:dsound:DSOUND_timer
- dsound perform mix etc.
Looking at libs/wine/debug.c:default_dbg_vlog() I see no obvious mechanism to
ensure atomic output, while and dlls/ntdll/debugtools.c:NTDLL_dbg_vlog() might
have the machinery given a temporary output buffer and a single call to
write().
--
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=4304
--- Comment #17 from Nikolay Sivov <bunglehead(a)gmail.com> 2009-06-12 02:56:00 ---
Marc, test again with 1.1.23.
--
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=6237
--- Comment #11 from Jerome Leclanche <adys.wh(a)gmail.com> 2009-06-12 02:22:17 ---
Created an attachment (id=21745)
--> (http://bugs.winehq.org/attachment.cgi?id=21745)
Windows Vista screenshot
Screenshot of what's supposed to show under vista at the moment of the crash.
--
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=6237
Jeff Zaroyko <jeffz(a)jeffz.name> changed:
What |Removed |Added
----------------------------------------------------------------------------
Keywords| |source
--
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.