http://bugs.winehq.org/show_bug.cgi?id=32085
Bug #: 32085
Summary: Elven Legacy needs
msvcp80.dll.?replace@?$basic_string@DU?$char_traits@D@
std@@V?$allocator@D@2@@std@@QAEAAV12@V?$_String_iterat
or@DU?$char_traits@D@std@@V?$allocator@D@2@@2@0PBDI@Z
(purist)
Product: Wine
Version: 1.5.16
Platform: x86
URL: http://www.jeuxvideopc.com/demo/42971-elven-legacy.php
OS/Version: Linux
Status: NEW
Keywords: download
Severity: minor
Priority: P2
Component: msvcp
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: gyebro69(a)gmail.com
Classification: Unclassified
Created attachment 42298
--> http://bugs.winehq.org/attachment.cgi?id=42298
terminal output
The game fails to start when msvcp80=builtin.
Mscodescan output:
./ElvenLegacy.exe imports following stub symbols:
msvcp80:??$arg@M@std@@YAMABV?$complex@M@0@@Z
msvcp80:?insert@?$basic_string@_WU?$char_traits@_W@std@@V?$allocator@_W@2@@std@@QAE?AV?$_String_iterator@_WU?$char_traits@_W@std@@V?$allocator@_W@2@@2@V32@_W@Z
msvcp80:?replace@?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@QAEAAV12@V?$_String_iterator@DU?$char_traits@D@std@@V?$allocator@D@2@@2@0ABV12@@Z
msvcp80:?replace@?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@QAEAAV12@V?$_String_iterator@DU?$char_traits@D@std@@V?$allocator@D@2@@2@0PBDI@Z
--
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=32044
Bug #: 32044
Summary: Simon the Sorcerer 3D crashes on start with built-in
msvcp60
Product: Wine
Version: 1.5.15
Platform: x86
OS/Version: Linux
Status: NEW
Severity: minor
Priority: P2
Component: msvcp
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: gyebro69(a)gmail.com
Classification: Unclassified
Created attachment 42238
--> http://bugs.winehq.org/attachment.cgi?id=42238
terminal output
This was tested with the GOG.com version of the game. It seems no demo version
exists.
When starting the game from the launcher, it changes screen resolution first,
then it crashes (somewhere in msvcp60).
'winetricks vcrun6' is a workaround
Output from mscodescan:
./Simon3D.exe imports following stub symbols:
msvcp60:?_Initcvt@?$basic_filebuf@DU?$char_traits@D@std@@@std@@IAEXXZ
msvcp60:?seekoff@strstreambuf@std@@MAE?AV?$fpos@H@2@JW4seekdir@ios_base@2@H@Z
wine-1.5.15-249-g8392a85
--
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=31841
Bug #: 31841
Summary: Uru does not properly start anymore in full-screen
mode
Product: Wine
Version: 1.5.14
Platform: x86
URL: http://www.fileplanet.com/133011/130000/fileinfo/Uru:-
Ages-Beyond-MYST-Demo
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: winex11.drv
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: diafero(a)arcor.de
CC: hverbeet(a)gmail.com
Classification: Unclassified
Regression SHA1: 47c54c4ae7f235780a55ddf670503db4afc11055
Since wine 1.5.14, Uru [1] does not start properly anymore: The full-screen
window which appears is entirely black, and the mouse is restricted to a small
rectangle at the top left. If I wait long enough, I can hear the sound of the
first world that is loaded, so everything is working fine except that nothing
is actually displayed.
Uru worked all right in wine 1.5.13. I did a bisect, which revealed that the
following commit introduces this regression:
commit 47c54c4ae7f235780a55ddf670503db4afc11055
Author: Henri Verbeet <hverbeet(a)codeweavers.com>
Date: Fri Sep 28 01:06:52 2012 +0200
winex11: Fullscreen windows are never maximized.
Some window managers incorrectly set maximized state on fullscreen windows.
I am using KDE 4.9.1, so my window manager is KWin.
[1] http://appdb.winehq.org/objectManager.php?sClass=application&iId=4045
--
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=32087
Bug #: 32087
Summary: External environment variables interfere with cmd
runtest, causing it to issue false errors
Product: Wine
Version: 1.5.15
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: cmd
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jay(a)henrythorson.com
Classification: Unclassified
Created attachment 42301
--> http://bugs.winehq.org/attachment.cgi?id=42301
Examples of failed and successful 'make test' output
Runtest ('make test') in programs/cmd/tests fails for me (see attachment for
test output). The likely cause is due to the command 'set BA' in the 'Testing
set' section of test_builtins.cmd. When cmd is given this command, it echoes
all environment variables that begin with BA as well as the desired output
BAZ=bazbaz, which throws the test output out of sync with the expected output.
I am able to fix the problem by unsetting such variables (e.g. BASH_ENV) before
running 'make test'. The cmd documentation states that importing variables
into cmd from the shell environment is a desired feature, thus I would
recommend that the cmd test suite selectively unset or unexport environment
variables prior to running the test (but please do not unset critical ones like
DISPLAY).
This problem may be related to bug # 31889.
--
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=31738
Bug #: 31738
Summary: Material Brave hangs on starting
Product: Wine
Version: 1.5.13
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jiashulu(a)gmail.com
Classification: Unclassified
Material Brave is a Japanese game. An extra pack which can run independently
can be downloaded here:
http://caras.rassyai.com/~tgl-kikaku/materialbrave_ee1.zip
It hangs on starting and wine complains "wined3d_cs wait timed out".
The deadlock probably happens when d3d9_device_GetBackBuffer is called.
If ORM is set to backbuffer, the game runs well except that graphics is upside
down.
--
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=17264
Summary: The SunSpider JavaScript benchmarks does not show the
Results
Product: Wine
Version: 1.1.14
Platform: PC
URL: http://www2.webkit.org/perf/sunspider-0.9/sunspider-
driver.html
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: shdocvw
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: wine.dev(a)web.de
Created an attachment (id=19253)
--> (http://bugs.winehq.org/attachment.cgi?id=19253)
+ole,+shdocvw,+tid,+loaddll,+process
wine iexplore.exe
"http://www2.webkit.org/perf/sunspider-0.9/sunspider-driver.html"
Might be related to one of this missing features:
0033:fixme:shdocvw:ClOleCommandTarget_Exec
(0x131494)->({000214d1-0000-0000-c000-000000000046} 67 0 0x32e968 0x32e958)
0033:warn:shdocvw:InternetExplorer_QueryInterface
(0x131488)->({79eac9c5-baf9-11ce-8c82-00aa004ba90b} 0x32e97c) interface not
supported
0033:fixme:shdocvw:ClOleCommandTarget_Exec
(0x131494)->({000214d1-0000-0000-c000-000000000046} 84 0 (nil) 0x32fbc0)
Full log is attached.
--
By by ... Detlef
--
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=32256
Bug #: 32256
Summary: PowerPoint 2010 crashes in slideshow mode (possible
regression)
Product: Wine
Version: 1.5.17
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ncdoyle(a)gmail.com
Classification: Unclassified
Created attachment 42566
--> http://bugs.winehq.org/attachment.cgi?id=42566
Wine debug log specific to PowerPoint 2010 crashing
While in slideshow mode, Powerpoint 2010 crashes during transition between some
slides. Other users on WineHQ report that this may be a regression in the
current Wine version (1.5.17). I was running on a Xubuntu 12.10 platform in a
clean WINEPREFIX and with WINEARCH=win32
I have attached what I believe is the relevant part of the debug log. I looked
at a case where I experienced a crash during a presentation, where I just
loaded the document and then closed it, and when I entered presentation mode
and exited without a crash, and this is what is different.
--
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=32082
Bug #: 32082
Summary: CCleaner 3.x installer crashes at the same point (not
fully reproducible)
Product: Wine
Version: 1.5.15
Platform: x86
URL: http://www.piriform.com/ccleaner/download/standard
OS/Version: Linux
Status: UNCONFIRMED
Keywords: download, regression
Severity: normal
Priority: P2
Component: shell32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: gyebro69(a)gmail.com
CC: fgouget(a)codeweavers.com
Classification: Unclassified
Regression SHA1: 40b01c1bfc6635775c2a13485d31340062423356
Created attachment 42296
--> http://bugs.winehq.org/attachment.cgi?id=42296
terminal output
ccsetup324.exe
md5: 63871c34f72f2f1f2fba4b5397686abb
I came across the problem when attempting to install the freeware version of
CCleaner v3.24 in Wine 1.5.16. I downloaded the installer (ccsetup324.exe) in
my ~/Desktop directory and launched the installer from that location. I can get
past the first couple of screens (language selection, EULA, install options),
but Wine crashes before the next page could appear(where the installer offers
to also install Google Chrome).
What's odd is that the crash happens only when the installer is launched from
certain directories in my /home. Such example is ~/Desktop or the root of my
/home.
Most of the directories in my /home don't trigger the crash and the installer
can get past that screen without crashing.
I must add that the crashes are consistent: launching the installer from a
certain directory always results in the crash.
If I start the installer with
WINEDEBUG=warn+heap wine ccsetup324.exe
then the crash doesn't happen and the following message is added to the
terminal output (just before the problematic screen appears):
>err:heap:HEAP_ValidateInUseArena Heap 0x110000: block 0x123f70 tail overwritten at 0x123fc0 (byte 0/8 == 0x00)
I found that the problem didn't occur with Wine 1.5.14, and reverting the
following commit on 1.5.16 resolves the crash:
40b01c1bfc6635775c2a13485d31340062423356 is the first bad commit
commit 40b01c1bfc6635775c2a13485d31340062423356
Author: Francois Gouget <fgouget(a)codeweavers.com>
Date: Tue Oct 9 00:13:48 2012 +0200
shell32: Fix CommandLineToArgvW()'s handling of the executable path and
consecutive quotes.
:040000 040000 80681ab2280bbf6961596fa154197351ef701bb8
fec0ca22e484112ceff0aefdff9f7991fc3a12e2 M dlls
Let me know if you need further logs with specific debug channels enabled (in
case you can't reproduce the problem)
Fedora 17
gcc version 4.7.2 20120921 (Red Hat 4.7.2-2) (GCC)
--
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=32047
Bug #: 32047
Summary: HeidiSQL 7 crashes in 1.5.15
Product: Wine
Version: 1.5.15
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: marc.gray(a)gmail.com
Classification: Unclassified
HeidiSQL 7.0.0.4053 crashes on startup on OpenSuSE 12.1 and is extremely
unstable on Mint 13, both tested as broken in wine 1.5.15, but not 1.5.14 or
1.4.1. This has been reported on numerous PCs running Mint 13 and fixed on the
same by reinstalling 1.4.1
This is using the packages from:
http://en.opensuse.org/Wine#Repositorieshttp://www.winehq.org/download/ubuntu
--
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=32209
Bug #: 32209
Summary: fixme:gdiplus:GdipSetPathGradientBlend not implemented
gives Exception
Product: Wine
Version: 1.4
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: gdiplus
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: intracer(a)gmail.com
Classification: Unclassified
Created attachment 42485
--> http://bugs.winehq.org/attachment.cgi?id=42485
exception window
mongovue 1.5.3 http://www.mongovue.com/downloads/
When hovering ui buttons with mouse cursor exception window appears
wine console log:
fixme:gdiplus:GdipGetFamilyName No support for handling of multiple languages!
fixme:shell:URL_ParseUrl failed to parse L"MongoVUE.resources"
fixme:shell:URL_ParseUrl failed to parse L"MongoVUE.resources"
fixme:win:DisableProcessWindowsGhosting : stub
fixme:gdiplus:GdipCreateHalftonePalette stub
fixme:gdiplus:GdipSetPathGradientBlend not implemented
--
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.