http://bugs.winehq.org/show_bug.cgi?id=32686
Bug #: 32686
Summary: Source games and multicore rendering
Product: Wine
Version: 1.5.21
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: salamanderrake(a)gmail.com
Classification: Unclassified
When source based games have multicore rendering enabled that have a slight to
significant boots to performance in games but cause graphics glitches.
--
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=32740
Bug #: 32740
Summary: Source Insight : Unable to launch source insight as it
crashes
Product: Wine
Version: 1.5.21
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ravi_kandagal1(a)yahoo.co.in
Classification: Unclassified
I am using Ubuntu 12.04 . I have installed Wine 1.5 .
I followed below steps :
1)Right click on Source Insight exe and selected "Open with wine program
loader"
2) Then i installed the Source Insight
3) After installation is done , it shows as "Finished"
4) When i click finish button , Source Insight tries launch , but fails with
the error.
I have attached the backtrace.txt ... Please refer to that for an issue ..
--
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=31653
Bug #: 31653
Summary: Spin Tires (march 2012) fixme:win:EnumDisplayDevicesW
((null),0,0x32f3e0,0x00000000), stub!
Product: Wine
Version: unspecified
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dreago(a)live.com
Classification: Unclassified
Created attachment 41613
--> http://bugs.winehq.org/attachment.cgi?id=41613
wine output
The game complained about missing "X3DAudio1_7.dll". I used winetricks to
install directx but it didn't work, I then manually placed that .dll into the
game directory next to the executable in
~/.wine/drive_c/Program Files (x86)/Oovee/Spin Tires/
and the game threw these errors...
Wine Version 1.5.12
--
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=32722
Bug #: 32722
Summary: Pathologic: visual glitches when flashlight turned on
Product: Wine
Version: 1.5.21
Platform: x86
URL: http://www.fileplanet.com/162269/160000/fileinfo/Patho
logic-Demo
OS/Version: Linux
Status: NEW
Keywords: download
Severity: minor
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: gyebro69(a)gmail.com
Classification: Unclassified
Created attachment 43177
--> http://bugs.winehq.org/attachment.cgi?id=43177
terminal output
After a long pause (that was bug #28743) the game Pathologic is working again,
with a minor graphical glitch though.
When the player turns on the flashlight in the game, strange yellowish
artefacts are flashing across the screen. Those artefacts don't always appear
however: if the player is inside a house and the flashlight is turned on, the
lights are okay.
When the player is standing outdoors those flashing artefacts are usually
present.
It looks as if this depends on what textures/objects are nearby.
Unchecking the graphical option 'detail objects' in the configuration tool
makes this bug disappear (probably because disabling this option removes many
objects as well as textures from the game).
The problem can be reproduced with the demo version as well. The demo version
contains several saved games (both indoors and outdoors).
Steps to reproduce the problem with the demo version:
1. create a new wineprefix and install the demo
2. winetricks wmp9 quartz devenum
3. start the demo with ..bin/Final/Game.exe. On first launch the configuration
tool appears, make sure the option 'detail objects' is enabled.
4. press <Esc> to skip videos, in the menu choose <Load game> and select one of
the available saved games.
5. when the game is loaded press <f> to turn on the flashlight. Move the mouse
to turn around and you should see the visual glitches.
Nvidia 250 / driver 304.64
--
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=19852
Summary: AsyncHttpEndRequestProc was called twice
Product: Wine
Version: unspecified
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wininet
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: leeight(a)gmail.com
AsyncHttpEndRequestProc -> HTTP_HttpEndRequestW -> HTTP_GetResponseHeaders
was called twice, which cause my application crashed.
the attachment is my debug log, and the temporary solution is
change AsyncHttpEndRequestProc like this
static void AsyncHttpEndRequestProc(WORKREQUEST *work)
{
struct WORKREQ_HTTPENDREQUESTW const *req = &work->u.HttpEndRequestW;
http_request_t *lpwhr = (http_request_t*)work->hdr;
TRACE("%p\n", lpwhr);
if(lpwhr->lpszRawHeaders == NULL){ // add this line
FIXME("[%p]call HTTP_GetResponseHeaders", (lpwhr));
HTTP_HttpEndRequestW(lpwhr, req->dwFlags, req->dwContext);
} // add this line
}
--
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=32662
Bug #: 32662
Summary: Can't easily add CC for emails in commit descriptions
Product: WineHQ Bugzilla
Version: 3.2.3
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: bugzilla-unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: b7.10110111(a)gmail.com
Classification: Unclassified
When I report regressions in wine, I usually need (at least I believe I do) to
CC commit author. The most obvious way would be see commit message and put
email from there into CC field. But in reality Bugzilla seems to try to match
this email with some internal list and often fails to find any match, making me
wonder how that author can be CC'ed. I try various changes in the entry field,
including "Firstname Lastname <email(a)host.com>", which fails, "Firstname
Lastname email(a)host.com", which also fails, some others, and finally find out
that I just have to enter "Firstname Lastname" for Bugzilla to match something.
And in this case it appears that email is completely different from that
specified in commit message.
Is it OK? Also, shouldn't one be able to CC anyone to bug, not only those who
are registered in Bugzilla match list?
--
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=31807
Bug #: 31807
Summary: Alllow longer VM descriptions
Product: Wine-Testbot
Version: unspecified
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: fgouget(a)codeweavers.com
Classification: Unclassified
The size of the existing VM description field should be increased or a 'long
description' field should be added so there is enough room to document exactly
how a VM/test configuration was configured: emulated hardware, software that
was added, locale and other configuration changes.
--
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=26920
Summary: Forum: replies from mailing list users show the full
email address of the person quoted
Product: WineHQ.org
Version: unspecified
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: www-unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dimesio(a)earthlink.net
A mailing list user complained that his full email address was showing up in
posts on the forum. Looking at the thread he linked to, it happened because
someone on the mailing list quoted something from his email in their reply, and
his email address was thus copied into the body of the message, which was
posted in full on the forum. In the same posts on the mailing list archives,
the "@" in all email addresses are changed to "at", even ones in the body of
the message. If possible, something similar should probably be done to incoming
email bound for the forum.
Forum thread showing the problem:
http://forum.winehq.org/viewtopic.php?p=46237&sid=000dc479ce03c0592827269f4…
Mailing list archive version of a post from that thread:
http://www.winehq.org/pipermail/wine-users/2010-July/075147.html
--
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=32004
Bug #: 32004
Summary: A missing summary line is an error
Product: Wine-Testbot
Version: unspecified
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: fgouget(a)codeweavers.com
Classification: Unclassified
When a test crashes utterly it does not output the summary line. WineTestBot
then shows 'No test summary line found' as the summarized log.
But the Jobs list will still show 'completed - 0 failures' for that job instead
of 'completed 1 - failures'.
The case of a timeout should be tested / verified too.
--
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=20324
Summary: Update Wine Wiki to new website theme
Product: WineHQ.org
Version: unspecified
Platform: All
URL: http://wiki.winehq.org/
OS/Version: All
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: www-unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: alexander.scott.johns+winebug(a)googlemail.com
CC: jnewman(a)codeweavers.com
The Wine Wiki looks badly out-of-place compared to the rest of winehq.org.
Wiki source: http://wine.cvs.sourceforge.net/viewvc/wine/wiki/
While we're at it, maybe we should move the Wiki source to
http://source.winehq.org/git/ as well.
--
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.