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.