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.
http://bugs.winehq.org/show_bug.cgi?id=12919
Summary: kernel32: virtual 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
1/2-2/3 of the time:
virtual.c:95: Test failed: 0 bytes read
virtual.c:96: Test failed: Data from remote process differs
*** Error code 2
Seems that if I use +seh or +relay, doesn't fail. I only tried a few times,
though...
--
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=12905
Summary: EVE Online light effects and some other objects are not
blended correctly when HDR is enabled
Product: Wine
Version: CVS/GIT
Platform: PC
URL: http://www.eve-online.com/download/windows.asp
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: phoenix(a)mail.ru
CC: thunderbird2k(a)gmx.net, epssyis(a)gmail.com,
diafoirus(a)gmail.com
+++ This bug was initially created as a clone of Bug #12656 +++
Initially this problem was described here:
http://bugs.winehq.org/show_bug.cgi?id=12409
Someone errorneously reported that issue was fixed; so, it was marked as
resolved/fixed/closed. <12656 was also closed as fixed; however, this fix is
not applicable to the situation when in-game HDR setting is enabled>
So, issue is that LOTS of effects in EVE Online cause major glitches. You even
don't need account to check it. Screenshots of login screen attached.
Additional screenshots may be found here (summary may be confusing, but
actually poster meant this problem):
http://bugs.winehq.org/show_bug.cgi?id=12422
Only clue i've noticed is that all light-related effects are broken. See
screenshots "Amarr station in 0.9.58"
(http://bugs.winehq.org/attachment.cgi?id=12289) and "Amarr station in 0.9.60"
(http://bugs.winehq.org/attachment.cgi?id=12288) for good example.
Broken commit info:
76014205de3cbd73fe761db8f86fcdb178bb0189 is first bad commit
commit 76014205de3cbd73fe761db8f86fcdb178bb0189
Author: Roderick Colenbrander <thunderbird2k(a)gmx.net>
Date: Sat Mar 29 14:48:15 2008 +0000
wined3d: Fix a postpixelshader_blending bug.
:040000 040000 7ff864a3521e2d3274f5f5450d9b7f0173bfb1ac
df0929cc8c7df9d641583ad2c94a107bb15361cb M dlls
As far as i understand any setup is affected. I have Debian Testing
(current)/NVIDIA 169.12 drivers/GF8600GT Mobile
--
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=12866
Summary: wineserver assertion failure when TMG7 installer
completes
Product: Wine
Version: CVS/GIT
Platform: Other
URL: http://www.whollygenes.com/files/tmg7setup.exe
OS/Version: other
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: wineserver
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
After the TMG7 installer completes, and you say "Yes" to the "Want to reboot"
question, five seconds later, you see
wineserver: winstation.c:383: close_process_desktop: Assertion `desktop->users
> 0' failed.
This is with git from april 25 and also with git from today.
--
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=12837
Summary: Stack trace in socket.c when starting Call of Duty
multiplayer
Product: Wine
Version: CVS/GIT
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: winsock
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: aeleneski(a)comcast.net
When trying to start Call of Duty multiplayer I receive the stack trace
attached. Also note that when compiling this package I receive the warning:
socket.c: In function ‘WS_gethostbyname’:
socket.c:3247: warning: comparison between pointer and integer
Which is the same line where the stack points to.
--
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.