http://bugs.winehq.org/show_bug.cgi?id=25985
Summary: AmiBroker crashes when using colour palette
Product: Wine
Version: 1.0.1
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: softcont(a)optusnet.com.au
Created an attachment (id=33123)
--> (http://bugs.winehq.org/attachment.cgi?id=33123)
Output from "C:>" prompt and from AmiBroker itself for wine 1.0.1 & 1.3.12
under Debian AMD64 "squeeze"
There is more than one way to make it crash. The easiest is:
1. Download AmiBroker (v5.30 right now) from:
http://amibroker.com/download.html (for v 5.30 it is:
http://www.amibroker.com/bin/AmiBroker530.exe) to ".wine/drive_c". Copy 2
dll's: mfc42.dll & msvcp60.dll to ".wine/drive_c/windows/system32". Run "wine
cmd"
2. From the "C:>" prompt install AmiBroker in the default location (C:\Program
Files\AmiBroker) by executing AmiBroker530.exe
3. Change directory to C:\Program Files\AmiBroker
4. Run AmiBroker (type broker and press <enter> at the prompt) - it should show
a chart for "^DJI(Daily)"
5. Click with the right mouse button on the chart pane (there are 3 chart panes
- I clicked on the top one) and from the popup context menu that appears select
item "Parameters"
6. A "Properties of Price" dialog box appears (the title may vary depending on
which panel the right mouse click occurs)
7. Click on any "Color" item (i.e. with the label "Color")
8. A simple color palette popup window appears
9. Click on the "More" button of the simple color palette - a more detailed
color dialog box appears
10. Click on the "Cancel" button of the detailed color dialog box
The program crashes (the whole application needs eventually be killed from
Linux)
Another way to crash it is (after step 7 - i.e. without pressing its "More"
button) click on the (parent) "Properties of Price" dialog box - the simple
color palette does not close (it does under native Windows). Then one by one
close all the AmiBroker windows (notice that the simple color palette stays
open). This should eventually crash the application (pressing <Esc> button also
does the trick).
I also tested it under 1.3.12 environment (files attached) with the same
result. However, I felt a bit lost when compiling and installing the wine
environment. I have two systems: Debian amd64 (squeeze) and Debian 32-bit
(lenny). The crash occurs on both of them.
--
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=29008
Bug #: 29008
Summary: Age of Wonders fails to run because of a floating
point error
Product: Wine
Version: 1.3.32
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: directx-ddraw
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: stefan(a)codeweavers.com
Classification: Unclassified
Age of Wonders does not start because of a floating point exception during
wined3d initialization. This is a regression caused by this patch:
7b0ba5153f3e42f31b922e5eb997d5e1d0cb44d4 is the first bad commit
commit 7b0ba5153f3e42f31b922e5eb997d5e1d0cb44d4
Author: Matteo Bruni <mbruni(a)codeweavers.com>
Date: Thu Nov 3 15:26:36 2011 +0100
wined3d: Test more thoroughly for post-pixelshader blending support, try on
more texture formats.
This problem happens is quite complicated: Before initializing DirectDraw, the
game changes the FPU control word and removes the FPCW$INVALID flag(0x0001),
among others. During wined3d initialization wined3d tests if WINED3DFMT_UYVY is
FBO attachable, which is true because we emulate it with GL_LUMINANCE_ALPHA.
After that the new code added by the patch tries to draw to it, which
apparently generates a NaN somewhere, and since the game disallowed them an
exception is raised. The full FPU control word that is set when
DirectDrawCreate is called is 0x1372.
The game pops up an error dialog and tries to initialize DirectDraw again, and
is stuck in a loop from this point on. It isn't even necessary to install the
game to reproduce this issue, the aowsetup.exe program on the CD has the same
crash.
The problem is not related to WINED3DFMT_UYVY per se, the other luminance-alpha
formats like WINED3DFMT_YUY2, WINED3DFMT_L8A8 and WINED3DFMT_L4A4 affected as
well.
My GPU driver is the Nvidia binary driver, version 290.06, on a GeForce 9600M
GPU. A while ago this driver didn't support luminance-alpha fbo attachments,
apparently this changed somewhen.
--
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=33473
Bug #: 33473
Summary: Key DACL prevents creation of registry keys.
Product: Wine
Version: 1.5.29
Platform: x86
OS/Version: Linux
Status: NEW
Keywords: regression
Severity: normal
Priority: P2
Component: wineserver
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: julliard(a)winehq.org
CC: ehoover(a)mines.edu
Classification: Unclassified
Regression SHA1: 04cd764d7688c59f88c19b25d5c6baea75a15ba1
The key DACL introduced by commit 04cd764d7688c59f88c19b25d5c6baea75a15ba1
breaks creation of registry keys in installers. Tested with the Xtreme 5
Graphic Designer installer from bug 14713:
http://store.downloadcrew.com/p28537-magix_xtreme_photo__graphic_designer_5.
err:msi:ITERATE_WriteRegistryValues Could not create key
L"Software\\MAGIX\\Foto_Manager_10\\MsiKeyPath"
err:msi:ITERATE_Actions Execution halted, action L"WriteRegistryValues"
returned 1627
Creation of the MAGIX subkey fails with access denied because of the DACL.
--
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=22136
Summary: Starcraft II - poor fps in windowed mode
Product: Wine
Version: 1.1.41
Platform: x86-64
OS/Version: Linux
Status: NEW
Severity: minor
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
In wine, roughly 6-8 fps, and terminal is filled with:
err:d3d:state_colorwrite (WINED3DRS_COLORWRITEENABLE1/2/3,0,0,0) not yet
implemented. Missing of cap D3DPMISCCAPS_INDEPENDENTWRITEMASKS wasn't honored?
err:d3d:state_colorwrite (WINED3DRS_COLORWRITEENABLE1/2/3,0,0,0) not yet
implemented. Missing of cap D3DPMISCCAPS_INDEPENDENTWRITEMASKS wasn't honored?
err:d3d:state_colorwrite (WINED3DRS_COLORWRITEENABLE1/2/3,0,0,0) not yet
implemented. Missing of cap D3DPMISCCAPS_INDEPENDENTWRITEMASKS wasn't honored?
err:d3d:state_colorwrite (WINED3DRS_COLORWRITEENABLE1/2/3,0,0,0) not yet
implemented. Missing of cap D3DPMISCCAPS_INDEPENDENTWRITEMASKS wasn't honored?
err:d3d:state_colorwrite (WINED3DRS_COLORWRITEENABLE1/2/3,0,0,0) not yet
implemented. Missing of cap D3DPMISCCAPS_INDEPENDENTWRITEMASKS wasn't honored?
in windows, I consistently get 50, even with a lot of characters on screen.
--
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=26077
Summary: setupapi/misc tests show a memory leak in
winemenubuilder?
Product: Wine
Version: 1.3.13
Platform: x86
OS/Version: Linux
Status: NEW
Keywords: download, source, testcase
Severity: minor
Priority: P2
Component: programs
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
24 bytes in 3 blocks are definitely lost
at notify_alloc (heap.c:254)
by RtlAllocateHeap (heap.c:1701)
by CreatePropertyBag2 (propertybag.c:143)
by PngEncoder_CreateNewFrame (pngformat.c:1376)
by convert_to_native_icon (winemenubuilder.c:423)
by platform_write_icon (winemenubuilder.c:1068)
by extract_icon (winemenubuilder.c:1100)
by InvokeShellLinker (winemenubuilder.c:2590)
by Process_Link (winemenubuilder.c:2965)
by wWinMain (winemenubuilder.c:3418)
by wmain (exe_wmain.c:50)
by __wine_spec_exe_wentry (exe_wentry.c:36)
by ??? (process.c:1034)
by start_process (process.c:1086)
by ??? (signal_i386.c:2473)
by call_thread_entry_point (signal_i386.c:2499)
by start_process (loader.c:2606)
by ??? (port.c:60)
--
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=11837
Summary: Popup has magenta background - should be transparent
Product: Wine
Version: 0.9.56.
Platform: HP
URL: http://rosepointnav.com/CoastalExplorer/Trial/default.ht
m
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: n5470(a)pinefields.com
Created an attachment (id=11111)
--> (http://bugs.winehq.org/attachment.cgi?id=11111)
Note magenta (should be clear) around yellow tide level popup
The example in the attached screen shot shows a popup attached to a tide
prediction station but popups of the same format (rectangular "balloon" with
pointer to feature) from other features show the same problem, the background
around the popup should be clear or transparent but is filled in magenta
instead. The problem is persistent and repeatable on demand.
--
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=28143
Summary: GODS-Lands of Infinity: foliage of trees has graphical
glitches
Product: Wine
Version: 1.3.26
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: gyebro69(a)gmail.com
Created an attachment (id=36058)
--> (http://bugs.winehq.org/attachment.cgi?id=36058)
terminal output
Unlike the issue with shadows (reported in bug #28142) this problem cannot be
reproduced in the demo version for Gods:Lands of Infinity.
Symptom: trees have black, blocky textures in their foliage.
The problem goes away if I disable pixel shaders in winecfg's Graphics tab.
Fedora 15 x86
Nvidia GeForce 250 / driver 280.13
--
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=31319
Bug #: 31319
Summary: Age of Mythology: slow performance
Product: Wine
Version: 1.5.7
Platform: x86
URL: http://www.fileplanet.com/files/110000/116261.shtml
OS/Version: Linux
Status: NEW
Keywords: download, regression
Severity: normal
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: gyebro69(a)gmail.com
CC: hverbeet(a)gmail.com
Classification: Unclassified
Regression SHA1: 0610d1eec9a287e22831a40427e6a9a38f3f745f
Created attachment 41156
--> http://bugs.winehq.org/attachment.cgi?id=41156
terminal output
I tested with the trial version of Age of Mythology as I don't have the full
version, so can't say whether or not the full version of the game is affected.
The problem: performance is considerably slower in the game since Wine 1.5.7.
This can be observed during the cutscenes, in unit animations, or when
scrolling the screen.
According to my testing, the problem appeared in 1.5.7, and is still present as
of wine-1.5.9-186-g1f6febe. The result of the regression test:
0610d1eec9a287e22831a40427e6a9a38f3f745f is the first bad commit
commit 0610d1eec9a287e22831a40427e6a9a38f3f745f
Author: Henri Verbeet <hverbeet(a)codeweavers.com>
Date: Tue Jun 12 17:03:50 2012 +0200
wined3d: Invalidate the entire buffer on maps with WINED3DLOCK_DISCARD.
:040000 040000 4d4701b1fcdaeeacffb68fd1b6f5d241e7a79a24
6bfde78e83d26ae6b5b3c799bc80e67237556e56 M dlls
Steps to reproduce the problem with the trial version:
1. download and install the demo (installing msxml4 is not mandatory with
current Wine)
2. start the demo with aom.exe. Background animation in the menu is kinda slow.
Click on <Campaign>, <Play campaign>, <Start>: a prologue video begins to play
and you can observe how slow the rendering is. You can observe the same laggy
performance during gameplay too.
Fedora 17 x86
Nvidia 250 / driver 295.59
X.Org X Server 1.12.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=25212
Summary: piwigo ploader can't connect to the net
Product: Wine
Version: 1.2
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jdd(a)dodin.org
Hello,
I try to make an application to work in wine.
It's "ploader", an utility coming with the "Piwigo" photo gallery.
It seems to work, but have to connect to the web to upload photos and this
don't works.
This windows program is available here:
http://fr.piwigo.org/ext/extension_view.php?eid=270
when launched from wine it first shows locales loading:
wine pLoader.exe
fixme:msvcrt:MSVCRT__wsetlocale 0 L"Chinese_People's Republic of China.936"
fixme:msvcrt:MSVCRT__wsetlocale 0 L"English_United States.1252"
(....)
then:
fixme:msvcrt:MSVCRT__wsetlocale 0 L"English_United States.1252"
fixme:msvcrt:msvcrt_fdtoh wtf
(several times)
fixme:msvcrt:MSVCRT__sopen : pmode 0x01b6 ignored
fixme:msvcrt:msvcrt_fdtoh wtf
it asks for the gallery URL then is issues an error message: can't connect to
xxxx:80 (unknown error). I can connect from windows or some variant of Linux
(there is a linux debian only version, not working on my openSUSE).
Adding :80 after the URL gives the same result (http://dodin.org:80/piwigo)
there is an offline option, and under this options the program works perfectly,
so only the connect problem seems to forgive it's use
the programm is a perl application.
thanks
jdd
--
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=12272
Summary: Aliens Versus Predator 2 1.0.9.6 mouse axis problem
Product: Wine
Version: 0.9.58.
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-dinput
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: sexy_b14(a)hotmail.com
Aliens Versus Predator 2 1.0.9.6 you are able to load the game fine, you can
use the mouse in the menus, but when you get load into a level the mouse axis a
wrong move the mouse left it looks right, move the mouse up looks goes down.
Moving the mouse right or down don't do a hole lot. Once your looking down you
are unable to us the mouse to look anymore. This mouse issue also happens with
No One Lives Forever2.
thanks all
--
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=32794
Bug #: 32794
Summary: Batman: Arkham City missing text in launcher
Product: Wine
Version: 1.5.22
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: andrey.goosev(a)gmail.com
Classification: Unclassified
Created attachment 43306
--> http://bugs.winehq.org/attachment.cgi?id=43306
log
Missing text in launcher. See attached log and screen.
--
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=26076
Summary: shdocvw/shdocvw tests show a memory leak in
winemenubuilder?
Product: Wine
Version: 1.3.13
Platform: x86
OS/Version: Linux
Status: NEW
Keywords: download, source, testcase
Severity: minor
Priority: P2
Component: programs
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
256 bytes in 1 blocks are definitely lost
at notify_alloc (heap.c:254)
by RtlAllocateHeap (heap.c:1701)
by IMalloc_fnAlloc (ifs.c:186)
by CoTaskMemAlloc (ifs.c:395)
by ???
by ???
by Process_URL (winemenubuilder.c:3019)
by wWinMain (winemenubuilder.c:3416)
by wmain (exe_wmain.c:50)
by __wine_spec_exe_wentry (exe_wentry.c:36)
by ??? (process.c:1034)
by start_process (process.c:1086)
by ??? (signal_i386.c:2473)
by call_thread_entry_point (signal_i386.c:2499)
by start_process (loader.c:2606)
by ??? (port.c:60)
--
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=26254
Summary: King School computer aided course will not execute
Product: Wine
Version: 1.0.1
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: blocker
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: rabbitanddino(a)att.net
Created an attachment (id=33457)
--> (http://bugs.winehq.org/attachment.cgi?id=33457)
Debug output from KSI G1000 training - commands embedded in file
King Schools produces computer based training tool. The tool is based on
videos (.mpg) and follow-up activities. The built-in video player will not
run. However the videos can be played using the "VLC Media player". Debug
information was captured and is provided in an attachment.
I'm running the latest DEBIAN install:
System specifics are:
#uname -a
Linux Euler 2.6.26-2-686 #1 SMP Thu Jan 27 00:28:05 UTC 2011 i686 GNU/Linux
#gcc -v
gcc version 4.3.2 (Debian 4.3.2-1.1)
#wine --version
wine-1.0.1-174-gc4039bd
--
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=30004
Bug #: 30004
Summary: Scrollbars flickers while searching in regedit
Product: Wine
Version: 1.4-rc5
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: trivial
Priority: P2
Component: comctl32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: RandomAccountName(a)mail.com
CC: dmitry(a)baikal.ru
Classification: Unclassified
Regression SHA1: ee7ca802f4839fab9efd1759a762a9839d931a9b
In builtin regedit, the scrollbars in the treeview (if visible) flicker while
performing a search. It seems a bit more obvious when compositing is enabled
(but still happens without it).
This first occurred in 1.1.26, and regression testing indicated:
ee7ca802f4839fab9efd1759a762a9839d931a9b is the first bad commit
commit ee7ca802f4839fab9efd1759a762a9839d931a9b
Author: Dmitry Timoshkov <dmitry(a)codeweavers.com>
Date: Wed Jul 15 21:21:26 2009 +0900
comctl32: Do not redraw treeview in TVM_INSERTITEM handler if bRedraw is
not set, trigger the redraw on WM_SETREDRAW/TRUE.
:040000 040000 6581adc5a4c37b359b4bdd1f35e35ebb5dc70a9d
0bcde40d001433b39cdc73cf2a69e2a0677ea5d3 M dlls
Reverting the patch fixed the problem. It also doesn't flicker with native
comctl32.
To reproduce: start regedit, shrink the treeview enough to make a horizontal
scrollbar appear, then perform a search that won't finish too quickly to see
the problem ("hello world" will work).
No terminal output.
--
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=16576
Summary: Warlords Battlecry III crashes on exit.
Product: Wine
Version: 1.1.10
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: trivial
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: nthykier(a)hotmail.com
CC: nthykier(a)hotmail.com
Created an attachment (id=18090)
--> (http://bugs.winehq.org/attachment.cgi?id=18090)
complete wine log
When I close (click quit/exit in the menus) Warlords Battlecry III, it gets an
"unhandled page fault". So rather than closing it crashes. Severity does not
seem overwhelming as it has not failed to flush its files due to these crash.
I have made no special changes (no patches) to my installation to play this
game. The AppDB suggests installing some native DLL files, which I haven't done
- since single player version ran fine without.
AppDB entry: http://appdb.winehq.org/objectManager.php?sClass=version&iId=1168
--
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=26495
Summary: The Elder Scrolls : Morrowind and Oblivion crash with
Gstreamer issues
Product: Wine
Version: 1.3.16
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: winegstreamer
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: xvachon(a)gmail.com
I commented on this issue originally in
http://bugs.winehq.org/show_bug.cgi?id=25511 . However, after discussing with
some of the Gstreamer guys : https://bugzilla.gnome.org/show_bug.cgi?id=644418
, they seem to hint that the issue could be related to how wine handle
Gstreamer. Bug 25511 is about quartz, I'm labeling this one to winegstreamer,
unless a maintainer disagrees.
The games crash right after the intro videos, when the main menu is about to be
loaded. The main culprit line is:
err:gstreamer:push_data_init Obtaining buffer returned: -2
I use Gentoo Linux X64, and I have the gst-plugins-meta and
emul-linux-x86-soundlibs packages installed. Hence I do not believe that the
issue is due to a lack of plugins.
WINEDEBUG=+gstreamer reveals the following:
trace:gstreamer:GST_QueryInterface ({56a86895-0ad4-11ce-b03a-0020af0ba770},
0x33f130)
trace:gstreamer:GST_Release (0x13bd5fd0)->() Release from 2
trace:gstreamer:GST_GetPin Asking for pos 0
trace:gstreamer:GSTInPin_ReceiveConnection
(0x13bd6120/0x13bd6120)->(0x13c70798, 0x16cbbaa8)
trace:gstreamer:dump_AM_MEDIA_TYPE {e436eb83-524f-11ce-9f53-0020af0ba770}
{e436eb87-524f-11ce-9f53-0020af0ba770}
...
{0f6417d6-c318-11d0-a43f-00a0c9223196}
trace:gstreamer:GSTInPin_QueryAccept (0x13bd6120)->(0x16cbbaa8)
trace:gstreamer:dump_AM_MEDIA_TYPE {e436eb83-524f-11ce-9f53-0020af0ba770}
{e436eb87-524f-11ce-9f53-0020af0ba770}
...
{0f6417d6-c318-11d0-a43f-00a0c9223196}
trace:gstreamer:GST_Connect 0x13bd6120 0x13c70798 0x33ee38
trace:gstreamer:activate_push Activating
trace:gstreamer:push_data_init Starting..
trace:gstreamer:request_buffer_src Requesting 0 4096
err:gstreamer:push_data_init Obtaining buffer returned: -2
trace:gstreamer:push_data_init Stopping..
Please let me know if you need anything else.
--
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=31435
Bug #: 31435
Summary: git lastest version(1.5.10) don't show korean text
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: gdi32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: hys545(a)dreamwiz.com
Classification: Unclassified
I use fedora-17(installd
package->freetype-2.4.8-3.fc17.i686,fontconfig-2.8.0-7.fc17.i686)
I checked git-lastest(2012-8-9))
I test
LANG=ko_KR.UTF-8; winecfg
result: any text isn't shown
..
I test wine-1.5.10
Same error.
-----
I test git versions..
I test git versions
wine-286854f->error.
wine-c683ad7->No error..
I edit function of freetype.c.
func name is
static HFONT freetype_SelectFont( PHYSDEV dev, HFONT hfont ).
My fix is
---
4656,4660c4656,4658
< if(csi.fs.fsCsb[0] & (face->fs.fsCsb[0] | face->fs.fsCsb[0])) //add
< // if(face->vertical == want_vertical &&
< // (csi.fs.fsCsb[0] & face->fs.fsCsb[0]
< //|| (font_link != NULL && csi.fs.fsCsb[0] &
font_link->fs.fsCsb[0])))
< {
---
> if(face->vertical == want_vertical &&
> (csi.fs.fsCsb[0] & face->fs.fsCsb[0] ||
> (font_link != NULL && csi.fs.fsCsb[0] & font_link->fs.fsCsb[0]))) {
---
I
--
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=20265
Summary: TR4W program starts if I go into terminal mode
ctrl-alt-F1 and then back to GUI ctrl-alt-f7
Product: Wine
Version: unspecified
Platform: PC
URL: http://www.tr4w.com
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: rx9tx(a)qrz.ru
CC: rx9tx(a)qrz.ru
Program installation http://tr4w.com/ru/system/files/tr4w_setup_4_166.zip
Run the program, enter:
My call - AA1AA
Contest - ARRL DX CW
My state - MA
Click OK - program window disappears.
If I go into terminal mode ctrl-alt-F1 and then back to gui ctrl-alt-f7
programs finally starts properly.
--
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=31917
Bug #: 31917
Summary: vb6 fails to open project after wine's update
Product: Wine
Version: 1.5.13
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: vde(a)ykoctpa.ru
Classification: Unclassified
Created attachment 42022
--> http://bugs.winehq.org/attachment.cgi?id=42022
backtrace log
microsoft VB6 enterprise got error when opening existing project.
--
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=31756
Bug #: 31756
Summary: Borderlands 2 crash on startup (once ingame) on wow64
Product: Wine
Version: 1.5.13
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: adys.wh(a)gmail.com
Classification: Unclassified
Seems to be only on wow64 but havent tested in a 32bit prefix. The following
pops up, see if it's enough to pinpoint an issue (no backtrace):
fixme:dbghelp:elf_search_auxv can't find symbol in module
fixme:dbghelp_dwarf:dwarf2_parse_subprogram_block Unhandled Tag type 0x15 at
ctx(0x233b4a0,L"kernel32<elf>"), for debug_info(abbrev:0x25012380,symt:(nil))
fixme:dbghelp_dwarf:dwarf2_parse_subprogram_block Unhandled Tag type 0xf at
ctx(0x233b4a0,L"kernel32<elf>"), for debug_info(abbrev:0x25012380,symt:(nil))
fixme:dbghelp_dwarf:dwarf2_parse_variable Unsupported constant (parameter)
pEncodePara in function
fixme:dbghelp_dwarf:dwarf2_parse_variable Unsupported constant (parameter)
dwFlags in function
fixme:dbghelp:validate_addr64 Unsupported address fffffffff7320000
fixme:dbghelp:validate_addr64 Unsupported address fffffffff7300000
fixme:dbghelp:validate_addr64 Unsupported address fffffffff72e0000
fixme:dbghelp:validate_addr64 Unsupported address fffffffff72b0000
fixme:dbghelp:validate_addr64 Unsupported address fffffffff7290000
fixme:dbghelp:validate_addr64 Unsupported address fffffffff7230000
fixme:dbghelp:validate_addr64 Unsupported address fffffffff7010000
fixme:dbghelp:validate_addr64 Unsupported address fffffffff5090000
fixme:dbghelp:validate_addr64 Unsupported address fffffffff5040000
fixme:dbghelp:validate_addr64 Unsupported address fffffffff5020000
fixme:dbghelp:validate_addr64 Unsupported address fffffffff5000000
fixme:dbghelp:validate_addr64 Unsupported address ffffffffefbc0000
fixme:faultrep:ReportFault 0x233eb98 0x0 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=27034
Summary: MSI crash on amd64 in file picker
Product: Wine
Version: 1.3.19
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: msi
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: adys.wh(a)gmail.com
Created an attachment (id=34472)
--> (http://bugs.winehq.org/attachment.cgi?id=34472)
backtrace
So not to pollute bug 27033
1. Download http://www.usb-over-network.com/usb-over-network-client.msi
2. msiexec /i on a WoW64 prefix
3. Accept TOS
4. On next screen, click "Browse"
5. Click "OK". It doesn't seem to matter which folder it's looking in.
Backtrace:
=>0 0x7eda222a msi_dialog_handle_event+0x35a(dialog=0x1803e8, control="Tree",
attribute="Property", rec=0x179a30)
[/home/adys/src/wine/build/dlls/msi/../../../dlls/msi/dialog.c:645] in msi
(0x0033e768)
1 0x7eda46e4 ControlEvent_FireSubscribedEvent+0x73(package=0x136f10,
event="SelectionPath", rec=0x179a30)
[/home/adys/src/wine/build/dlls/msi/../../../dlls/msi/events.c:277] in msi
(0x0033e7a8)
2 0x7eda47b2 ControlEvent_SetTargetPath+0x71(package=0x136f10, argument="",
dialog=0x178bd0)
[/home/adys/src/wine/build/dlls/msi/../../../dlls/msi/events.c:224] in msi
(0x0033e7e8)
3 0x7eda43d6 ControlEvent_HandleControlEvent+0x195(package=0x136f10,
event="SetTargetPath", argument="", dialog=0x178bd0)
[/home/adys/src/wine/build/dlls/msi/../../../dlls/msi/events.c:434] in msi
(0x0033e838)
Full backtrace attached
--
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=26089
Summary: MS Office install fails.
Product: Wine
Version: 1.2.2
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: msi
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: a.o.shyichuk(a)gmail.com
Created an attachment (id=33279)
--> (http://bugs.winehq.org/attachment.cgi?id=33279)
console output
Office 2003 setup failed with the following output.
Fail happens after selecting all options and clicking "next" on "zero position"
of the progress bar.
winetricks msi2 doesn't help, install doesn't starts at all.
Offtopic:
By the way, are there some wikis of smth with lists of all of this fixme: and
err:?
I mean, if I want to do DIY-bugfixes where can I find some lists of known bugs?
Googling gives posts of other users like "I-have-the-problem-blah-blah-blah".
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=15032
Summary: Problems with Webpage content in Station Launcher
Product: Wine
Version: 1.1.3
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: kai(a)stg24.at
Created an attachment (id=15674)
--> (http://bugs.winehq.org/attachment.cgi?id=15674)
output of wine when running station launcher and opening a few html windows
Station launcher (downloadable at: http://launcher.station.sony.com/) relies on
displaying webpages pages to display/change acccount status, character lists,
update notes, news....
There seems to be a lot problems with this in wine, pages that require login
doesn't seem to work (probably cause of cookies missisng).
on the public pages that don't require login (like news, update notes) there is
another problem too, these pages seem to get loaded (you see elements of it
apearing) but after a few seconds everything disappears and screen goes white.
not sure if the authentication can be fixed, but the displayed content
disappearing looks like a bug with window refreshes to me.
--
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=26245
Summary: DC++: "Select text style" in "Colors and sounds"
settings crashes
Product: Wine
Version: 1.3.14
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ne7(a)parsoma.net
Created an attachment (id=33444)
--> (http://bugs.winehq.org/attachment.cgi?id=33444)
Trace made by WINE
Steps to reproduce:
(1) Download DC++ 0.781 from
http://sourceforge.net/projects/dcplusplus/files/DC%2B%2B%200.781/ . I prefer
using the .zip version because it doesn't need installation.
(2) rm ~/.wine/ -rf to make sure one has "tested with a clean Wine directory
(default location: "~/.wine", z: drive -> / link exists, no DLL overrides)".
(3) Decompress DCPlusPlus-0.781.zip into its own directory; stipulate that this
is called ~/DCPlusPlus-0.781.
(4) Run DCPlusPlus.exe from ~/DCPlusPlus-0.781.
(5) On first startup, it'll open the settings dialog box. Click on "Colors and
sounds" under the "Appearance" category.
(6) Click the "Select text style" button in the "Colors and sounds" settings
pane.
(7) Actual result: WINE 1.3.14 crashes; expected result: WINE allows one to
select the text font and color.
DC++ is GPL software the source to which can be found at
https://code.launchpad.net/~dcplusplus-team/dcplusplus/trunk . Debug builds of
more recent bzr versions (currently labeled as version 0.785) which also crash
available at http://builds.adcportal.com/index.php?folder=ZGNwcA== .
Information requested by http://www.winehq.org/docs/wineusr-guide/bug-reporting
:
wine --version: wine-1.3.14
OS/Distro/Version: Ubuntu 10.10, 64-bit
gcc --version: gcc (Ubuntu/Linaro 4.4.4-14ubuntu5) 4.4.5
WINE source: the Ubuntu WINE PPA at
https://launchpad.net/~ubuntu-wine/+archive/ppa
Program name/version/URL: DC++ 0.781 at http://dcplusplus.sourceforge.net/
WINE command: rm ~/.wine/ -rf && wine DCPlusPlus.exe 2>dcpp.trace
WINE trace: attached as dcpp.trace; it didn't seem to crash properly enough to
get a backtrace.
--
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=22097
Summary: Starcraft II has a crash on exit in win7 mode (but not
XP)
Product: Wine
Version: 1.1.41
Platform: x86-64
OS/Version: Linux
Status: NEW
Severity: trivial
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
Doesn't occur on windows 7. The crash is caught by Blizzard's crash handler,
see attached. Terminal output is small:
fixme:process:GetProcessWorkingSetSize (0xffffffff,0x7bd0f8,0x7bd0f4): stub
fixme:process:GetProcessWorkingSetSize (0xffffffff,0x7bcdac,0x7bcda8): stub
fixme:exec:SHELL_execute flags ignored: 0x00000100
fixme:dxdiag:ProcessCommandLine /t unimplemented
Side note, seems another application wants to use dxdiag. The crash handler
seems to be invoking dxdiag /t, perhaps to get the dxdiag info to submit with
the crash.
--
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=23362
Summary: The Starcraft 2 Editor crashes when you open the
terrain view after opening and closing the previewer.
Product: Wine
Version: 1.2-rc4
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: florian(a)fkoeberle.de
Created an attachment (id=29118)
--> (http://bugs.winehq.org/attachment.cgi?id=29118)
Crash backtrace.
Steps to reproduce:
1.) Set the registry key
"HKEY_CURRENT_USER\Software\Blizzard
Entertainment\StarCraft II Editor Beta\Preferences\StartupModules" to 0
I do this because the terrain editor would open else instantly and usually when
the terrain editor opens it freeze for me(see bug 22588).
2.) Start the editor and select the "Overview Manager" (right most icon)
3.) Start the previewer using the menu Window/Previewer
4.) Close the previewer window
5.) Attach a debugger if you want a backtrace
6.) Start the Terrain Module using the menu Modules/Terrain
It crashes as surface->container is nil when surface_is_offscreen gets called.
--
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=32132
Bug #: 32132
Summary: Starcraft 2 crashes on startup
Product: Wine
Version: 1.5.16
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: me(a)jepaan.dk
Classification: Unclassified
Created attachment 42386
--> http://bugs.winehq.org/attachment.cgi?id=42386
Terminal output
After updating wine from version 1.5.14 to 1.5.16, Starcraft 2 crashes on
launch. The launcher works, but when the play button is pressed, a "Microsfot
Visual c++ Runtime Library" error dialog appears, stating:
"Runtime Error! R6034 An application has made an attempt to load C runtime
library incorrectly."
A Blizzard error box then appears with no technical information.
I've done a bisection on the crash, the result is attached.
--
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=32976
Bug #: 32976
Summary: tax forms do not display correctly on screen
Product: Wine
Version: 1.5.23
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: gdi32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: winebz(a)drmm.net
Classification: Unclassified
Created attachment 43554
--> http://bugs.winehq.org/attachment.cgi?id=43554
Console stderr output, pgm start to display of ID information on tax form
User entries on tax forms (typewriter font) display correctly, but the tax form
text itself (custom IRS font included with Tax Act) is illegible. On screen,
it looks as if the characters are all printed on top of each other, like a
printer with a stuck carriage. See http://i45.tinypic.com/2a5hhrr.png
Tax forms print to PDF correctly when the return is printed.
This bug is present in versions 1.5.2[0-3]. It does not occur in Wine versions
1.5.1[0-9].
Tax Act 2012 may be downloaded for free from
www.taxact.com/taxes-online/free-online-tax.asp - click Download on the
"rocker" at top left. The bug applies to the paid Deluxe version, but the free
version is essentially a crippleware version with some features blocked, so
should act identically.
To reproduce the bug, click Personal Info near top of screen. Note the display
of the tax form at bottom of screen. Enter any random ID information and
proceed to Federal Q&A. Click Income. Add a W2 entry. Attempt to enter W2
information using Quick Entry - the W2 form is illegible and can't be used.
All other IRS forms display in a similar manner.
Environment: Puppy Linux 5.25, Wine 1.5.23, winetricks 20120912, IE8 installed.
--
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=30813
Bug #: 30813
Summary: 1by1 player crashes by jumping to the next song
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: axel.heymann(a)meiningsen.de
Classification: Unclassified
Created attachment 40350
--> http://bugs.winehq.org/attachment.cgi?id=40350
by order from crash-screen
ca. 1 crash / 50 good
--
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=33230
Bug #: 33230
Summary: The Wiki produces ugly tables
Product: WineHQ.org
Version: unspecified
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: www-unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: fgouget(a)codeweavers.com
Classification: Unclassified
There are really two problems with the tables in the Wiki:
* A default table is totally ugly: it has no border and no cell padding
so it does not look like a table at all, just text appearing at random
on the page. Here is an example:
http://wiki.winehq.org/FrancoisGouget
* During the preview the tables look nothing like after the preview. In
fact they look good enough during the preview, it's only on the final
page that they get ugly. This makes the preview totally useless as far
as tables are concerned :-(
In the page I was working on I worked around this by specifying CSS
styles for every single cell. The resulting wiki source code is pretty
ugly but at least the result looks like tables.
http://wiki.winehq.org/WineTestBotVMs#hw_tables
--
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=17954
Summary: Rotated device labels are not displayed in
propellerheads reason 4.0.1
Product: Wine
Version: 1.1.18
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: trivial
Priority: P4
Component: fonts
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: bugzi.wine.jamasi(a)xoxy.net
On the left side of a bigger device in reason (like the mixer) there should be
the name of the device written into a 90 degree rotate label.
On start-up of reason there are these messages which might point to the root of
the problem:
fixme:font:WineEngAddFontResourceEx Ignoring flags 10
fixme:font:WineEngAddFontResourceEx Ignoring flags 10
fixme:font:WineEngAddFontResourceEx Ignoring flags 10
fixme:font:WineEngAddFontResourceEx Ignoring flags 10
--
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=13162
Summary: Watchtower library 2007 japanese : font problem on
startup
Product: Wine
Version: 1.0-rc1
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: alncoool(a)hotmail.com
Created an attachment (id=12974)
--> (http://bugs.winehq.org/attachment.cgi?id=12974)
Font problems when running Watchtower Library 2007 Japanese version.
I have some problems with a Watchtower Library 2007 (japanese version)
application.
The application crashes on startup.
It seems to be linked with font initialization. Please see attached log file.
I have installed msttcorefont files on my system (ubuntu8.04)
Recently i was able to use it with Ubuntu7.10 and wine 0.9.47 with some fonts
files in windows\font folder.
PS: my french version of Watchtower Library 2007 works 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=30747
Bug #: 30747
Summary: Numark Cue 7.0.2 crashes
Product: Wine
Version: 1.4
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: highvoltagehiei(a)gmail.com
Classification: Unclassified
Created attachment 40260
--> http://bugs.winehq.org/attachment.cgi?id=40260
numark cue program error details
Using the Karaoke/DJ tool Numark Cue version 7.0.2, the program starts up fine,
and all its features work. However, after a short amount of time unattended,
the program crashes and spits out the error report I have attached.
The error details seem to be slightly different each time it crashes, but this
log is from the first time I encountered this error.
--
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=28375
Summary: RollerCoaster Tycoon doesn't work on my Lucid Puppy
2.5.28 (video problem?)
Product: Wine
Version: 1.3.28
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: blocker
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: silvio.caggia(a)tiscali.it
Created an attachment (id=36380)
--> (http://bugs.winehq.org/attachment.cgi?id=36380)
System Information from hardinfo > computer > display
I am new on Wine.
I am trying to use it on my old Compaq Evo N800v in order to run some games for
my child.
I have Linux Lucid Puppy 5.2.28 installed, in frugal mode.
I have xorgwizard configured as Vesa because native video drivers cause video
problems after few minutes of heating mother board)
I tried Wine 1.3.6, 1.3.13 and now 1.3.28 downloading .pet files.
I tried to run cracked RollerCoaster Tycoon and RollerCoaster Tycoon 3 (they
work fine on my Windows7) end both don't start, they give the same errors
reported in attachment.
I suppose my video card is not recognized by 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=18817
Summary: Radio Buttons Missing in Photoshop Emlements 7.0.
Product: Wine
Version: 1.1.23
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: l-e.englund(a)bredband.net
Created an attachment (id=21619)
--> (http://bugs.winehq.org/attachment.cgi?id=21619)
Shows the missing radio buttons.
Overview.
After using Photshop Elements 7.0 and now wine 1.1.22 and 1.1.23 for a while,
I seen some more minor bugs. Radio buttons are not in their right places in
following functions:
"Edit -> Color Settings"
The "Radio Buttons" is in upper left corner of the screen. Se
ColorSettings.png.
"Enhance -> Adjust Lighting -> Levels
Double click on the tool "Set Black Point", and
the other settings tools to. Se screen dump "ColorLevels.png"
for more information.
In both cases the radio buttons appears in the upper left corner. Please take
a look at the screen dumps. The upper "left" pop ups change their values then
the cursor moves over their "right" places in the pop up windows.
In the Organizer and "Edit -> Color Settings" this will not occur. I hope this
information will help you.
My system is Unbuntu 9.04, latest patch level, on Dell 5150 Inspiron 1 Gb Ram.
Wine is in it's default location.
Regards
Lars-Erik
--
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=30732
Bug #: 30732
Summary: Torin's Passage Windows Setup crashes
Product: Wine
Version: 1.5.4
Platform: x86-64
URL: http://download.chip.eu/en/Torin_s-Passage_6069891.htm
l
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: debian(a)carbon-project.org
Classification: Unclassified
Created attachment 40237
--> http://bugs.winehq.org/attachment.cgi?id=40237
winedbg backtrace for crash
The version you can obtain from the link in the URL field isn't installable in
its Windows version with Wine. It always ends with the crash detailed in the
attached log. This doesn't seem to be a duplicate of bug 25426 (at least the
backtraces look different).
The DOS version works fine in DOSBox (didn't try that through Wine).
Note on the download: this is – to the best of my knowledge – a legal download
as "Chip" is a big computer magazine in Germany and the link leads to their
download portal, which is part of their "CHIP Online" pages
(<https://de.wikipedia.org/wiki/CHIP_Online>).
--
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=32844
Bug #: 32844
Summary: Diablo III: character rotation in hero screen not
possible while in-game
Product: Wine
Version: 1.5.22
Platform: x86-64
URL: http://www.diablo3.com/
OS/Version: Linux
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: frederic.delanoy(a)gmail.com
Classification: Unclassified
1. Connect to Battlenet
2. Use P to show your profile, then select the Heroes tab and click on one of
the characters
3. Use the arrows to rotate your character pictures
=> it rotates correctly
4. Open a game and repeat steps 2 and 3
=> you can't rotate and you get a message like "Not available when the game is
in pause"
--
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=9983
Summary: hl.exe / CSS crashs at startup
Product: Wine
Version: 0.9.46.
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: wine-x11driver
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: spreetec(a)gmx.net
steam install fine (blank) but if i start CSS i get this error. tested with
0.44 and 0.46, have this error with nvidia(geforce4-mx400) and with ati(9600)
on intel p4-1600
--
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=18714
Summary: utorrent not connectible through wine
Product: Wine
Version: 1.1.22
Platform: PC
URL: http://forum.utorrent.com/viewtopic.php?pid=411895
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: gmdime(a)gmail.com
This seems to affect users with a large number of torrents seeding. I have over
600 torrents loaded on utorrent and several people in the post mentioned they
also have over a couple hundred torrents.
I've attached the url for a post on the utorrent forums as I'm unsure whether
this is a bug with utorrent or wine. The OP of the post mentioned that he fixed
his issue by setting half open connections to 50 from the default of 8.
However, this did not fix the issue for the majority of us.
Running utorrent from a virtualbox on the same machine does not have the same
bug so there is definitely a discrepancy between the network functionality of
utorrent running through wine or virtualbox.
--
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=17905
Summary: PDF-XChange Viewer mouse pointer drop shadow
Product: Wine
Version: 1.1.18
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ronfischler(a)gmail.com
Created an attachment (id=20213)
--> (http://bugs.winehq.org/attachment.cgi?id=20213)
Wine output when PSD-XChange Viewer attempts to draw the mouse pointer
PDF-XChange Viewer is a fancy PDF document viewer, possibly "best in show" due
to its many features - including the ability to annotate documents.
When the mouse pointer changes to a hand for pushing the document up or down,
the dropshadow appears as a large solid black region surrounding the hand. An
error is produced by wine that says: fixme:system:SystemParametersInfoW
Unimplemented action: 4132 (SPI_GETDROPSHADOW).
--
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=18563
Summary: dreamweaver 8 hangs when encountering •
Product: Wine
Version: 1.1.21
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ead1234(a)hotmail.com
When I open a document that contains an • html element, or I type this
string in an open document dreamweaver then freezes and hangs and becomes
unusable.
--
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=24867
Summary: MetaTrader 5: cannot add remote agents (cpus) in
"metatester.exe" / local cpus (127.0.0.1:3000) not
connectable either
Product: Wine
Version: 1.3.5
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: pausenclown_metulski(a)yahoo.de
Created an attachment (id=31473)
--> (http://bugs.winehq.org/attachment.cgi?id=31473)
snapshot of "Metatester.exe" and error output of the terminal
"metatester.exe" (makes the cpu-power of a computer available for an other
computer in the same local area network that runs calculations for the
"strategy tester") ("remote-agent service")
After starting "metatester.exe" you can specify a range for TCP-ports and a
password for the "remote-agent service"
After pressing the "INSTALL" or "ADD" button the following message appears (see
attachement):
...
fixme:service:EnumServicesStatusW 0x184898 type=30 state=3 (nil) 0 0x33c060
0x33c064 0x33c078
fixme:service:EnumServicesStatusW 0x185d60 type=30 state=3 (nil) 0 0x33cef8
0x33cefc 0x33cf10
...
The "MetaTester.exe" does not crash but no "remote-agent service" appears in
the list below.
But even local cpus cannot be used for calculations because these cpus are
connected by local area network, too. (127.0.0.1:3000).
Therefore the "strategy tester" is not usable yet.
First I thought this might be a permission problem well known by the "ping.exe"
command. Localhost (127.0.0.1) and every other computer in my LAN is reachable
by "wine ping.exe". But Adding the permission "setcap cap_net_raw=ep" and all
the other 32 permissions to the excecutables of wine in /usr/local/bin and the
metatester.exe program file did not help.
Any ideas???
(wine 1.3.5 & Metatrader 5 build 344)
--
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=33462
Bug #: 33462
Summary: wine fails to build on GNU/kfreebsd
Product: Wine
Version: 1.5.28
Platform: x86
OS/Version: Linux
Status: NEW
Keywords: download, regression, source
Severity: critical
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
Classification: Unclassified
Regression SHA1: 535a55ec9eff83ac1cdf58a6514f4a76cab46a57
make[1]: Entering directory `/home/austin/wine-git/tools'
gcc -g -O2 -o sfnt2fnt sfnt2fnt.o -L../libs/wine -lwine
../libs/port/libwine_port.a -lfreetype -Wl,--rpath,\$ORIGIN/../libs/wine
../libs/wine/libwine.so: undefined reference to `i386_set_fsbase'
collect2: ld returned 1 exit status
make[1]: *** [sfnt2fnt] Error 1
This used to build, so I bisected it down to
535a55ec9eff83ac1cdf58a6514f4a76cab46a57.
This may be a regression on Debian's end. I'm using debian squeeze, which uses
the 8.1.1 kernel.
Reverting that commit on top of wine-1.5.28-180-g9d08045 lets wine build, and
it runs, albeit with some warnings about a few dlls not being found:
err:module:load_builtin_dll failed to load .so lib for builtin
L"windowscodecs.dll":
/home/austin/wine-git/dlls/windowscodecs/windowscodecs.dll.so: failed to map
segment from shared object: Cannot allocate memory
err:module:load_builtin_dll failed to load .so lib for builtin
L"winegstreamer.dll": libgstapp-0.10.so.0: failed to map segment from shared
object: Cannot allocate memory
err:module:load_builtin_dll failed to load .so lib for builtin L"ieframe.dll":
/home/austin/wine-git/dlls/ieframe/ieframe.dll.so: failed to map segment from
shared object: Cannot allocate memory
err:module:import_dll Loading library ieframe.dll (which is needed by
L"C:\\windows\\system32\\iexplore.exe") failed (error c000007a).
--
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=23441
Summary: WoW Battlechest launcher crashes
Product: Wine
Version: 1.2-rc5
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: mshtml
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
With today's git, and
rm -rf ~/.wine
sh winetricks gecko sandbox
for reproducibility, the script
sh wisotool wowbc
eventually crashes during the patching process as follows:
wine: Unhandled page fault on write access to 0x00000004 at address 0x7d8eb638
(thread 0036), starting debugger...
Backtrace:
=>0 nsChannel_Release+0x108(iface=0x1565d0) [include/wine/list.h:98] in mshtml
1 nsChannelBSC_destroy+0x19(bsc=0x156908) [dlls/mshtml/navigate.c:1022]
2 BindStatusCallback_Release+0x9d(iface=0x156908) [dlls/mshtml/navigate.c:302]
3 BindStatusCallback_Release+0x52(iface=0x29bc6e0) [dlls/urlmon/bindctx.c:124]
4 BSCServiceProvider_Release+0x12(iface=0x29bc6e4) [dlls/urlmon/bindctx.c:278]
5 Binding_Release+0x9d(iface=0x2a21d08) [dlls/urlmon/binding.c:852]
6 InternetBindInfo_Release+0x12(iface=0x2a21d10) [dlls/urlmon/binding.c:1162]
7 ProtocolHandler_Terminate+0x8d(iface=0x2a219e0, dwOptions=0)
[dlls/urlmon/bindprot.c:676]
8 BindProtocol_Terminate+0x54(iface=0x2a219c8, dwOptions=0)
[dlls/urlmon/bindprot.c:436]
9 InternetProtocolSink_ReportResult+0x75(iface=0x2a21d0c, hrResult=0,
dwError=0, szResult=0x0(nil)) [dlls/urlmon/binding.c:1128]
10 report_result_proc+0x25(This=0x2a219c8, t=0x151078)
[dlls/urlmon/bindprot.c:1141]
11 notif_wnd_proc+0x8f(hwnd=0x30068, msg=0x0465, wParam=0, lParam=0x2a219c8)
[dlls/urlmon/bindprot.c:111]
12 WINPROC_wrapper+0x19()
13 call_window_proc+0x4c(hwnd=0x30068, msg=0x0465, wp=0, lp=0x2a219c8,
result=0x33e264, arg=0x7d9592f0) [dlls/user32/winproc.c:242]
14 CallWindowProcW+0x48(func=0x7d9592f0, hwnd=0x30068, msg=0x0465, wParam=0,
lParam=0x2a219c8) [dlls/user32/winproc.c:984]
This is the first run through for me, haven't checked how reproducible it is
yet.
--
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=32465
Bug #: 32465
Summary: (wine:5748): GLib-ERROR **: gmem.c:421: overflow
allocating 1230132481*4 bytes
Product: Wine
Version: 1.5.19
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: blocker
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: systemofdown(a)gmail.com
Classification: Unclassified
Created attachment 42828
--> http://bugs.winehq.org/attachment.cgi?id=42828
full console output
I tried to start the game fallout new vegas and it crashes with the follow
console output:
err:ole:CoInitializeEx Attempt to change threading model of this apartment from
multi-threaded to apartment threaded
err:ole:CoInitializeEx Attempt to change threading model of this apartment from
multi-threaded to apartment threaded
(process:5748): GThread-WARNING **: GThread system no longer supports custom
thread implementations.
(wine:5748): GLib-ERROR **: gmem.c:421: overflow allocating 1230132481*4 bytes
wine: Unhandled exception 0x80000003 in thread d at address 0x6931e53c (thread
000d), starting debugger...
0x6931e53c g_logv+0x24c in libglib-2.0.so.0: int $3
################################################################################
My winetricks setup:
baekmuk
consolas
corefonts
d3dcompiler_43
d3dx10
d3dx11_42
d3dx11_43
d3dx9
d3dx9_26
d3dx9_28
d3dx9_31
d3dx9_35
d3dx9_36
d3dx9_39
d3dx9_42
d3dx9_43
directx9
dotnet40
droid
eufonts
gfw
liberation
lucida
msxml3
opensymbol
physx
tahoma
takao
uff
unifont
vcrun2008
vcrun2010
wenquanyi
winhttp
xact
xact_jun2010
xinput
I am using the follow settings:
strictdrawordering=enabled
sound=alsa
glsl=disabled
videomemorysize=3076 (GTX580LE)
and no dll overrides
--
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=16284
Summary: Cannot add links to AppDB from bugzilla
Product: WineHQ Bugzilla
Version: unspecified
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: bugzilla-unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dimesio(a)earthlink.net
Submitted bug reports have a field for links to AppDB entries, but the
information cannot be entered from bugzilla when filing the bug. Reporters have
to log into the AppDB after having created a bug report and create the link
from there. Many people don't bother to do this (to a newcomer, it's not even
clear that this should be done), and it is a PITA for those who do. A forum
user recently took it upon himself to add the appropriate bug links to the
AppDB, and found that over 500 were needed.
--
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=23553
Summary: Problem Starting up Steam on Deus Ex games
Product: Wine
Version: 1.2-rc6
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: rabidweezle(a)gmail.com
CC: rabidweezle(a)gmail.com
Created an attachment (id=29425)
--> (http://bugs.winehq.org/attachment.cgi?id=29425)
wine output when it happens
When you try to start the game in steam the and creates a pop-up message in
steam saying: application error [<-- window title ] Problem starting up steam.
if I cd to the steam directory and run winedbg steam.exe (then type in quit,
enter) it will get passed this then freeze at the main menu repeating:
fixme:d3d:state_wrap (WINED3DRS_WRAP0) Texture wrapping not yet supported
--
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=25970
Summary: Dead Space 2 installer window title and text wrong
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: msi
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
On Windows, the installer window has title Dead Space TM 2 Setup,
with body Please read the EULA for Dead Space TM 2
On Wine, with today's git, it has title DisplayName from default.wxl Setup
with body Please read the EULA for DisplayName from default.wxl
This makes the installer kind of hard to script with autohotkey.
--
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=23433
Summary: FIFA 10 Demo: Setup shows 'DisplayName from
default.wxl Setup' instead of 'FIFA 10 - Demo Setup'
as title
Product: Wine
Version: unspecified
Platform: x86
URL: http://www.bigdownload.com/games/fifa-10/pc/fifa-10-de
mo/
OS/Version: Linux
Status: NEW
Keywords: download, Installer
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
While scripting this demo in wisotool, I noticed that the title has a very
strange name: DisplayName from default.wxl Setup
I just tried in Windows 7, but it shows fine there(FIFA 10 - Demo Setup).
Terminal shows:
fixme:advapi:LookupAccountNameW (null) L"austin" (nil) 0x33f150 (nil) 0x33f154
0x33f148 - stub
fixme:advapi:LookupAccountNameW (null) L"austin" 0x13c598 0x33f150 0x15b640
0x33f154 0x33f148 - stub
err:richedit:ReadStyleSheet skipping optional destination
err:richedit:ReadStyleSheet skipping optional destination
err:richedit:ReadStyleSheet skipping optional destination
err:richedit:ReadStyleSheet skipping optional destination
err:richedit:ReadStyleSheet skipping optional destination
err:richedit:ReadStyleSheet skipping optional destination
err:richedit:ReadStyleSheet skipping optional destination
native msxml3/riched20 don't make a difference
--
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=18189
Summary: Everest Poker and Casino exit without winetricks
corefonts
Product: Wine
Version: 1.1.19
Platform: PC
URL: http://www.everestpoker.com/downloads/S1485E/Everest%20P
oker.exe?MID=winebugs
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P3
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: kennybobs(a)o2.co.uk
Created an attachment (id=20666)
--> (http://bugs.winehq.org/attachment.cgi?id=20666)
Wine 1.1.19 +fonts before and after "winetricks corefonts"
Working around 18188 (native gdiplus), Everest Poker and Casino exit silently.
Workaround is using "winetricks corefonts".
msttcorefonts (Ubuntu) is installed on my system, and the mappings in the
registry appear to be correct.
Attached +font before and after "winetricks corefonts", as well as two app
files that refer to fonts, not sure if they are any use.
--
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=29835
Bug #: 29835
Summary: Warcraft 3: Black stripes on some graphics
Product: Wine
Version: 1.4-rc2
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: sworddragon2(a)aol.com
Classification: Unclassified
Since a few versions I'm seeing black stripes on some graphics in Warcraft 3 -
The Frozen Throne. In the attachement the black stripes are appearing on the
loup button and on the left and right site of the "Lokales Netzwerk" and
"Optionen" button. They also appear very often in the team menu before a game
starts.
I'm using Ubuntu 12.04 dev with a GeForce 8600 GT and the NVIDIA driver 280.13.
--
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=13896
Summary: Everest Casino does not load
Product: Wine
Version: 1.0-rc4
Platform: PC
URL: http://www.EverestCasino.org.uk
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: kennybobs(a)o2.co.uk
Created an attachment (id=13982)
--> (http://bugs.winehq.org/attachment.cgi?id=13982)
This is as far as the application progresses
The Everest Casino exits without error message immediately after checking for
updates, which is part of the start-up process for the application.
--
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=13155
Summary: msvideo problems when running M1.EXE
Product: Wine
Version: 0.9.59.
Platform: PC-x86-64
OS/Version: other
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: Makitk(a)gmail.com
Created an attachment (id=12960)
--> (http://bugs.winehq.org/attachment.cgi?id=12960)
Copy+paste error messages from Konsole window.
When trying to run Sogna's Viper M1 through Wine, msvideo keeps saying it needs
to be fixed with a whole lot of fixme:msvideo:Draw* messages. In addition to
that, the game's viewer is locked to the top-left of the desktop and glitches
heavily. It stays black as well, showing only text whenever text options are
shown in game.
I'm not sure if it's related to the preloader errors warning me it can't
reserve range 00000000-60000000 or "err:dosmem:setup_dos_mem Cannot use first
megabyte for DOS address space, please report" messages I get, but I think I've
had these messages before in a different OS setup.
M1 starts by opening M1.EXE, then opening SGS.EXE through M1.EXE. Running
SGS.EXE without M1.EXE results in a failsafe built in SGS.EXE and a window
saying you should start up with M1.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=21362
Summary: Windows 7 Platform SDK can't set itself as the default
in Visual C++ 2005?
Product: Wine
Version: 1.1.36
Platform: x86
OS/Version: Linux
Status: NEW
Keywords: download, Installer
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
http://dev.chromium.org/developers/how-tos/build-instructions-windows
says
-- snip --
Install Visual C++ 2005.
...
Install Windows 7 SDK.
...
Integrate the SDK with Visual Studio:
Start > All Programs > Microsoft Windows SDK > Visual Studio Registration >
Windows SDK Configuration Tool.
If this program crashes, try running it from the command line with:
windowssdkver -version:v7 -legacy
-- snip --
So I did
$ sh winetricks psdkwin7 vc2005trial
being careful to only install the basic C++ stuff,
then
$ cd ~/.wine/drive_c/"Program Files/Microsoft SDKs/Windows/v7.0/Setup"
$ wine windowssdkver -version:v7 -legacy
This failed with the message
The Windows SDK Configuration tool was unable to set this version of the SDK as
the current version. Please verify the selected version.
Press return key to exit....
I'll attach a +relay,+seh,+service log.
--
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=25601
Summary: Possibility of slotted system-wide installation
without violating FHS.
Product: Wine
Version: 1.3.3
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: build-env
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: NightNord(a)gmail.com
Current build-system doesn't allow to add version to all installed executables,
libraries and data-dirs.
I could change Make.vars.in to use
dlldir = @libdir@/wine-@PACKAGE_VERSION@
includedir = @includedir@/wine-@PACKAGE_VERSION@
fontdir = $(datadir)/wine-@PACKAGE_VERSION@/fonts
but this won't affect other files from $(datadir)/wine and $(bindir) and
$(libdir) (i.e. executables, scripts, libwine...). This will require Makefiles
patching.
Yes, it's possible to supply --prefix=/some/uniq/dir option to configure, but
this is undesirable for disto-packaging (i'm trying to make multi-version
install of wine for Gentoo Linux).
I suggest replacing $(datadir)/wine, and libwine directory with variable like
"dlldir", adding configure options to set dlldir, winedatadir, winelibdir, and
includedir, and other configure option like executable-suffix, that would be
added to any binary/script installed.
If you are agreed with such intentions, I can make corresponding patches.
Rationale of slotted install is simple - while 'newer-is-better' for wine is
almost always true, regressions are possible at every update, so, if wine in
vital for your work, slotted install will guarantee you safe-and-fast fallback
(assuming, that you will copy your prefix before trying new wine). Also, there
is many programs that works great on older wine, but much worse on newer, while
other programs require newest wine to operate. Having both installed would be
difficult than. And slotted install will make regression-testing much easier.
While many distros already have this feature (generally via installation in
/usr/lib/wine-<version> prefix or patching build-system), I'm opening in hope,
that it's possible to convince upstream for slight modification of
build-system, so slotted installation would be possible without patches or FHS
violation.
I'm looking forward for your response. Thanks in advance.
--
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=33193
Bug #: 33193
Summary: Starcraft II HOTS crashes when bonus objective is
reached
Product: Wine
Version: 1.5.23
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: list(a)illich.cz
Classification: Unclassified
Starcraft II: Heart of the swarm campaign games always crash when bonus
objective is reached.
It happens consistently (always).
- reported on 1.5.25 and 1.5.23
- on basically all levels
Lots of details provided here:
http://eu.battle.net/sc2/en/forum/topic/6892929829?page=1#0
--
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=23023
Summary: StarCraft II does not start after installing Patch 14
Product: Wine
Version: 1.2-rc2
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: lubosz(a)gmail.com
Created an attachment (id=28538)
--> (http://bugs.winehq.org/attachment.cgi?id=28538)
Output of the Blizzard Crash Reporter (early crash before window is opened)
Patch 14 (version 0.16.0.15580)
Changelog:
http://starcraft.incgamers.com/blog/comments/starcraft-ii-patch-14-notes/
Sc2 does not even open a window. It crashes before the login screen. It ran
very fine until patch #14.
Sometimes i get the planet in the background rendered, and it crashes bevore
the login screen.
The blizzard crash reporter reason for the crash is:
ACCESS_VIOLATION (0xC0000005)
occurred at 0023:04EEE0FA. The memory at '0x00000000' could not be written.
$ uname -a
Linux bstation 2.6.34-ARCH #1 SMP PREEMPT Mon May 17 09:29:00 CEST 2010 x86_64
Intel(R) Core(TM) i7 CPU 920 @ 2.67GHz GenuineIntel GNU/Linux
$ wine --version
wine-1.2-rc2
--
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=23874
Summary: Games lose soung
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: adamklobukowski(a)gmail.com
Starcraft 2 randomly loses sound. To get it back I need to open 'Options' menu
in Starcraft 2. Sometimes (very rarely) sound gets back without such
intervention.
In PulseAudio logs there is only information that connection was closed. There
is nothing significant in wine logs.
I also experienced similar sound-off in Half-Life 2 (and ep1,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=23155
Summary: Blitz 1941 crashes at start
Product: Wine
Version: 1.1.38
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: vytautas1987(a)yahoo.com
Created an attachment (id=28801)
--> (http://bugs.winehq.org/attachment.cgi?id=28801)
wine output
Blitz 1941 crashes at start
--
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=22103
Summary: Starcraft II: crashes after "loading" screen with
ACCESS_VIOLATION error - wrong video memory size
detection
Product: Wine
Version: 1.1.41
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: globtroter(a)gmail.com
Issue:
- starcraft beta installs correctly
- game updates correctly
- game loads
-- you can see loading screen
-- as soon as loading finishes, game crashes with ACCESS_VIOLATION exception
and opens Blizzard Error Reporter
There's a lot of messages like these while running in console:
fixme:d3d_texture:texture_init Failed to create surface 0x8616658, hr
0x8876017c
err:d3d:resource_init Out of adapter memory
err:d3d9:device_parent_CreateSurface (0x1764d4) CreateSurface failed, returning
0x8876017c
Potential problem:
Wine wrongly detects amount of video card memory
Tested system:
Ubuntu 9.10 "Karmic" 64bit
Wine 1.1.39, 1.1.40, 1.1.41
Nvidia Quadro NVS 140M 512MB
Workaround:
Override detection of memory by setting in registry this key:
HKEY_CURRENT_USER/Software/Wine/Direct3D/VideoMemorySize
to memory amount (eg. 512)
--
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=27188
Summary: Soul of the Ultimate Nation (SUN) Trial Server Client
installation fails
Product: Wine
Version: 1.3.20
Platform: x86
URL: http://www.joystiq.com/game/soul-of-the-ultimate-natio
n/download/soul-of-the-ultimate-nation-sun-trial-serve
r-client
OS/Version: Linux
Status: NEW
Keywords: download, Installer
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
Created an attachment (id=34733)
--> (http://bugs.winehq.org/attachment.cgi?id=34733)
relay,seh,tid
Download and run. Immediately, you'll get an error box with:
==================
>SetupNew\\setup.cpp (140)
PAPP:
PVENDOR:
PGUID:
$
@Windows XP Service Pack 3 (2600)
IE Version: 8.0.6001.18702
==================
Dismissing the dialog, the installer silently exits. Terminal has no output.
I'll attach a relay,seh,tid.
--
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=29471
Bug #: 29471
Summary: StarCraft II "Wings of Liberty" crashes in Wine
Product: Wine
Version: 1.3.35
Platform: All
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: peque_msl(a)hotmail.com
Classification: Unclassified
Created attachment 38152
--> http://bugs.winehq.org/attachment.cgi?id=38152
Wine logs from when you launch the application to when it crashes
Description of problem:
While playing StarCraft II, the application crashes. Usually while starting or
finishing a game.
How reproducible:
Just play some games. There's one game which reproduces this crash a 100% of
the times.
Steps to Reproduce:
1. Go to multiplayer game.
2. Select the option "Join game".
3. Select "Desert strike" in most popular games.
4. After loading the game and before starting, it crashes.
Additional info:
This problem is related to this version (1.3.33) of Wine, as in 1.3.29 it
didn't happen. [*]
I attach 3 Wine logs from when you launch the application to when it crashes.
All of them seems to finish with the same lines:
---------------------------------------------------
fixme:process:GetProcessWorkingSetSize (0xffffffff,0x7dcaac,0x7dcab0): stub
fixme:process:GetProcessWorkingSetSize (0xffffffff,0x7dc738,0x7dc73c): stub
fixme:ntdll:NtPowerInformation semi-stub: SystemPowerCapabilities
---------------------------------------------------
Thanks for your help and excuse my English. :-)
[*] UPDATE: 1.3.35 doesn't fix the problem either. I have only tried 1.3.29
(positive results), 1.3.33 and 1.3.35, no other versions in between.
--
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=27085
Summary: WinRar: Change to a zip archive with its filename
extension removed causes immediate crash
Product: Wine
Version: 1.3.19
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: tastky(a)gmail.com
WinRar v4.00, x64 version.
A change to a zip archive that has its filename extension removed (not just
altered, as in e. g. zip to zib) will have WinRar crash immediately. rar
archives seem to work fine.
Renaming in the main window won't cause the crash, but won't apply any actual
changes either.
The console lists only: "wine: Unhandled exception 0xc0000409 at address
0x1400a850f (thread 002a), starting debugger..."
--
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=25467
Summary: Starcraft 2 starts underneath gnome-panel when
changing resolution
Product: Wine
Version: 1.3.8
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: sveint+wine(a)gmail.com
How to produce:
Launch Starcraft 2 with another ingame resolution set than Gnome desktop
resolution. The resolution changes, Starcraft 2 launches, but it appears behind
the panels (gnome-panel). There is seemingly no way to bring it to front. When
exiting the game the resolution is still unchanged and has to be changed
manually. Also the mouse clicks about 2cm above where the pointer actually is.
So to exit I put the mouse 2cm below the exit button.
Expected behavior:
Resolution changes, Starcraft 2 launches and covers whole screen. When ending
the game the desktop resolution should be restored.
How to circumvent the bug:
Start Starcraft 2. Exit the game. Start game once again. It now appears as it
should.
--
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=31143
Bug #: 31143
Summary: Diablo III crashed after started with wune
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: e.trifonidis(a)gmail.com
Classification: Unclassified
Created attachment 40883
--> http://bugs.winehq.org/attachment.cgi?id=40883
unknown
After i start Diablo III with Playonlinux 1.5.5-DiabloIII_v3 crashed
tge game goes 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=19301
Summary: Applications crashes when on starting
Product: Wine
Version: 1.1.25
Platform: PC
URL: http://www.jacksms.it/JackSMS-4.0.exe
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: frem82(a)hotmail.it
Created an attachment (id=22348)
--> (http://bugs.winehq.org/attachment.cgi?id=22348)
Debug
When I try to Start the application,I received an error message,and the
application doesn't start.
--
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=24036
Summary: Nany of StarCraft2 effects are not shown with
UseGLSL=enabled on ATI cards
Product: Wine
Version: 1.2
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: NightNord(a)gmail.com
Created an attachment (id=30203)
--> (http://bugs.winehq.org/attachment.cgi?id=30203)
Missing SCV-moving and crystal glow effect (dispite of "reflections" setting)
With "UseGLSL=enabled" I have no:
1) reflections
2) Fireflames
3) Glowing on crystals, when they are mined
4) Rocket engine expulsions
5) Many other similar affects, like protoss canon firing, Archont (and any
other protoss unit, when it's hit) shields, many other protoss effects...
ATI HD4570, fglrx-10.7, kernel-2.6.35, wine-1.2/1.3.0
xorg.conf settings and messing with amdcccle doesn't helps.
--
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=26915
Summary: Digitanks crashes without Arial font installed
Product: Wine
Version: 1.3.18
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
Game does
0009:Call KERNEL32.CreateFileA(009ff478
"C:\\windows\\Fonts\\Arial.ttf",80000000,00000003,0032f814,00000003,00000080,00000000)
ret=0058bd5e
0009:Ret KERNEL32.CreateFileA() retval=ffffffff ret=0058bd5e
and crashes almost immediately thereafter.
winetricks corefonts works around the problem.
--
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=30087
Bug #: 30087
Summary: Starcraft 2
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: Brake.tizona(a)gmail.com
Classification: Unclassified
Starcraft2: funds and portraits in black
--
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=25763
Summary: Starcraft 2 crashes while playing SotIS (custom map)
Product: Wine
Version: 1.3.11
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ns03ja(a)brocku.ca
This has just started happening with Starcraft 2 patch 1.2.0, though I'm fairly
sure it's a new (buggy) codepath being exercised in Wine and not simply a bug
in SC2, as nobody else online appears to be experiencing the issue.
Basically, when trying to use the store in Storm of the Imperial Sanctum (a
custom map), SC2 crashes. Full steps to reproduce:
1. Launch SC2, log in to Battle.net.
2. Click the multiplayer tab.
3. In the "Custom Games" box, select "Create a Game".
4. Search for "Imperial".
5. Create a game with the map, "Storm of the Imperial Sanctum".
6. From the game lobby, start the game.
7. After the map loads, select any hero (it doesn't matter which).
8. Click the warp prism near the top left of the pool of water your hero is now
standing in.
9. Select the second "tab" in the dialog that opens up.
10. Select "Vernal Inhibitor", the leftmost item in the top row.
11. Wait a few seconds.
12. Observe crash.
There's probably timing or other non-obvious factors involved in this bug,
because it's not 100% deterministic, though I've been able to quite reliably
reproduce the crash with the above steps. During normal play of the map,
similar steps would be taken at least a dozen times (if not more), although
from experience, the crash only occurs a fraction of those times. Needless to
say, a crash is virtually guaranteed in every normal play of the map.
Unfortunately, Wine does not appear to produce a backtrace when this crash
occurs, and the default debug output looks very mundane. On the other hand, the
Blizzard crash handler does normally show up, and I've sent in several crash
reports to them with it, but I'm not optimistic that they'll do anything useful
with them.
The Wine version in question here is today's git (wine-1.3.11-151-geb11dee),
although I also verified that the problem is identical in both wine-1.3.11 and
wine-1.3.4 as well.
--
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=29539
Bug #: 29539
Summary: Starcraft 2 crashes at startup - Direct3D error
Product: Wine
Version: 1.3.36
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: directx-d3dx9
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: mizzao(a)gmail.com
CC: wine-bugs(a)winehq.org
Classification: Unclassified
Created attachment 38274
--> http://bugs.winehq.org/attachment.cgi?id=38274
Wine trace followed by blizzard error log
Starcraft 2 crashes at Startup with the Blizzard ErrorReporter. I have a Quadro
FX 1800 with 768MB, that Starcraft says is a Geforce 8300 GS with 128MB. The
console errors say that the adapter is out of memory.
Attached are the wine error trace and Blizzard error trace. I am running 1.3.36
compiled from source.
--
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=17469
Summary: fontsmoothing only works for the first programm started
with wine
Product: Wine
Version: unspecified
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: markus(a)gmlutz.de
fontsmoothing really makes a difference for many fonts. I have added it in
user.def under [Control Panel\\Desktop]
"FontSmoothing"="2"
"FontSmoothingGamma"=dword:00000578
"FontSmoothingOrientation"=dword:00000001
"FontSmoothingType"=dword:00000002
But it seems to work for the first wine program only ...
See attachments for 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=25869
Summary: KO2011 (Kinderopvangtoeslag): error on connecting to
Belastingdienst.nl
Product: Wine
Version: 1.3.11
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: tijn.boissevain(a)gmail.com
At http://download.belastingdienst.nl/toeslagen/apps/win/ko2011_win_setup.exe
you can download a small app to send information to the tax-service in order to
get subvention for childcare.
The app installed fine and i could fill in all forms without problem. But after
i put in my credentials to send it to the tax-service, an serious error occured
and the app has to shut down. The app-dialog underneeth the error-screen says
'sending failed () see help'.
After the app is closed I also get an error from Microsoft Visual C++ Runtime
library stating "Runtime error: R6025 'pure virtual function call'"
--
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=21606
Summary: picasa 3.6 map is not displayed
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: blocker
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: epistemepromeneur(a)free.fr
Created an attachment (id=26076)
--> (http://bugs.winehq.org/attachment.cgi?id=26076)
places.png
1.1.37
open picasa 3.6
then
select an album containing getagged photos
then
click on "places"
then
the map window opens and is empty. there is no map
see place.png
--
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=24561
Summary: Mass Effect: ATI with fglrx drivers renders a black
screen during gameplay
Product: Wine
Version: 1.3.3
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3dx9
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: megatog615(a)gmail.com
CC: wine-bugs(a)winehq.org
Running the game, the main menu and start screen work fine. However, during
gameplay, only a black screen is rendered with the UI. Nothing seems to be
happening in the game(only ambient sounds are heard). There also appears to be
no way to get back to the menu(as far as I could tell).
--
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=26124
Summary: msi/install tests show a leak in shell32?
Product: Wine
Version: 1.3.13
Platform: x86
OS/Version: Linux
Status: NEW
Keywords: download, source, testcase
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
24 bytes in 1 blocks are definitely lost
at notify_alloc (heap.c:254)
by RtlAllocateHeap (heap.c:1701)
by IDefClF_fnConstructor (shellole.c:386)
by DllGetClassObject (shellole.c:219)
by apartment_getclassobject (compobj.c:806)
by apartment_hostobject (compobj.c:879)
by apartment_wndproc (compobj.c:900)
by ??? (winproc.c:172)
by call_window_proc (winproc.c:242)
by WINPROC_call_window (winproc.c:899)
by call_window_proc (message.c:2201)
by peek_message (message.c:2775)
by GetMessageW (message.c:3511)
by apartment_hostobject_thread (compobj.c:942)
by ??? (signal_i386.c:2473)
by call_thread_entry_point (signal_i386.c:2499)
by start_thread (thread.c:404)
by start_thread (in /lib/libpthread-2.11.2.so)
by clone (in /lib/libc-2.11.2.so)
also, a possible leak in rpcrt4:
144 bytes in 1 blocks are possibly lost
at notify_alloc (heap.c:254)
by RtlAllocateHeap (heap.c:1701)
by rpcrt4_conn_np_alloc (rpc_transport.c:120)
by RPCRT4_CreateConnection (rpc_transport.c:2939)
by rpcrt4_protseq_ncalrpc_open_endpoint (rpc_transport.c:285)
by RPCRT4_use_protseq (rpc_server.c:810)
by RpcServerUseProtseqEpExW (rpc_server.c:1022)
by RpcServerUseProtseqEpW (rpc_server.c:907)
by RPC_StartRemoting (rpc.c:1626)
by StdMarshalImpl_MarshalInterface (marshal.c:1245)
by CoMarshalInterface (marshal.c:1797)
by apartment_hostobject (compobj.c:884)
by apartment_wndproc (compobj.c:900)
by ??? (winproc.c:172)
by call_window_proc (winproc.c:242)
by WINPROC_call_window (winproc.c:899)
by call_window_proc (message.c:2201)
by peek_message (message.c:2775)
by GetMessageW (message.c:3511)
by apartment_hostobject_thread (compobj.c:942)
--
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=26116
Summary: hlink/hlink tests show some memory leaks
Product: Wine
Version: 1.3.13
Platform: x86
OS/Version: Linux
Status: NEW
Keywords: download, source, testcase
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
24 bytes in 1 blocks are definitely lost
at notify_alloc (heap.c:254)
by RtlAllocateHeap (heap.c:1701)
by ItemMonikerCF_CreateInstance (itemmoniker.c:1008)
by CoCreateInstance (compobj.c:2512)
by OleLoadFromStream (storage32.c:7897)
by HlinkClone (hlink_main.c:484)
by test_HlinkClone (hlink.c:1777)
by func_hlink (hlink.c:1845)
by run_test (test.h:556)
by main (test.h:624)
...
24 bytes in 1 blocks are definitely lost
at notify_alloc (heap.c:254)
by RtlAllocateHeap (heap.c:1701)
by ItemMonikerCF_CreateInstance (itemmoniker.c:1008)
by CoCreateInstance (compobj.c:2512)
by OleLoadFromStream (storage32.c:7897)
by HlinkClone (hlink_main.c:484)
by test_HlinkClone (hlink.c:1808)
by func_hlink (hlink.c:1845)
by run_test (test.h:556)
by main (test.h:624)
--
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=28711
Bug #: 28711
Summary: Internet Explorer 8 crashes with Wine error message
Product: Wine
Version: 1.3.30
Platform: x86-64
OS/Version: Mac OS X
Status: UNCONFIRMED
Severity: blocker
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: reidw(a)rawsound.com
Classification: Unclassified
Created attachment 36899
--> http://bugs.winehq.org/attachment.cgi?id=36899
zipped terminal output and screenshot PNG
Attempting to launch IE8 only produces attached error messages. Mac OX X
10.6.8, MacPort install of wine-devel on 10/13/2011.
--
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=32869
Bug #: 32869
Summary: Photoshop CS2 - multiple problems with windows and
workspace
Product: Wine
Version: 1.5.22
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: eva_bockova(a)yahoo.co.uk
Classification: Unclassified
- Adobe Bridge stops reacting after several clicks, clicking elsewhere and then
returning to it makes it work again but only briefly
- after minimising Photoshop, palettes stay visible over other windows
- after maximising PS again, palettes do not re-appear and only resetting the
workspace to default makes them return. Open image does not appear, only
maximising whole PS makes it show again.
- impossible to work on more than one image, as the active one stays hidden
under other opened images
--
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=30828
Bug #: 30828
Summary: Cant get this program to work with wine hq Pocket
Advantage
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: d.beaird(a)lipmanbrothers.com
Classification: Unclassified
I cant not run this program after install
Pocket Advantage. msi
Or the .exe
Not sure why but I need it to run with wine.
Thanks
Derrick Beaird
6159709602
d.beaird(a)lipmanbrothers.com
--
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=25614
Summary: install repeats after copying to the disk
Product: Wine
Version: 1.2
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: strattonbrazil(a)gmail.com
I'm trying to install Civilizations 4 Complete using wine 1.2. After the
installer begins copying the files to the disk, it starts over asking me the
type of installation, user agreement, and will install the files again.
--
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=18430
Summary: Lords of the Realm 2: Autoplay doesn't show title
graphic
Product: Wine
Version: 1.1.21
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: trivial
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: roothorick(a)new.rr.com
Nothing really to describe here. Screenshot attached.
--
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=25881
Summary: Do not start the player.
Product: Wine
Version: 1.3.12
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: mkspoi(a)gmail.com
Hello,
Do not start the player.
Previously, it just hangs, and now does not work.
Please give the reason and how to fix it.
Thank you.
--
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=25184
Summary: photoshop cs5 start problem in 1.3.7?
Product: Wine
Version: 1.3.7
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
Very unconfirmed:
http://twitter.com/trongthanh/statuses/4193614926192640
says
"Anyone running Flash/PS CS5 on Linux do not update Wine to version 1.3.7. I
cannot start those programs after the update right now. :("
--
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=28378
Summary: Wineboot crashes
Product: Wine
Version: unspecified
Platform: All
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ranesch(a)gmail.com
When trying to open .exe files with Wine, an error message is displayed saying
that Wineboot crashed.
--
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=32413
Bug #: 32413
Summary: Grand Theft Auto: San Andreas (Steam version) does not
start anymore
Product: Wine
Version: 1.5.19
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: flamingmo(a)online.de
Classification: Unclassified
Created attachment 42758
--> http://bugs.winehq.org/attachment.cgi?id=42758
Terminal output (STDOUT + STDERR)
I don't know which version (1.5.*) of wine broke this, but since one of the
last updates I cannot start the Steam version of GTA: SA anymore. When Steam
tries to start the game, absolutely nothing happens. See the attached log file
for terminal output.
--
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=24635
Summary: Chrome (game) crashes on start in msvcrt.dll
Product: Wine
Version: 1.3.4
Platform: x86
URL: http://www.fileplanet.com/129900/120000/fileinfo/Chrom
e-Demo
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: msvcrt
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: gyebro69(a)gmail.com
CC: arethusa26(a)gmail.com
Created an attachment (id=31132)
--> (http://bugs.winehq.org/attachment.cgi?id=31132)
console log
The games Chrome and its sequel Chrome-Specforce crash on startup in
Wine-1.3.4.
Both games started fine in Wine-1.3.3.
Result of regression testing:
285e6d249fded2a306a251550652c650f7bf81ba is the first bad commit
commit 285e6d249fded2a306a251550652c650f7bf81ba
Author: Andrew Nguyen <anguyen(a)codeweavers.com>
Date: Thu Sep 30 01:24:13 2010 -0500
msvcrt: Initialize environ on DLL load.
:040000 040000 03d83fb868cd90ade8365da111eed149dfe4f4f7
3ee62d906cc6a7c8548983d0e57363d994c2fe21 M dlls
Reverting the patch on top of Wine-1.3.4 was successful and that fixed the
issue.
Link to the Chrome (SP) Demo added to URL (315 MB).
I couldn't add the author of the patch to CC. I added his email address used
here on Bugzilla instead.
Fedora 13
Wine-1.3.4 (compiled from source)
Nvidia 7600 / driver 256.53
--
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=22894
Summary: Rundll32.exe crashes running Patch of PyLOTRo
Product: Wine
Version: 1.2-rc1
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: email09(a)cademail.e4ward.com
When trying to run PATCH for D&D Online, I receive this error. I already
contacted the PyLOTRo folks, they said it was a wine issue
--
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=31681
Bug #: 31681
Summary: Sony PC Companion 2.10 crashes during install
Product: Wine
Version: 1.5.12
Platform: x86-64
URL: http://www-support-downloads.sonymobile.com/Software%2
0Downloads/PC%20Companion/Sony%20PC%20Companion_2.10.0
94_Web.exe
OS/Version: Linux
Status: NEW
Keywords: download, Installer
Severity: minor
Priority: P2
Component: msxml3
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: kennybobs(a)o2.co.uk
Classification: Unclassified
Created attachment 41649
--> http://bugs.winehq.org/attachment.cgi?id=41649
wine-1.5.12-194-g688aa1f console output
Sony PC Companion 2.10 either during the installation, or immediately after
(hard to tell) crashes. Winedbg doesn't produce a backtrace.
Workaround is "winetricks msxml3".
Note: Skip the MTP installation to save time.
--
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=30057
Bug #: 30057
Summary: mouse capture broken in xserver 1.11 (ubuntu 12.04)
Product: Wine
Version: 1.4-rc6
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: rockorequin(a)hotmail.com
Classification: Unclassified
With wine-1.4-rc6-25-g7504d6a running on xserver-xorg-core 2:1.11.4-0ubuntu4 in
Ubuntu 12.04, if I set "Automatically capture the mouse in full-screen
windows", the mouse still escapes the window. (I have "Emulate a virtual
desktop" set as well.)
This happens both with Crysis2 and in CoD MW2.
--
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=29787
Bug #: 29787
Summary: [Diablo II] Flickering colors with software renderer
after "Don't allow setting palette on non root
surfaces."
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: zajec5(a)gmail.com
Classification: Unclassified
I use software rendering as workaround for bug #14348. I do this by:
LIBGL_ALWAYS_SOFTWARE=1 wine ~/.wine/drive_c/Diablo\ II/Game.exe
Unfortunately starting with abf8728e1f2f966650eaa5528a1f593a6e1986bb software
renderer doesn't work correctly anymore.
I've bisected this issue to:
abf8728e1f2f966650eaa5528a1f593a6e1986bb is the first bad commit
commit abf8728e1f2f966650eaa5528a1f593a6e1986bb
Author: Ričardas Barkauskas <rbarkauskas(a)codeweavers.com>
Date: Mon Aug 8 01:26:00 2011 +0300
ddraw: Don't allow setting palette on non root surfaces.
Can I provide some additional info to help resolving this? Should I record game
behavior?
--
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=26971
Summary: Windows get unnecessarily repainted under some
circumstances
Product: Wine
Version: 1.3.19
Platform: x86
URL: http://irfanview.tuwien.ac.at/iview428.zip
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: winex11.drv
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: t.artem(a)mailcity.com
Created an attachment (id=34398)
--> (http://bugs.winehq.org/attachment.cgi?id=34398)
appearance (h264 avi video)
Just watch the attached video.
--
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=22814
Summary: IrfanView 4.00-4.25 large custom skins toolbar
appearance is broken
Product: Wine
Version: 1.2-rc1
Platform: x86
URL: http://irfanview.tuwien.ac.at/iview425.zip
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: t.artem(a)mailcity.com
Created an attachment (id=28171)
--> (http://bugs.winehq.org/attachment.cgi?id=28171)
IrfanView 4.20 with Grosberg24 skin in Wine
It's a follow up of bug 8287.
In Preferences -> Toolbar select Grosberg24 skin, restart IrfanView.
Most icons on a toolbar will be completely missing (or probably transparent).
IrfanView 4.27 and higher is _not_ affected, because the author of this
application added a workaround specifically for 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=15242
Summary: Photoshop CS2: Typing causes excessive processor use and
brief unresponsiveness
Product: Wine
Version: 1.0.0
Platform: Other
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: login(a)greenstorm.net
Open Photoshop CS2.
Open an image
Press T to select the typing tool.
Click.
Type quickly.
Watch your system monitor's CPU usage leap all over the place. If you type the
right speed, photoshop doesn't get a chance to update the image with your text,
and the cursor moves with nothing appearing behind it. All the text pops in at
once when your CPU gets a chance to breathe.
Hit CTRL-Enter to finish typing.
Press V to select the movement tool.
Press the down arrow to move the text box incrementally.
Watch your system monitor's CPU usage leap all over the place.
Let go of down, and watch all the cached keystrokes keep your text box sliding
off the edge of your image.
In Windows, as soon as you let go of the arrow keys, the object stops moving.
In Windows, when you type, text appears immediately on the image.
In Windows, typing doesn't take a bunch of CPU time.
--
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=28784
Bug #: 28784
Summary: eBay Turbo Lister 7 page fault on load
Product: Wine
Version: 1.3.30
Platform: x86-64
URL: http://download.cnet.com/eBay-Turbo-Lister/3000-2155_4
-196740.html
OS/Version: Linux
Status: NEW
Keywords: download
Severity: minor
Priority: P4
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: kennybobs(a)o2.co.uk
Classification: Unclassified
Created attachment 36981
--> http://bugs.winehq.org/attachment.cgi?id=36981
wine-1.3.30-205-g472a8f7 console output
eBay Turbo Lister 7 causes an immediate page fault on load and exits.
Native msxml3 (before install) needed to work around Bug 4286.
Work around is "winetricks mdac28".
[mdac component may be handy in the long-run]
--
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=17882
Summary: Photoshop doesn't see the Internet.
Product: Wine
Version: 1.1.18
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: martinex2017(a)neostrada.pl
Photoshop CS2 does not see internet.
I am connected by ppp0 (modem USB ADSL).
During update software PS doesn't see internet connection
--
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=28355
Summary: Photoshop CS2 stopped working, unable to focus on any
tool windows after a new file is created or opened
Product: Wine
Version: 1.3.27
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: sprog(a)online.ru
CS2 was installed and worked in the beginning (about 1 day) but after a reboot
CS2 started to have problems when a new file is created or opened. It works
very well when there is no file opened|created all tools are working,
everything looks normal until a new file is opened or created. When this
happens Photoshop tool windows are unable to get focused (not clickable). When
you click on tool windows - nothing happens. You can't access main menu as
well. It's locked for the mouse but you can access main menu with key shortcuts
but they're either disabled (like no file is opened) or not working (you click
on them and nothing happens)
Linux c3po 2.6.39-gentoo-r3 #1 SMP Mon Aug 29 03:38:36 MSD 2011 x86_64 Intel(R)
Xeon(TM) CPU 2.80GHz GenuineIntel GNU/Linux
Wine 1.3.27
Photoshop CS2
KDE 4.6
Currently I'm unable to run any version of photoshop. I tried to reinstall CS2
but the same problem persisted. I tried to clean KDE cashes, CS2 configs -
nothing helps. CS2 just won't work after a file is opened.
--
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=24276
Summary: Max Payne 2 - early crash when running with mesa
driver
Product: Wine
Version: 1.3.2
Platform: x86-64
URL: http://www.rockstargames.com/maxpayne2/mp2_downloads.h
tml
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: liquid.acid(a)gmx.net
CC: hverbeet(a)gmail.com
Created an attachment (id=30574)
--> (http://bugs.winehq.org/attachment.cgi?id=30574)
i965 classic crash
Hi there,
like I already feared in bug #12051 the game 'Max Payne 2' never worked when
wined3d runs on a mesa driver.
I somehow knew this problem, because back then when I still had my Intel i915
it wouldn't run as well. However I always blamed it on limited hardware support
of the integrated Intel GPU. I'm now back with a i965-based GPU (Arrandale, IGP
in a Core i5 M450) and this problem still occurs. The Arrandale has DX10
features, so something can't be right here.
Testing the game with swrast (both classic and gallium, powered by LLVM) yields
exactly the same results.
What to do?
Fetch the MP2 demo and launch it. Finish config (it shouldn't matter what gfx
settings you select) and let the launcher start the game. After the short intro
movie a loading screen appears. Shortly after the progress bar advances for the
first time, the game crashes.
I'm going to attach some logs from the crashes:
(i) i965 with classic driver (gallium doesn't work, crashes somewhere else but
in mesa code)
(ii) swrast gallium
(iii) swrast classic
All segfault at the exact same position:
Backtrace:
0x00370265: movl 0x8(%esi),%eax
Using winedbg and disasm yields this:
0x00370250: movl %ecx,0x00000000
0x00370256: addl $0xc8,%esp
0x0037025c: ret $0x24
0x0037025f: int $3
0x00370260 ??4P_TextureFormat@@QAEAAV0@ABV0@@Z in e2mfc: pushl %esi
0x00370261: movl 0x8(%esp),%esi
0x00370265: movl 0x8(%esi),%eax
0x00370268: movl %eax,0x8(%ecx)
0x0037026b: movl 0xc(%esi),%edx
0x0037026e: movl %edx,0xc(%ecx)
So there is some sort of texture format (checking?) function in e2mfc that
freaks out when mesa is used. I suspect that wine doesn't advertise certain
texture formats (that are _always_ available on native Windows) when running on
a mesa driver, or the mesa driver doesn't advertise them - no idea?
Any idea how to procede with the debugging? I still have to check the game on
my r700 card, also with mesa drivers (no fglrx installed, does this even work
with the latest xserver?)
Adding Henri and Stefan because they likely know what to do next (especially
Henri, since he's also working on mesa - great job anyway!)
Greets,
Tobias
EDIT:
uname -a:
Linux leena 2.6.35.4 #3 SMP PREEMPT Mon Aug 30 22:55:57 CEST 2010 x86_64
Intel(R) Core(TM) i5 CPU M 450 @ 2.40GHz GenuineIntel GNU/Linux
i965 and swrast gallium are built from git master, swrast classic is older. And
yes, these are the 32bit compiles :)
--
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=31988
Bug #: 31988
Summary: Red fog covers the scene in Payday: The Heist (without
native d3dx9_36)
Product: Wine
Version: 1.5.15
Platform: x86
OS/Version: Linux
Status: NEW
Severity: minor
Priority: P2
Component: directx-d3dx9
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: gyebro69(a)gmail.com
CC: wine-bugs(a)winehq.org
Classification: Unclassified
Created attachment 42154
--> http://bugs.winehq.org/attachment.cgi?id=42154
terminal output
Steam automatically installs the required DirectX components when launching the
game the first time, the problem occurs only if I stick to the built-in d3dx9
dlls.
The game loads to the main menu without glitches, the first sign of the problem
can be observed when you start a new game: the loading screen is tinted with
red.
When the actual game is loaded it looks as if everything was covered with thick
red fog.
Plain terminal output doesn't reveal anything interesting.
Native d3dx9_36 (or d3dx9_40) is a workaround.
Nvidia 250 / driver 304.51
--
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=31169
Bug #: 31169
Summary: SDET OGLviewer VB6 menu bar loses background
Product: Wine
Version: 1.5.8
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: tonybcrawford(a)gmail.com
Classification: Unclassified
Created attachment 40929
--> http://bugs.winehq.org/attachment.cgi?id=40929
Screenshot showing WRONG menu bar display
This is an intermittent problem. The menu buttons are displayed correctly but
sometimes the menu bar background is missing. When this occurs the menu bar
background copies whatever is underneath on the desktop.
The attachments show screenshot images for CORRECT and WRONG menu bar displays.
--
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=27912
Summary: MUSHclient: ShellExecute truncates long URLs
Product: Wine
Version: 1.3.25
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: shell32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: fiendishx(a)gmail.com
MUSHclient's "OpenBrowser(string)" function is an interface to shellexecute via
the attached C++ function (openbrowsersnippet.cc).
Calling this function with a string longer than 259 characters using Wine
1.3.25 on Ubuntu 11.04 causes Firefox to launch with an invalid URL truncated
to only the first 259 characters. Doing the same in Windows 7 functions
correctly.
--
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=25960
Summary: Black Mirror 3 Demo: hangs on startup
Product: Wine
Version: 1.3.12
Platform: x86
URL: http://www.gamershell.com/download_68786.shtml
OS/Version: Linux
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
Created an attachment (id=33095)
--> (http://bugs.winehq.org/attachment.cgi?id=33095)
+relay,+seh,+tid
Download the demo from the url, install, and try to run. It simply hangs with a
message box that says 'Black Mirror 3'.
+relay,+seh,+tid attached.
--
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=33084
Bug #: 33084
Summary: installer of QQ2013 Beta2: has black spot in the
dialog
Product: Wine
Version: 1.5.24
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: gdiplus
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jactry92(a)gmail.com
Classification: Unclassified
reproduce:
1. download it
from:http://dldir1.qq.com/qqfile/qq/QQ2013/2013Beta2/7048/QQ2013Beta2.exe
sha1sum QQ2013Beta2.exe
715e3f1b8577fbb017dba955bb4efedcdfa6de14 QQ2013Beta2.exe
2. 'wine QQ2013Beta2.exe'
What look like as the picture in attachment.
And I found 'winetricks -q gdiplus' make it happier.
Wine version: wine-1.5.24-197-gc0a17a4
--
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=24832
Summary: Typing of the Dead Demo Installer dies before Finished
dialog(but game gets installed anyway)
Product: Wine
Version: 1.3.5
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: shannon.vanwagner(a)gmail.com
Created an attachment (id=31409)
--> (http://bugs.winehq.org/attachment.cgi?id=31409)
output from starting the installer with the wine from the Terminal
When installing Typing of the Dead Demo from
http://www.fileplanet.com/54947/50000/fileinfo/The-Typing-of-the-Dead-Demo ,
the installer installs the game but crashes before the "Finished" dialog with
several errors like "err:ole:ClientIdentity_QueryMultipleInterfaces
IRemUnknown_RemQueryInterface failed with error 0x80004002" displayed. See
attached error log for further detail.
Note: This demo installs and works good other than the "Finished" screen not
appearing.
--
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=25940
Summary: Sid Meier's Civilization V crashes when completing the
Space Ship
Product: Wine
Version: 1.3.12
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: megatog615(a)gmail.com
After completing all the space ship parts, and connecting the last part at the
Capital City, the game will hang for several seconds, then crash with the
following:
Steam - Error
CWorkThreadPool::StartWorkThread: Thread creation failed.
--
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=20207
Summary: NFS SHIFT: Game hangs on loading
Product: Wine
Version: 1.1.30
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: lukasz.wojnilowicz(a)gmail.com
Created an attachment (id=23829)
--> (http://bugs.winehq.org/attachment.cgi?id=23829)
Menu appearance
I'm using Wine-1.1.30 on Fedora 11 32 bit on NVIDIA 9xxx with drivers version
190.32
Steps to reproduce:
1) delete ~/.wine directory
2) sh winetricks dotnet20 , because installer hangs on DirectX installation
3) install game
4) sh winetricks directx9 , because it speeds up navigating through first menus
otherwise it's very slow
5) patch game to 1.01
6) wine shift.exe
7) watch intro, choose language, type your name
8) get to main menu screen which I showed in attachment
The problem is that background doesn't look like it should. I tested full
version of this game and don't know if the same is in demo version.
--
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=22442
Summary: Sega Rally Revo - direct2drive version: will not
launch
Product: Wine
Version: 1.1.43
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: mscoree
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: limited_choice(a)hotmail.com
Created an attachment (id=27484)
--> (http://bugs.winehq.org/attachment.cgi?id=27484)
Output of 'wine "SEGA Rally Revo Launcher.exe" &> log'
AFAICT one needs to launch "SEGA Rally Revo Launcher.exe" to configure the game
for the current hardware set ; without the data created by the launcher exe,
the
main game executable ("Sega Rally Revo.exe") crashes upon start.
Note: the launcher crash here spawns the microsoft .NET error reporting GUI..
--
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=12893
Summary: GTA2 doesn't work on the eeepc but works fine on an
nvidia card
Product: Wine
Version: 0.9.60
Platform: PC
OS/Version: other
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: GNUtoo(a)no-log.org
when i start GTA2 i have a screen that is mostly black...then i press esc and i
have the normal screen but it has green lines on it and is too slow to be
playable...
i attach the log file
--
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=31938
Bug #: 31938
Summary: QuickBooks SS 2008 R1 installer fails to register
Intuit.Spc.Map.EntitlementClient.Common.dll
Product: Wine
Version: 1.5.14
Platform: x86-64
URL: http://dlm.download.intuit.com/SBD/QuickBooks/2008/R1/
QuickBooksSimpleStartDirect2008.exe
OS/Version: Linux
Status: NEW
Keywords: dotnet, download, Installer
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: kennybobs(a)o2.co.uk
Classification: Unclassified
Created attachment 42068
--> http://bugs.winehq.org/attachment.cgi?id=42068
wine-1.5.14-307-g1f876a6 console output
Working around Bug 31937 with Wine Mono 0.0.8, the QuickBooks Simple Start 2008
R1 installer fails when attempting to register
Intuit.Spc.Map.EntitlementClient.Common.dll.
err:msi:msi_dialog_create_controls no handler for element type L"Billboard"
fixme:mscoree:corruntimehost_Start stub 0x10282e8
fixme:mscoree:corruntimehost_CreateDomainSetup stub 0x10282e8
err:msi:msi_install_assembly Failed to install assembly
L"C:\\users\\test\\Temp\\msi10.tmp\\Intuit.Spc.Map.EntitlementClient.Common.dll"
(0x80070070)
err:msi:ACTION_InstallFiles Failed to install assembly
err:msi:ITERATE_Actions Execution halted, action L"InstallFiles" returned 1603
err:msi:ITERATE_Actions Execution halted, action L"ExecuteAction" returned 1603
Tried "winetricks dotnet20" but it fails on Spring.Core.dll instead.
--
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=22011
Summary: Symantec Antivirus 10.x installation fails when
starting services
Product: Wine
Version: 1.1.39
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: kennybobs(a)o2.co.uk
Created an attachment (id=26754)
--> (http://bugs.winehq.org/attachment.cgi?id=26754)
Wine 1.1.40 console output
Under Wine 1.1.39, SAV 10.x installers fail when trying to start the services.
The same exception occurs with every Wine run thereafter, until the WINEPREFIX
is cleared.
Workaround for Bug 22009 required to get this far.
Also need to workaround Bug 18719 for version 10.2 (Vista).
Same with Wine 1.1.40.
--
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=20979
Summary: ./wine wrapper script broken when --with-wine64 is
used
Product: Wine
Version: 1.1.34
Platform: PC-x86-64
OS/Version: Linux
Status: NEW
Keywords: download, source
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
$ cd $HOME/wine64
./configure --enable-win64 --disable-tests
$ make
$ cd $HOME/wine32
$ ./configure --with-wine64=$HOME//wine64 --disable-tests --without-mpg123
$ make
$ ./wine notepad
./wine: could not locate Wine source tree
$ loader/wine notepad
wine: created the configuration directory '/home/austin/.wine'
wine: configuration in '/home/austin/.wine' has been updated.
--
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=26458
Summary: Photoshop CS2 workspaces windows stays on top
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jeff.artik(a)gmail.com
Impossible to display on top an another window. photoshop CS2 windows stays on
top. here is an example :
http://i.imgur.com/pXP1V.jpg
As you can see, my pidgin window is selected, but occured by the photoshop
window.
--
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=26357
Summary: Wine does not build on Mac OS X with Clang 2.8
Product: Wine
Version: 1.3.14
Platform: x86-64
OS/Version: Mac OS X 10.6
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: marvinx03(a)gmail.com
I have Clang 2.8 on my macbook installed via MacPorts:
$ which clang
/opt/local/bin/clang
$ clang -v
clang version 2.8 (branches/release_28)
Target: x86_64-apple-darwin10
Thread model: posix
When wine is configured with Clang:
$ export CC=/opt/local/bin/clang
$ export CXX=/opt/local/bin/clang++
$ export CFLAGS="-g -O0"
$ ./configure --x-include=/usr/X11/include --x-libraries=/usr/X11/lib
Compilation fails with the following message:
/opt/local/bin/clang -m32 -c -I. -I. -I../../include -I../../include
-D__WINESRC__ -D_REENTRANT -fPIC -Wall -pipe -fno-strict-aliasing
-Wdeclaration-after-statement -Wstrict-prototypes -Wtype-limits -Wwrite-strings
-Wpointer-arith -g -O0 -o hal.o hal.c
../../tools/wrc/wrc --nostdinc --po-dir=../../po -m32 -I. -I. -I../../include
-I../../include -D__WINESRC__ -o version.res version.rc
../../tools/winegcc/winegcc -m32 -B../../tools/winebuild --sysroot=../..
-shared ./hal.spec hal.o version.res -o hal.dll.so
../../libs/port/libwine_port.a
./hal.spec:1: function 'ExAcquireFastMutex' not defined
./hal.spec:2: function 'ExReleaseFastMutex' not defined
./hal.spec:3: function 'ExTryToAcquireFastMutex' not defined
./hal.spec:16: function 'KfAcquireSpinLock' not defined
./hal.spec:17: function 'KfLowerIrql' not defined
./hal.spec:18: function 'KfRaiseIrql' not defined
./hal.spec:19: function 'KfReleaseSpinLock' not defined
winegcc: ../../tools/winebuild/winebuild failed
make[1]: *** [hal.dll.so] Error 2
make: *** [dlls/hal] Error 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=19078
Summary: Forum: quote includes first line of reply to quote
Product: WineHQ.org
Version: unspecified
Platform: PC
OS/Version: All
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: www-unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: VincentBeers(a)gmail.com
There's a small bug in the Wine forums where, if a mailing list subscriber
quotes someone in their email, the first line of their reply to that quote
inevitably gets "eaten up" into the quote too. Example:
[quote]
Quote line 1
Quote line 2
Quote line 3
Reply line 1
[/quote]
Reply line 2
Reply line 3
--
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=31567
Bug #: 31567
Summary: There is no reference from
http://www.winehq.org/download/deb to
http://wine.budgetdedicated.com/archive/binary/
Product: WineHQ.org
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: www-unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: fracting(a)gmail.com
Classification: Unclassified
While translating the Faq from English to Chinese, I've noticed about the below
sentence again:
===
2.5. How can I download older versions of Wine for Ubuntu?
Some old version are archived at
http://wine.budgetdedicated.com/archive/binary/ . (Shouldn't
http://www.winehq.org/download/deb link to this?)
===
I remembered I ever asked on #wine-hackers but seems no one replied, now I
decided to file a bug for it ;-)
Hopefully someone could fixed it, or provide a reason that why there is no such
a link, and let's fix the Faq instead ;-)
Best regards, keep the great work!
--
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=9633
Summary: Window Decoration Missing
Product: Wine
Version: 0.9.44.
Platform: Other
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: wine-gui
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: darkvater(a)operamail.com
Created an attachment (id=8031)
--> (http://bugs.winehq.org/attachment.cgi?id=8031)
image of what I mean
I think this started with wine 0.9.42. When I run *any* application the window
decoration is missing.
Eg the top bar which you can grab to move a window, or close with [x],
minimize, etc. For these windows ALT+click move doesn't work either. Some of
the applications regain this window decoration after a while and then behave
normally. Until then these windows are always-on-top and have no icon in the
taskbar.
I am running compiz right now, but I don't think this is the issue, as in wine
0.9.41 things worked just right. See the attached screenshot for what I mean.
I will revert back to 0.9.41 to double check this, but not now as utorrent is
busy downloading...eh..linux isos.
--
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=12362
Summary: [Regression 0.9.59] Systray support for all applications
is broken
Product: Wine
Version: CVS/GIT
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: t.artem(a)mailcity.com
Environment: KDE 3.5.9/Fedora 8
With a new ~/.wine
wine taskmgr
-> In KDE systray there's something transparent but not a real Task Manager
Icon
-> Mouse clicks have no effect (no menu is shown or any other reaction)
(At first spotted by running Miranda 0.7.3)
--
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=12433
Summary: Internet Explorer 7 is not showing any page
Product: Wine
Version: 0.9.58.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: petr.dlouhy(a)email.cz
Created an attachment (id=11971)
--> (http://bugs.winehq.org/attachment.cgi?id=11971)
warn+all log
-Follow howto on the <a
href="http://appdb.winehq.org/objectManager.php?sClass=version&iId=4195">appdb</a>
-Try to insert any page you want
-Internet Explorer show message "Windows cannot find 'something'. Check the
spelling and try again" and don't run any page.
--
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=29348
Bug #: 29348
Summary: Cossacks freezes when leaving network game
Product: Wine
Version: 1.3.34
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: afffect(a)gmail.com
Classification: Unclassified
When exiting from a finished network game in Cossacks the application freezes
(instead of showing stats page), ctrl+c doesn't terminate it either so
wineserver -k is the only option to kill it.
Same thing happens if you create or join a multiplayer game (tested on direct
TCP/IP), then try to go back to menu before the game starts.
Doesn't happen in single player games.
Managed to reproduce it in Cossacks: Back to War as well as in Cossacks: Art of
War demo (can be downloaded here, for example:
http://www.shacknews.com/file/912/cossacks-the-art-of-war-demo).
Steps to reproduce:
1. Install Cossacks, add directplay overrides. If the game doesn't render,
download the official ddraw.dll patch as per
http://appdb.winehq.org/objectManager.php?sClass=version&iId=3924 and add an
override for it.
2. Start the game. Go to Multiplayer - Deathmatch - Direct TCP/IP - Create -
Choose nickname - Accept
3. You are now on a new game settings screen
4. Click the broken shield icon (back to the main menu)
5. Game freezes. Expected behavior - return back to main menu.
--
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=12215
Summary: Adobe Photoshop CS2: progress bar staying visible after
operations
Product: Wine
Version: 0.9.58.
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: descentspb(a)ya.ru
When batch processing some amount of images through a cpu-heavy plugin, a
progress bar appears. After finishing the work, it sometimes remains visible,
on top and resized in the way that you cannot actually see the progress bar
itself, but only the "Progress" window decoration and the caption. I can
provide a screenshot if necessary.
WM: metacity.
--
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=13987
Summary: Photoshop CS2 All image and dialog windows draw behind
main parent window with KDE4
Product: Wine
Version: 1.0.0
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: brian(a)brianvuyk.com
Created an attachment (id=14174)
--> (http://bugs.winehq.org/attachment.cgi?id=14174)
Screenshot demonstrating the bug. Note that all the subwindows are behind the
main CS2 window.
Hello.
I just did a fresh install of Photoshop CS2 on a fresh Wine 1.0 install on
Kubuntu 8.04 remix (KDE4).
Unfortunately, all the 'subwindows', including the image I am editing, as well
as the tool dialog, layer dialog etc. draw behind the main parent window.
This means that the program can not easily be used.
--
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=20260
Summary: GTA2 runs really slow with RenderTargetLockMode
readtex with a GeForce FX 5500
Product: Wine
Version: 1.1.30
Platform: PC
URL: http://www.rockstargames.com/classics/
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: julius(a)zgod.cjb.net
When trying to play GTA2 in newer Wine versions with a GeForce FX 5500, the
game will run extremely slow because RenderTargetLockMode readtex is now the
default. Switching back to RenderTargetLockMode readdraw allows the game to
work correctly.
When setting RenderTargetLockMode disabled, the intro movie doesn't display
anymore, but ingame will work extremely fast. The performance is really good
then.
It appears there is currently a significant performance problem with GeForce FX
5500 cards and RenderTargetLockMode readtex. Details about my system:
AMD Athlon 1GHz
512MB RAM
GeForce FX 5500 with 128MB
Ubuntu Hardy
Driver version: 173.14.16 (the latest that supports my hardware as far as I'm
aware)
--
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=20994
Summary: Photoshop droplets do not activate actions
Product: Wine
Version: 1.1.32
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: wine(a)mail.4brad.com
Photoshop does not take command line arguments, but offers a facility called
"Create Droplet" which generates exe files which both accept drag and drop and
also filenames on the command line, which are to be loaded and then run through
a photoshop script (action.)
On DOS, one can create a droplet with a dummy action, and use it as a way to
invoke photoshop with filenames on the command line, and this works.
In wine on photoshop CS2, one can create a droplet, and one can invoke it with
wine and it invokes photoshop, but it does not run the action as far as I can
tell, and does not load files given on the command line, nor issue errors if
the filenames are not valid (which is what happens under windows.)
The main reason this would be useful is it would be very nice to have a means
to pass filenames to photoshop from linux, rather than having to invoke it and
go through its file loading dialogs, which always start from a different
directory than you were in anyway.
--
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=20996
Summary: Photoshop cs2 dont rem last status!
Product: Wine
Version: 1.1.34
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: mad24ind(a)gmail.com
In windowa photoshop remember it'd last window size and changes. But here it
won't!
--
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=21675
Summary: FLASH CS4 cannot start in fedora 12
Product: Wine
Version: 1.1.38
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P3
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: omarg55(a)gmail.com
CC: omarg55(a)gmail.com
Created an attachment (id=26181)
--> (http://bugs.winehq.org/attachment.cgi?id=26181)
screem error
it's simple error program to start the .exe
i have got upgrade a version 1.1.38, but again says error,
The s.o is fedora 12(constantine) and wine 1.1.38,) and other aplication
working properly but to install flash gives me this error
somebody help me.. any ideas
thanks
O.Galaviz
--
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=22373
Summary: OnOneMaskPro Photoshop Plugin crashed WTEnable
Product: Wine
Version: 1.1.42
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: user32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: cemelmaci(a)hotmail.com
Created an attachment (id=27381)
--> (http://bugs.winehq.org/attachment.cgi?id=27381)
console output
photoshop onone mask pro plugin 4 crashed during window change, maskpro window
to photoshop window.
...
Backtrace:
=>0 0xf6d34c08 WTEnable+0x88(hCtx=0xc00, fEnable=0)
[/home/sc/wine-git/dlls/wintab32/context.c:657] in wintab32 (0x0032ccec)
...
--
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=24085
Summary: Sony Launchpad: news menu is blank without native
shdocvw
Product: Wine
Version: 1.3.1
Platform: x86
URL: http://www.soe.com/casualProduct.vm?Id=038
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: shdocvw
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
Created an attachment (id=30299)
--> (http://bugs.winehq.org/attachment.cgi?id=30299)
screenshot
Winetricks ie6 worksaround it. Removing the overrides one by one indicates
shdocvw is the culprit.
Screenshot / terminal output attached.
--
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=22525
Summary: Memory leak in Internet Explorer
Product: WineHQ Apps Database
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: appdb-unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ppy(a)finstream.ru
Any version wine has lot of memory leak in Internet Explorer 6.0 and 7.0.
Problem has in JavaScript+AJAX sites, like maps.google.com or gmail.com.
Several clicks on some HREFs on the AJAX site I see large increase of task used
memory - about 0.3-2 Mb per click.
Amount of task's used memory don't decrease.
--
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=24088
Summary: Cosmic Rift: launching game draws hundreds of
concentric squares
Product: Wine
Version: 1.3.1
Platform: x86
URL: http://www.soe.com/casualProduct.vm?Id=038
OS/Version: Linux
Status: NEW
Keywords: download
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
Created an attachment (id=30308)
--> (http://bugs.winehq.org/attachment.cgi?id=30308)
screenshot
Hard to explain, but hurts your eyes, and makes you feel like your on an acid
trip / could give an epileptic a seizure. After it fills the screen with that
pattern, it repeats the cycle, about 7 times or so, then finally launches the
game.
See screenshot.
Terminal only shows:
fixme:win:EnumDisplayDevicesW ((null),0,0x33df18,0x00000000), stub!
fixme:win:EnumDisplayDevicesW ((null),0,0x33e0a4,0x00000000), stub!
fixme:dsalsa:IDsDriverBufferImpl_SetVolumePan (0x150cb0,0x150c38): 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=24091
Summary: everquest: cannot activate trial
Product: Wine
Version: 1.3.1
Platform: x86
URL: https://account.station.sony.com/authenticated/commerc
e/activateSub.action?gameCode=EQ
OS/Version: Linux
Status: NEW
Keywords: download
Severity: minor
Priority: P2
Component: wininet
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
This bug affects several Sony online trials. In wine, it tries to load this
url:
https://account.station.sony.com/authenticated/commerce/activateSub.action?…
(this is for everquest, other urls are similar). You login with your account,
but on wine, it fails, saying that cookies are not enabled.
Workaround is to find the url with +wininet and open the url in a 'real'
browser, e.g., firefox.
--
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=27042
Summary: %ProgramFiles% could not be expanded
Product: Wine
Version: 1.3.19
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: tombert(a)live.at
A clean install of wine the following section in system.reg was missing.
Without this section wintricks fails with %ProgramFiles% could not be expanded.
thx
[Software\\Microsoft\\Windows\\CurrentVersion] 1287836582
"CommonFilesDir"="C:\\Program Files\\Common Files"
"FirstInstallDateTime"=hex:21,81,7c,23
"ProductId"="12345-oem-0000001-54321"
"ProgramFilesDir"="C:\\Program Files"
"ProgramFilesPath"=str(2):"%ProgramFiles%"
"RegisteredOrganization"=""
"RegisteredOwner"=""
--
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=31587
Bug #: 31587
Summary: Metatrader 4 crashes when opening or closing orders
manually..
Product: Wine
Version: 1.4
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: blocker
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: forexeasy(a)yandex.ru
Classification: Unclassified
Created attachment 41536
--> http://bugs.winehq.org/attachment.cgi?id=41536
MT4 wine1.4 crash log
Hello!
I have OpenVZ VPS with Ubuntu 10.04 minimal 32 bit and LXDE desktop accesssed
by VNC.
When I try to send or close order manually in MetaTrader 4 under Wine 1.4
(installed through official repository) it silently closes with no error
messageboxes. I tried to launch Metatrader via terminal and it showed me this
errors - see attachement.
Where as in Wine 1.2.3 it sends and closes orders just fine. But Wine 1.2.3
does not display toolbar icons so I moved to new 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=31870
Bug #: 31870
Summary: freezes when i open metatrader
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: chinonyefx(a)gmail.com
Classification: Unclassified
Created attachment 41941
--> http://bugs.winehq.org/attachment.cgi?id=41941
what it shows when it freezes
when i log into my metatrader platform it shows me the link below.
--
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=26023
Summary: Live Messenger 2009 crashes on start, needs
msvcr80.dll._mbslwr_s
Product: Wine
Version: 1.3.13
Platform: x86
URL: http://www.filehippo.com/download_msn_messenger/7560/
OS/Version: Linux
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: msvcrt
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
Initially reported in bug 18889, comment #54:
"on wine 1.3.13 at load windows live messenger 2009 appear a error
unimplemented
function msvcr80.dll._mbslwr_s (install vcrun2005 don't fix this error) and
show the wlm tray icon but don't work, this is the only error that I get so far
(unimplemented function msvcr80.dll._mbslwr_s)."
I see the same. I did:
$ rm -rf .wine
$ winetricks -q ie7 #workaround installer bugs
$ wine wlsetup-custom.exe
$ cd ~/.wine/drive_c/Program Files/Windows Live/Messenger
$ wine msnmsgr.exe
shows that same crash. Interesting, winetricks vcrun2005 doesn't fix it (even
if I run that before setup).
I suppose if we implement it in our own, however, that would fix this
particular bug as well, and probably help some other apps.
--
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=12818
Summary: Age of Mythology GOLD crashes when exiting the game
Product: Wine
Version: 0.9.60
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: goonstk(a)yahoo.com
Created an attachment (id=12503)
--> (http://bugs.winehq.org/attachment.cgi?id=12503)
AOM Gold debug log
When exiting Age of Mythology GOLD (GOLD is the original Age of Mythology game
matched with the Titans expansion pack) it crashes.
I attached a file with the debug output.
--
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=26012
Summary: Rayman 2 crashes on start-up
Product: Wine
Version: 1.2
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: kernel32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: pieter.ideler(a)gmail.com
Created an attachment (id=33175)
--> (http://bugs.winehq.org/attachment.cgi?id=33175)
Logs Rayman 2 Bug
Rayman 2: The Great Escape installs fine but crashes on start-up
Logs and backtrace in attachments.
--
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=22493
Summary: Baldur's Gate 2: poor rendering with ddr=opengl
Product: Wine
Version: 1.1.43
Platform: x86-64
URL: http://www.brothersoft.com/games/baldur-s-gate-ii-shad
ows-of-amn.html
OS/Version: Linux
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: directx-ddraw
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
Created an attachment (id=27557)
--> (http://bugs.winehq.org/attachment.cgi?id=27557)
screenshot
Using gdi for the direct draw renderer fails (bug 22482). Using opengl lets the
game start, but there is major artifact-ing. See screenshot.
--
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=32961
Bug #: 32961
Summary: CS2 will not install
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jacksonbateman(a)ymail.com
Classification: Unclassified
Created attachment 43533
--> http://bugs.winehq.org/attachment.cgi?id=43533
Error report
Will not run setup.exe for cs2
--
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=28660
Bug #: 28660
Summary: appdb uses phisable/replayable credentials
Product: WineHQ Apps Database
Version: unspecified
Platform: All
OS/Version: All
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: appdb-unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: kevinperson(a)topicbox.com
Classification: Unclassified
The recent compromise of the winehq authentication databases highlights the
problem with using passwords as authentication credentials: they can be stolen,
and then you have to tell all your users their passwords are out there.
Use of an authentication server like OpenID (you can't lose secrets if you
don't keep them on your server) or a challenge-response scheme like client-side
SSL certs or phone verification avoids this problem.
--
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=32223
Bug #: 32223
Summary: Resolved -> Upstream is not described in #importance
Product: WineHQ Bugzilla
Version: unspecified
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: bugzilla-unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: 00cpxxx(a)gmail.com
Classification: Unclassified
Bug 26630 was fixed by adding a new resolution method called UPSTREAM but it is
not described in http://bugs.winehq.org/page.cgi?id=fields.html#importance
--
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=23947
Summary: WACOM Pressure sensitivity doesn't work with photoshop
CS4 and CS5
Product: Wine
Version: 1.3.0
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wintab32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jeff.artik(a)gmail.com
Pressure sensitivity perfectly works with Photoshop CS2. Baut after installing
and playing with CS4 and 5, I realized it doesn't work.
Also, CS5 is runnig cool on Wine, but I need to get a special version with a
loader. CS5 run exactly like CS4 : 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=22667
Summary: Settlers II - 10th Anniversary demo crash if you
change shadows details
Product: Wine
Version: 1.1.44
Platform: x86
URL: http://www.ubi.com/UK/Downloads/Info.aspx?dlId=1671
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jaimerave(a)gmail.com
Created an attachment (id=27903)
--> (http://bugs.winehq.org/attachment.cgi?id=27903)
Screenshot of the issue.
Set graphics options to their minimum and then set shadows quality and details
to their highest level.
If you start a game and try to change the shadow details the game will crash
with the error that appear in the screenshot.
--
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=32068
Bug #: 32068
Summary: Download site
http://sourceforge.net/projects/wine/files/Source/
contains no wine-1.5.16
Product: WineHQ.org
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: www-unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: joachim.backes(a)rhrk.uni-kl.de
Classification: Unclassified
Trying to download wine-1.5.16 via sourceforge.net, but something seems to be
weird:
"Looking for the latest version? Download wine-1.1.16-i486-1kjz.tgz (13.4 MB)"
at the page's top (http://sourceforge.net/projects/wine/files/Source/).
Very strange!
--
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=29642
Bug #: 29642
Summary: IE8 crashes in short time
Product: Wine
Version: 1.3.37
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ocean04(a)suomi24.fi
Classification: Unclassified
Todays git ie8 crashes and exits. This crash has always been there, but you
were able to continue using it before. Now it just exits, which makes IE8
useless.
This one crash happens always in about 10 seconds. No matter what page you
open, even about:blank.
Attached backtrace. There is nothing useful in terminal.
wine 'C:\Program Files\Internet Explorer\iexplore' about:blank
wine-1.3.37-108-g4cd49d3
--
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=29420
Bug #: 29420
Summary: Skyrim doesn't launch with wine 1.3.35
Product: Wine
Version: 1.3.35
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: daaxwizeman(a)gmail.com
Classification: Unclassified
When I try to launch the game through Steam interface, I get an error message
saying that SkyrimLauncher encountered a serious error, and then the launcher
exits.
When I tried to launch skyrim with this command :
wine ./SkyrimLauncher.exe
It never launches. I attached the trace of the command.
My system :
- openSUSE 12.1, Gnome3
- x86-64
- kernel : 3.1.0-1.2-desktop
- nvidia GeForce 9600M GT
- driver : 290.10
- wine 1.3.35
--
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=31915
Bug #: 31915
Summary: iTunes 7 on PlayOnLinux 4.1.8 via wine 1.4 with
windows version: Windows 7 error then crash
Product: Wine
Version: 1.4
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: paresh471(a)gmail.com
Classification: Unclassified
Created attachment 42019
--> http://bugs.winehq.org/attachment.cgi?id=42019
PlayOnLinux log after launching itunes 7
wine 1.4 is configured to open as windows version: Windows 7, and when opening
iTunes 7 via PlayOnLinux 4.1.8, error message pops up about iTunes needing to
be repaired to work with Vista.
--
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=19313
Summary: IE8's menus are not visible
Product: Wine
Version: 1.1.25
Platform: PC
URL: http://download.microsoft.com/download/C/C/0/CC0BD555-
33DD-411E-936B-73AC6F95AE11/IE8-WindowsXP-x86-ENU.exe
OS/Version: Linux
Status: NEW
Keywords: download
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: kennybobs(a)o2.co.uk
Created an attachment (id=22359)
--> (http://bugs.winehq.org/attachment.cgi?id=22359)
Wine 1.1.25 console output
IE8's menus are not visible, but can be activated using ALT.
Tried native gdiplus (you never know), but it made no difference.
--
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=27108
Summary: windows 7 cmd.exe aborts with unimplemented function
KERNEL32.dll.RegOpenKeyExW
Product: Wine
Version: 1.3.19
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: kernel32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
Not that it matters a whole lot, but it might be nice to be
able to use the real one for comparisons sometimes.
winedump -j import cmd.exe shows that windows' cmd.exe imports a bunch
of symbols from kernel32 that don't appear in our kernel32.spec:
CancelSynchronousIo
CreateSymbolicLinkW
DeleteProcThreadAttributeList
FindFirstStreamW
FindNextStreamW
InitializeProcThreadAttributeList
RegCloseKey
RegCreateKeyExW
RegDeleteKeyExW
RegDeleteValueW
RegOpenKeyExW
RegQueryValueExW
RegSetValueExW
SetEnvironmentStringsW
UpdateProcThreadAttribute
--
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=22307
Summary: Depth of field blur effects lag behind animation in
Dragon Age: Origins
Product: Wine
Version: 1.1.42
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: winehq(a)tibit.com
During Dragon Age cut scenes, depth of field effects appear as a sort of blur
stencil overlaid atop a scene, with cut-outs in the shape of the characters
that are supposed to remain in focus. Under wine, these cut-out shapes often
do not get updated as characters move and scenes change. As a result, lots of
oddly-shaped blurs are appear where they should not be. (For example, half of
a character's face might be in focus while the other half is blurry.) Careful
examination shows that the odd blur shapes match the edges of models that were
on screen a few seconds earlier.
I'll attach some screen shots to demonstrate. Notice that the blur effects
have nearly-correct shapes and positions in the first shot, but they remain the
same in the subsequent shots even when the characters have moved or the scene
has changed.
--
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=25787
Summary: MYST V Demo: Black screen after into movies
Product: Wine
Version: 1.3.11
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: gaming4jc2(a)yahoo.com
Created an attachment (id=32862)
--> (http://bugs.winehq.org/attachment.cgi?id=32862)
Terminal output: wine "MystVDemo.exe" + WINEDEBUG=+d3d wine "MystVDemo.exe"
The problem occurs once the user has finished watching the Ubisoft and
CyanWorlds introduction .bik videos. The screen is black and flickers
numbers/letters and a pointer finger followed by a completely black screen
which locks up the game.
I've done a trace on d3d which seems to be causing it. Attached.
--
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=21200
Summary: HotWheels Stunt Track Driver: On-Screen Mouse Cursor
stuck to top left of screen
Product: Wine
Version: 1.1.35
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-dinput
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: gaming4jc2(a)yahoo.com
Created an attachment (id=25460)
--> (http://bugs.winehq.org/attachment.cgi?id=25460)
fixme:dinput:SysMouseAImpl_Acquire Clipping cursor to (0,0)-(640,480) and
more...
Upon installing and running the retail CD of HotWheels Stunt Track Driver, I
can say it works perfectly with the exception that the mouse cursor is stuck to
the top left of the screen in both windowed and full screen modes. You can move
the mouse but it will promptly return to this position. This makes it
impossible to drive the car because it is always being pulled to the left of
the track and crashing, and making the game menu nearly impossible to select
items.
I'm pretty positive it's a DirectInput issue as seen in the attached log.
--
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=32024
Bug #: 32024
Summary: Run program's bug, and it is correct that install
eziriz .net reactor.
Product: Wine
Version: 1.4.1
Platform: x86
OS/Version: Mac OS X
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: gdi32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: moqinux(a)yahoo.com.cn
Classification: Unclassified
Created attachment 42212
--> http://bugs.winehq.org/attachment.cgi?id=42212
Maybe the gdi/gdi++'s error, because the soft's info window.
1) I install the WineBottle, and clear it.
2) I install the wine with WineBottle's Wine 1.4.1.
3) Install the .net frameworks 2.0.
4) Install the .net frameworks 4.0 - failure.
5) Install Eziriz's .NET Reactor.
6) Run the Reactor.
--
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=22588
Summary: Starcraft 2 Editor doesn't render anything on the
terrain view
Product: Wine
Version: 1.1.43
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ape(a)ape3000.com
Created an attachment (id=27717)
--> (http://bugs.winehq.org/attachment.cgi?id=27717)
Output after starting the terrain view
I can start Starcraft 2 Editor if I set "HKEY_CURRENT_USER\Software\Blizzard
Entertainment\StarCraft II Editor Beta\Preferences\StartupModules" to 0. The
editor seems to be working generally, but the most important feature is
unusable.
When I enter the terrain view the editor freezes and I have to kill it.
The output I get hints that the problem is probably in directx-d3d.
--
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=20445
Summary: WMP10: Crash on changing tab
Product: Wine
Version: 1.1.31
Platform: PC
URL: http://download.microsoft.com/download/1/2/A/12A31F29-
2FA9-4F50-B95D-E45EF7013F87/MP10Setup.exe
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: shell32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: lukasz.wojnilowicz(a)gmail.com
Created an attachment (id=24292)
--> (http://bugs.winehq.org/attachment.cgi?id=24292)
log from running on wine-1.1.31-491-geea0d75
I'm using Fedora 11 32 bit and wine-1.1.31-491-geea0d75 compiled with gcc (GCC)
4.4.1 20090725 (Red Hat 4.4.1-2)
Steps to reproduce:
1) start clean ~/.wine
2) sh winetricks wmp10
3) wine "~/.wine/drive_c/Program Files/Windows Media Player/wmplayer.exe"
4) change tab from "Library" to e.g. "Now playing"
5) get crash
debugger shows that the error may be in
IAutoComplete2_fnInit
--
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=31932
Bug #: 31932
Summary: No video in SlingPlayer 1.5
Product: Wine
Version: 1.5.14
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, regression
Severity: normal
Priority: P2
Component: user32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: kennybobs(a)o2.co.uk
CC: julliard(a)winehq.org
Classification: Unclassified
Regression SHA1: cc7bf355c50b17b2e04f754c80464289df2a9ee7
Created attachment 42058
--> http://bugs.winehq.org/attachment.cgi?id=42058
wine-1.5.14-265-g8780fa6 console output
Due to commit cc7bf355c50b17b2e04f754c80464289df2a9ee7 there is no video in
SlingPlayer 1.5. Audio works fine.
cc7bf355c50b17b2e04f754c80464289df2a9ee7 is the first bad commit
commit cc7bf355c50b17b2e04f754c80464289df2a9ee7
Author: Alexandre Julliard <julliard(a)winehq.org>
Date: Tue Oct 9 15:21:21 2012 +0200
user32: Add support for setting the window surface visible region.
:040000 040000 ca9c6946038c5e8346d67e4ce02f576034fbdaf1
230c7328031dd70f529463ac959a43dbe35b040b M dlls
:040000 040000 f31ee15864da2825f030f94bba46c5e07fa0cede
bde3439027c457a464fc77b95f1da4ea8f4ad161 M include
Reverting this commit fixes the issue.
--
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=26435
Summary: Dragon Age: Origins has no sound... unless you edit
DragonAge.ini and change SoundDisabled to 0
Product: Wine
Version: 1.3.15
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
With current git, Dragon Age Origins installed for me with
SoundDisabled=1 in DragonAge.ini, and there is no sound.
Changing that to SoundDisabled=0 works around the problem.
Filing new bug per http://bugs.winehq.org/show_bug.cgi?id=20575#c4
--
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=32868
Bug #: 32868
Summary: Remove wine/documentation/ChangeLog* from the
distribution
Product: Wine
Version: unspecified
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: blocker
Priority: P1
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: t.artem(a)mailcity.com
Classification: Unclassified
It makes zero sense to distribute these totally useless files every Wine
release - besides they are not maintained or updated.
--
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=29284
Bug #: 29284
Summary: AntiVir 9 installer is missing some images
Product: Wine
Version: 1.3.34
Platform: x86-64
URL: http://www.filehippo.com/download_antivir/tech/6588/
OS/Version: Linux
Status: UNCONFIRMED
Severity: trivial
Priority: P2
Component: comctl32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: RandomAccountName(a)mail.com
Classification: Unclassified
Created attachment 37876
--> http://bugs.winehq.org/attachment.cgi?id=37876
Terminal output
The installer for AntiVir 9 is missing some images: a large image on the first
and last screens and a logo in the upper-right corner. The logo is sometimes
visible for a moment after switching screens, but it disappears.
Native comctl32 works around it, but makes the installer unable to load
mfc90u.dll (which is installed earlier) from a winsxs subfolder, so it's
actually necessary to use 'winetricks vcrun2008 comctl32' and move/copy mfc90u
to system32 before running the installer.
This bug also exists in 1.2 and 1.1.10. (The installer fails to start 1.0.1,
0.9.33)
--
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=24538
Summary: gdi bug from EasyToon 1.9.9 beta 3
Product: Wine
Version: 1.2
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: gdi32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: nitrofurano(a)gmail.com
EasyToon is maybe the most efficient raster animation editor available on w32,
and not yet anything similar exists nativelly on Linux.
I tried the version 1.9.9 beta 3 on Wine 1.2 (Ubuntu 10.10 beta 1, installed
from the repository)
a screenshot shows the bug is
http://img826.imageshack.us/img826/9849/easytoononwine.png , while these gdi
patterns (from that horizontal 17 buttons) should have a more smooth
progressive grayscale simulation, from black to white, like
http://yfrog.com/4beasytoontonesp
thanks
p
--
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=19745
Summary: Direct download (no Google Updater) install of Google
Earth 5 fails
Product: Wine
Version: 1.1.27
Platform: PC
URL: http://dl.google.com/earth/client/current/GoogleEarthW
in.exe
OS/Version: Linux
Status: NEW
Keywords: download, Installer
Severity: normal
Priority: P2
Component: msxml3
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
Since the normal Google Earth download at http://earth.google.com
uses Google Updater, which still doesn't work (see bug 5713 and bug 16183),
I tried the direct, no Updater installer,
http://dl.google.com/earth/client/current/GoogleEarthWin.exe
This installer seems to get further; it puts up a dialog saying
"Connecting to the Internet", but then fails.
The log has lots of
fixme:msxml:domdoc_createNode nodes with namespaces currently not supported.
in it, so I tried winetricks msxml3.
That fixed it; the installer was able to download and install Earth
successfully. The app even ran (if slowly).
--
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=23882
Summary: AvP hangs/crashes with GLSL out of memory.
Product: Wine
Version: 1.3.0
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: mblackwell1024(a)gmail.com
While playing the level Research Station in the Marine campaign Wine does a
large load of SRGB texture copies, causing d3d to run out of memory. This
eventually causes the error "fixme:d3d_shader:shader_glsl_validate_link Program
611 link status invalid. " and then Wine proceeds to dump the current GLSL info
to console (among other things).
To note, graphics hardware is a GTX 460 (768).
--
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=33147
Bug #: 33147
Summary: failed to load steamui localization file (steam won't
install into clean wineprefix)
Product: Wine
Version: 1.5.25
Platform: x86
OS/Version: FreeBSD
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: sthalik(a)misaki.pl
Classification: Unclassified
Steam tries to update, fails, then:
failed to load steamui localization file
Fixed by reverting:
7ce90cc7198a6dee75a999e9502ff997e5d3a763
--
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=32158
Bug #: 32158
Summary: .Net 3.0 (dotnet30): multiple crashes in
ServiceModelReg.exe during install
Product: Wine
Version: 1.5.16
Platform: x86-64
OS/Version: Linux
Status: NEW
Keywords: download, Installer, regression
Severity: normal
Priority: P2
Component: kernel32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: kennybobs(a)o2.co.uk
CC: titan.costa(a)gmail.com
Classification: Unclassified
Regression SHA1: ba5cade700a0f1ad18b9c8b9824fd8ac91c7493b
Created attachment 42428
--> http://bugs.winehq.org/attachment.cgi?id=42428
wine-1.5.16-232-g4255772 console output
Working around Bug 32156, the dotnet30 installer (winetricks dotnet30) reports
multiple crashes. Some are caught by dw20, some caught by winedbg.
ba5cade700a0f1ad18b9c8b9824fd8ac91c7493b is the first bad commit
commit ba5cade700a0f1ad18b9c8b9824fd8ac91c7493b
Author: Christian Costa <titan.costa(a)gmail.com>
Date: Wed Oct 31 09:56:39 2012 +0100
kernel32: Implement CompareStringOrdinal.
:040000 040000 771559ebfe0e1fb3db96b5a1c5f1caac27d4689d
06d2d434173394f4d79cf58bf23f92a64ed0868d M dlls
Commit cannot be reverted in current git.
--
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=31507
Bug #: 31507
Summary: midiInOpen x64 crash due to callback address 32-bit
truncation
Product: Wine
Version: unspecified
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: winmm&mci
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: georgewi(a)oss3d.com
Classification: Unclassified
midiInOpen seems to crash at calling the address, which looks like the lower
32-bit of the callback function address passed to it as a parameter.
I believe, the callback address is somewhere truncated from 64-bit to 32-bit in
the internal logic.
The affected software is this (64-bit standalone executable):
http://www.truepianos.com/downloads.php
I couldn't find the exact reason for this problem within wine sources.
--
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=27935
Summary: Dora's Carnival 2: Boardwalk Adventure doesn't show
'play free trial' button
Product: Wine
Version: 1.3.25
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
http://www.nickjr.com/games/p-doras-carnival-2-adventure.jhtml
is a free trial of the game. The lower left part of the splash
screen should show a 'play free trial' button, but doesn't unless
you use 'winetricks ie6'.
--
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=16510
Summary: Sony ICRecorder version 3.1.02 doesn't install
Product: Wine
Version: 1.1.10
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: goonstk(a)yahoo.com
Created an attachment (id=17945)
--> (http://bugs.winehq.org/attachment.cgi?id=17945)
Debug information for ICRecorder
Unable to install Sony ICRecorder, a digital voice editor with ICD-P Series
Support. Version 3.1.02.
I put in the disk and copy all of the CD files to a directory called disk on my
desktop. I then used the terminal to navigate to its directory and found a
autorun.inf file. I opened that and it said to run SetupLauncher.exe. Next, I
naturally used the following command:
wine SetupLauncher.exe
Nothing opened the debug information following that command is attached.
--
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=25846
Summary: Unhandled page fault on read access to 0x033f7118 at
address 0x4013af when running
GoogleChromePortable_8.0.552.237_online.paf.exe
Product: Wine
Version: 1.1.42
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jwater7(a)charter.net
Trying to install "Google chrome portable" (google for the download link) on a
debian lenny machine I get this error messsage:
The program GoogleChromePortable_8.0.552.237_online.paf.exe has encountered a
serious problem and needs to close...
and the last few lines of the terminal show:
fixme:wininet:InternetSetOptionW Option INTERNET_OPTION_CONNECT_TIMEOUT
(20000): STUB
wine: Unhandled page fault on read access to 0x033f7118 at address 0x4013af
(thread 0037), starting debugger...
After the error, the chrome detail window shows:
ERROR: (chrome_installer.exe > chrome.7z)
This one is fairly easy to repro on my machine. I haven't tried it on a
different box yet, but if it can't be reproduced by one of you, just call it a
problem with my configuration and close.
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=25175
Summary: Big Fish Games game manager shows blank window
Product: Wine
Version: 1.3.6
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: mshtml
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
(Also mentioned in passing in bug 24740.)
http://www.bigfishgames.com/download-games/5115/csi-ny/index.html
installs up to the point where it runs the download manager,
at which point it puts up a blank window with a vertical scrollbar.
'winetricks ie6' works around 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=27875
Summary: Chasys Draw IES: Sillently exits at installation start
Product: Wine
Version: 1.3.25
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: lukasz.wojnilowicz(a)gmail.com
Created an attachment (id=35664)
--> (http://bugs.winehq.org/attachment.cgi?id=35664)
Properly installer start
Steps to reproduce:
1) remove ~/.wine
2) wine Setup.exe
Behaviour:
Installer exits silently.
Expected behaviour:
Installer should display window(see attachment)
Terminal output:
many of these lines
err:richedit:ReadStyleSheet missing style number
--
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=20135
Summary: Future Pinball: Process still alive after exiting
Product: Wine
Version: 1.1.29
Platform: PC
URL: http://members.iinet.net.au/~cleathley/downloads/Futur
ePinballSetup_v1.9.20081225.exe
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: o.oudin(a)free.fr
Future Pinball 1.9 installed on a fresh .wine, along vbs56men.exe and
DCOM98.exe.
The game works well.
But the future pinball process is still alive after exiting the game.
Tell me which trace/log you need and I'll add them.
--
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=15710
Summary: sound regression in 1.1.6+
Product: Wine
Version: 1.1.6
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-dsound
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: wine(a)wkresse.de
CC: m.b.lankhorst(a)gmail.com
When starting the application Arindal
http://appdb.winehq.org/objectManager.php?sClass=version&iId=5586 (no login
required, just starting is enough), the volume of the PCM output is set to zero
(I am using xfce4-mixer-plugin). When logged it, the volume keeps resetting to
zero very often, probably related to when sounds are played or stop playing.
wine 1.1.6 introduced this problem, the current git version is still affected.
Checking the changes from 1.1.5 to 1.1.6 affecting dsound, I found commit
a4a9d50dd9651a8026044613ee537f020bd1aee6. Removing that from the code tree
solved the issue, so this commit introduced the problem.
commit a4a9d50dd9651a8026044613ee537f020bd1aee6
Author: Maarten Lankhorst <maarten(a)codeweavers.com>
Date: Sun Sep 28 20:47:28 2008 +0200
dsound: Fix volume and panning for primary buffer.
Fixes failing dsound tests in 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=13371
Summary: SlingPlayer 1.5 fails to install due to DLL function
crash
Product: Wine
Version: CVS/GIT
Platform: PC
URL: http://downloads.slingmedia.com/get/sp-win-us.html
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=13266)
--> (http://bugs.winehq.org/attachment.cgi?id=13266)
SlingPlayer installer logs
With Git version wine-1.0-rc1-182-g9f76085, starting the installer works, but
during installation, a message box complains of an unhandled exception with
error number 0x80040707, with description "DLL function call crashed:
SBSH.SBSH_CheckGraphA". This causes the installation to fail. Logs with qcap,
quartz, and devenum traces are attached.
--
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=14154
Summary: Cyrillic chars in chm help displayed incorrectly.
Product: Wine
Version: 1.1.0
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: neptunia(a)mail.ru
Created an attachment (id=14415)
--> (http://bugs.winehq.org/attachment.cgi?id=14415)
Screenshot 1 : incorerectly displayed chars.
Unicode codes instead of cyrillic chars displayed in the left part of the help
window (see screenshot 1). When triing to close the window, an error reported
(see screenshot 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=27876
Summary: System Mechanic: Installer window fails to show itself
Product: Wine
Version: 1.3.25
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: lukasz.wojnilowicz(a)gmail.com
Created an attachment (id=35665)
--> (http://bugs.winehq.org/attachment.cgi?id=35665)
WINEDEBUG=+relay on Wine 1.3.25
Steps to reproduce:
1) remove ~/.wine
2) wine SystemMechanic.exe
Behaviour:
Installer starts minimized in taskbar, but it cannot be maximized
Expected behaviour:
Installer should do something.
Terminal output:
fixme:win:DisableProcessWindowsGhosting : stub
fixme:mountmgr:harddisk_ioctl returning zero-filled buffer for
IOCTL_VOLUME_GET_VOLUME_DISK_EXTENTS
--
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=21043
Summary: Sluggishness in cursor moves
Product: Wine
Version: 1.1.34
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: meho_r(a)yahoo.com
Created an attachment (id=25239)
--> (http://bugs.winehq.org/attachment.cgi?id=25239)
Output of terminal when running ArtRage 2.5
There is a noticeable regression in performance of ArtRage 2.5 with wine
1.1.3.4 comparing to that of wine 1.0.1.
Cursor moves are laggy even if one isn't drawing but just moving the mouse
through the artwork area.
This sluggishness was/is not present when using wine 1.0.1.
Also, ArtRage 3 Studio Pro suffers from the same, just in a larger extent.
--
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=28691
Bug #: 28691
Summary: Korg M1 DLE main display corrupted in later versions
of Wine (eg 1.3.29)
Product: Wine
Version: 1.3.29
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: gigaday(a)googlemail.com
Classification: Unclassified
Main display is corrupted as per attachment. This was OK in Wine Version
1.2.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=19824
Summary: Vim welcome text does not appear on start [dogfood]
Product: Wine
Version: 1.1.28
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: thomas.heckel(a)gmx.net
When starting gVim a grey area is displayed instead of white text input field
with vim "welcome text". Also the title of the window is "VIM" instead of "[No
Name] - GVIM". After pressing key "i" to enter vim's input mode, the text input
field goes white and the "welcome text" appears.
--
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=21303
Summary: Game Maker 8: Freezes at "Please wait while page is
loading"...
Product: Wine
Version: 1.1.35
Platform: x86-64
URL: http://www.yoyogames.com/gamemaker/try
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: gaming4jc2(a)yahoo.com
Created an attachment (id=25638)
--> (http://bugs.winehq.org/attachment.cgi?id=25638)
Numerous FixMes..
It installs fine but then freezes at an apparent html page. log attached, also
it's a free 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=29518
Bug #: 29518
Summary: Trimble Planning installer hangs
Product: Wine
Version: 1.0.1
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
Classification: Unclassified
Trying to reproduce bug 19090, I noticed the app's installer always hangs
when it gets to the actual installation part.
$ wget
'http://trl.trimble.com/dscgi/ds.py/Get/File-421084/SetupPlanning%20(2-8).exe'
$ rm -rf ~/.wine
$ wine SetupPlanning%20(2-8).exe
outputs
...
fixme:storage:create_storagefile Storage share mode not implemented.
err:ole:ClientRpcChannelBuffer_SendReceive called from wrong apartment, should
have been 0x3a0000003b
err:ole:xCall RpcChannelBuffer SendReceive failed, 8001010e
fixme:ntdll:NtFsControlFile FSCTL_PIPE_IMPERSONATE: impersonating self
err:richedit:ReadStyleSheet skipping optional destination
err:ole:ClientRpcChannelBuffer_SendReceive called from wrong apartment, should
have been 0x3a0000003b
err:ole:xCall RpcChannelBuffer SendReceive failed, 8001010e
fixme:ntdll:NtFsControlFile FSCTL_PIPE_IMPERSONATE: impersonating self
Same thing with version 2.9 of that software (the latest).
Workaround: run with WINEDEBUG=+relay and redirect to a file.
It's worked for me 2 out of 2 tries. Install is very quick with 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=23228
Summary: Mavis Beacon Teaches Typing 5: Random pagefault during
Rhythm typing game
Product: Wine
Version: 1.2-rc3
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: gaming4jc2(a)yahoo.com
Created an attachment (id=28908)
--> (http://bugs.winehq.org/attachment.cgi?id=28908)
wine: Unhandled division by zero at address 0x7dd59096 (thread 000c), starting
debugger... Unhandled exception: divide by zero in 32-bit code (0x7dd59096).
This bug occurs at random times during the Rhythm game in Mavis Beacon Teaches
typing 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=22027
Summary: Symantec LiveUpdate 3.5 will not load
Product: Wine
Version: 1.1.40
Platform: x86
URL: ftp://ftp.symantec.com/public/english_us_canada/liveup
date/3.5/lusetup.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
Created an attachment (id=26784)
--> (http://bugs.winehq.org/attachment.cgi?id=26784)
Wine 1.1.40 console output
Symantec LiveUpdate 3.5 (luall.exe) loads into memory and starts the
lucomserver but nothing happens and no GUI is displayed.
--
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=22672
Summary: A-10 Cuba! crash in introduction screen forbiding to
play the game
Product: Wine
Version: 1.1.43
Platform: x86
URL: http://www.5star-shareware.com/Windows/Games/Flight/a1
0-cuba.html
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: petr.dlouhy(a)email.cz
Created an attachment (id=27913)
--> (http://bugs.winehq.org/attachment.cgi?id=27913)
console output
The crash is caused by unhandled page (see attachment) fault, and seems not to
be present in older Wine versions.
I was trying to do regression testing, but I failed. When I was testing on
prebuild .deb packages from archives, it appears, that the problem raised
between wine-1.1.28 (working) and wine-1.1.29 (not working). I started with
regression testing on GIT sources, but it crashes in all versions I tried
compiling from sources (even if it works in same prebuild versions) - I tried
version 1.1.28 and also version 1.1.16 (reported as working in appdb).
--
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=21279
Summary: EastWest Symphonic Orchestra Silver Edition: Install
Fails with pagefault at VST Plugins lookup
Product: Wine
Version: 1.1.35
Platform: x86-64
URL: http://www.amazon.com/EastWest-Symphonic-Orchestra-Sil
ver-Edition/dp/B0002E3FZQ
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: gaming4jc2(a)yahoo.com
Created an attachment (id=25592)
--> (http://bugs.winehq.org/attachment.cgi?id=25592)
wine: Unhandled page fault on read access to 0x0000711e at address 0x10013f57
(thread 00da), starting debugger...
This bug occurs when the installer looks for a "Vstplugins" folder. You can
tell it to "don't search for VST plugins, just create C:\Program
Files\Vstplguins" and it will proceed without pagefault, but I figured it's
worth posting as a wine bug.
Attached is log.
--
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=9462
Summary: Mouse cursor appears only when clickling left mouse
button (Star Wars: KOTOR)
Product: Wine
Version: 0.9.44.
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: wine-directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: winehq(a)gringer.dis.org.nz
Created an attachment (id=7799)
--> (http://bugs.winehq.org/attachment.cgi?id=7799)
basic output dump when running program and getting to main menu
Application: Star Wars(R): Knights of the Old Republic(TM) v1.03
I've recently managed to install KOTOR off the Best of PC DVD set, and noticed
that the standard mouse cursor won't display unless the left mouse button is
held down. Other custom context-based cursors, however, will display when no
buttons are held down (e.g. the hand icon when the mouse is over the
footlocker, or the arrow when hovering over doors).
I am not able to display the cursor in a screenshot, and am not sure currently
of other ways to give examples.
--
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=28665
Bug #: 28665
Summary: ntdll/directory test fails on FreeBSD9
Product: Wine
Version: 1.3.30
Platform: x86
OS/Version: Linux
Status: NEW
Keywords: download, source, testcase
Severity: normal
Priority: P2
Component: ntdll
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
Classification: Unclassified
May be related to the file system (UFS):
[austin@freebsd9 ~/wine-git/dlls/ntdll/tests]$ make directory.ok
../../../tools/runtest -q -P wine -M ntdll.dll -T ../../.. -p ntdll_test.exe.so
directory.c && touch directory.ok
directory.c:219: Test failed: Wrong number 0 of . directory files found
(ReturnSingleEntry=0,RestartScan=0)
directory.c:219: Test failed: Wrong number 0 of .. directory files found
(ReturnSingleEntry=0,RestartScan=0)
directory.c:190: Test failed: filed to query directory; status c000000f
directory.c:192: Test failed: not enough data in directory
directory.c:219: Test failed: Wrong number 0 of normal files found
(ReturnSingleEntry=1,RestartScan=1)
directory.c:219: Test failed: Wrong number 0 of hidden files found
(ReturnSingleEntry=1,RestartScan=1)
directory.c:219: Test failed: Wrong number 0 of system files found
(ReturnSingleEntry=1,RestartScan=1)
directory.c:219: Test failed: Wrong number 0 of directory files found
(ReturnSingleEntry=1,RestartScan=1)
directory.c:219: Test failed: Wrong number 0 of . directory files found
(ReturnSingleEntry=1,RestartScan=1)
directory.c:219: Test failed: Wrong number 0 of .. directory files found
(ReturnSingleEntry=1,RestartScan=1)
directory.c:190: Test failed: filed to query directory; status 80000006
directory.c:192: Test failed: not enough data in directory
directory.c:219: Test failed: Wrong number 0 of normal files found
(ReturnSingleEntry=1,RestartScan=0)
directory.c:219: Test failed: Wrong number 0 of hidden files found
(ReturnSingleEntry=1,RestartScan=0)
directory.c:219: Test failed: Wrong number 0 of system files found
(ReturnSingleEntry=1,RestartScan=0)
directory.c:219: Test failed: Wrong number 0 of directory files found
(ReturnSingleEntry=1,RestartScan=0)
directory.c:219: Test failed: Wrong number 0 of . directory files found
(ReturnSingleEntry=1,RestartScan=0)
directory.c:219: Test failed: Wrong number 0 of .. directory files found
(ReturnSingleEntry=1,RestartScan=0)
directory.c:269: Tests skipped: Wow64 redirection not supported
*** Error code 18
--
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=18812
Summary: Quick Launch directory is unimplemented
Product: Wine
Version: 1.1.23
Platform: PC
OS/Version: Linux
Status: NEW
Keywords: download
Severity: trivial
Priority: P2
Component: shell32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
Not a huge deal, but many installers (by default or optionally) put a shortcut
in:
%SYSTEMDRIVE%:\Documents and Settings\%USERNAME%\Application
Data\Microsoft\Internet Explorer\Quick Launch
which wine doesn't have by default. Actually using these shortcuts would be a
lot more difficult (and would need a new freedesktop.org spec), but we should
at least provide an empty folder for the apps to dump a shortcut in.
--
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=24087
Summary: Cosmic Rift: menu has flickering
Product: Wine
Version: 1.3.1
Platform: x86
URL: http://www.soe.com/casualProduct.vm?Id=038
OS/Version: Linux
Status: NEW
Severity: trivial
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
It's a free download from Sony online (see url). Installs mostly fine (minor
graphics bugs).
Once you run it, at the start menu, you type in your alias. Here, the window
flickers pretty bad.
Terminal shows:
wine CosmicRift.exe
fixme:win:EnumDisplayDevicesW ((null),0,0x32dcdc,0x00000000), stub!
fixme:win:EnumDisplayDevicesW ((null),0,0x32e58c,0x00000000), stub!
fixme:d3d_surface:surface_convert_format Cannot find a conversion function from
format WINED3DFMT_B8G8R8X8_UNORM to WINED3DFMT_B5G6R5_UNORM
fixme:win:EnumDisplayDevicesW ((null),0,0x32e588,0x00000000), 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=22854
Summary: World of Warcraft 3.3.3 Crashes on World Load
Product: Wine
Version: 1.1.44
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: josh.loomis(a)gmail.com
Wine launches World of Warcraft with no errors. User is able to log in - login
screen displays animation, plays music, etc. Characters render on selection
screen, no issues. World loads (progress bar, etc). Once world finishes
loading and UI is loaded, game crashes. Error listed in attachments.
--
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.