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.