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.
http://bugs.winehq.org/show_bug.cgi?id=26467
Summary: Builtin IE cannot open
https://ebank.srcb.com:446/pweb/pbperbank
Product: Wine
Version: 1.3.15
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wininet
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: fracting(a)gmail.com
Created an attachment (id=33698)
--> (http://bugs.winehq.org/attachment.cgi?id=33698)
trace: +wininet,+secur32,+schannel
Builtin IE cannot open https://ebank.srcb.com:446/pweb/pbperbank,
the output looks like below:
err:wininet:NETCON_secure_connect SSL_connect failed: 12045
full trace with +wininet,+secur32,+schannel is attached
However, override wininet using winetricks didn't help.
--
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=28360
Summary: Mass Effect: msvcp90:locale__Init needs to be
implemented
Product: Wine
Version: 1.3.28
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: msvcp
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: debian(a)carbon-project.org
CC: piotr.caban(a)gmail.com
This is a follow-up bug to bug 25364. After applying the eighteen patches
fixing that bug on top of 1.3.28, Mass Effect still crashes on loading the menu
(when msvcp80 is forced to built-in), now with:
> fixme:msvcp90:locale__Init stub
> fixme:msvcp90:locale__Getgloballocale stub
Please implement locale__Init.
--
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=27064
Summary: Liquidator needs
msvcp71.dll.??0?$basic_ofstream@DU?$char_traits@D@std@
@@std@@QAE@XZ
Product: Wine
Version: 1.3.19
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: msvcp
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: andrew.millington(a)gmail.com
wine: Call from 0x7b839282 to unimplemented function
msvcp71.dll.??0?$basic_ofstream@DU?$char_traits@D@std@@@std@@QAE@XZ, aborting
err:module:attach_process_dlls "TMRtl.dll" failed to initialize, aborting
err:module:LdrInitializeThunk Main exe initialization for
L"C:\\Liquidator\\Bin\\Liquidator2Launcher.exe" failed, status 80000100
With msvcp71 it works but my display goes black and that maybe an existing bug.
--
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=20788
Summary: problem with bet-at-home poker when gecko is installed
Product: Wine
Version: 1.1.32
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: danregister(a)poczta.fm
bet-at-home Poker can be downloaded from http://www.bet-at-home.com/poker.aspx
When application runs it asks if I want to install gecko (wine 1.0.1) or tries
to ask (wine 1.0.32 - known bug). I can agree or not.
After that I can login into my account, then select one of the available tables
and double click on it. A new window opens with "Loading..." message.
And now, if I did not install gecko then after a few seconds the table appears
in that window. If I installed gecko (by agreeing in wine 1.0.1 or by using
winetricks gecko in wine 1.0.32) then after a few seconds the window
disappears.
--
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=24899
Summary: The Last Dance crashes with unimplemented function
d3dx9_36.dll.D3DXCreateRenderToSurface
Product: Wine
Version: 1.3.5
Platform: x86
URL: http://www.megaupload.com/?d=78QUZ167
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3dx9
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: andrew.millington(a)gmail.com
CC: wine-bugs(a)winehq.org
Created an attachment (id=31534)
--> (http://bugs.winehq.org/attachment.cgi?id=31534)
~/wine-git/wine Launcher.exe &> log.txt
./winetricks dotnet20 is required.
Crashes with unimplemented function d3dx9_36.dll.D3DXCreateRenderToSurface
You can play with d3dx9_36.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=18161
Summary: unintialized variables in dlls/ntdll/cdrom.c on NetBSD
5.0
Product: Wine
Version: 1.1.19
Platform: PC
OS/Version: NetBSD
Status: NEW
Keywords: patch, source
Severity: minor
Priority: P2
Component: build-env
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
Created an attachment (id=20627)
--> (http://bugs.winehq.org/attachment.cgi?id=20627)
patch
gcc -c -I. -I. -I../../include -I../../include -D__WINESRC__ -D_NTSYSTEM_
-D_REENTRANT -fPIC -Wall -pipe -fno-strict-aliasing
-Wdeclaration-after-statement -Wwrite-strings -Wpointer-arith
-I/usr/pkg/include -I/usr/include -I/usr/X11R7/include/freetype2
-I/usr/X11R7/include -O2 -I/usr/pkg/include -I/usr/include
-I/usr/X11R7/include/freetype2 -I/usr/X11R7/include -o cdrom.o cdrom.c
cdrom.c: In function 'CDROM_DeviceIoControl':
cdrom.c:1728: warning: 'lun' may be used uninitialized in this function
cdrom.c:1728: warning: 'targetid' may be used uninitialized in this function
cdrom.c:1728: warning: 'busid' may be used uninitialized in this function
cdrom.c:1728: warning: 'portnum' may be used uninitialized in this function
attached patch fixes it.
--
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=24379
Summary: Wizard 101
Product: Wine
Version: 1.1.42
Platform: x86
OS/Version: All
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ninja.bright8(a)gmail.com
When you click the icon it will load but the sign in box will NOT show up.
--
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=27318
Summary: OpenGL 2.0 Shading Language Terrain Texturing Demo
crashes on unimplemented function
msvcp100.dll.??0?$basic_istream@DU?$char_traits@D@std@
@@std@@QAE@PAV?$basic_streambuf@DU?$char_traits@D@std@
@@1@_N@Z
Product: Wine
Version: 1.3.21
Platform: x86
URL: http://www.dhpoware.com/downloads/GLSLTerrainTexturing
.zip
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: msvcp
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: andrew.millington(a)gmail.com
Following http://source.winehq.org/patches/data/74660 of which fixes bug
#26674.
Without msvcp100
wine: Call from 0x7b839bb2 to unimplemented function
msvcp100.dll.??0?$basic_istream@DU?$char_traits@D@std@@@std@@QAE@PAV?$basic_streambuf@DU?$char_traits@D@std@@@1@_N@Z,
aborting
With msvcp100
It works.
--
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=20189
Summary: Svenska spel poker-client is useless
Product: Wine
Version: 1.1.30
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: groennevik(a)hotmail.com
When trying to open tables to play they shut down immediately, rendering the
software useless.
--
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=16008
Summary: T-Online Internet Telefon - installation works,
execution not.
Product: Wine
Version: 1.1.8
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: benedikt.baumgart(a)gmail.com
The installation works without any problems. But running the program is not
possible. It's a VoIP client. I tried native ole32 and gdiplus.
see: http://forum.winehq.org/viewtopic.php?t=2809
Download: http://service.t-online.de/c/12/70/42/54/12704254.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=16651
Summary: Wizard101: Characters not rendered.
Product: Wine
Version: 1.1.11
Platform: Other
URL: http://www.wizard101.com/
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: cmaiku(a)gmail.com
Created an attachment (id=18266)
--> (http://bugs.winehq.org/attachment.cgi?id=18266)
Debug output.
In Wizard101 the characters (Player characters, NPCs, creatures, etc) are not
rendered. All the other 2d and 3d geometry is rendered correctly, just not the
characters.
--
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=21231
Summary: program "4 elements" won't start
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: pietervandorp(a)gmail.com
CC: pietervandorp(a)gmail.com
The program 4 elements won't start and gives errormessages. The command which I
started the program from the commandline:
env WINEPREFIX="/home/pieter/.wine" wine "C:\Programma Bestanden\4 Elements\4
Elements.exe"
Then the wine window opens and a window with an errormessage is displayed. In
the console a whole lot of text is being displayed (see attachment).
In other programs (Call of Atlantis) it seems the right videocard description
should be given to wine or the program. See:
http://bugs.winehq.org/show_bug.cgi?id=20793
So I give some of my machinedetails:
user@tux-2:~$ lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description: Ubuntu 9.04
Release: 9.04
Codename: jaunty
user@tux-2:~$ uname -a
Linux tux-2 2.6.28-17-generic #58-Ubuntu SMP Tue Dec 1 18:57:07 UTC 2009 i686
GNU/Linux
Laptop: Acer Extensa 5220
GRAPHIC CARD
VGA controller
Intel Corporation Mobile GM965/GL960 Integrated Graphics Controller
(rev 03)
Subsystem: Acer Incorporated [ALI] Device 011f
--
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=27764
Summary: Civ 5 demo wants
msvcp90.dll.$basic_ofstream@DU?$char_traits@D@std@@@st
d@@QAE@XZ (purist)
Product: Wine
Version: 1.3.24
Platform: x86
OS/Version: Linux
Status: NEW
Keywords: download
Severity: minor
Priority: P2
Component: msvcp
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
Only occurs if dll is forced to builtin.
--
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=20661
Summary: Snuffler: rendering of buttons and list items doesn't
work.
Product: Wine
Version: 1.1.32
Platform: PC
URL: http://www.sussexarch.org.uk/geophys/snuffler.html
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: div2004(a)gmail.com
Full discussion on the forum:
http://forum.winehq.org/viewtopic.php?p=34750#34750
Basically, open Snuffler and load some data files (I have attached a data file
for testing purposes) - load the STP01Nov09.spr (within the ZIP archive) file
by going to the File Menu (within Snuffler), then clicking Open Project, and
then opening STP01Nov09.spr file. Double clicking on any item in the list on
the left of the screen will cause the rendering issue. Note the minimize,
maximize and close buttons aren't shown correctly, and items in the menu are
obscured (see my screenshot, snuffler-screen.png, within the attached .zip),
for what I get at this stage.
Note in my screenshot you will see "idebar" and "Linux" in the list. These are
from Firefox buttons - Firefox was running in the background when I took the
screenshot. It helps emphasize the problem.
This does not make the program crash, but it does stop some functionality
(specifically, I can't use the mouse to click on some of the items in the list
on the left of the screen if the dragging window resizing thingamajig (sorry, I
really don't know it's name!) is covering half of an item's name/label.
To explain... the vertical line immediately to the right of the list (which
separates the list and the grey area to the right of the screen) - if that line
is half way over an item's label in the list, I cannot click on that item in
the list with my mouse. I have to resize that vertical line to show the entire
list item before I can then use the mouse.
--
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=26834
Summary: SlingPlayer 1.5 UI very slow to respond
Product: Wine
Version: 1.3.18
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, performance
Severity: trivial
Priority: P3
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: kennybobs(a)o2.co.uk
Created an attachment (id=34189)
--> (http://bugs.winehq.org/attachment.cgi?id=34189)
Wine 1.3.18 console output
With the SlingPlayer 1.5, accessing menus and closing dialogs, etc. is notably
slower than running under Windows. This is particular noticeable if you go to
Help --> About and then close the About dialog.
This *may* have something to do with it:
err:ddraw:ddraw7_QueryInterface (0x19aa30) The App is requesting a D3D device,
but a non-OpenGL surface type was choosen. Prepare for trouble!
err:ddraw:ddraw7_QueryInterface (0x19aa30) You may want to contact wine-devel
for help
err:ddraw:ddraw7_QueryInterface
(0x19aa30)->({aca12120-3356-11d1-8fcf-00c04fc29b4e}, 0x192370): No interface
found
Tried native gdiplus but it makes no difference.
01:05.0 VGA compatible controller: ATI Technologies Inc M880G [Mobility Radeon
HD 4200]
--
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=25200
Summary: AutoCAD 2008: Toolbars are repainted
Product: Wine
Version: 1.3.7
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: trivial
Priority: P2
Component: gdiplus
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: lukasz.wojnilowicz(a)gmail.com
Created an attachment (id=31997)
--> (http://bugs.winehq.org/attachment.cgi?id=31997)
Image showing the problem
Steps to reproduce:
1) start AutoCAD 2008
2) Hover over any toolbar
Behaviour:
Whole toolbar is repainted so I can clearly see how icons disappear and appear
again.
Expected behaviour:
Toolbar shouldn't be repainted or at least I shouldn't notice it as it's in MS
Windows XP.
Terminal output:
Lots of below lines every time toolbar is repainted
fixme:gdiplus:GdipFillRectangle graphics object has no HDC
Additional info:
I'm using wine-1.3.7-103-gb8d0c0d
--
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=25429
Summary: Necrovision demo fails to start
Product: Wine
Version: 1.3.8
Platform: x86
URL: http://demos.gamersgate.com/19461
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: gyebro69(a)gmail.com
Created an attachment (id=32367)
--> (http://bugs.winehq.org/attachment.cgi?id=32367)
terminal output
The demo of the game crashes on startup, without displaying anything.
Only native d3dx9_36.dll was installed to prevent an earlier crash due to some
unimplemented functions in the built-in dll.
It seems this game never started correctly in Wine. However I found out that
using Wine-1.1.0 and 1.1.1 the game doesn't crash instantly: I can hear the
sounds of the intros although the screen is pure black, and the game crashes
afterwards.
The demo is 0.95GB in size; I willingly provide further logs if someone is
interested.
Fedora 14
Nvidia 7600 / driver 260.19.21
--
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=28201
Summary: Diablo III D3D error when restarting graphics
Product: Wine
Version: 1.3.26
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: adys.wh(a)gmail.com
When restarting the graphic engine in D3, a message box pops up complaining "An
error occured reseting D3D. Click OK to retry". Havent found any workaround.
No relevant terminal output when it happens. I have a +d3d trace but it looks
quite useless (just a lot of spam, cant really tell when the error happens).
What kind of debug channels could be useful?
--
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=28719
Bug #: 28719
Summary: Trillian 5 crashes with "wine: Call from 0x7ed2e629 to
unimplemented function
msvcp90.dll.?_Getcat@?$ctype@D@std@@SAIPAPBVfacet@loca
le@2@PBV42@@Z"
Product: Wine
Version: 1.3.30
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: msvcp
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: kde(a)cyberwizzard.nl
Classification: Unclassified
Created attachment 36902
--> http://bugs.winehq.org/attachment.cgi?id=36902
Full crashlog of Trillian 5 when executed on wine 1.3.30
Trillian has worked on older versions of wine flawlessly (whatever version was
bundled with Ubuntu 10.10) but is currently broken in 1.3.28 from Ubuntu and
1.3.30 from the Wine PPA.
The installer works fine but upon starting Trillian you get a dialog informing
you that Trillian has encountered...
The actual error is:
wine: Call from 0x7ed2e629 to unimplemented function
msvcp90.dll.?_Getcat@?$ctype@D@std@@SAIPAPBVfacet@locale@2@PBV42@@Z
I've attached a log of the complete dump from wine.
--
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=27918
Summary: GTAIV doesn't show anything after switching resolution
Product: Wine
Version: 1.3.25
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: b7.10110111(a)gmail.com
Steps to reproduce:
1. Back up GTAIV settings
2. Set up LaunchGTAIV.exe to start in virtual desktop
3. Start GTAIV
4. Change resolution to lower one
5. Restart the game
6. See blue virtual desktop background with invisible GTAIV window. The game
intro sound is audible, i.e. the game itself is working.
Recover from this restoring GTAIV settings, having original resolution back.
--
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=22936
Summary: AutoCAD 2008: QuickCalc fails to start
Product: Wine
Version: 1.2-rc2
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: gdiplus
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: lukasz.wojnilowicz(a)gmail.com
Created an attachment (id=28393)
--> (http://bugs.winehq.org/attachment.cgi?id=28393)
QuickCalc window
Steps to reproduce:
1) winetricks dotnet20
2) install AutoCAD 2008
3) start AutoCAD 2008
4) RMB in drawing area and choose QuickCalc from drop down menu
Behaviour:
Nothing happens
Expected Behaviour:
Window from attachment should be displayed
Workaround:
Use native gdiplus
After clicking QuickCalc the following is in terminal:
fixme:shell:SHAutoComplete stub
fixme:bitmap:CreateDIBSection should fail 48 bpp compression 0
err:xrender:get_xrender_format_from_color_shifts No XRender format found!
fixme:ole:OLEFontImpl_QueryInterface () : asking for unsupported interface
{c3fcc19e-a970-11d2-8b5a-00a0c9b7c9c4}
fixme:ole:OLEFontImpl_QueryInterface () : asking for unsupported interface
{b196b283-bab4-101a-b69c-00aa00341d07}
fixme:ole:OLEFontImpl_QueryInterface () : asking for unsupported interface
{00000003-0000-0000-c000-000000000046}
fixme:ole:OLEFontImpl_QueryInterface () : asking for unsupported interface
{00000144-0000-0000-c000-000000000046}
fixme:shell:SHAutoComplete stub
fixme:shell:SHAutoComplete stub
fixme:shell:SHAutoComplete stub
fixme:shell:SHAutoComplete stub
--
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=12731
Summary: Lego Digital Designer fonts rendered look bad
Product: Wine
Version: 0.9.59.
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: compbrain(a)gmail.com
A handful of text rendered in the Lego Digital Designer application
(ldd.lego.com)
look like they are compressed.
As an example:
In ldd-screenshot1.png the texts "Installing bricks..." and "Receiving...." are
the samples in question. Similar cases can be found throughout normal
application usage.
System: Ubuntu Hardy RC amd64
Wine Version: 0.9.59-0ubuntu4
Added msttcorefonts with no benefit.
--
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=11108
Summary: Unhandle exception
Product: Wine
Version: 0.9.52.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: kernel32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: tombert(a)gmx.at
Created an attachment (id=10142)
--> (http://bugs.winehq.org/attachment.cgi?id=10142)
Backtrace of crash
Application crashes sporadically, sometimes in between, sometimes on exit.
Backtrace is attached.
--
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=24310
Summary: Civilization IV 1.74 patch can't find installed
program
Product: WineHQ Apps Database
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: appdb-unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dbenhur+winehq(a)gmail.com
I have installed Civ4 Complete from DVD and added all the required DLLs
mentioned in installation HOWTOs. The base Civ4 exe runs fine, but when I try
to run the firaxis Civ4Patch1.74_Final.exe, it runs InstallSheild and comes up
with a dialogue saying "The setup detected that no version of Sid Meier's
Civilization 4 is installed. This update requires that a previous version of
the application be installed."
I get essentially the same message for the Civ4WarlordsPatch2.13.exe.
The Civ4BeyondTheSwordPatch3.19.exe patch finds the app and runs the upgrade
just fine.
dbenhur@devuntu:~$ cat /etc/lsb-release
DISTRIB_ID=Ubuntu
DISTRIB_RELEASE=10.04
DISTRIB_CODENAME=lucid
DISTRIB_DESCRIPTION="Ubuntu 10.04.1 LTS"
dbenhur@devuntu:~$ uname -a
Linux devuntu 2.6.32-24-generic #42-Ubuntu SMP Fri Aug 20 14:24:04 UTC 2010
i686 GNU/Linux
dbenhur@devuntu:~$ wine --version
wine-1.1.42
--
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=27521
Summary: Steam crashes after log in
Product: Wine
Version: 1.3.22
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: cypressStoner420(a)gmail.com
Created an attachment (id=35188)
--> (http://bugs.winehq.org/attachment.cgi?id=35188)
console output
When I run steam and type in my user name and password steam attempts to log in
and the closes the program out.
--
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=25677
Summary: CaesarIV does not render text in game
Product: Wine
Version: 1.3.10
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3dx9
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: wjak56(a)gmail.com
CC: wine-bugs(a)winehq.org
Created an attachment (id=32707)
--> (http://bugs.winehq.org/attachment.cgi?id=32707)
Stack trace
$ wine --version
wine-1.3.10
Follow the directions to get Caesar IV running here:
http://bugs.winehq.org/show_bug.cgi?id=10190#c14
Install dotnet20 with winetricks.
Install the game.
Replace d3dx9_30.dll and d3dx9_36.dll with native versions. I used winetricks
to install directx9 into a temporary wineprefix dir and then copied those files
over.
The game runs successfully but it does not render text. Instead there are
square yellowish boxes where the text should be.
Screenshot: http://i.imgur.com/fVmFT.jpg
I believe the issue is related to these two lines:
fixme:d3d:wined3d_get_format Can't find format unrecognized (0x36315220) in the
format lookup table
fixme:d3d:state_wrap (WINED3DRS_WRAP0) Texture wrapping not yet supported.
Some research leads me to understand that Texture wrapping isn't supported by
OpenGL and thus wine, but I was hoping there is a way to work around this bug,
or if I could be mistaken and it's unrelated to that.
I've tried various settings in the game's ini file but to no avail. I also
tried changing settings in the relevant .fx files, but nothing seemed to work,
other than me breaking different rendering aspects :D
--
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=24048
Summary: Steam crashes
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: blocker
Priority: P5
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: bluebriansimon(a)gmail.com
Steam crashes upon login. No known cause from what I can determine.
--
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=25645
Summary: Textures in dynamite game is upside down
Product: Wine
Version: 1.3.10
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: xor29a(a)bk.ru
Textures in dynamite game is upside down
Normal screenshot:
http://www.hotud.org/images/stories/games/d/dynamite/dynamite.jpg (not found in
original size)
Upside down textures screenshot in attachment
--
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=24104
Summary: Unreal Tournament 3 hangs at start
Product: Wine
Version: 1.3.1
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ek-tunkul(a)newmail.ru
Hi!When start game through steam or shortcut on desktop,game halt when push
"launch" button, after 2-5 seconds and unreal logo becomes gray.In terminal i
have "wine: Unhandled stack overflow at address 0x34c7a12 (thread 0044),
starting debugger..." and no more.Close game with compulsory exit.Before that
game start perfectly on wine 1.2 or wine 1.3,the problem has appeared
suddenly.Tried to reinstall wine hasn't helped.May be somebody has solved a
problem?Please help!
Athlon 64 3200+,GeForce6600GT,Audigy1(ALSA),2GB,Ubuntu 10.04 lucid+wine
1.3.1,1.3 or 1.2
--
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=23554
Summary: Error in GDI affects IrfanView 4.27
Product: Wine
Version: 1.2-rc6
Platform: x86
URL: http://en.irfanview-forum.de/vb/showthread.php?6661-V4
-27-IrfanPaint-no-longer-keeps-data(removed-when-paint
-closed)&p=30835
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: gdi32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: mrk(a)emarkay.com
The plugin for IrafanView, IrfanPaint, has given me trouble in keeping the
changes it has made applied to the original. In 4.25 I found that if you zoomed
to "Original Size" it would keep it's data (lines text, edits, etc.) when the
dialog was closed, but now in 4.27 (with the latest 4.13.67 Paint) , there is
nothing I can find to keep the changes. Even saving "in process" does not keep
the changes made to that point!
>From Developer of plugin:
"My educated guess on this fact is that Wine for DibSections uses a hybrid
approach: it creates a DIB a DDB (which probably is actually an X bitmap); the
work performed by the GDI methods is done on the DDB/X bitmap, which is
converted to DIB whenever the software tries to write on the DIB bits (I think
they use some kind of page protection method to do that).
So, when IrfanPaint just uses GDI methods to perform his work, the changes are
made just on the DDB and aren't mirrored on the DIB, thus causing the problem;
instead, when IP also writes directly on the DIB bits, before it does so the
changes done to the DDB are automatically mirrored on the DIB, so everything
works fine.
If things are like that, a quick workaround can be created to just make a "fake
write" on the DIB to force the update after each tool use. It would be quite a
small change and it should solve the problem.
Still, IMHO, to make such DIB/DDB system to work successfully they should have
set the update also on DIB read, maybe creating a "dirty flag" to avoid
unnecessary updates. "
--
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=25823
Summary: Office 2007 with wine-1.2.2 won't install on CentOS
5.5 - branding.xml verification
Product: Wine
Version: 1.2.2
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: blocker
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: cinaed(a)altos-da.com
Created an attachment (id=32913)
--> (http://bugs.winehq.org/attachment.cgi?id=32913)
log file from $HOME/.wine/drive_c/users/cinaed/Temp
Trying to install Office Standard 2007 on CentOS 5.5 x86_64 using wine-1.2.2.
I've tried it with a clean install. It starts the installer which is visible
for a few seconds then crashes leaving the following errors
Error: XmlSignature Verification failed for branding.xml. Type:
InvalidMetadataFile.
Showing parent-less message Title: 'Setup Error', Message: 'Setup cannot
continue because a required file is either corrupted or
not available. Run Setup again from the original source disc or download
location.'
I've tried every version from 1.22 to 1.3.10 with the same result.
Software was installed from CD.
--
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=24830
Summary: Civilization V will not download mods: "Cannot
download because Microsoft BITS has not been started"
Product: Wine
Version: unspecified
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: mathuin(a)gmail.com
I am playing Civilization V via Steam and in general it works really well. The
number one issue I am facing is the inability to download mods for the game.
When I mouse over the download button, the text "Cannot download because
Microsoft BITS has not been started." comes up. When I start the BITS service
via "wine net start bits" in another window and then stop and restart Civ and
try to download a mod, I still get the same message. When I stop the
wineserver entirely, start the BITS service as mentioned above, start Steam
from the command line in a different window than that of the BITS service, and
start Civ, I *still* get the same message.
http://forum.winehq.org/viewtopic.php?t=9936&sid=3e8ab7e7bf0adabf7173f92415…
describes another person's attempt to do the same thing.
Please let me know if there's more I can do to assist you guys in fixing this!
Thanks!
--
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=17553
Summary: Condor Dedicated Server not responding to client
Product: Wine
Version: 1.0.1
Platform: PC-x86-64
URL: http://forum.condorsoaring.com/viewtopic.php?p=99117#991
17
OS/Version: Linux
Status: UNCONFIRMED
Severity: blocker
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: sebastien(a)chaumontet.net
Following the Howto all seems works well but Dedicated server is just
responding to client by its name ... but do nothing else.
"When I started the server, the server looks okay and running, and I checked if
people could connect via "condor-club" "test server".
Condor-club told me it was connectable!!!
but.......... when I try connecting from a different windows computer, condor
just hangs."
--
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=21646
Summary: hhctrl.ocx: special characters displayed wrong
Product: Wine
Version: 1.1.38
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: hhctrl.ocx
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: nerv(a)dawncrow.de
Created an attachment (id=26131)
--> (http://bugs.winehq.org/attachment.cgi?id=26131)
source and binary with screenshots
html help ignores special characters in the contents, so they might also be
rendered as html, or the character should be parsed.
(e.g. Umlauts are displayed as ampersand+normalcharacter+uml+semicolon)
--
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=19373
Summary: Plants vs Zombies is draw in the left button side of
the screen
Product: Wine
Version: 1.1.26
Platform: PC
URL: http://www.reflexive.com/Plantsvs.Zombies.html
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jaimerave(a)gmail.com
While using the game you can see it in the left button corner of the screen
while it is supposed to be in the center of the screen. This makes impossible
to select the option of the game because the game is expecting you to make
click in a different place from where the game screen is been draw.
This is in Wine 1.1.26. I have an Intel X4500HD but I have seen the problem
also with an Nvidia card.
--
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=16514
Summary: broken encoding or database conversion regarding Umlaut
Product: WineHQ Apps Database
Version: unspecified
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: appdb-unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: hoehle(a)users.sourceforge.net
Since the recent restyling of winehq.org, Umlauts such as "äüöÄÖÜ" are
not displayed correctly anymore in AppDB. See e.g. "Die Völker 2/The Nations"
http://appdb.winehq.org/objectManager.php?sClass=version&iId=11470
Instead, a "?" is displayed (typical for unrecognized UTF-8 characters in some
parsers).
This affects:
- my login name, in the initial greetings screen
- Category: Main > Games > Strategy Games > Die V�lker 2 > 2.02
- Name Die V�lker 2
OTOH, in bugzilla, comments of mine are correctly displayed with Umlauts.
I'm using firefox 2.0.x or 3.x.y
Is it just a matter of web server configuration, or was the application
database incorrectly converted or backed-up at some point in time?
Regards,
Jörg Höhle
--
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=26540
Summary: Irfanview 4.28 paint extension changes to the image
are lost upon closing the paint window
Product: Wine
Version: 1.3.16
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: christianuceda(a)yahoo.com
Irfanview 4.28 paint extension changes to the image are lost upon closing the
paint window, the changes simply vanish and the image is painted back as it was
when first opened.
Tested on wine-1.3.16 on Debian 6 (32bits) using Gnome desktop + compiz
Steps to reproduce:
#wget -c http://irfanview.tuwien.ac.at/iview428_setup.exe
use winetricks to install the mfc42
#winetricks mfc42
install irfanview using wine
#wine iview428_setup.exe
launch irfanview:
#wine "C:\Program Files\Irfanview\i_view32.exe"
Open or create a new image in irfanview, then press F12 to launch the paint
plugin.
The paint extension will open a small window with some painting tools, select
any painting tool (ie brush) and paint something over the image
Close the extension's window, anything you painted now disappear, obviously
this is some type of bug in Wine as the changes are intended to remain.
--
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=24478
Summary: Fallout 3 no background music
Product: Wine
Version: 1.3.3
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: felipemoraesbr(a)gmail.com
This problem has been happening for a long time now for me, and it is still not
fixed in current wine 1.3.3. Other game sounds are fine, just the background
music(which I think is mp3) isn´t working.
The tip for sound problems posted was not appliable to my case, i renamed the
old file to winmm.dll_old.so and put the even older dll is that folder, as
said, then i restarted but to no use. I should mention I´m using ALSA already
Hope we can work together to solve this
--
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=10610
Summary: Gothic II: D3D7 crash after playing several minutes
Product: Wine
Version: 0.9.49.
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: wielkiegie(a)gmail.com
Created an attachment (id=9411)
--> (http://bugs.winehq.org/attachment.cgi?id=9411)
Wine messages when game crashes
On Wine 0.9.49 (and probably all after 0.9.38) Direct3D 7 crashes after playing
several (7-10) minutes Gothic II: Night of the Raven (and probably base Gothic
II and Gothic I).
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.