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=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.
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.
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.