http://bugs.winehq.org/show_bug.cgi?id=26651
Summary: Page fault connecting to my.if.com
Product: Wine
Version: 1.3.16
Platform: x86-64
URL: http://my.if.com
OS/Version: Linux
Status: NEW
Keywords: download, source
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: kennybobs(a)o2.co.uk
Created an attachment (id=33930)
--> (http://bugs.winehq.org/attachment.cgi?id=33930)
wine-1.3.17-50-g6997499 console output
Running "wine iexplore https://my.if.com" causes a page fault, although
iexplore can still be used, but the website never loads.
Same occurs with builtin, IE7 and IE8.
Other sites work as well as expected (except for Bug 21947).
Backtrace:
=>0 0x00000000 (0x006dd6c8)
1 0x7e0e119a HTTP_OpenConnection+0x312(request=0x165ad8)
[/home/test/wine-git/dlls/wininet/http.c:5204] in wininet (0x006dd778)
2 0x7e0dee26 HTTP_HttpSendRequestW+0x5a9(request=0x165ad8,
lpszHeaders="Accept-Encoding: gzip, deflate", dwHeaderLength=0x1e,
lpOptional=0x0(nil), dwOptionalLength=0, dwContentLength=0, bEndRequest=0x1)
[/home/test/wine-git/dlls/wininet/http.c:4339] in wininet (0x006de908)
3 0x7e0df8b8 AsyncHttpSendRequestProc+0xc7(workRequest=0x6de9ac)
[/home/test/wine-git/dlls/wininet/http.c:4534] in wininet (0x006de988)
Native wininet causes a crash in shdocvw instead... which can also be triggered
by first opening iexplore, entering the address and pressing enter. This could
be another bug though.
Tried with Wine 1.2 and the bug is still there, so I guess it isn't a (recent)
regression.
--
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=18160
Summary: Compile broken in dlls/iphplpapi/ipstats.c on NetBSD 5.0
Product: Wine
Version: 1.1.19
Platform: PC
OS/Version: NetBSD
Status: NEW
Keywords: patch, source
Severity: blocker
Priority: P2
Component: build-env
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
Created an attachment (id=20626)
--> (http://bugs.winehq.org/attachment.cgi?id=20626)
hack
gcc -c -I. -I. -I../../include -I../../include -D__WINESRC__ -D_REENTRANT
-fPIC -Wall -pipe -fno-strict-aliasing -Wdeclar
ation-after-statement -Wwrite-strings -Wpointer-arith -I/usr/pkg/include
-I/usr/include -I/usr/X11R7/include/freetype2 -I/u
sr/X11R7/include -O2 -I/usr/pkg/include -I/usr/include
-I/usr/X11R7/include/freetype2 -I/usr/X11R7/include -o ipstats.o ip
stats.c
ipstats.c: In function 'GetIcmpStatistics':
ipstats.c:496: error: storage size of 'icmp_stat' isn't known
ipstats.c:496: warning: unused variable 'icmp_stat'
ipstats.c: In function 'GetIpStatistics':
ipstats.c:663: error: storage size of 'ip_stat' isn't known
ipstats.c:663: warning: unused variable 'ip_stat'
ipstats.c: In function 'GetTcpStatistics':
ipstats.c:816: error: storage size of 'tcp_stat' isn't known
ipstats.c:816: warning: unused variable 'tcp_stat'
ipstats.c: In function 'GetUdpStatistics':
ipstats.c:922: error: storage size of 'udp_stat' isn't known
ipstats.c:922: warning: unused variable 'udp_stat'
*** Error code 1
Attached patch hacks around it. Need to investigate a proper fix.
--
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=24022
Summary: NVShaderPerf fails to find plugins/performance modules
(and therefore to start)
Product: Wine
Version: 1.3.0
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: msxml3
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: freireclaudio(a)yahoo.com.ar
NVShaderPerf is an NVidia tool that runs on the console, and that is sadly
available only on Windows.
I've successfully used nvdxt (another, similar tool by nVidia) with wine 1.3.0,
and it runs perfectly fine.
But NVShaderPerf seems to require XML parsing in a way wine does not support
(or at least that seems to be the case according to console output).
Installation goes without a hitch, and after defining a comfy alias on my
.bashrc, I get the following attempting to even show the help:
username@host:~> nvshaderperf -v 2
fixme:msxml:internal_putProperty
(0x145778)->(L"http://xml.org/sax/properties/lexical-handler"): semi-stub
fixme:msxml:saxxmlreader_QueryInterface interface
{a60511c4-ccf5-479e-98a3-dc8dc545b7d0} not implemented
fixme:msxml:saxxmlreader_QueryInterface interface
{e15c1baf-afb3-4d60-8c36-19a8c45defed} not implemented
No performance DLLs found, please reinstall
No performance plugins found, please reinstall NVShaderPerf
I checked the plugins.xml, and it's utf-16 encoded with a BOM mark. If it's
indeed an xml issue (something I can't confirm with the limited info I have at
hand), it must be an encoding thing (either being utf-16 or having a BOM),
because the xml's contents are rather simple:
<?xml version="1.0" encoding="UTF-16"?>
<plugins>
<!-- Performance analysis plugins -->
<plugin progid="nvsys.NVPerf3X.1"/>
<plugin progid="nvsys.NVVertPerf3X.1"/>
<plugin progid="nvsys.NVPerf4X.1"/>
<plugin progid="nvsys.NVVertPerf4X.1"/>
</plugins>
--
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=27767
Summary: htmlhelp not showing diacritic characters from html
encoded entity
Product: Wine
Version: 1.3.24
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: hhctrl.ocx
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: htl10(a)users.sourceforge.net
Created an attachment (id=35529)
--> (http://bugs.winehq.org/attachment.cgi?id=35529)
xchm vs wine htmlhelp, showing the bug with "ê"
See screenshot showing wine htmlhelp side by side with xchm, of the file in bug
10166c2 - "ê" and "ó" are shown in the cotent panel rather than
the corresponding discritic e and o.
quote bug 11166c2,
"Application name is Vatowiec
(http://appdb.winehq.org/objectManager.php?sClass=application&iId=5787)
can be downloaded for free from http://pk.inet.pl/brv_prg.htm (direct link:
http://pk.inet.pl/br32.exe).
Application is developed with CA-Visual Objects."
will attach the chm also, just saving somebody's trouble of installing the
whole thing.
--
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=18962
Summary: Netscape is crashing immediately after execution.
Product: Wine
Version: unspecified
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: fojtik(a)penguin.cz
Created an attachment (id=21822)
--> (http://bugs.winehq.org/attachment.cgi?id=21822)
Crash log.
Try to run netscape.exe. A wine crashes instead of running application. The
crash
dump is attached in attachment.
Please download exe files here.
http://www.penguin.cz/~fojtik/netscape/
Please let me know when I omit some 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=28668
Bug #: 28668
Summary: Sound does not work for SlingPlayer 1.5
Product: Wine
Version: 1.3.30
Platform: x86-64
URL: http://download.slingmedia.com/player/pc/SlingPlayer-S
etup-EU-1.5.1.343.exe
OS/Version: Linux
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: kennybobs(a)o2.co.uk
Classification: Unclassified
Created attachment 36844
--> http://bugs.winehq.org/attachment.cgi?id=36844
wine-1.3.30-45-ga843ace console output
SlingPlayer 1.5 streams video okay with the help of a few workarounds, but
sound does not work. You get the odd stutter but nothing useful.
To get this far:
- Native quartz to work around bug 13371
- Native qcap to work around bug 28667 (not necessary to experience the bug)
No known workaround.
Could be related to any of the newer bugs from this list:
http://bugs.winehq.org/buglist.cgi?bug_status=REOPENED&bug_status=NEW&bug_s…
Sound used to work fine in the 1.1 branch but there have been so many different
bugs since then a bisect is impossible.
Tried wine-1.3.20 and wine-1.3.0 but there are bugs before the stream can load.
This stands out from the console output:
ALSA lib ../../../src/pcm/pcm.c:7316:(snd_pcm_recover) underrun occurred
--
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=28772
Bug #: 28772
Summary: Secret of Monkey Island wants
msvcp80.dll.?_Getcat@?$ctype@D@std@@SAIPAPBVfacet@loca
le@2@@Z
Product: Wine
Version: 1.3.30
Platform: x86
OS/Version: Linux
Status: NEW
Severity: minor
Priority: P2
Component: msvcp
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
Classification: Unclassified
Follow up to bug 25978.
wine-1.3.30-205-g472a8f7
--
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=21545
Summary: Metin2 crashes since Torrent Patcher
Product: Wine
Version: 1.1.37
Platform: x86
URL: http://metin2.de/main/download
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: volker.groeschel(a)sap.com
Created an attachment (id=25955)
--> (http://bugs.winehq.org/attachment.cgi?id=25955)
Terminal output
The German Metin2 version invited a torrent patcher.
When I start the program as usual, I get a error pop up from wine for program
metin2.bin with a severe error I should report on http://bugs.winehq.org
The torrent patcher "Metin2 Torrent" starts and shows it's icon in the task bar
but it does nothing.
Metin2 is free to play and can be downloaded for free here:
http://metin2.de/main/download.
--
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=17733
Summary: Trivial Pursuit Unhinged +NoCD fails to load
Product: Wine
Version: 1.1.16
Platform: PC
URL: http://appdb.winehq.org/objectManager.php?sClass=version
&iId=15960
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-dmusic
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: kennybobs(a)o2.co.uk
Created an attachment (id=19946)
--> (http://bugs.winehq.org/attachment.cgi?id=19946)
Screenshot of error message
Atari Trivial Pursuit Unhinged (plus the NoCD crack to workaround SecuRom copy
protection) fails to load and shows error "**MAIN - Audio device didn't
initialize" which appears to be a problem in dmusic or dmloader.
err:dmloader:IDirectMusicLoaderImpl_IDirectMusicLoader_SetObject : could not
attach stream to file
Using "winetricks directx9" removes this error, but creates another two errors
(something to do with DataPak) followed by an unhandled exception, apparently
caused by an Ogg Vorbis problem (there is an ogg.dll that comes with the app).
Disabling audio through winecfg brings back the "**MAIN - Audio device didn't
initialize" message.
--
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=17709
Summary: AutoCAD 2008: Quick Help Toolbar incorrectly displayed
Product: Wine
Version: 1.0.1
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: lukasz.wojnilowicz(a)gmail.com
Created an attachment (id=19908)
--> (http://bugs.winehq.org/attachment.cgi?id=19908)
Image that shows the problem
I'm using Wine 1.1.17 (compiled from source using gcc version 4.3.2 20081105
(Red Hat 4.3.2-7) ) on Fedora 10 i386.
The problem is with incorrect display of "Quick Help Toolbar".
All cuttings on the left in attached image are incorrectly displayed.
All cuttings on the right show how it should be displayed.
Last cutting on the left is after pressing escape when the focus was on entry,
after that I have to restart AutoCAD to get this toolbar back and it is not how
it should be.
--
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.