http://bugs.winehq.org/show_bug.cgi?id=28245
Summary: Checkpoint Firewall SmartConsole
Product: Wine
Version: 1.3.27
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: uwp(a)dicke-aersche.de
Checkpoint has a Windows tool for their Firewall configuration, called
SmartConsole. We have it in version R70.30 now. It installed fine and I can run
submodules like SmartTracker (although filtering doesn't work) but always when
I either try to open the Dashboard directly or via Window-click from another
module (e.g. the SmartTracker) it crashes:
err:ole:CoGetClassObject class {b9c30763-d756-4f91-b4d1-ded870f06f36} not
registered
err:ole:CoGetClassObject no class object {b9c30763-d756-4f91-b4d1-ded870f06f36}
could be created for context 0x1
err:ole:CoGetClassObject class {f129606e-5153-4653-893a-1b426f9887da} not
registered
err:ole:CoGetClassObject no class object {f129606e-5153-4653-893a-1b426f9887da}
could be created for context 0x1
fixme:mscoree:_CorDllMain (0x7c4c0000, 1, (nil)): stub
fixme:mscoree:_CorDllMain (0x7c550000, 1, (nil)): stub
fixme:mscoree:_CorDllMain (0x6750000, 1, (nil)): stub
fixme:mscoree:_CorDllMain (0x6710000, 1, (nil)): stub
wine: Unhandled page fault on read access to 0x06000053 at address 0x6000053
(thread 0042), starting debugger...
I hope this isn't too much for this field, I thought there's no use for using
an attachment for those few lines. If you need more information please tell me
what to do. I'm using Ubuntu 64bit 11.04 natty with the PPA-wine-archive.
1.3.27 is new today. Very strange: when using it via SmartTracker and it
crashes the SmarTracker window stays open and works.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=33532
Bug #: 33532
Summary: Winecfg hangs when brownsing win7 partition ('Add
application...')
Product: Wine
Version: 1.4.1
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: blocker
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: gabriel_even(a)yahoo.fr
Classification: Unclassified
Created attachment 44379
--> http://bugs.winehq.org/attachment.cgi?id=44379
Winecfg hangs when brownsing win7 partition ('Add application...')
Winecfg hangs when brownsing win7 partition ('Add 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=33365
Bug #: 33365
Summary: Poor performance of memory allocator
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: ntdll
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: alexpigna.dev(a)gmail.com
Classification: Unclassified
If there are many blocks of the same size in one of the free lists and a
slightly larger block which falls into the same free list is allocated the list
will be linearly scanned for a suitable block, potentially blocking for a very
long time. This situation actually happens in the game Deponia, under certain
conditions.
A possible solution would be to round up all allocated blocks in a size
category to the maximum size of the category. In this way the allocator could
always get the first block from a free list. This would waste some bytes, for
each allocation, but avoid the linear search. This solution would be similar to
how the jemalloc allocator works AFAIK.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=33205
Bug #: 33205
Summary: Magic: the Gathering Wide Beta doesn't show background
image
Product: Wine
Version: 1.5.25
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: admiral.hackbar(a)gmail.com
Classification: Unclassified
I'm running the wine from the git head, 1.2.25 doesn't work (see bug #33083).
On the login screen for Magic: the Gathering Online, the background image
doesn't show up. I've attached screenshows of the program in Wine and also
native Windows XP.
The installer is freely downloadable at:
http://www.wizards.com/magic/digital/magiconline.aspx?x=mtg/digital/magicon…
. Pick "Wide Open Beta Version"
The site says it needs .NET 4.0, so I ran installed dotnet40 with winetricks.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=31733
Bug #: 31733
Summary: Freeze then crash with calculation intense windows ap
Product: Wine
Version: 1.4.1
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: eric(a)gozippy.com
Classification: Unclassified
Created attachment 41729
--> http://bugs.winehq.org/attachment.cgi?id=41729
backtrace from wine
I am trying to get out of the Windows environment all together - and perhaps
figure a way to setup a cluster to assist in processing needs of this
application - but for now here it is...
adaptrade builder - a stock trading analysis tool - keeps freezing up on me. It
only does it when there is a large data file set to work with - smaller ones
are ok most of the time (25MB or less). It would be very helpful to be able to
set this on a server or cluster and run the chart and indicator analysis to
help optimize our systems - but the thing keeps crashing. For now we are
running it on Win 7 but that even is a bit slow...
Any ideas are much welcomed!
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=14361
Summary: co-operate with valgrind at execv
Product: Wine
Version: 1.0.0
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jreiser(a)BitWagon.com
Created an attachment (id=14658)
--> (http://bugs.winehq.org/attachment.cgi?id=14658)
insert $WINE_VALGRIND as argv[1] at execve()
When launching a new process, wine can co-operate with valgrind. New
environment variable WINE_VALGRIND is inserted as argv[1]. Patch is attached,
and will be sent to wine-patches(a)winehq.org.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=34168
Bug #: 34168
Summary: Ride Signs in Theme Park World are not displayed
Product: Wine
Version: 1.6
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: volkangezer(a)gmail.com
Classification: Unclassified
Ride Sign texts in Theme Park World are not displayed. Instead, only signs with
no texts are shown. This may be a font issue, but could not make it work. There
is a Font installer in CD, but it won't install.
Please see the screenshot from appdb regarding to signs:
http://appdb.winehq.org/screenshots.php?iAppId=7545&iVersionId=6091
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=14366
Summary: co-operate with valgrind when switching stacks
Product: Wine
Version: 1.0.0
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jreiser(a)BitWagon.com
Created an attachment (id=14663)
--> (http://bugs.winehq.org/attachment.cgi?id=14663)
tell valgrind when switching stacks
When wine knows it is switching stacks, then wine should tell valgrind. This
reduces valgrind complaints, and increases the ability of memcheck to detect
errors. Patch is attached, and will be sent to wine-patches(a)winehq.org.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=29172
Bug #: 29172
Summary: The Weather Underground / HeavyWeather Uploader
(WUHU): crashes after running a while
Product: Wine
Version: 1.3.33
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: multimies(a)mymail.fi
Classification: Unclassified
Created attachment 37635
--> http://bugs.winehq.org/attachment.cgi?id=37635
A log of WUHU running with crash
This weather software runs ok, but this bug is a problem. All functions have
been working fine with earlier Wine versions, too.
The bug appears after running the program for a while. But it doesn't apperar
always. I use this program every day and some days it crashes, sometimes not.
I created the log with command wine WUHU.exe &>log.txt
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=10205
Summary: Windows Media Player's Online Media Guide does not work
Product: Wine
Version: 0.9.48.
Platform: PC
URL: http://appdb.winehq.org/objectManager.php?sClass=version
&iId=1449
OS/Version: Linux
Status: NEW
Keywords: download
Severity: enhancement
Priority: P2
Component: wine-shdocvw
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: alex(a)thehandofagony.com
Created an attachment (id=8813)
--> (http://bugs.winehq.org/attachment.cgi?id=8813)
Console output
The player stalls with the text 'Opening . . .' in the player window for some
time, then shows a troubleshooting page telling you do check that 'work
offline' is not enabled, and that if you are connected to the Internet you can
use this link to connect the player.
--
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=18767
Summary: Radmin viewer 3.3 windows don't have window decoration
Product: Wine
Version: 1.1.22
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: stlwrt(a)gmail.com
Created an attachment (id=21528)
--> (http://bugs.winehq.org/attachment.cgi?id=21528)
Screnshot of decorless radmin window
Radmin viewer 3.3 connection manager works ok, but once you connect to some
machine, viewer window doesn't have windeco. No sensible error messages are
output from wine.
Used wine from git:
commit 1643679476c88953c6c506c152c7d25ba2219716
Author: Austin Lund <austin.lund(a)gmail.com>
Date: Wed Jun 3 16:02:56 2009 +1000
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=33885
Bug #: 33885
Summary: Left4dead glitchy execution
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: javierecf(a)gmail.com
Classification: Unclassified
when i start the first level, this error appears every second. everything about
the graphics looks fine, the game starts with no problem, except that with that
error coming out every second the game is running weirdly.
fixme:d3d:gl_blend_op Unhandled blend op 0.
err:d3d:state_blendop >>>>>>>>>>>>>>>>> GL_INVALID_ENUM (0x500) from
glBlendEquation @ ../../../wine-1.6.rc3/dlls/wined3d/state.c / 336
any idea what it could be?.
currently using: Slackware 64bits
wine: 1.6.rc3
video card: AMD Radeon HD 6520G
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=28531
Bug #: 28531
Summary: Livestream Procaster disconnects with "recording
desktop error"
Product: Wine
Version: 1.3.29
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: rmlipman(a)gmail.com
Classification: Unclassified
With some windowed games the stream will disconnect after 30 seconds to 2
minutes with a "recording desktop error." This doesn't seem to happen with full
screen games.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=34367
Bug #: 34367
Summary: Freeze while playing Mass Effect 3
Product: Wine
Version: 1.5.7
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: carlo.marchiori(a)gmail.com
Classification: Unclassified
Created attachment 45748
--> http://bugs.winehq.org/attachment.cgi?id=45748
PlayOnLinux log file, which essentially wine log with some flag turned on.
I'm playing Mass Effect 3 on a
Hardware 64bit
Card Radeon Cedar
OpenGL renderer string: Gallium 0.4 on AMD CEDAR
Debian Jessie/Sid testing distribution
Wine 1.5.7
I've played the game for many days quite flawlessy and I've reached the point
I'm seizing Cerberus Headquarters. Recently I've noticed some temporary
freezes, and now a complete freeze. I cannot play the game beyond this point.
In the log I find errors such as
err:ntdll:RtlpWaitForCriticalSection section 0x110060 "heap.c: main process
heap section" wait timed out in thread 0055, blocked by 0066, retrying (60 sec)
err:ntdll:RtlpWaitForCriticalSection section 0x7bcadc24 "loader.c:
loader_section" wait timed out in thread 0066, blocked by 005a, retrying (60
sec)
It's quite sad not being able to finish the game at this point!!!
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=31357
Bug #: 31357
Summary: bobcad software
Product: Wine
Version: unspecified
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: camespinoza101(a)gmail.com
Classification: Unclassified
Created attachment 41203
--> http://bugs.winehq.org/attachment.cgi?id=41203
ya plz fix
bobcad software
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=13018
Summary: Error when attempting to save file in ArtRage
Product: Wine
Version: unspecified
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: spamtrap(a)hellmark.org
When ever I try to save or export a file with Artrage, the app reports that an
error occurred while trying to save the file, and fixme:commdlg:GetFileName95
Flags 0x00800000 not yet implemented gets dumped into the console. Opens files
just 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=22479
Summary: Atlantica Online: crashes after entering login details
Product: Wine
Version: 1.1.43
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: teihoo(a)gmail.com
Created an attachment (id=27534)
--> (http://bugs.winehq.org/attachment.cgi?id=27534)
Debugger output after I close "program error" window
Ubuntu 10.04 RC (kernel 2.6.32-21) and also on 9.10 (2.6.31-21). since the
latest patch for AO has been released with improved pin-mode security, my
client crashes after entering login details and when server choice or "enter
pin" should apear.
err:ole:CoInitializeEx Attempt to change threading model of this apartment from
apartment threaded to multi-threaded
fixme:mountmgr:harddisk_ioctl unsupported ioctl 74080
wine: Unhandled page fault on write access to 0x00000004 at address 0x181d483e
(thread 0009), 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=26145
Summary: Xsyon crashes with a d3d out of memory error.
Product: Wine
Version: 1.3.13
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: fain(a)insightbb.com
While playing, the game crashes about every 10 minutes of running around.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=33598
Bug #: 33598
Summary: Mathematica 8 crashes on startup
Product: Wine
Version: 1.5.30
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: tpeter9(a)hotmail.com
Classification: Unclassified
Created attachment 44474
--> http://bugs.winehq.org/attachment.cgi?id=44474
backtrace produced
Since the last 2 updates of wine, Mathematica crashes everytime I try to start
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=32162
Bug #: 32162
Summary: Client for online games: cannot execute some function
(chenge player)
Product: Wine
Version: 1.5.16
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: icegood1980(a)gmail.com
Classification: Unclassified
Created attachment 42432
--> http://bugs.winehq.org/attachment.cgi?id=42432
log
Client:
http://www.prefclub.net/forum/index.php?app=downloads&module=display§io…
everytime when i try to change player nothing happens and terminal output
returns
fixme:imm:NotifyIME IMC_SETCANDIDATEPOS
full log 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=34730
Bug #: 34730
Summary: Regresion : Wine can no longer execute unix programs
Product: Wine
Version: 1.6
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: cmd
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: qparis(a)playonlinux.com
Classification: Unclassified
Since wine 1.6, it is impossible to run unix programs inside wine.
- Step to reproduce :
Run wine cmd /c /bin/ps (for example)
The result expected is the result of the command "ps". Instead, wine gives an
error and as a result, cannot run the program.
The regresion test gave this commit :
[dd0b719a3a1419f34774fc4cd921f3378d8c237b] cmd: Avoid infinite loop running
batch program.
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=33106
Bug #: 33106
Summary: Rosetta Stone 4.5.5 crashes on Activation
Product: Wine
Version: 1.5.24
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: cycoone(a)hotmail.com
Classification: Unclassified
Created attachment 43777
--> http://bugs.winehq.org/attachment.cgi?id=43777
wine generated backtrace
Installed Rosetta Stone TOTALe French Level 1-5 4.1.10
Updated to 4.5.5 (manually running the patch as the in program update doesn't
work properly)
Installed languages 1-5
Entered activation code, and clicked Activate
An error comes up providing the attached backtrace. At that point the Please
Wait... dialog in the program stays open forever and the languages are not
activated.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=14364
Summary: enhance loader and wine_main_preload_info for valgrind
Product: Wine
Version: 1.0.0
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: loader
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jreiser(a)BitWagon.com
Created an attachment (id=14661)
--> (http://bugs.winehq.org/attachment.cgi?id=14661)
loader co-operates with valgrind about wine_main_preload_info
wine-loader can co-operate with valgrind and other debugging tools.
1) New Elf32_auxv_t tag AT_WINE_PRELOAD_INFO for when symbol
wine_main_preload_info is not visible, especially valgrind tools. binutils is
not your friend: "ld: --export-dynamic fails if no undefined symbols"
http://sourceware.org/bugzilla/show_bug.cgi?id=6468
2) Store pathname of pre-loader at end of wine_main_preload_info, in the .addr
of the terminating 0==.size. This allows easy co-operation with valgrind tools
and other debuggers.
3) Pending linux kernel patch for Elf32_auxv_t tag AT_EXECFN simplifies
co-operation and virtualization in general. LKML, 2008-05-01,
"execve filename: document and export via auxiliary vector".
Patch is attached, and will be sent to wine-patches(a)winehq.org.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.