http://bugs.winehq.org/show_bug.cgi?id=17430
Summary: Debian install section needs gpg key
Product: WineHQ.org
Version: unspecified
Platform: All
URL: http://winehq.org/download/deblenny
OS/Version: All
Status: UNCONFIRMED
Severity: trivial
Priority: P5
Component: www-unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: FinalCrisisSX(a)Hotmail.com
The debian / lenny installation section uses a repository that now requires a
gpg key, which is not listed on the winehq section instructions.
http://www.lamaresh.net/ , the main site of the repository given by winehq,
adds this note accordingly:
wget -O - http://www.lamaresh.net/apt/key.gpg | apt-key add - #to add gpg key
Apt-get no longer nags about no key after doing so and updating, so it should
be fine.
--
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=20228
Summary: "check out the The Wine Developer's Guide" link in
User Guide is a 404
Product: WineHQ.org
Version: unspecified
Platform: All
URL: http://www.winehq.org/site/docs/wineusr-guide/x543#AEN
545
OS/Version: All
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: www-unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: info(a)skierpage.com
In Section 4.5.1. "WINEDEBUG=[channels]",
check out the The Wine Developer's Guide
links to http://www.winehq.org/site/docs/winedev-guide/ , which is a 404.
In the HTML,
<a href="http://www.winehq.org/site/docs/winedev-guide/"
target="_top"> The Wine Developer's Guide</a>.
the fix is to remove the "/site" in the URL path.
(And you could also leave out "http://www.winehq.org" if the documents are
always on the same web site and never installed locally.)
The alternate fix would be to move the Developer's Guide document or set up a
redirect. Googling for link=http://www.winehq.org/site/docs/winedev-guide/ ,
it seems links are pretty evenly split between the "/site/docs" and "/docs"
path.
--
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=9781
Summary: Endless loop in Wineconsole with user mode
Product: Wine
Version: 0.9.45.
Platform: All
OS/Version: All
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-programs
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: vostok(a)etersoft.ru
CC: vostok(a)etersoft.ru
Way of reproduction:
1.Run wineconsole with user mode. (like: wineconsole cmd)
2.Right click -> Properties
3.Clamp any key.
4.Switch to another tab.
Result: Endless loop.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=10316
Summary: BiblePro errors with missing dll
Product: Wine
Version: 0.9.48.
Platform: Macintosh
OS/Version: Mac OS X 10.4
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-dotnet
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jjmckenzie51(a)sprintpcs.com
Note: This occurs whether Mono or .NET 1.1 is used.
After installing BiblePro.exe (latest release) after using winetricks to
install Mono 1.1.18, the program will not run due to a missing dll: gda-2.
This dll appears to not be installed with Wine.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=15266
Summary: jscript: engine.c - unitialized variable
Product: Wine
Version: 1.1.4
Platform: All
OS/Version: All
Status: NEW
Keywords: source
Severity: enhancement
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
Tried compiling Wine with -Werror, got a few interesting results. First one:
austin@austin-desktop:~/wine-git/dlls/jscript$ make
gcc -c -I. -I. -I../../include -I../../include -D__WINESRC__ -D_REENTRANT
-fPIC -Wall -Werror -pipe -fno-strict-aliasing -Wdeclaration-after-statement
-Wwrite-strings -Wpointer-arith -g -O2 -o engine.o engine.c
cc1: warnings being treated as errors
engine.c: In function ‘var_statement_eval’:
engine.c:500: warning: ‘hres’ is used uninitialized in this function
make: *** [engine.o] Error 1
Relevant code portion:
/* ECMA-262 3rd Edition 12.2 */
HRESULT var_statement_eval(exec_ctx_t *ctx, statement_t *_stat, return_type_t
*rt, VARIANT *ret)
{
var_statement_t *stat = (var_statement_t*)_stat;
HRESULT hres;
TRACE("\n");
hres = variable_list_eval(ctx, stat->variable_list, &rt->ei);
if(FAILED(hres))
return hres;
V_VT(ret) = VT_EMPTY;
return S_OK;
}
--
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=14681
Summary: Filing a new bug should search for dupes first
Product: WineHQ Bugzilla
Version: unspecified
Platform: All
OS/Version: All
Status: NEW
Keywords: source
Severity: enhancement
Priority: P2
Component: bugzilla-unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
Try filing a bug at Launchpad or with OpenOffice. Before filing a bug, an
automatic duplicate search is run first. Would hopefully cut down on some
duplicate bug reports...
--
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=12325
Summary: winebrowser / mapi32.dll does not support accented
characters in mailto:
Product: Wine
Version: 0.9.58.
Platform: All
OS/Version: All
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: programs
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: developers(a)tefnet.pl
When I try to execute:
wine C:\\windows\\system32\\winebrowser.exe 'mailto:Tefnet
Developers<foo(a)bar.com>?subject=TEST&body=ąóś'
my default mail client (opened by xdg-email) creates mail but without mail
body...
There is the same problem with e-mail generated by MAPISendMail (from
mapi32.dll)
--
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=13406
Summary: Overlord: crash on unimplemented function
d3dx9_36.dll.D3DXCompileShaderFromFileA
Product: Wine
Version: 1.0-rc2
Platform: All
OS/Version: All
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: edwin.smulders(a)gmail.com
CC: edwin.smulders(a)gmail.com
Created an attachment (id=13313)
--> (http://bugs.winehq.org/attachment.cgi?id=13313)
log/backtrace "wine Overlord.exe"
Overlord crashes with this message:
wine: Call from 0x7b844c50 to unimplemented function
d3dx9_36.dll.D3DXCompileShaderFromFileA, aborting
adding this dll gives some other crash/backtrace, i can add that if necessairy
Note that this is after adding xinput9_1_0.dll and applying a no-cd crack
attachment: full log from running wine Overlord.exe
--
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=10542
Summary: Bug in TEXT_Ellipsify when returning modstr
Product: Wine
Version: CVS/GIT
Platform: All
OS/Version: All
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-user
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: mxmauro(a)hotmail.com
Hi,
In the TEXT_Ellipsify function located in dlls/user32/text.c, the last lines
are:
if (modstr)
{
memcpy (modstr, str, *len_str * sizeof(WCHAR));
*(str+*len_str) = '\0';
}
and they should be:
if (modstr)
{
memcpy (modstr, str, *len_str * sizeof(WCHAR));
*(modstr+*len_str) = '\0';
}
like in TEXT_PathEllipsify (is correct there). Checked in latest cvs
repository.
Best regards,
Mauro.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=11429
Summary: GetMouseMovePointsEx unimplemented
Product: Wine
Version: 0.9.54.
Platform: All
URL: http://www.red.com
OS/Version: All
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: user32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: peter.kovar(a)gmail.com
€ RedCine.exe
...
lot of noise
...
wine: Call from 0x851fc0 to unimplemented function
USER32.dll.GetMouseMovePointsEx, aborting
GetMouseMovePointsEx Function
The GetMouseMovePointsEx function retrieves a history of up to 64 previous
coordinates of the mouse or pen.
http://msdn2.microsoft.com/en-us/library/ms646259(VS.85).aspx
--
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.