http://bugs.winehq.org/show_bug.cgi?id=13311
Summary: winetest always fails on shell32:shelllink, but "make
test" doesn't
Product: Wine
Version: CVS/GIT
Platform: Other
OS/Version: other
Status: NEW
Severity: normal
Priority: P2
Component: testcases
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
Every recent report at http://test.winehq.org
says shell32:shelllink fails, yet "make test" doesn't
show it failing for me. Is there some timing issue
in winetest?
--
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=13280
Summary: Klipfolio 4 hangs on startup
Product: Wine
Version: CVS/GIT
Platform: PC
URL: http://www.klipfolio.com/
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: nodisgod(a)yahoo.com
Created an attachment (id=13129)
--> (http://bugs.winehq.org/attachment.cgi?id=13129)
Klipfolio 4 logs
When trying to start Klipfolio 4 with today's Git (wine-1.0-rc1-104-g2470b0b),
a nonpainted invisible window appears and does not respond to UI input. In the
middle of the logs, a page fault occurs in wininet, so I have attached that
information.
--
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=13269
Summary: ntdll/tests/exception crashes
Product: Wine
Version: CVS/GIT
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: ntdll
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: leffeman(a)gmail.com
test_exceptions crashes in NtSetContextThread on access to the passed CONTEXT.
I have managed to avoid the crash by doing one of the following things:
* Put the CONTEXT on the stack.
* Skip the memset call.
* WINEDEBUG=trace+relay
Toolchain bug? Wine magic?
--
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=13176
Summary: Fails to compile
Product: Wine
Version: CVS/GIT
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: grahame(a)regress.homelinux.org
Seeing as RC1 has been released I decided it was time to try compiling and
testing wine again. I checked out the latest version of wine as of 13th May
2008 and tried to compile using the /tools/wineinstall script. The compile
faillls with the following error:
gcc -m32 -c -I. -I. -I../../include -I../../include -D__WINESRC__ -D_WINX32_
-D_REENTRANT -fPIC -Wall -pipe -fno-strict-aliasing
-Wdeclaration-after-statement -Wwrite-strings -Wpointer-arith -g -O2 -o
netconnection.o netconnection.c
netconnection.c: In function 'NETCON_init':
netconnection.c:134: error: 'SONAME_LIBCRYPTO' undeclared (first use in this
function)
netconnection.c:134: error: (Each undeclared identifier is reported only once
netconnection.c:134: error: for each function it appears in.)
make[2]: *** [netconnection.o] Error 1
I have searched with google and looked for any obvious missing dev packages.
I'm using gcc version Debian 4.2.3-5 and I'm trying to build on an AMD64
platform.
If any further information is required please let me know.
--
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=13173
Summary: Dragon NaturallySpeaking 9.0 Preferred gdiplus.dll error
Product: Wine
Version: CVS/GIT
Platform: PC
URL: http://nuance.com
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: gdiplus
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: susancragin(a)earthlink.net
gdiplus does not run Dragon NaturallySpeaking. (It does install it.)
The most important error message is as follows.
wine: Call from 0x7b8446d0 to unimplemented function
gdiplus.dll.GdipCreateLineBrushFromRectWithAngleI, aborting
--
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=13035
Summary: Bad HAVE_XSLTINIT in msxml3
Product: Wine
Version: CVS/GIT
Platform: Other
OS/Version: other
Status: NEW
Severity: enhancement
Priority: P2
Component: msxml3
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: fgouget(a)codeweavers.com
I think the HAVE_XSLTINIT in dlls/msxml3/main.c is wrong because it does not
take into account potential differences between the compilation environment and
the runtime environment.
Case 1
------
If the libxslt.so available at compile time does not have xsltinit(), then
HAVE_XSLTINIT will be undefined and thus msxml3 will not call it... So what
happens then if at runtime the libxslt.so that's used does have that function?
Will it crash randomly because it's uninitialized?
Conversely, the compilation environment could have xsltinit() but no the
runtime environment. This this would cause msxml3.dll to fail to load.
Compile vs. runtime environment differences is why we dlopen() a lot of the
Unix libraries and it seems to me that we should be using dlsym() here.
--
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=13026
Summary: winetest may start without a tag
Product: Wine
Version: CVS/GIT
Platform: Other
OS/Version: other
Status: NEW
Severity: enhancement
Priority: P2
Component: testcases
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: fgouget(a)codeweavers.com
winetest (see programs/winetest) currently opens a small dialog asking for a
tag if none was supplied on the command line.
However one can click on 'Start' and start the tests with an empty tag anyway,
that's the first bug. And the second bug is that it would be much better to ask
for this tag in the main dialog which already has a field for the tag. This
would require to:
* make the tag field editable
* add space for telling the user that the tag must be supplied
* add a 'Start' button to start the tests
--
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=12998
Summary: FtpVC applicaton does not run
Product: Wine
Version: CVS/GIT
Platform: PC
URL: http://www.prestosoft.com/fvc_ftpvc.asp
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: slyf(a)slyf.info
The application http://www.prestosoft.com/fvc_ftpvc.asp, does not run, just
closes with a giant back trace or something. I believe the splash screen shows
up. If you need any more information please tell me, I hope this program will
be able to run in wine, as I need it for work, and am stuck using windows.
--
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=12974
Summary: Crash of Max Payne v1 on radeon DRI
Product: Wine
Version: CVS/GIT
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: theycallhimart(a)gmail.com
CC: thunderbird2k(a)gmx.net
Max Payne v1 started crashing on my hardware in newer versions of wine. It git
bisected it down to
http://source.winehq.org/git/wine.git/?a=commit;h=8f18eeea359f9f09ea878c893…
Reverting the commit on the git HEAD stops the crash. I have no idea why this
is or why it works/fails. I have not tested with other D3D apps, and I know
that my friend who has the same version of wine can run max payne without
incident. The only difference between our two systems (both running gentoo,
both Thinkpad T40s) is that he has a radeon r300 based GPU while I have a
radeon r100 based GPU.
--
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=12921
Summary: kernel32: toolhelp test fails in PC-BSD but not Linux
Product: Wine
Version: CVS/GIT
Platform: PC
OS/Version: FreeBSD
Status: NEW
Keywords: testcase
Severity: minor
Priority: P2
Component: kernel32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
Sorta sketchy...Haven't ran regression test yet. Doesn't always fail, but about
2/3 of the time:
../../../tools/runtest -q -P wine -M kernel32.dll -T ../../.. -p
kernel32_test.exe.so toolhelp.c && touch toolhelp.ok
trace:toolhelp:CreateToolhelp32Snapshot 2,0
trace:toolhelp:CreateToolhelp32Snapshot 4,0
trace:toolhelp:CreateToolhelp32Snapshot 8,8
warn:toolhelp:next_thread Result buffer too small (5)
trace:toolhelp:CreateToolhelp32Snapshot 8,16
toolhelp.c:256: Test failed: Module kernel32.dll is not listed
toolhelp.c:256: Test failed: Module kernel32_test.exe is not listed
toolhelp.c:256: Test failed: Module shell32.dll is not listed
toolhelp.c:274: Test failed: Module kernel32.dll is not listed
toolhelp.c:274: Test failed: Module kernel32_test.exe is not listed
toolhelp.c:274: Test failed: Module shell32.dll is not listed
warn:toolhelp:next_thread Result buffer too small (5)
--
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.