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.
https://bugs.winehq.org/show_bug.cgi?id=37274
Bug ID: 37274
Summary: Nancy Drew: Warnings at Wavely Academy won't start
Product: Wine
Version: 1.7.26
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: hildalev(a)gmail.com
Created attachment 49572
--> https://bugs.winehq.org/attachment.cgi?id=49572
Backtrace
I had lag problems with this game with Ubuntu 12.04 and wine 1.4, but after
upgrading to Ubuntu 14.04 and wine 1.7 the game won't start at all.
--
Do not reply to this email, post in Bugzilla using the
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=35662
Bug ID: 35662
Summary: SonicLab Cosmosf VST crashes on load
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: ntdll
Assignee: wine-bugs(a)winehq.org
Reporter: t(a)tehk.org
Created attachment 47625
--> http://bugs.winehq.org/attachment.cgi?id=47625
debug log
v1.7.13-0ubuntu1 via Wine Team PPA
I frequently use a bazillion different VST that all load and run fine with
vsthost and wine. However, this is one of the only plugins that crashes.
Attached is the debug log.
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=35470
Bug ID: 35470
Summary: Softonic downloader hangs
Product: Wine
Version: 1.7.11
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: litimetal(a)gmail.com
Classification: Unclassified
0. Download a 'big' software from Softonic, like
http://football-manager-2008.en.softonic.com/download
1. wine SoftonicDownloader_for_football-manager-2008.exe
2. Waiting for a long time, and the GUI didn't show up
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
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.
https://bugs.winehq.org/show_bug.cgi?id=37938
Bug ID: 37938
Summary: Ubisoft Interactive Scrabble 2007 will not work
Product: WineHQ.org
Version: unspecified
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: www-unknown
Assignee: wine-bugs(a)winehq.org
Reporter: s-a.miller(a)sky.com
Distribution: ---
Created attachment 50541
--> https://bugs.winehq.org/attachment.cgi?id=50541
Log of the issues
Program crashes as it opens. Possibly a 64 bit v 32 bit conflict
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=37204
Bug ID: 37204
Summary: DirectShow videos steal focus from RPG Maker 2000/2003
games
Product: Wine
Version: unspecified
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: mathewvq(a)gmail.com
When a video plays in an RPG Maker 2000 or 2003 game, the DirectShow
(sub?)window that's created steals focus from the game. This, in turn, causes
the game engine to pause, which doesn't resume until the whole game window is
defocused and refocused.
I've prepared a demonstration here. When you start the "game" (by pressing
space on the title screen), the screen will fade out and in to the message "[No
Movie Playing]", and then instantly turn to black and pause. After the game
window is defocused and refocused, the game (and video) will resume.
https://dl.dropboxusercontent.com/u/5968004/MovieTest.tar.gz
(The included shell script runs the game in windowed mode.)
This happens in both Linux with X11 and OS X with non-X11 driver. Winetricks +
quartz "fixes" the problem but causes other issues.
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=36688
Bug ID: 36688
Summary: this is for an older application built for us and it
works up to a certain spot then fails.
Product: Wine
Version: 1.7.18
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: blocker
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: stevemiske(a)gmail.com
Created attachment 48728
--> http://bugs.winehq.org/attachment.cgi?id=48728
this is the dump that was created
this application is used for order entry on our AS400. I am able to connect to
the as400 and go to certain menues, but fails when I am going to lookup data.
Under windows I normally can just point and click the Icon and I am going.
--
Do not reply to this email, post in Bugzilla using the
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.
https://bugs.winehq.org/show_bug.cgi?id=36127
Bug ID: 36127
Summary: valgrind shows a leak in oleaut32/tests/safearray.c
Product: Wine
Version: 1.7.17
Hardware: x86
OS: Linux
Status: NEW
Keywords: download, source, testcase
Severity: normal
Priority: P2
Component: oleaut32
Assignee: wine-bugs(a)winehq.org
Reporter: austinenglish(a)gmail.com
../../../tools/runtest -q -P wine -T ../../.. -M oleaut32.dll -p
oleaut32_test.exe.so safearray && touch safearray.ok
preloader: Warning: failed to reserve range 00110000-68000000
preloader: Warning: failed to reserve range 7f000000-82000000
==24053== 40 bytes in 1 blocks are definitely lost in loss record 93 of 267
==24053== at 0x7BC4C735: notify_alloc (heap.c:255)
==24053== by 0x7BC50F79: RtlAllocateHeap (heap.c:1716)
==24053== by 0x4FE9FD7: SAFEARRAY_Malloc (safearray.c:103)
==24053== by 0x4FEAEEC: SafeArrayAllocData (safearray.c:569)
==24053== by 0x4FEA3EA: SAFEARRAY_Create (safearray.c:244)
==24053== by 0x4FEB083: SafeArrayCreate (safearray.c:609)
==24053== by 0x4C65027: test_safearray (safearray.c:680)
==24053== by 0x4C6BB6E: func_safearray (safearray.c:2073)
==24053== by 0x4D75F00: run_test (test.h:584)
==24053== by 0x4D762EF: main (test.h:654)
==24053==
--
Do not reply to this email, post in Bugzilla using the
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=36426
Bug ID: 36426
Summary: ShortKeys stopped to work in Photoshop CS2
Product: Wine
Version: 1.6.2
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: vova.spam(a)gmail.com
Environment:
Arch linux
XFCE4 4.10
X.Org X Server 1.15.1
Problem:
Starting from wine version 1.6.2 (also reproducable in 1.7.18-1) I experience a
bug when I'm not able to use any shortkey in Photoshop CS2. It occurs on both
architectures win32 and x64. It doesn't effect only keys combinations like
`Ctrl+O` it also effect such keys like `H` to enable Hand tool.
I used wine from the repo and compiled wine-stable, result is the same.
Steps To Reproduce:
1. Install wine-stable 1.6.2
2. Remove ~/.wine
3. Install Photoshop CS2, normally using Setup.exe
4. Start Photoshop
5. Try to use any shortkey
Actual Results:
ShortKey doesn't work
--
Do not reply to this email, post in Bugzilla using the
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.
https://bugs.winehq.org/show_bug.cgi?id=37958
Bug ID: 37958
Summary: Level UP! AssaultFireLA FPS crashes
Product: Wine
Version: 1.7.35
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: correo.cuervo(a)gmail.com
Distribution: ---
Created attachment 50570
--> https://bugs.winehq.org/attachment.cgi?id=50570
Console messages
I launch the game and shows the login screen, I enter my user and my password
and I do click on Login button and program crashes.
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=37395
Bug ID: 37395
Summary: Ashersons Call II - No Sound
Product: Wine
Version: 1.7.28
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-dmusic
Assignee: wine-bugs(a)winehq.org
Reporter: wine(a)zootal.com
Distribution: ---
Created attachment 49730
--> https://bugs.winehq.org/attachment.cgi?id=49730
Log of messages the flood the console
Ashersons Call II. Sound does not work. No sound, no music. Console is flooded
with messages, see attached log file.
This has existed in every wine version I've tested, include in the latest dev
version 1.7.28. It occurs in a clean wine prefix.
This game is free to play after a one time $10 registration fee, you can
register at:
https://www.asheronscall.com/en
--
Do not reply to this email, post in Bugzilla using the
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.
https://bugs.winehq.org/show_bug.cgi?id=37141
Bug ID: 37141
Summary: Program Error vmhost.exe
Product: Wine
Version: 1.7.2
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: jose.rivera67(a)outlook.com
Created attachment 49363
--> https://bugs.winehq.org/attachment.cgi?id=49363
vmhost.exe Program Error Details
Program Error window pops up within seconds of loading Ubuntu. The window
continues to appear after I close it. I do not have to initiate a program for
the error to occur. I use wine for MS Office 2010.
--
Do not reply to this email, post in Bugzilla using the
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.
https://bugs.winehq.org/show_bug.cgi?id=37904
Bug ID: 37904
Summary: DatamngrCoordinator.exe
Product: WineHQ Apps Database
Version: unspecified
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: appdb-unknown
Assignee: wine-bugs(a)winehq.org
Reporter: maazarifbutt(a)gmail.com
Distribution: ---
The program DatamngrCoordinator.exe has encountered a serious problem and needs
to close. We are sorry for the inconvenience
--
Do not reply to this email, post in Bugzilla using the
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.
http://bugs.winehq.org/show_bug.cgi?id=31676
Bug #: 31676
Summary: Burnout Paradise. When patching Burnout for version
1.1 an error comes up.
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: f_fuentes2002(a)yahoo.es
Classification: Unclassified
Installing this patch
http://www.joystiq.com/game/burnout-paradise/download/burnout-paradise-the-…
I got an error from vpatch.exe when it's about to finish the patching of the
game.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=34663
Bug #: 34663
Summary: Can't Run Some .exe files
Product: Wine
Version: 1.6
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: bellawankusuma(a)yahoo.co.uk
Classification: Unclassified
Created attachment 46207
--> http://bugs.winehq.org/attachment.cgi?id=46207
Log
I cant run Connect Manager's application for USB modem
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=37329
Bug ID: 37329
Summary: Pes 2014
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Mac OS X
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: djlazos1995(a)gmail.com
Created attachment 49638
--> https://bugs.winehq.org/attachment.cgi?id=49638
This is my problem
i want to play pes 2014 and i can't..please help me...thanks
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=30161
Bug #: 30161
Summary: GdipImageRotateFlip core dumps
Product: Wine
Version: 1.4
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: gdiplus
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: atanvardo(a)gmail.com
Classification: Unclassified
Created attachment 39348
--> http://bugs.winehq.org/attachment.cgi?id=39348
WINE generated backtrace
While loading thumbnails, SIGMA Photo Pro 5 segfaults in GdipImageRotateFlip
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=34002
Bug #: 34002
Summary: Fullscreen applications pan away from the application
Product: Wine
Version: 1.6-rc4
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: hibbsncc1701(a)yahoo.com
Classification: Unclassified
In fullscreen applications, moving the mouse cursor to a screen boundry causes
the application to "scroll" off the screen showing the desktop. (or anything
else that was running.)
In some cases this causes the application to stop rendering. In other cases the
application can not be scrolled back and the application must be restarted to
continue use. There is also the possibility that the application can be used
normally, although the application may or may not be able to correctly
determine the current mouse cursor position. (This makes pop up dialogs
impossible to read, some buttons may be unusable, etc.)
This seems to occur at any video resolution, for any application. Setting
"Capture mouse pointer in fullscreen application" in winecfg does not work.
Currently the only workaround I can find is to run the application in windowed
mode (if the application supports it.) or in virtual desktop mode.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=37634
Bug ID: 37634
Summary: after insalling an application internet exporer 6 is
not running
Product: WineHQ Bugzilla
Version: unspecified
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: bugzilla-unknown
Assignee: wine-bugs(a)winehq.org
Reporter: lokesh.bhandari(a)enjayworld.com
Distribution: ---
Created attachment 50086
--> https://bugs.winehq.org/attachment.cgi?id=50086
show errror cannot find server
I have made new prefix and install internet explorer 6 from winetricks. While
prefix is new and I and internet explorer. It run well. But After installing
one incometax software, internet explorer is not running it give message that
"cannot find server". Same things happen with internet explorer8. And while
openinig any website it trying to download some file. I have attached sceen
shot of same issue.
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=36957
Bug ID: 36957
Summary: Shoretel Communicator: Crashes when running the
installer.
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: msi
Assignee: wine-bugs(a)winehq.org
Reporter: david.fernandez.work(a)googlemail.com
Created attachment 49069
--> http://bugs.winehq.org/attachment.cgi?id=49069
Backtrace log referred to in the Bug Description.
Opening the program by (Gnome) right-click on the executable "Setup.exe" and
selecting "Open with...", then "Wine Windows Program Loader".
Program shows a "Shoretel Communicator - InstallShield Wizard" window saying
"Extracting Shoretel Communicator.msi".
Shortly after, that "Shoretel Communicator - InstallShield Wizard" window
welcoms the user and indicating that setup is preparing things, but another
window appears: "Program Error", saying "The program msiexec.exe has
encountered a serious problem and needs to close. We are sorry for the
inconvenience.", and also saying "This can be caused by a problem in the
program, or a deficiency in Wine. You may want to check the Application
Database for tips about running this application."
Pressinf on "Show Details" button in theat "Program Error" window, gives a
backtrace log that has been saved and attached here.
Also saved the terminal output as per some FAQ indications.
Running in Fedora20: 3.15.6-200.fc20.x86_64 #1 SMP Fri Jul 18 02:36:27 UTC 2014
x86_64 x86_64 x86_64 GNU/Linux
wine-1.7.22
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=31498
Bug #: 31498
Summary: Installation of Quicken 2010 Fails while trying to
collect and apply updates from the net.
Product: Wine
Version: 1.5.8
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: Chris(a)InfoGreat.com
Classification: Unclassified
Created attachment 41410
--> http://bugs.winehq.org/attachment.cgi?id=41410
Stack Trace
Installation Reports:
err:setupapi:do_file_copyW Unsupported style(s) 0x284
fixme:psdrv:PSDRV_UpdateDevCaps Can't find page
fixme:psdrv:PSDRV_UpdateDevCaps Can't find page
fixme:psdrv:PSDRV_UpdateDevCaps Can't find page
err:ole:TLB_ReadTypeLib Loading of typelib L"C:\\Program Files\\Common
Files\\InstallShield\\Professional\\RunTime\\IsProBE.tlb" failed with error 2
fixme:storage:create_storagefile Storage share mode not implemented.
fixme:apphelp:ApphelpCheckInstallShieldPackage stub: 0x33dcec
L"C:\\users\\cjm\\Temp\\byeb94.tmp\\Disk1\\data1.hdr"
err:ole:dispatch_rpc no apartment found for ipid
{ffffffff-ffff-ffff-0b00-000036000000}
err:rpc:I_RpcReceive we got fault packet with status 0x80010108
fixme:ole:TLB_ReadTypeLib Header type magic 0x00905a4d not supported.
err:ole:TLB_ReadTypeLib Loading of typelib L"C:\\Program
Files\\Intuit\\Quicken\\2010\\QWUTIL.dll" failed with error 0
err:ole:TLB_ReadTypeLib Loading of typelib L"C:\\Program
Files\\Intuit\\Quicken\\2010\\QWUTIL.tlb" failed with error 2
Unhandled Exception: System.NullReferenceException: Object reference not set to
an instance of an object
at <Module>.ATL.CSimpleStringT<char,0>.{ctor}
(ATL.CSimpleStringT<char,0>*,ATL.IAtlStringMgr*) <0x00029>
at <Module>.ATL.CStringT<char,ATL..StrTraitATL<char,ATL..ChTraitsCRT<char> >
>.{ctor} (ATL.CStringT<char,ATL..StrTraitATL<char,ATL..ChTraitsCRT<char> > >*)
<0x00017>
at <Module>.QString.{ctor} (QString*) <0x00013>
at <Module>.CLbtWebRequest.{ctor} (CLbtWebRequest*,CLbtID*,int) <0x001ab>
at <Module>.WebRequest_LBTHndlr (CLbtID*) <0x0003b>
at (wrapper native-to-managed) <Module>.WebRequest_LBTHndlr (CLbtID*) <0x00033>
wine: Unhandled page fault on write access to 0x00e3e558 at address 0xb9a71f
(thread 000b), starting debugger...
Created new window in existing browser session.
Created new window in existing browser session.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=31949
Bug #: 31949
Summary: AutoCAD 2009: Crash after clicking on "A" letter
Product: Wine
Version: 1.5.15
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: lukasz.wojnilowicz(a)gmail.com
Classification: Unclassified
Created attachment 42094
--> http://bugs.winehq.org/attachment.cgi?id=42094
A letter
Steps to reproduce:
1) remove ~/.wine
2) workaround bug #12532
3) winetricks dotnet30 windowscodecs
4) install AutoCAD2009
5) start AutoCAD2009
6) Press "A" letter (See 1st attachment)
Behaviour:
See 2nd attachment.
Expected behaviour:
No 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=36052
Bug ID: 36052
Summary: Windows are not drawn unless moving the window.
Product: Wine
Version: unspecified
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: gdi32
Assignee: wine-bugs(a)winehq.org
Reporter: alexhultman(a)gmail.com
Created attachment 48213
--> http://bugs.winehq.org/attachment.cgi?id=48213
Wine can't even draw its own applications
I'm using wine-1.7.16 and it's pretty much completely broken. Every application
window is drawn only partially. Most of the window is not updated and just
black. If I move the window it draws but this is not a pleasant workflow.
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=30318
Bug #: 30318
Summary: Chess Champ 2.0 crashes when pieces are moved
Product: Wine
Version: 1.4
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: paulkusmanoff(a)gmail.com
Classification: Unclassified
Created attachment 39620
--> http://bugs.winehq.org/attachment.cgi?id=39620
The error log automatically generated after the program crash
The program installs just fine (It's an old 16-bit installer for a 32-bit
application). Launching the application can easily be done, although there are
minor glitches with the GUI (The minimise, maximise and resize squares are
replaced with question marks), this does not affect navigation of the options.
However, the program is effectively useless because pieces cannot be moved and
no games may be played, either by telling the computer to make a move, or by
doing one yourself. You can click and drag the pieces just fine, but dropping
them down to another square results in an immediate "serious problem and needs
to close" error. The screen mentions that "winevdm.exe" is what caused 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=29336
Bug #: 29336
Summary: Modal dialogs should not have title bar icons
Product: Wine
Version: 1.3.32
Platform: All
OS/Version: All
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: user32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: alexhenrie24(a)gmail.com
Classification: Unclassified
Created attachment 37952
--> http://bugs.winehq.org/attachment.cgi?id=37952
Find dialog with title bar icon
According to MSDN, "Dialog boxes don't have title bar icons."[1] But when using
unmanaged windows in Wine, they do. The simplest example I could think of is
Notepad's Find and Replace dialog, but this bug affects dialogs in the
Starcraft Campaign Editor and undoubtedly many other applications.
[1]
http://msdn.microsoft.com/en-us/library/windows/desktop/aa511268.aspx#title…
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=33929
Bug #: 33929
Summary: Winamp+AMIP jn x86_64: fault on read access to
0x00000020 in 32-bit code
Product: Wine
Version: 1.4.1
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: shumkar(a)shumkar.ru
Classification: Unclassified
Winamp 5.6.3 crashes at launch after installing AMIP 2.67. Complains on "page
fault on read access to 0x00000020 in 32-bit code (0x00000020)".
This happens on x86_64 system only. On i686 system the same version of Winamp
with the same versions of AMIP and Wine launches OK.
Debugging output with 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.