http://bugs.winehq.org/show_bug.cgi?id=33300
Bug #: 33300
Summary: plants vs zombies
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: simpson.josh21(a)yahoo.com
Classification: Unclassified
I am trying to figure out how to get plants vs zombies [full edition] to load
using wine windows program loader. I am using an emachine but have ubuntu 12.04
lts as an o.s. I am not too tech savvy, and am teaching myself as I go. Please
help me if you can.
--
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=33291
Bug #: 33291
Summary: Path environemtn variable has been set up wrong.
Product: Wine
Version: 1.5.26
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: peter.merchant(a)gmail.com
Classification: Unclassified
Attempting to get Brothers Keeper working on Wine, and discovered that a
previous person had run vbrun, so I did the same, with the following result:
peterm@peterm-desktop:~$ winetricks vbrun60
Executing w_do_call vb6run
Executing load_vb6run
fixme:setupapi:SetupDefaultQueueCallbackW notification 262144 params 32f5f0,0
err:setupapi:SetupDefaultQueueCallbackW copy error 0
L"C:\\windows\\profiles\\peterm\\Temp\\IXP000.TMP\\MSVBVM60.DLL" ->
L"C:\\windows\\system32\\MSVBVM60.DLL"
fixme:ole:DllRegisterServer stub
------------------------------------------------------
vb6run install completed, but installed file
/home/peterm/.wine/dosdevices/c:/windows/system32/MSVBVM60.DLL not found
------------------------------------------------------
I note there is no separator between the two paths given, so I think this is
why my program will not run correctly. How do I correct my path variable? The
file msvbvm60 is present in the correct place.
Thanks,
Peter M.
--
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=33294
Bug #: 33294
Summary: Vietcong: Crash on customizing the player
Product: Wine
Version: 1.5.26
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: sworddragon2(a)aol.com
Classification: Unclassified
Going into the multiplayer menu and clicking on the "Player" entry to customize
the skin will result in a 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=33293
Bug #: 33293
Summary: Vietcong: Crash on creating a single player game
Product: Wine
Version: 1.5.26
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: sworddragon2(a)aol.com
Classification: Unclassified
Trying to create any variant of a single player game will result in a crash.
The loading bar does fill a little but then the game just exits.
--
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.