http://bugs.winehq.org/show_bug.cgi?id=28350
Summary: failure to create MSI packages include merge modules
(MSM files)
Product: Wine
Version: 1.3.28
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: msi
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: sam(a)robots.org.uk
The attached test case fails to compile an MSI using WiX 3.0 under Wine 1.3.28.
The error given is:
wine light -sval pr.wixobj
Microsoft (R) Windows Installer Xml Linker version
Copyright (C) Microsoft Corporation. All rights reserved.
light.exe : error LGHT0001 : Object reference not set to an instance of an
object
Exception Type: System.NullReferenceException
Stack Trace:
at Microsoft.Tools.WindowsInstallerXml.MergeMod.NativeMethods.GetMsmMerge ()
[0x00000] in <filename unknown>:0
at Microsoft.Tools.WindowsInstallerXml.Binder.ProcessMergeModules
(Microsoft.Tools.WindowsInstallerXml.Output output,
Microsoft.Tools.WindowsInstallerXml.FileRowCollection fileRows) [0x00000] in
<filename unknown>:0
at Microsoft.Tools.WindowsInstallerXml.Binder.BindDatabase
(Microsoft.Tools.WindowsInstallerXml.Output output, System.String databaseFile)
[0x00000] in <filename unknown>:0
at Microsoft.Tools.WindowsInstallerXml.Binder.Bind
(Microsoft.Tools.WindowsInstallerXml.Output output, System.String file)
[0x00000] in <filename unknown>:0
at Microsoft.Tools.WindowsInstallerXml.Tools.Light.Run (System.String[] args)
[0x00000] in <filename unknown>:0
Unhandled Exception: System.NullReferenceException: Object reference not set to
an instance of an object
at Microsoft.Tools.WindowsInstallerXml.MergeMod.NativeMethods.GetMsmMerge ()
[0x00000] in <filename unknown>:0
at Microsoft.Tools.WindowsInstallerXml.Binder.ProcessMergeModules
(Microsoft.Tools.WindowsInstallerXml.Output output,
Microsoft.Tools.WindowsInstallerXml.FileRowCollection fileRows) [0x00000] in
<filename unknown>:0
at Microsoft.Tools.WindowsInstallerXml.Binder.BindDatabase
(Microsoft.Tools.WindowsInstallerXml.Output output, System.String databaseFile)
[0x00000] in <filename unknown>:0
at Microsoft.Tools.WindowsInstallerXml.Binder.Bind
(Microsoft.Tools.WindowsInstallerXml.Output output, System.String file)
[0x00000] in <filename unknown>:0
at Microsoft.Tools.WindowsInstallerXml.Tools.Light.Run (System.String[] args)
[0x00000] in <filename unknown>:0
Binder temporary directory located at '/tmp/user/1000\11699d64\2ddee0c7'.
Validator temporary directory located at '/tmp/user/1000\28b7882d\728284bb'.
--
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=11414
Summary: msidb:STREAMS_modify 0x1c2178 3 0x12d2aa0 - mode not
implemented
Product: Wine
Version: unspecified
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: msi
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jdahlin(a)async.com.br
To be able to test this you need to install mono on win32. I used the 1.2.6
version.
I installed the latest beta of WiX, 3.0.2925 available from
wix.sourceforge.net.
First light.exe needs to be run on product.wxs on the
examples/public/first/product.wxs, this generated product.wixobj.
After that I run, with only builtin dlls:
wine ../light.exe "-cultures:en-us" product.wixobj
fixme:msidb:STREAMS_modify 0x1c2178 3 0x12d2aa0 - mode not implemented
light.exe : error LGHT0001 : Some sort of w32 error occurred: 120
Exception Type: System.ComponentModel.Win32Exception
Stack Trace:
[mono backtrace cut]
--
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=11411
Summary: GetFileVersionInfoSizeW returns wrong error code if file
has no version (affects WiX)
Product: Wine
Version: 0.9.54.
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Keywords: patch
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
http://blog.rvburke.com/2008/01/30/gtk-and-pygtk-on-win32/
complained about WiX not running.
http://www.winehq.org/pipermail/wine-patches/2007-November/046456.html
talks about two changes needed to get it closer to running.
It seems to have been dropped, so here's one of the two bugs
it reports:
Running light.exe from wix on a wixobj file with a non-versioned
file as a component prints a diagnostic error indicating
ERROR_FILE_NOT_FOUND using wine's builtin of version.dll and msi.dll,
but ERROR_RESOURCE_DATA_NOT_FOUND using wine's builtin of msi.dll and
native version.dll.
... version.dll's GetFileVersionInfoSizeW does return
ERROR_FILE_NOT_FOUND when trying to get the version of a file that
does not contain a version (for example, a text file). This is
because it relies on VERSION_GetFileVersionInfo_16 to do the file
existance check, which returns 0 (meaning file does not exist) if
LoadLibrary16 fails.
The patch addresses this by making VERSION_GetFileVersionInfo_16
return 0xFFFFFFFF (meaning file exists but does not have version) if
LoadLibrary16 returns an error beside ERROR_FILE_NOT_FOUND.
--
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=28359
Summary: authenticode verification failure prevents WiX 3.6
installation
Product: Wine
Version: 1.3.28
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: sam(a)robots.org.uk
Created an attachment (id=36353)
--> (http://bugs.winehq.org/attachment.cgi?id=36353)
full log file
Running http://wix.sourceforge.net/releases/3.6.2109.0/Wix36.exe results in the
following error:
#(loc.FailedHeader)
One or more issues caused the setup to fail. Please fix the issues and then
retry. For more information, see the log file.
0x80070057 - (null)
The full log file is attached; the first errors are:
[0021:0029][2011-09-13T13:01:50]: Download engine HTTP 200 HEAD to
http://download.microsoft.com/download/9/5/A/95A9616B-7A37-4AF6-BC36-D6EA96…
[0008:0026][2011-09-13T13:01:50]: Error 0x80070057: Failed authenticode
verification of payload: C:\users\sam\Temp\Netfx4Full
[0008:0026][2011-09-13T13:01:50]: Error 0x80070057: Failed to verify payload
signature: C:\users\Public\Application Data\Package
Cache\58DA3D74DB353AAD03588CBB5CEA8234166D8B99\dotNetFx40_Full_x86_x64.exe
--
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=27054
Summary: Won't run Wix 3.6 (beta) installer
Product: Wine
Version: 1.3.18
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: sam(a)robots.org.uk
Downloaded from http://wix.sourceforge.net/releases/3.6.1629.0/Wix36.exe
$ wine Wix36.exe
fixme:heap:HeapSetInformation (nil) 1 (nil) 0
err:ole:CoInitializeEx Attempt to change threading model of this apartment from
multi-threaded to apartment threaded
fixme:msxml:domdoc_load VT type not supported (8209)
--
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=20881
Summary: Starcraft crashes when selecting iCCup battle.net
server
Product: Wine
Version: 1.1.33
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: winehq(a)w-wins.com
Created an attachment (id=25027)
--> (http://bugs.winehq.org/attachment.cgi?id=25027)
backtrace when running Launcher.exe
Trying to get iCCup working in wine not met with success. Following
instructions at http://www.iccup.com/starcraft/sc_start.html
Followed initially instruction 1.2 2) since I have a starcraft install already
that works fine in Vista and in wine. When that worked in Vista, but not in
wine, I tried the download from instruction 1.1 which contains the launcher,
but got the same problem (and that version too works in Vista).
Whether I run Starcraft with the downloaded launcher or not (wine Launcher.exe
vs wine StarCraft.exe) everything works fine except when I select the iCCup
battle.net server - I get to see a distorted login screen for a fraction of a
second, then the screen blacks out. Alt-tabbing to the console used to launch
wine shows the backtrace, and ctrl+c cleans up the blacked-out screen, but wine
keeps running until killed.
--
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=39547
Bug ID: 39547
Summary: OllyDbg 2.x tooltips steal focus from their parent
window
Product: Wine
Version: 1.7.52
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: user32
Assignee: wine-bugs(a)winehq.org
Reporter: b7.10110111(a)gmail.com
Distribution: ---
To reproduce:
1. Start OllyDbg 2.x
2. Run some win32 executable (try using native dbghelp if it crashes on
loading)
3. Double-click a register, e.g. EAX, see its edit dialog
4. Hover an entry field, e.g. Hexadecimal EAX
5. See appearing tooltip to make the dialog inactive (so you have to move
cursor away or use Alt-Tab to actually enter something into the text field)
--
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=23015
Summary: PL\SQL Developer: shows standard message boxes behind
main window
Product: Wine
Version: 1.2-rc2
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: comdlg32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: chaostya(a)gmail.com
When I write a query in PL\SQL Developer window, then issue it against DB and
then want to close the window I click [x] and it looks like nothing happens,
but if I move main window down I would see a standard "question" message dialog
box asking me if I want to save my changes. I'm on 1.2-rc2 and it's a
regression from 1.2-rc1
--
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=33442
Bug #: 33442
Summary: Assassin's Creed ingame slowdown/lagg
Product: Wine
Version: 1.5.28
Platform: x86
OS/Version: Mac OS X
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: paulthetall(a)gmail.com
Classification: Unclassified
Yes I know it runs, and it runs decent. But it has slowdowns (laggs). Not due
gfx power, (512mb nvidia 640M gfx + 8gb ram) and also same thing on AMD Radeon
512mb 6770M. Dunno if it is the shaders, but if I try to do a testdebug of d3d,
It creates monster logs of mulitple gigs, so badly that my system hangs of it.
So couldn't really get a log.
--
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=32390
Bug #: 32390
Summary: Some ajax examples do not work in iexplore
Product: Wine
Version: 1.5.19
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ocean04(a)suomi24.fi
Classification: Unclassified
wine iexplore
http://www.w3schools.com/jquery/tryit.asp?filename=tryjquery_ajax_load2
Click "Get external content". Nothing happens
--
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=38191
Bug ID: 38191
Summary: None of the jqueryui widgets work correctly in
wine-gecko
Product: Wine-gecko
Version: unspecified
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-gecko-unknown
Assignee: jacek(a)codeweavers.com
Reporter: joel(a)airwebreathe.org.uk
Distribution: ---
http://jqueryui.com has a series of jquery widget examples. Unfortunetly the
site is reverse-proxied by CloudFlare which balks at the wine-gecko string.
The examples can be accessed via the wayback machine:
http://web.archive.org/web/http://jqueryui.com/
I tested the following widgets on wine 1.7.38, and they all failed:
Accordion, Autocomplete, Button, Datepicker, Dialog, Menu, Progressbar,
Selectmenu, Slider, Spinner, Tabs, Tooltip
--
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=32192
Bug #: 32192
Summary: Wordflood windows software
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: programs
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: rsrudysuryanto(a)gmail.com
Classification: Unclassified
Created attachment 42473
--> http://bugs.winehq.org/attachment.cgi?id=42473
Wordflood windows software crash
Wordflood windows software crash when I tried to run 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=29056
Bug #: 29056
Summary: Program freezes after sndPlaySound
Product: Wine
Version: 1.3.32
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: winmm&mci
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: rosslagerwall(a)gmail.com
Classification: Unclassified
Created attachment 37441
--> http://bugs.winehq.org/attachment.cgi?id=37441
test program for issue
1cde966c35dcb0b5dc7bc5a6c42b788f6d8f561c introduces a regression for the test
program attached.
Before this, Wine would repeatedly play the sound when the button is clicked.
After this commit, the first click plays the sound correctly. The second click
freezes the program.
Cheers
--
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=29299
Bug #: 29299
Summary: Lords of the Realm 2: in-game videos missing audio
Product: Wine
Version: 1.3.32
Platform: x86
URL: http://www.sierrahelp.com/Files/Extras/Demos/Lords2Dem
o.zip
OS/Version: Linux
Status: NEW
Keywords: download, regression
Severity: minor
Priority: P2
Component: winmm&mci
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: gyebro69(a)gmail.com
CC: hoehle(a)users.sourceforge.net
Classification: Unclassified
Regression SHA1: 1cde966c35dcb0b5dc7bc5a6c42b788f6d8f561c
Created attachment 37893
--> http://bugs.winehq.org/attachment.cgi?id=37893
7zipped +tid,+winmm,+mmdevapi,+alsa,+dsound,+mci debug log (uncompressed 1.4
MB)
In-game videos are missing audio in LotR 2. The videos are playing silently.
Other in-game sounds (stored in .wav files) are playing correctly. Videos are
encoded with the Smacker codec.
Audio worked correctly during video playback in 1.3.31:
1cde966c35dcb0b5dc7bc5a6c42b788f6d8f561c is the first bad commit
commit 1cde966c35dcb0b5dc7bc5a6c42b788f6d8f561c
Author: Jörg Höhle <hoehle(a)users.sourceforge.net>
Date: Mon Sep 19 14:30:58 2011 +0200
winmm: Never write silence, mmdevapi must handle underruns.
:040000 040000 442f9faf6718ced2ee637c2b040d4f04b8bb40bb
99757ff1ef66690b3572e6337349900a8ab0b495 M dlls
The patch can be reverted on current git (wine-1.3.34-202-gb0f704d), and that
fixed the problem.
This commit is also mentioned in bug #29056, although it causes freezes there.
The demo contains only 2 short videos (bat_los1.smk and bat_win1.smk) which are
playing when you either win or loose a game. To reach to that point in the game
requires several minutes of gameplay, so here I'll give you a different
approach to reproduce the problem with the demo.
1. Unpack and install the demo. Use Wine's full-screen mode for installation,
and do not perform system test when the installer asks for it.
2. Now that the demo is installed you need the RAD Video Tools utility,
including a smacker video player. Download and install RAD Video Tools:
http://www.radgametools.com/down/Bink/RADTools.exe
3. Locate the 2 video files in the demo directory (BAT_LOS1.SMK and
BAT_WIN1.SMK) and play either of them by using the smacker player application:
wine smackplw.exe BAT_WIN1.SMK. You can see the videos playing but cannot hear
audio.
Fedora 16 x86
Alsa 1.0.24
PA is not running
--
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=29608
Bug #: 29608
Summary: Earthworm Jim: hangs on start
Product: Wine
Version: 1.1.26
Platform: x86-64
URL: http://www.fileplanet.com/179574/170000/fileinfo/Earth
worm-Jim:-Special-Edition
OS/Version: Linux
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: winmm&mci
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
CC: hoehle(a)users.sourceforge.net
Blocks: 19531
Classification: Unclassified
Regression SHA1: 1cde966c35dcb0b5dc7bc5a6c42b788f6d8f561c
Regression introduced by:
austin@aw21 ~/wine-git $ git bisect bad
1cde966c35dcb0b5dc7bc5a6c42b788f6d8f561c is the first bad commit
commit 1cde966c35dcb0b5dc7bc5a6c42b788f6d8f561c
Author: J��rg H��hle <hoehle(a)users.sourceforge.net>
Date: Mon Sep 19 14:30:58 2011 +0200
winmm: Never write silence, mmdevapi must handle underruns.
:040000 040000 442f9faf6718ced2ee637c2b040d4f04b8bb40bb
99757ff1ef66690b3572e6337349900a8ab0b495 M dlls
to reproduce:
download demo, extract files
winecfg > win98 mode
start game
it will hang on 'Loading...'. Before this commit, game would start up, then hit
bug 19531.
--
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=19531
Summary: Earthworm Jim: Turning on sound effects lock up the
game.
Product: Wine
Version: 1.1.26
Platform: PC-x86-64
URL: http://www.fileplanet.com/179574/170000/fileinfo/Earth
worm-Jim:-Special-Edition
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ezekiel000(a)lavabit.com
Created an attachment (id=22732)
--> (http://bugs.winehq.org/attachment.cgi?id=22732)
Ternimal output
When running Earthworm Jim if you set the windows version to win2000 or winxp
then the sound effects are disabled and cannot be enabled (the joystick too).
If you set the windows version to win95 or win98 then on launch the game will
complain about missing dispdib.dll with error 2 (if you use a native windows
version of the dll is complains about dispdib.dll with error 33).
You can click ok and ignore the warning about dispdib.dll and enable the sound
effects, but when the first sound effect tries to play it will stutter then
lock up the game. (I tested it with both oss and alsa)
--
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=37011
Bug ID: 37011
Summary: acid3.acidtests.org can't load with builtin IE
Product: Wine
Version: 1.7.23
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: litimetal(a)gmail.com
Created attachment 49176
--> http://bugs.winehq.org/attachment.cgi?id=49176
terminal output.txt
0. wine iexplorer http://acid3.acidtests.org/
1. It shows "Scripting must be enabled to use this test."
winetricks -q jscript isn't a workaround
--
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=31814
Bug #: 31814
Summary: Gecko should clean up when upgrading
Product: Wine-gecko
Version: unspecified
Platform: x86-64
OS/Version: Linux
Status: NEW
Keywords: download, source
Severity: enhancement
Priority: P5
Component: wine-gecko-unknown
AssignedTo: jacek(a)codeweavers.com
ReportedBy: kennybobs(a)o2.co.uk
Classification: Unclassified
As you move from one version of Gecko to another (by upgrading Wine), the
number of times Gecko is installed increases. Gecko should remove the old
versions if they are no longer needed.
$ rm -rf ~/.wine ; wine-git wineboot ; du -s ~/.wine
234680 /home/test/.wine
$ rm -rf ~/.wine ; wine-1.1.25 wineboot ; sleep 4s ; wine-1.2.3 wineboot ;
sleep 4s ; wine-1.3.20 wineboot ; sleep 4s ; wine-1.5.6 wineboot ; sleep 4s ;
wine-1.5.12 wineboot ; sleep 4s ; du -s ~/.wine
369400 /home/test/.wine
At the moment the amount of additional disk space isn't enormous, but if
multiple users are updating Wine on the same machine the amount of disc space
used can increase dramatically.
The uninstall from the Control Panel just removes the listing, it doesn't
actually delete any files.
In real world use I don't think people will be updating in the fashion shown
above, but it may be something worth thinking about.
--
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=36697
Bug ID: 36697
Summary: PlayOn won't install
Product: Wine
Version: unspecified
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: lyriclover(a)gmail.com
Created attachment 48743
--> http://bugs.winehq.org/attachment.cgi?id=48743
Backtrace log for PlayOn error
I paid for a lifetime of PlayOn before Windows crashed on me for the last time.
Now I'm strictly a Linux Lady :-)
Wine won't successfully open PlayOn
It starts to install but then fails.
--
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=39381
Bug ID: 39381
Summary: unhandled exception, program termination with Turbocad
8.0 LTE 32bit (64 bit will not install)
Product: Wine
Version: 1.6
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: mike(a)clayenergy.com.fj
Distribution: ---
Created attachment 52489
--> https://bugs.winehq.org/attachment.cgi?id=52489
Program error details.
Program crash on startup.
--
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=38744
Bug ID: 38744
Summary: support _UNITY_NET_WORKAREA_REGION
Product: Wine
Version: 1.7.44
Hardware: x86
OS: Linux
Status: NEW
Keywords: download, source
Severity: normal
Priority: P2
Component: winex11.drv
Assignee: wine-bugs(a)winehq.org
Reporter: madewokherd(a)gmail.com
Distribution: ---
This would allow us to reliably determine the work area in multiple monitor
systems (at least when the WM supports the property), which we can't do
currently due to limitations of _NET_WORKAREA.
This matters because applications can react poorly to being assigned a
different size/position when maximized than they expect. (Example: Excel 2010
in "fullscreen" mode.)
The work area can be tested by unchecking "Allow the window manager to control
the windows" in winecfg and then maximizing a window (such as notepad).
--
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=36463
Bug ID: 36463
Summary: wine can't load unstripped gecko builds
Product: Wine
Version: 1.7.18
Hardware: x86
URL: http://iweb.dl.sourceforge.net/project/wine/Wine%20Gec
ko/2.24/wine_gecko-2.24-x86-unstripped.tar.bz2
OS: Linux
Status: NEW
Keywords: download, source
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: austinenglish(a)gmail.com
Jacek uploaded unstripped gecko builds, which I attempted to use to get better
valgrind logs. Unfortunately, however, it appears that 32-bit wine can't load
it:
$ rm -rf ~/.wine
$ wineboot
$ cd ~/.wine/drive_c/windows/system32/gecko/2.24
$ mv wine_gecko wine_gecko.bak
$ tar xvf ~/wine_gecko-2.24-x86-unstripped.tar.bz2
$ du -h wine_gecko/mozjs.dll
215M wine_gecko/mozjs.dll
then, try to use gecko:
$ wine iexplore.exe https://www.winehq.org
and check the gecko dlls:
$ du -h wine_gecko/mozjs.dll
4.4M wine_gecko/mozjs.dll
$ du -h wine_gecko-2.24-x86-unstripped.tar.bz2
531M wine_gecko-2.24-x86-unstripped.tar.bz2
$ sha1sum wine_gecko-2.24-x86-unstripped.tar.bz2
6d059ccfcfa23c5d5354a4eb9a7f0477e452930e
wine_gecko-2.24-x86-unstripped.tar.bz2
--
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=30575
Bug #: 30575
Summary: Silence FIXME from FlushProcessWriteBuffers stub to
prevent console spam (.NET Framework/SDK installers)
Product: Wine
Version: 1.5.3
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: kernel32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: focht(a)gmx.net
Classification: Unclassified
Hello,
sorry to bother again ...
Now that FlushProcessWriteBuffers stub is present it needs to shut up ;-)
It is called very often from CLR.
Please silence it with a "once" FIXME.
--- snip ---
0034:fixme:process:FlushProcessWriteBuffers : stub
0034:fixme:process:FlushProcessWriteBuffers : stub
0034:fixme:process:FlushProcessWriteBuffers : stub
0034:fixme:process:FlushProcessWriteBuffers : stub
...
<spam>
--- snip ---
For the interested, there is also an "old" usenet thread that talks about
FlushProcessWriteBuffers:
http://groups.google.com/group/comp.programming.threads/browse_frm/thread/1…
$ wine --version
wine-1.5.3-101-g9c19ba6
Regards
--
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=16370
Summary: iTunes hangs, spams console with unsupported ioctl
errors
Product: Wine
Version: CVS/GIT
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ead1234(a)hotmail.com
Itunes hangs in 1.1.10 while spamming the console with fixme messages like this
fixme:mountmgr:harddisk_ioctl unsupported ioctl 70c00
--
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=34989
Bug #: 34989
Summary: SourceTree can't install
Product: Wine
Version: 1.7.7
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: litimetal(a)gmail.com
Classification: Unclassified
Created attachment 46625
--> http://bugs.winehq.org/attachment.cgi?id=46625
terminal output.txt
0. download from
http://downloads.atlassian.com/software/sourcetree/windows/SourceTreeSetup_…
1. wine SourceTreeSetup_1.3.2.exe
2. click 'Next', 'Install'
3. the installer hangs, so I had to kill 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=21596
Summary: Windows 7 Platform SDK default install fails
Product: Wine
Version: 1.1.37
Platform: x86
OS/Version: Linux
Status: NEW
Keywords: download, Installer
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
If you try to install the Windows 7 Platform SDK
without disabling some of the options, it fails.
The log shows
12:48:46 PM Thursday, February 04, 2010: SFX C:\Program Files\Microsoft
SDKs\Windows\v7.0\Setup\SFX\vcredist_x64.exe installation started with log file
C:\users\dank\Temp\Microsoft Windows SDK for Windows
7_39e84b45-3dea-4c93-b469-0bba41d4286c_SFX.log
12:48:48 PM Thursday, February 04, 2010: C:\Program Files\Microsoft
SDKs\Windows\v7.0\Setup\SFX\vcredist_x64.exe installation failed with return
code 193
and the console log shows
err:process:create_process starting 64-bit process
L"C:\\135afb88bfaba38f6bfd6047\\install.exe" not supported on this platform
You can get the latter error by running visual c++ 2008 64 bit runtime redist
installer yourself.
So why is the installer, on a 32 bit wine, trying to run a 64 bit installer?
--
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=22048
Summary: Install .NET documentation in Windows 7 SDK fails
Product: Wine
Version: 1.1.39
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: datacompboy(a)call2ru.com
CC: datacompboy(a)call2ru.com
rm -rf .wine
./winetricks -q gdiplus vcrun6 vcrun2005 dotnet20
wine sdkmount/setup.exe
# Unselect all selection
# Select only "Documentation / .NET Framework"
# Run install.
Result:
=================================================================
A problem occurred while installing selected Windows SDK components.
Installation of the "Microsoft Windows SDK for Windows 7" product has reported
the following error: Please refer to Samples\Setup\HTML\ConfigDetails.htm
document for further information.
Please attempt to resolve the problem and then start Windows SDK setup again.
If you continue to have problems with this issue, please visit the SDK team
support page at http://go.microsoft.com/fwlink/?LinkId=130245.
Click the View Log button to review the installation log.
To exit, click Finish.
=================================================================
Error message sometimes "attempt to read or write protected memory".
+relay log is 605964913 bytes log. do i need to attach 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=25535
Summary: .NET Framework 4.0 Fails to install with HRESULT
0x80070643
Product: Wine
Version: 1.3.9
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: pjdowson(a)gmail.com
Wine version is 1.3.9, compiled with no parameters on Fedora 13.
Installing dotNetFx40_Full_x86_x64.exe downloaded from the MS website, the
installer will open and verify the integrity of files. The next stage will
attempt to install the .NET Framework 4.0 Client Profile. Towards the end of
this install the installer will fail with HRESULT 0x80070643, leaving little or
no information in the %TEMP% folder as to the cause.
The installer will only run if wine is set to WinXP.
Process used to reproduce:
WINEPREFIX=~/.wine-net40 sh winetricks gecko
WINEPREFIX=~/.wine-net40 sh winetricks windowscodecs ie7 msxml3
WINEPREFIX=~/.wine-net40 wineboot
WINEDEBUG=+relay WINEPREFIX=~/.wine-net40 wine
Downloads/net40/dotNetFx40_Full_x86_x64.exe &> net-out
I also attempted to install the .NET Framework 4.0 Client Profile prior to
installing the Full package. This provides the same error, the only difference
to the above process used was the filename of the Client Profile installer
dotNetFx40_Client_x86_x64.exe.
Each time I attempted to install I used a clean WINEPREFIX, deleting the prior
one before attempting again.
Screenshot of error:
http://www.stimpy.org/wine/net-error.png
Logs referenced in above screenshot, in %TEMP% dir:
http://www.stimpy.org/wine/net-install-logs.tar.gz
Output of installer debug:
http://www.stimpy.org/wine/net-out.tar.gz
This is my first bug report, I apologize if I have missed anything out.
--
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=31440
Bug #: 31440
Summary: Can' install .NET 4.0 - Installation failed with error
code: (0x80070643)
Product: Wine
Version: 1.5.10
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: top.secret.1011(a)gmail.com
Classification: Unclassified
Created attachment 41331
--> http://bugs.winehq.org/attachment.cgi?id=41331
Installation log
I tried to install .NET 4.0 with 'winetricks dotnet40' but "Installation Did
Not Succeed":
.NET Framework has not been installed because:
HRESULT 0x80070643
--
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=33149
Bug #: 33149
Summary: Visual Studio 2010 startup popup/dialog windows are
always hidden behind splash screen
Product: Wine
Version: 1.5.25
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: focht(a)gmx.net
Classification: Unclassified
Hello folks,
some people have reported "freezes" on startup but in most cases it's just a
dialog hidden behind the startup splash that requires dismissal (ok button).
You have to press "ENTER" in the dark (while the splash is in focus) to get
further.
Regards
--
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=34169
Bug #: 34169
Summary: CLICK ver 1.40 hangs at splash screen
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: nik.martin(a)gmail.com
Classification: Unclassified
Installed CLICK PLC Programming software from:
http://support.automationdirect.com/products/clickplcs.html
Version: 1.40
Prerequisites for installation are mfc42 and mdac, and I installed both using
winetricks
Wine: Built on 32 bit Debian Wheezy:
Version: wine-1.6-140-gca7ba70
To start CLICK, execute .wine/drive_c/Program Files/Automation
Direct/CLICK/CLICK.exe
A modal splash screen appears, and the app hangs. There is no output on the
console.
--
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=37901
Bug ID: 37901
Summary: SVG-Verein fails to install
Product: Wine
Version: 1.7.33
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: maiktapwagner(a)aol.com
Distribution: ---
Dear wine-Team,
I would like to report that the German program "SVG-Verein" fails to install on
my openSUSE "Tumbleweed" installation (32-bits). There is a demo version
available at the following address:
http://spg-direkt.de/datei-download/6/24-demo-versionen
Upon unpacking the .zip-file and starting the setup routine with wine, I get a
loading progress bar but the installation itself doesn't start.
Does this console output help or would you require further information? Please
let me know
----
mwagner@linux-dnat:~/Downloads> wine vdemo-setup-310.exe
fixme:process:SetProcessShutdownParameters (00000100, 00000000): partial stub.
err:module:attach_process_dlls "Stp0.dll" failed to initialize, aborting
err:module:LdrInitializeThunk Main exe initialization for
L"C:\\users\\mwagner\\Temp\\SetupTemp0\\AKSetup.exe" failed, status c0000142
----
Kind regards,
Maik
--
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=37910
Bug ID: 37910
Summary: SPG-Verein 3.1.0: 3 (unknown) empty error dialogs
during start
Product: Wine
Version: unspecified
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: anonymous.maarten(a)gmail.com
Distribution: ---
During start-up of SPG-Verein 3.1.0, 3 identical emtpy error dialogs show up.
They can be "ignored" by pressing 'Yes'.
In the console, there does not show up any fixme or error at the same time.
See https://bugs.winehq.org/attachment.cgi?id=50487 for a screenshot of the
error dialog.
$ cd ~/.wine/drive_c/spg/spg-verein
$ wine V-menu.exe
fixme:font:freetype_SelectFont Untranslated charset 255
fixme:ntdll:NtLockFile I/O completion on lock not implemented yet
fixme:font:freetype_SelectFont Untranslated charset 255
$ wine --version
wine-1.7.34-60-gd6450cf
(Installation procedure is described in
https://bugs.winehq.org/show_bug.cgi?id=37901#c3)
--
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=37909
Bug ID: 37909
Summary: SPG-Verein 3.1.0: Dialog hiding behind main window
(z-order problem)
Product: Wine
Version: unspecified
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: anonymous.maarten(a)gmail.com
Distribution: ---
Hey,
As described in https://bugs.winehq.org/show_bug.cgi?id=37901
During installation of SPG-Verein 3.1.0, a dialog does not go on top of the
view stack.
A screenshot can be found at https://bugs.winehq.org/show_bug.cgi?id=37901#c7.
Needs
$ winetricks mfc42
$ wine --version
wine-1.7.34-60-gd6450cf
$ du -sh vdemo-setup-310.exe
50M vdemo-setup-310.exe
$ sha1sum vdemo-setup-310.exe
ae53d0c650e74a54f4e9950dbd26bba56d6f89ed vdemo-setup-310.exe
--
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=31430
Bug #: 31430
Summary: Microsoft HealthVault Connection Center 4.1 fails to
run
Product: Wine
Version: 1.5.10
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: bradpitcher(a)gmail.com
Classification: Unclassified
Microsoft HealthVault Connection Center 4.1 fails to run, tested on Ubuntu
12.04. The software can be downloaded for free here:
http://www.microsoft.com/en-us/healthvault/tools-devices/devices.aspx
I get this on the command-line when I attempt to run it:
bpitcher@millsmess:~/.wine/drive_c/Program Files/Microsoft HealthVault$ env
WINEPREFIX="/home/bpitcher/.wine" wine C:\\windows\\command\\start.exe /Unix
/home/bpitcher/.wine/dosdevices/c:/users/Public/Desktop/Microsoft\ HealthVault\
Connection\ Center.lnk
fixme:exec:SHELL_execute flags ignored: 0x00000100
fixme:exec:SHELL_execute flags ignored: 0x00004100
bpitcher@millsmess:~/.wine/drive_c/Program Files/Microsoft HealthVault$
fixme:mscoree:ConfigFileHandler_startElement Unknown element L"system.net" in
state 1
fixme:mscoree:ConfigFileHandler_startElement Unknown element L"defaultProxy" in
state 3
fixme:advapi:RegisterTraceGuidsW (0x6cd15f38, 0x6cd20180,
{e2821408-c59d-418f-ad3f-aa4e792aeb79}, 1, 0x33eaf8, (null), (null),
0x6cd20188,): stub
fixme:msvcm:CrtImplementationDetails_DoDllLanguageSupportValidation stub
fixme:msvcm:CrtImplementationDetails_RegisterModuleUninitializer 0xc73f18: stub
Unhandled Exception: System.TypeInitializationException: An exception was
thrown by the type initializer for HealthVaultConnectionCenter.Program --->
System.ArgumentNullException: Argument cannot be null.
Parameter name: ptr
at System.Runtime.InteropServices.Marshal.GetDelegateForFunctionPointer
(IntPtr ptr, System.Type t) [0x00000] in <filename unknown>:0
at HealthVaultConnectionCenter.TraceProvider..ctor (System.String
applicationName, Guid controlGuid, Boolean useSequenceNumbers) [0x00000] in
<filename unknown>:0
at HealthVaultConnectionCenter.Program..cctor () [0x00000] in <filename
unknown>:0
--- End of inner exception stack trace ---
[ERROR] FATAL UNHANDLED EXCEPTION: System.TypeInitializationException: An
exception was thrown by the type initializer for
HealthVaultConnectionCenter.Program ---> System.ArgumentNullException: Argument
cannot be null.
Parameter name: ptr
at System.Runtime.InteropServices.Marshal.GetDelegateForFunctionPointer
(IntPtr ptr, System.Type t) [0x00000] in <filename unknown>:0
at HealthVaultConnectionCenter.TraceProvider..ctor (System.String
applicationName, Guid controlGuid, Boolean useSequenceNumbers) [0x00000] in
<filename unknown>:0
at HealthVaultConnectionCenter.Program..cctor () [0x00000] in <filename
unknown>:0
--- End of inner exception stack trace ---
fixme:advapi:UnregisterTraceGuids 0: stub
--
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=9727
Summary: OPML displays error on startup; mshtml's ShowHTMLDialog
too stubby
Product: Wine
Version: CVS/GIT
Platform: Other
URL: http://support.opml.org/download
OS/Version: other
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: wine-shdocvw
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
http://www.scripting.com/stories/2007/09/20/howToSponsorAnOpenSourcePr.html
says Dave Winer really wants OPML working well on Linux,
so I had a look.
First problem: on startup, it tries to run
some javascript that runs a dll function. It fails with an
error dialog, and wine complains
fixme:mshtml:ShowHTMLDialog ((nil) 0x1959980 (nil) L"help: no" 0x7bdfadc4)
Second problem: any time it tries to display a web page,
it does start up your web browser, but the resulting page is
blank (perhaps it can't pass the URL to the browser).
--
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=10291
Summary: Can't input data into quickbooks
Product: Wine
Version: 0.9.47.
Platform: Other
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: wine-binary
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: marc(a)mwiriadi.id.au
Created an attachment (id=8942)
--> (http://bugs.winehq.org/attachment.cgi?id=8942)
winedebug=warn+all
I can't input data into quickbooks after it is installed. I can open it but it
complains about a file missing even after the installation. I'm not to sure
about specifics of it but I did do a warn+all output which I will attach.
Please advise me how you would want this bugreport adjusted when you look at
the output.
--
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=34042
Bug #: 34042
Summary: QuickBooks SS 2008 Help application crashes
Product: Wine
Version: 1.6-rc5
Platform: x86-64
URL: http://dlm.download.intuit.com/SBD/QuickBooks/2008/R1/
QuickBooksSimpleStartDirect2008.exe
OS/Version: Linux
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: kennybobs(a)o2.co.uk
Classification: Unclassified
Created attachment 45239
--> http://bugs.winehq.org/attachment.cgi?id=45239
wine-1.6-rc5 console output
The Help application that comes with QB 2008 crashes multiple times. The crash
is caught by the application, error reporting and eventually winedbg although a
backtrace is never printed.
To get this far:
1. winetricks -q dotnet20 msxml4 (Bug 34029 and Bug 34028)
2. Install.
3. Run.
4. Cancel the New Company dialog.
5. Go to the Help menu and click on the first option.
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=18171
Summary: Quickbooks update checker hangs during download
Product: Wine
Version: 1.1.19
Platform: PC
URL: http://dlm2.download.intuit.com/SBD/QuickBooks/2009/R1/Q
uickBooksSimpleStartDirect2009.exe
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: kennybobs(a)o2.co.uk
Created an attachment (id=20636)
--> (http://bugs.winehq.org/attachment.cgi?id=20636)
QB2009R1 screenshot of failure point
Quickbooks 2008/2009's installer has an optional critical update checker.
The updater successfully downloads the "update list" but hangs when attempting
to download the updates themselves.
--
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=11720
Summary: Intuit (Au) QuickBooks Pro 2007/2008 free trial massive
memory leak
Product: Wine
Version: 0.9.56.
Platform: Other
URL: http://www.quicken.com.au/BusinessFinance/QuickBooksPro/
trial.aspx
OS/Version: other
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
QuickBooks Pro 2007/2008 free trial,
QB2007-08Trial.exe, 120921088 bytes, sha1sum
54bdcc52db69a73d3e6bfaa6626f994031b69935
http://www.quicken.com.au/BusinessFinance/QuickBooksPro/trial.aspx
gives the trial key as 846120363241002110143.
To install and start, you need to do
sh winetricks vcrun6 fakeie6 msxml3
(that's bug 5415).
Modulo a stray warning dialog about a missing file,
you can try to use the app. Choosing "open a
sample file" and then one of the samples
loads, but starts a stunningly rapid
memory leak. You have just a few seconds before
the app is using gigabytes of memory.
The app is unresponsive, too.
--
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=15793
Summary: Quickbooks 2009 Simple Start Fails to Install
Product: Wine
Version: 1.1.7
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P1
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: josmar52789(a)gmail.com
Created an attachment (id=16909)
--> (http://bugs.winehq.org/attachment.cgi?id=16909)
Terminal logging during installation.
Quickbooks 2009 Simple Start fails to install with an error stating "The
install was interrupted".
Winetricks was used to install .NET 2.0 and core fonts.
The normal parameters were selected during the installation wizard; do not
check for critical updates, install in the default location, and yes to install
Google Desktop part of Quickbooks.
Quickbooks 2009 Simple Start can be downloaded freely at Quickbooks website.
--
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=36730
Bug ID: 36730
Summary: Unhandled exception error in QuickBooks 2009
Product: Wine
Version: 1.7.19
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: onyx.solutions(a)gmx.com
Created attachment 48778
--> http://bugs.winehq.org/attachment.cgi?id=48778
Backtrace
Tried installing QuickBooks 2009 on Mint using version 1.7.19 (I haven't
received an update notification for 1.7.20 yet even after running apt-get). The
install looks like it's about to complete but then something failed and no
longer worked. I added the backtrace.
Quickbooks: Simple Start 2009
Wine: 1.7.19 x86
OS: Linux Mint 17 x86
--
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=37236
Bug ID: 37236
Summary: 3dmark06 installer fails to start in win64 mode unless
OS=vista
Product: Wine
Version: 1.7.25
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: cruiseoveride(a)gmail.com
The 3DMark06_v121_installer.exe fails to start in win64 mode unless OS=vista
Unhandled page fault is seen on the console
Works fine when WINEARCH=win32
Software can be downloaded for free from here;
http://www.futuremark.com/benchmarks/legacy
--
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=28287
Summary: Tropico 4: at startup, it crashes when calling
function CertGetNameStringW from crypt32.dll
Product: Wine
Version: 1.3.27
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: crypt32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: vitor.dominor(a)gmail.com
Created an attachment (id=36247)
--> (http://bugs.winehq.org/attachment.cgi?id=36247)
With PlayOnLinux 4.0+ and debugging enabled, the following error log was
produced.
Using PlayOnLinux, I installed Tropico 4 in a clean and separate 32-bit
wineprefix. Then when starting Tropico 4, the game crashes with a page fault,
when calling the function CertGetNameStringW from the embedded crypt32.dll.
With the Tropico 4 Demo, the game starts up and plays correctly. I noticed the
dlls AppData and KalypsoLauncher are absent from the Tropico 4 Demo
installation.
--
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=30947
Bug #: 30947
Summary: Tropico 4: crashes on startup
Product: Wine
Version: 1.5.6
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: zoku88(a)gmail.com
Classification: Unclassified
Created attachment 40602
--> http://bugs.winehq.org/attachment.cgi?id=40602
Terminal output.
Tropico 4 fails to start in wine 1.5.6. This worked in wine 1.4
After starting Tropico 4, after a while of nothing appearing on the screen, the
wine Crash GUI pops up. After closing the GUI, Tropico4.exe is still running,
so you have to manually kill it.
This is what I got when I did the regression testing:
c110a55f12a0dae4fdff9fb3e861eb4eb8bc0380 is the first bad commit
commit c110a55f12a0dae4fdff9fb3e861eb4eb8bc0380
Author: Vincent Povirk <vincent(a)codeweavers.com>
Date: Mon Mar 19 12:54:55 2012 -0500
mscoree: Search for an arch-specific mono dll first.
:040000 040000 0edaebe7b71e5b8ff60e5cce1b2657e65d4a871f
5f7498fcfb84344483dc76e8759455fb6dc0f0e1 M dlls
--
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=27978
Summary: QuickBooks Premier 2011 crash on start
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: insane2986(a)gmail.com
Created an attachment (id=35810)
--> (http://bugs.winehq.org/attachment.cgi?id=35810)
Terminal output
Operating system: Ubuntu 11.04
Wine version: wine-1.3.25 (from Wine repositories) running as Windows 7
Name of program: Quickbooks Premier 2011
Description of crash/problem: Installs OK, but when I try to run I get
"err:service:service_send_start_message service L"QBCFMonitorService" failed to
start".
"winetricks mono28" was required, but didn't fix 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=34008
Bug #: 34008
Summary: Bioshock Infinite won't start
Product: Wine
Version: 1.6-rc4
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: eurekafag(a)eureka7.ru
Classification: Unclassified
Created attachment 45192
--> http://bugs.winehq.org/attachment.cgi?id=45192
Bioshock Infinite log
Bioshock Infinite shows an empty message box on launch and closes after
pressing OK button. Nothing else is shown. After making a dirty hack in
commctrl.c (replaced pTaskConfig->pszMainInstruction with
pTaskConfig->pszContent) I can see the messagebox saying that I should have
DX10/11 compatible hardware and DX11 runtime: http://i.imgur.com/OxHDoKI.png
The log is attached. The game should be able to run on DirectX 10 as said on
the Steam store page: http://store.steampowered.com/app/8870/ (OS: Windows
Vista Service Pack 2 32-bit, Video Card: DirectX10 Compatible). DX10 seems to
be supported by Wine quite well since the newest Mortal Kombat runs fine
without any additional efforts and it can't be run on DX9.0c at all. Tried to
disable DX11 libs including d3d11 itself, not much changes except the lines
about fixme:d3d11:D3D11CreateDevice disappear. The messagebox stays the same.
--
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=37511
Bug ID: 37511
Summary: Multiple games and applications need 'msvcp120.dll'
(PPSSPP 0.9.x)
Product: Wine
Version: 1.7.30
Hardware: x86
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: msvcp
Assignee: wine-bugs(a)winehq.org
Reporter: focht(a)gmx.net
Distribution: ---
Hello folks,
since commit
http://source.winehq.org/git/wine.git/commitdiff/c8c810c21020bd0079ff0adcfe…
("msvcr120: Added VS2013 CRT dll.") there is initial support for VS2013 C
runtime in Wine.
It might be useful to start with VS2013 VC++ runtime support too.
--- snip ---
$ wine ./PPSSPPWindows.exe
err:module:import_dll Library MSVCP120.dll (which is needed by
L"Z:\\home\\focht\\Downloads\\ppsspp\\PPSSPPWindows.exe") not found
err:module:LdrInitializeThunk Main exe initialization for
L"Z:\\home\\focht\\Downloads\\ppsspp\\PPSSPPWindows.exe" failed, status
c0000135
--- snip ---
'winetricks -q vcrun2013' obviously works around.
$ sha1sum ppsspp_win.zip
089937c33c400e1cd3d2d153d95b25261a5a0c35 ppsspp_win.zip
$ du -sh ppsspp_win.zip
13M ppsspp_win.zip
$ wine --version
wine-1.7.30-58-g9e4590f
Regards
--
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=17023
Summary: Systemtools Hyena tool fails to detect the network
connection
Product: Wine
Version: 1.1.13
Platform: Other
URL: http://www.systemtools.com/hyena/download.htm
OS/Version: other
Status: NEW
Keywords: download
Severity: enhancement
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: kai.blin(a)gmail.com
After getting Hyena to start using native aclui.dll, browsing the domain tree
fails after clicking the + sign next to Enterprise->Networks.
Hyena displays a message box with the text "Unable to open network resource. No
network."
There is no output on the terminal, so I'm a bit at a loss what debug channel
to poke into to figure out what's happening.
--
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=38660
Bug ID: 38660
Summary: NUMA Explorer crashes on unimplemented function
KERNEL32.dll.GetNumaProcessorNode
Product: Wine
Version: 1.7.44
Hardware: x86
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: kernel32
Assignee: wine-bugs(a)winehq.org
Reporter: focht(a)gmx.net
Distribution: ---
Hello folks,
this time the other way around...
https://github.com/wine-compholio/wine-staging/tree/master/patches/kernel32…
I spent some time to find an app that really needs this API.
Tadaa ... http://www.flounder.com/numaexplorer.htm
Download: http://www.flounder.com/numaexplorer.zip
--- snip ---
$ wine ./NumaExplorer.exe
...
fixme:process:GetNumaHighestNodeNumber (0x33f898): semi-stub
wine: Call from 0x7bc61777 to unimplemented function
KERNEL32.dll.GetNumaProcessorNode, aborting
...
--- snip ---
Another interesting app is here:
https://technet.microsoft.com/en-us/sysinternals/cc835722.aspx ("Windows
Sysinternal Coreinfo v3.31")
--- quote ---
Coreinfo is a command-line utility that shows you the mapping between logical
processors and the physical processor, NUMA node, and socket on which they
reside, as well as the cache’s assigned to each logical processor. It uses the
Windows’ GetLogicalProcessorInformation function to obtain this information and
prints it to the screen, representing a mapping to a logical processor with an
asterisk e.g. ‘*’. Coreinfo is useful for gaining insight into the processor
and cache topology of your system.
--- quote ---
$ sha1sum numaexplorer.zip
2c635fc0406c77ad876636297939530b726a23ca numaexplorer.zip
$ du -sh numaexplorer.zip
152K numaexplorer.zip
$ wine --version
wine-1.7.44
Regards
--
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=28046
Summary: Program procexp.exe (Process Explorer) cannot start
with Wine
Product: Wine
Version: 1.2.2
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: AJD(a)aster.pl
The program procexp.exe has encountered serious problem - message.
Behavior: Program refuses to start under wine.
Expected behavior: Program works normally showing list of processes running
under wine.
procexp.exe can be located in http://live.sysinternals.com/procexp.exe
--
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=29578
Bug #: 29578
Summary: Internet Explorer 9 installer for Vista needs
photometadatahandler.dll and xpsprint.dll
Product: Wine
Version: 1.3.36
Platform: x86-64
URL: http://download.microsoft.com/download/0/8/7/08768091-
35BC-48E0-9F7F-B9802A0EE2D6/IE9-WindowsVista-x86-enu.e
xe
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: RandomAccountName(a)mail.com
Classification: Unclassified
The IE9 installer for Vista fails immediately with the message "Internet
Explorer needs an update before installing." The installation log
(C:\windows\IE9_main.log) shows:
00:01.994: ERROR: Checking version for
C:\windows\System32\Photometadatahandler.dll: Failed. (Couldn't get File
Version Info size.)
00:02.021: ERROR: Checking version for C:\windows\System32\XpsPrint.dll:
Failed. (Couldn't get File Version Info size.)
00:02.042: ERROR: System version and prerequisite validation checks failed.
After making copies of ieframe.dll named photometadatahandler.dll and
xpsprint.dll, this check succeeds:
00:01.329: INFO: Version Check of
C:\windows\System32\Photometadatahandler.dll: 8.0.7601.17601 >= 7.0.0.0 (True)
00:01.354: INFO: Version Check of C:\windows\System32\XpsPrint.dll:
8.0.7601.17601 >= 7.0.6002.18363 (True)
The installer then gets far enough to download IE9, but still fails later.
--
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=26940
Summary: advapi32: Windows Sysinternals Process Explorer v14.x
needs OpenTraceA/W() and ProcessTrace() stubs
Product: Wine
Version: 1.3.18
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: advapi32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: focht(a)gmx.net
Hello,
ProcessExplorer 14.x needs OpenTraceW() and ProcessTrace() stubs.
They are commented out in spec file hence there is not even unimpl stub to hit.
The returned address (NULL) isn't checked and directly dereferenced, leading to
crash dialog.
Though the app seems to recover from it, the data collecting thread just dies.
Download: http://technet.microsoft.com/en-us/sysinternals/bb896653
--- snip ---
002f:Call KERNEL32.LoadLibraryW(0046ec38 L"advapi32.dll") ret=0042166f
002f:Ret KERNEL32.LoadLibraryW() retval=68430000 ret=0042166f
002f:Call KERNEL32.GetProcAddress(68430000,0046ec2c "StartTraceW") ret=0042167f
002f:Ret KERNEL32.GetProcAddress() retval=6843ff50 ret=0042167f
002f:Call KERNEL32.GetProcAddress(68430000,0046ec1c "ControlTraceW")
ret=0042168c
002f:Ret KERNEL32.GetProcAddress() retval=6843dee0 ret=0042168c
002f:Call KERNEL32.GetProcAddress(68430000,0046ec10 "OpenTraceW") ret=00421699
002f:Ret KERNEL32.GetProcAddress() retval=00000000 ret=00421699
002f:Call KERNEL32.GetProcAddress(68430000,0046ec00 "ProcessTrace")
ret=004216a6
002f:Ret KERNEL32.GetProcAddress() retval=00000000 ret=004216a6
002f:Call advapi32.StartTraceW(0047ec38,0047e800 L"NT Kernel Logger",0047e788)
ret=004217bd
002f:fixme:advapi:StartTraceW (0x47ec38, L"NT Kernel Logger", 0x47e788) stub
002f:Ret advapi32.StartTraceW() retval=00000000 ret=004217bd
...
0033:trace:seh:raise_exception code=c0000005 flags=0 addr=(nil) ip=00000000
tid=0033
0033:trace:seh:raise_exception info[0]=00000000
0033:trace:seh:raise_exception info[1]=00000000
0033:trace:seh:raise_exception eax=00b9e864 ebx=00000000 ecx=00b9e860
edx=00000010 esi=0047ec50 edi=0047e788
...
--- snip ---
--- snip dlls/advapi32/advapi32.spec ---
# @ stub OpenTraceA
# @ stub OpenTraceW
...
# @ stub ProcessTrace
--- snip dlls/advapi32/advapi32.spec ---
Regards
--
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=27221
Summary: Full Spectrum Warrior will not start with:
0022:err:seh:setup_exception_record stack overflow
1204 bytes in thread 0022 eip b7496eaa esp 00240e7c
stack 0x240000-0x241000-0x340000
Product: Wine
Version: 1.3.20
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: baryluk(a)smp.if.uj.edu.pl
Created an attachment (id=34785)
--> (http://bugs.winehq.org/attachment.cgi?id=34785)
wine Launcher.exe log with WINEDEBUG=+relay,+seh,+tid
Game is freelly available for example from
http://www.joystiq.com/game/full-spectrum-warrior/download/full-spectrum-wa…
After installing game without problem, i have:
lavinia:/scratch/baryluk/wine-fsw-lavinia/drive_c/Program Files/THQ/Pandemic
Studios/Full Spectrum Warrior> wine Launcher.exe
err:ntlm:SECUR32_initNTLMSP ntlm_auth was not found or is outdated. Make sure
that ntlm_auth >= 3.0.25 is in your path.
err:ntlm:SECUR32_initNTLMSP Usually, you can find it in the winbind package of
your distribution.
fixme:secur32:schan_QueryCredentialsAttributes SECPKG_ATTR_CIPHER_STRENGTHS:
semi-stub
fixme:wininet:CommitUrlCacheEntryInternal entry already in cache - don't know
what to do!
PrintInfo: DNSResolverWinsock::CheckResolve -> Resolve
comstatus.doublefusion.com completed in 0.03 secs
fixme:winsock:WSACancelAsyncRequest (0xdeae),stub
lavinia:/scratch/baryluk/wine-fsw-lavinia/drive_c/Program Files/THQ/Pandemic
Studios/Full Spectrum Warrior> PrintInfo: Shutting down connection for (null)
PrintInfo: DNSResolverWinsock::CheckResolve -> Resolve
master10.doublefusion.com completed in 0.02 secs
fixme:winsock:WSACancelAsyncRequest (0xdeaf),stub
fixme:dsalsa:IDsDriverBufferImpl_SetVolumePan (0x145760,0x1462f8): stub
fixme:system:SystemParametersInfoW Unimplemented action: 59 (SPI_SETSTICKYKEYS)
fixme:system:SystemParametersInfoW Unimplemented action: 51 (SPI_SETFILTERKEYS)
err:seh:setup_exception_record stack overflow 852 bytes in thread 0022 eip
7ea1674a esp 00240fdc stack 0x240000-0x241000-0x340000
+relay,+seh,+tid log in attachment.
--
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=15418
Summary: Wine is missing WMVCore.DLL
Product: Wine
Version: CVS/GIT
Platform: All
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: denali(a)shadowforge.net
The Suffering "Free, Ad-Supported" version will not run and gives the following
error:
fixme:secur32:schan_QueryCredentialsAttributes SECPKG_ATTR_CIPHER_STRENGTHS:
semi-stub
fixme:secur32:schan_FreeCredentialsHandle (0x137720): stub
err:module:import_dll Library WMVCore.DLL (which is needed by L"C:\\Program
Files\\Midway Home Entertainment\\The Suffering\\Suffering") not found
err:module:LdrInitializeThunk Main exe initialization for L"C:\\Program
Files\\Midway Home Entertainment\\The Suffering\\Suffering" failed, status
c0000135
--
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=21292
Summary: system call "open" doesn't reject trailing slash in
filenames
Product: Wine
Version: 1.0.1
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: msvcrt
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: simon(a)josefsson.org
Here is another test case that triggers gnulib self-tests failures under Wine
but not under Windows XP. Under Wine it prints:
out 3
but under Windows XP it prints:
out -1
which is expected.
Thanks,
/Simon
jas@mocca:~$ cat foo.c
#include <fcntl.h>
#define WIN32_LEAN_AND_MEAN
#include <windows.h>
#include <stdio.h>
int
main (void)
{
int fd = open ("nonexist.ent/", O_CREAT | O_RDONLY, 0600);
printf ("out %d\n", fd);
return 0;
}
jas@mocca:~$ i586-mingw32msvc-gcc -o foo.exe foo.c
jas@mocca:~$ wine --version
wine-1.0.1
jas@mocca:~$ wine ./foo.exe
out 3
jas@mocca:~$
--
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=15365
Summary: 3DMark 2008 Vantage
Product: Wine
Version: 1.1.4
Platform: PC-x86-64
URL: http://www.futuremark.com
OS/Version: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P1
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: DjSpiker(a)Yandex.ru
CC: DjSpiker(a)Yandex.ru
Created an attachment (id=16212)
--> (http://bugs.winehq.org/attachment.cgi?id=16212)
output in console
Don't run 3D Mark 2008 Vantage
--
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=14139
Summary: Governor of poker crashes
Product: Wine
Version: CVS/GIT
Platform: PC
OS/Version: Linux
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: shdocvw
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: xerox_xerox2000(a)yahoo.co.uk
Hi, i saw someone was trying to get this app running here
http://ubuntuforums.org/showthread.php?t=838840
So i gave it a try as well. I got the same crash as that guy. The following
workaround makes the game start and run nicely:
Put following in the registry:
REGEDIT4
[HKEY_CLASSES_ROOT\CLSID\{56FDF344-FD6D-11d0-958A-006097C9A090}]
@="Task Bar Communication"
[HKEY_CLASSES_ROOT\CLSID\{56FDF344-FD6D-11d0-958A-006097C9A090}\InProcServer32]
@="C:\\Windows\\System32\\SHDOCVW.DLL"
"ThreadingModel"="Apartment"
Then run with native shdocvw (and shlwapi).
Apparently ITaskBarList implementation is completely missing from shdocvw,
causing the crash above.
--
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=38771
Bug ID: 38771
Summary: 3DMark Vantage: insufficient hardware detected
Unfortunately your graphics card doesn't support
DirectX10.
Product: Wine
Version: 1.7.45
Hardware: x86
URL: https://www.techpowerup.com/downloads/1966/futuremark-
3dmark-vantage-v1-1-0/
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3dx10
Assignee: wine-bugs(a)winehq.org
Reporter: t.artem(a)mailcity.com
Distribution: ---
Now that bug 20776 is resolved I've tried to run 3DMark Vantage again.
No luck:
$ ./3DMarkVantage.exe -nosysteminfo
fixme:ole:RemUnknown_QueryInterface No interface for iid
{00000019-0000-0000-c000-000000000046}
err:ole:CoGetClassObject class {96749377-3391-11d2-9ee3-00c04f797396} not
registered
err:ole:CoGetClassObject class {96749377-3391-11d2-9ee3-00c04f797396} not
registered
err:ole:create_server class {96749377-3391-11d2-9ee3-00c04f797396} not
registered
fixme:ole:CoGetClassObject CLSCTX_REMOTE_SERVER not supported
err:ole:CoGetClassObject no class object {96749377-3391-11d2-9ee3-00c04f797396}
could be created for context 0x17
fixme:win:EnumDisplayDevicesW ((null),0,0x32f558,0x00000000), stub!
fixme:msvcp:_Locinfo__Locinfo_ctor_cat_cstr (0x3276f4 1 C) semi-stub
fixme:msvcp:_Locinfo__Locinfo_ctor_cat_cstr (0x327524 1 C) semi-stub
fixme:msvcp:_Locinfo__Locinfo_ctor_cat_cstr (0x327714 1 C) semi-stub
fixme:msvcp:_Locinfo__Locinfo_ctor_cat_cstr (0x327500 1 C) semi-stub
fixme:heap:RtlSetHeapInformation (nil) 1 (nil) 0 stub
fixme:ole:CoInitializeSecurity ((nil),-1,(nil),(nil),1,3,(nil),0,(nil)) - stub!
fixme:ole:RemUnknown_QueryInterface No interface for iid
{00000019-0000-0000-c000-000000000046}
fixme:advapi:RegisterEventSourceW ((null),L"Futuremark SystemInfo Service"):
stub
fixme:advapi:ReportEventW
(0xcafe4242,0x0004,0x0000,0x00000000,(nil),0x0001,0x00000000,0x73e78c,(nil)):
stub
fixme:advapi:DeregisterEventSource (0xcafe4242) stub
fixme:ole:CoResumeClassObjects stub
fixme:process:WTSGetActiveConsoleSessionId stub
fixme:wtsapi:WTSQueryUserToken 0 0xd3d9d8
fixme:heap:RtlSetHeapInformation (nil) 1 (nil) 0 stub
fixme:win:EnumDisplayDevicesW ((null),0,0x3270d8,0x00000000), stub!
fixme:dxgi:dxgi_device_init Ignoring adapter type.
fixme:d3d10core:device_parent_create_swapchain_surface device_parent 0x1abd84,
container_parent 0x1ad540, wined3d_desc 0x326fd0, surface 0x32700c partial
stub!
fixme:d3d10core:device_parent_create_swapchain_surface Implement DXGI<->wined3d
usage conversion
fixme:dxgi:dxgi_device_create_surface iface 0x1abd50, desc 0x326e38, usage 0,
shared_resource (nil), outer 0x1ad560, surface 0x1ad570 partial stub!
fixme:d3d:query_init Unhandled query type 0x2.
This log is kinda inconclusive so if needed I can provide the full d3d 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=24317
Summary: 3DMark Vantage needs msvcp80 unimplemented function
Product: Wine
Version: 1.3.2
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: msvcp
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: the.ideals(a)gmail.com
3DMark_Vantage_v102_1901.exe
MD5 Sum: aace425ffc785dc341099d88b50f076f
SHA1 Sum: 3a53a8367d5d67f54fac54c4efc717f04d1673ed
Selected Windows 7 for new wine prefix.
Used custom install to deselect DirectX installation.
wine: Call from 0x7b837ef2 to unimplemented function
msvcp80.dll.??0?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@QAE@PBDI@Z,
aborting
--
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=18852
Summary: 3dmark Vantage requires avrt.dll
Product: Wine
Version: 1.1.23
Platform: PC
URL: http://www.futuremark.com/benchmarks/3dmark06/download
/
OS/Version: Linux
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jeffz(a)jeffz.name
err:module:import_dll Library AVRT.dll (which is needed by L"C:\\Program
Files\\Futuremark\\3DMark Vantage\\benchmark.dll") not found
AVRT.dll ships with Windows as of Windows Vista - eg, see
http://msdn.microsoft.com/en-us/library/ms681960(VS.85).aspx
AvQuerySystemResponsiveness et al.
--
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=22405
Summary: 3DMark Vantage requires d3dx10_36.dll
Product: Wine
Version: 1.1.43
Platform: x86
URL: http://www.futuremark.com/benchmarks/3dmarkvantage/dow
nload/
OS/Version: Linux
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jeffz(a)jeffz.name
3DMark Vantage requires d3dx10_36.dll, useful for bug 20776.
sh winetricks win2k vcrun2005sp1
sh winetricks vista
wine 3dmark_vantage_v101_0906a.exe
--
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=18851
Summary: 3DMark Vantage requires d3dx10_36.dll
Product: Wine
Version: 1.1.23
Platform: PC
URL: http://www.futuremark.com/benchmarks/3dmark06/download
/
OS/Version: Linux
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jeffz(a)jeffz.name
err:module:import_dll Library d3dx10_36.dll (which is needed by L"C:\\Program
Files\\Futuremark\\3DMark Vantage\\benchmark.dll") not found
--
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=27035
Summary: 3DMark Vantage needs unimplemented function
d3dx10_43.dll.D3DX10UnsetAllDeviceObjects
Product: Wine
Version: 1.3.19
Platform: x86-64
URL: http://www.filehippo.com/download_3dmark_vantage/tech/
7031/
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3dx10
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: the.ideals(a)gmail.com
3DMark_Vantage_v102_1901.exe
MD5 Sum: aace425ffc785dc341099d88b50f076f
SHA1 Sum: 3a53a8367d5d67f54fac54c4efc717f04d1673ed
Selected Windows 7 for new wine prefix.
Used custom install to deselect DirectX installation.
wine: Call from 0x7b83a932 to unimplemented function
d3dx10_43.dll.D3DX10UnsetAllDeviceObjects, aborting
--
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=24611
Summary: Install Shield fails on 64bit multilib wine if
WINEPREFIX was created by 64bit wine
Product: WineHQ Apps Database
Version: unspecified
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: appdb-unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: nheart(a)gmail.com
Install shield doesn't run on combined 32 and 64 bit multilib wine, It starts
fine but it spills a lot of:
err:ole:marshal_object couldn't get IPSFactory buffer for interface
{7871bfad-dad5-402f-9007-2593e9a07532}
err:ole:ClientIdentity_QueryMultipleInterfaces IRemUnknown_RemQueryInterface
failed with error 0x80004002
err:ole:StdMarshalImpl_ReleaseMarshalData could not map object ID to stub
manager, oxid=410000000c, oid=2
err:ole:CoReleaseMarshalData IMarshal::ReleaseMarshalData failed with error
0x8001011d
and then crashes. The problem seems to be limited to the multilib 32+64bit
wine, as pure 32bit or 32bit only multilib wine don't have this problem. Also
some people on arch forums reported that if the WINEPREFIX was created by a
32bit wine it would work even if the prefix was upgraded to a 64bit one.
Here's a related topic on wineforums:
http://forum.winehq.org/viewtopic.php?t=9698&sid=7619dc27fb449db56dac6b3882…
--
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=35268
Bug ID: 35268
Summary: 64bit InstallShield installer uses 32bit typelib
function offsets
Product: Wine
Version: 1.7.9
Hardware: x86
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: oleaut32
Assignee: wine-bugs(a)winehq.org
Reporter: marcus(a)jet.franken.de
Classification: Unclassified
Bug 24611 still seems to be present in some cases.
I am trying the GroupWise 2012 installer
https://download.novell.com/Download?buildid=X95cxyoSSiE~
gw12.0.0_client_win_en.exe
(needs a novell account, sign up using
https://secure-www.novell.com/selfreg/jsp/createOpenSuseAccount.jsp for
minimum personal info required )
err:ole:DispCallFunc loaded a typelib that assumes 32bit pointers, not 64bit
pointers? (oVft=2c).
err:ole:DispCallFunc loaded a typelib that assumes 32bit pointers, not 64bit
pointers? (oVft=34).
with my testpatch from
http://www.winehq.org/pipermail/wine-patches/2013-August/125674.html
shows that we still get /4 divisible offsets.
--
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=29889
Bug #: 29889
Summary: Symantec VIP access fails to install
Product: Wine
Version: 1.4-rc3
Platform: All
URL: http://www.symantec.com/products/trialware.jsp?pcid=pc
at_info_risk_comp&pvid=vip_1
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: robert.munteanu(a)gmail.com
Classification: Unclassified
To download, access Learn / Trialware / Symantec VIP Access for Desktop from
the above URL.
Start the installation, watch it fail. This is on a completely fresh install of
Wine.
--
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=31377
Bug #: 31377
Summary: Symantec VIP Access no longer install
Product: Wine
Version: 1.5.9
Platform: Other
URL: https://idprotect.verisign.com/desktop/home.v
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: robert.munteanu(a)gmail.com
Classification: Unclassified
This used to work in 1.4 at least. The console output is below.
fixme:storage:create_storagefile Storage share mode not implemented.
err:mscoree:LoadLibraryShim error reading registry key for installroot
err:mscoree:LoadLibraryShim error reading registry key for installroot
err:mscoree:LoadLibraryShim error reading registry key for installroot
err:mscoree:LoadLibraryShim error reading registry key for installroot
fixme:storage:create_storagefile Storage share mode not implemented.
fixme:iphlpapi:NotifyAddrChange (Handle 0x120e910, overlapped 0x120e91c): stub
fixme:shell:SHAutoComplete stub
fixme:exec:SHELL_execute flags ignored: 0x00000180
fixme:clusapi:GetNodeClusterState ((null),0x33ec04) stub!
fixme:advapi:DecryptFileA "c:\\dffa940868562943b306c6d2849ec3a5\\" 00000000
fixme:heap:HeapSetInformation (nil) 1 (nil) 0
fixme:advapi:LsaOpenPolicy ((null),0x33f304,0x00000001,0x33f31c) stub
fixme:advapi:LsaClose (0xcafe) stub
fixme:storage:create_storagefile Storage share mode not implemented.
err:msi:MsiEnableLogW Unable to enable log
L"C:\\users\\rmuntean\\Temp\\VIPSetup.log
TRANSFORMS=C:\\users\\rmuntean\\Temp\\{3BEF722A-4D90-4C6D-B3A5-E115D34E72BF}\\1033.MST
SETUPEXEDIR=C:\\users\\rmuntean\\Temp\\RarSFX0\\VIPAccess_Installer
SETUPEXENAME=VIPSetup.exe" (3)
fixme:storage:create_storagefile Storage share mode not implemented.
err:richedit:ReadStyleSheet skipping optional destination
err:richedit:ReadStyleSheet skipping optional destination
fixme:vbscript:DispatchEx_GetIDsOfNames
(0x20e900)->({00000000-0000-0000-0000-000000000000} 0x7fe97c 1 1024 0x7fe9b8)
fixme:vbscript:parse_script parser failed on parsing L"
If\r\n\t\r\n\t'Err.Clear\r\nend
function\r\n\r\n\r\n'--------------------------------------------------------------------------------------------------------\r\n\r\n'
Function to check if a process is running\r\nfunction isProcessRunning(byval
strComputer,byval strProcessName)\r\n\r\n Dim objWMIServ"...
err:msi:ITERATE_Actions Execution halted, action L"Stop_Browsers" returned 1603
err:msi:ITERATE_Actions Execution halted, action L"ExecuteAction" returned 1603
--
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=39050
Bug ID: 39050
Summary: Final Fantasy 14 launcher crashes on exit
Product: Wine
Version: 1.7.48
Hardware: x86-64
URL: http://dl.bdi-services.de/app/ffxivsetup_ft_uk.exe
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: adys.wh(a)gmail.com
Distribution: ---
Created attachment 52018
--> https://bugs.winehq.org/attachment.cgi?id=52018
Backtrace
Backtrace attached, although it's not much use.
Reproducible both on instann and uninstall.
--
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=38794
Bug ID: 38794
Summary: Netgear Powerline 2.x/3.x installers hang in a 64-bit
wineprefix
Product: Wine
Version: 1.7.44
Hardware: x86-64
URL: http://www.downloads.netgear.com/files/GDC/XAVN2001/NE
TGEAR_Powerline_Setup_V3.1.0.4_230-10802-06.zip
OS: Linux
Status: NEW
Keywords: download, Installer, win64
Severity: minor
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: imwellcushtymelike(a)gmail.com
Distribution: Ubuntu
Created attachment 51720
--> https://bugs.winehq.org/attachment.cgi?id=51720
Wine 1.7.44 console output
The Netgear Powerline installers report a page fault (in the console) and then
hang:
wine: Unhandled page fault on write access to 0x00000007 at address
0x7fa7dbdfb4fc (thread 0017), starting debugger...
err:ntdll:RtlpWaitForCriticalSection section 0x100a8 "heap.c: main process heap
section" wait timed out in thread 0027, blocked by 0017, retrying (60 sec)
WINEARCH=win32 is a workaround.
Apologies if this is a duplicate - there are so many similar WOW64 installer
bugs that I don't know what to look for.
$ sha1sum NETGEAR_Powerline_Setup_V*
11e46a7427e823b64999eba9ee8857984a990f2e NETGEAR_Powerline_Setup_V2.0.0.14.exe
5a7506b35fb1e2b70f300b9cfc8df417e9d5f651
NETGEAR_Powerline_Setup_V3.1.0.4_230-10802-06.exe
f6934705fec39c02a938473d6d55065dd0550e72
NETGEAR_Powerline_Setup_V3.1.0.4_230-10802-06.zip
http://www.downloads.netgear.com/files/GDC/XAV1004/Windows%20Powerline%20Ut…http://www.downloads.netgear.com/files/GDC/XAVN2001/NETGEAR_Powerline_Setup…
--
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=18604
Summary: Wine misses ole class
"{e2085f28-feb7-404a-b8e7-e659bdeaaa02}"
Product: Wine
Version: 1.1.21
Platform: PC-x86-64
URL: http://rpworld.de/page_programme_routerreconnect.html
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: ole
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dunerkahl(a)yahoo.de
Created an attachment (id=21287)
--> (http://bugs.winehq.org/attachment.cgi?id=21287)
console output
Hi,
I tried to run a simple command line tool for resetting router-connections via
UPNP called "RouterReconnect". It is written in Delphi, unfortunately source is
not available. The tool tries to use an ole class
"{e2085f28-feb7-404a-b8e7-e659bdeaaa02}", wine complaints that this class is
not registered, after that, an exception in ntdll occurs -> program aborts.
URL to the app is linked, backtrace is added.
--
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=23264
Summary: Playon MediaMall server fails to launch
Product: Wine
Version: 1.2-rc4
Platform: x86
URL: http://www.playon.tv/playon/download
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ead1234(a)hotmail.com
Installed Playon using the following steps found on the appdb.
1. Download the installer from the vendor website.
2. Install dotnet20, ie7, and wmp10 with winetricks.
3. Manually add the following registry key to fool the installer into believing
.NET 2.0 SP1 is installed (currently does not install in Wine):
[HKEY_LOCAL_MACHINE\Software\Microsoft\NET Framework Setup\NDP\v2.0.50727]
"SP"=dword:00000001
After installing I tried to launch MediaMallServer.exe and it resulted in the
following error.
err:service:service_control_dispatcher failed to create control pipe error = 2
The settings GUI for Playon runs but states "No SSDP" in the server box.
--
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=24191
Summary: Playon fails to start
Product: Wine
Version: 1.3.1
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ead1234(a)hotmail.com
Playon fails to start, complains of missing ssdp, and ssdp service fails to
start. Wine is missing the UPNP features from ssdpsrv.dll, ssdpapi.dll,
upnp.dll, upnphost.dll, and upnpui.dll.
--
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=36703
Bug ID: 36703
Summary: PlayOn 3.9.13 settings tool fails to detect system
memory size (needs 'Win32_OperatingSystem' WMI class
'TotalVisibleMemorySize' property)
Product: Wine
Version: 1.7.19
Hardware: x86
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: wmi&wbemprox
Assignee: wine-bugs(a)winehq.org
Reporter: focht(a)gmx.net
Hello folks,
as the summary says.
Nothing serious, it just displays a red field with 'Error' instead of real
value under 'System Check' property page.
Interestingly it also probes 'Win32_PhysicalMemory' WMI class 'Capacity'
property but ultimately it takes the value from 'Win32_OperatingSystem' WMI
class 'TotalVisibleMemorySize' property.
--- snip ---
$ pwd
/home/focht/.wine/drive_c/Program Files/MediaMall
$ WINEDEBUG=+tid,+seh,+relay,+wbemprox,+ole,+variant wine ./SettingsManager.exe
>>log.txt 2>&1
...
0041:trace:wbemprox:wbem_services_ExecQuery 0x5ffa8f8, L"WQL", L"SELECT * FROM
Win32_PhysicalMemory", 0x00000010, (nil), 0x33dfb0
...
0041:trace:wbemprox:enum_class_object_Next 0x5ff9058, -1, 1, 0x158478, 0xe13110
0041:trace:wbemprox:create_class_object L"Win32_PhysicalMemory", 0x158478
...
0041:trace:wbemprox:class_object_Get 0x5ffac10, L"Capacity", 00000000,
0x33e244, 0xe135dc, 0xe135e0
0041:Call oleaut32.SysAllocString(0033e0d4 L"8361885696") ret=f5d686a6
...
0041:trace:wbemprox:wbem_services_ExecQuery 0x5ffc338, L"WQL", L"SELECT * FROM
Win32_ComputerSystem", 0x00000010, (nil), 0x33dfb0
...
0041:trace:wbemprox:class_object_Get 0x5ffe368, L"TotalVisibleMemorySize",
00000000, 0x33e244, 0xe199a0, 0xe199a4
...
0041:Call oleaut32.SysAllocString(05ffea68 L"Not found ") ret=74e67dd7
...
0041:Call KERNEL32.RaiseException(e0434f4d,00000001,00000001,0033e1d0)
ret=79eda91c
0041:trace:seh:raise_exception code=e0434f4d flags=1 addr=0x7b83ac57
ip=7b83ac57 tid=0041
0041:trace:seh:raise_exception info[0]=80131501
0041:trace:seh:raise_exception eax=7b826c7d ebx=7b8bb000 ecx=80131501
edx=0033e108 esi=0033e1b0 edi=0033e170
0041:trace:seh:raise_exception ebp=0033e148 esp=0033e0e4 cs=0023 ds=002b
es=002b fs=0063 gs=006b flags=00200287
0041:trace:seh:call_stack_handlers calling handler at 0x79f908a2 code=e0434f4d
flags=1
--- snip ---
MSDN: http://msdn.microsoft.com/en-us/library/aa394239%28v=vs.85%29.aspx
--- quote ---
TotalVisibleMemorySize
Data type: uint64
Access type: Read-only
Total amount, in kilobytes, of physical memory available to the operating
system. This value does not necessarily indicate the true amount of physical
memory, but what is reported to the operating system as available to it.
For more information about using uint64 values in scripts, see Scripting in
WMI.
--- quote ---
Adding the property and filling the value using 'get_total_physical_memory'
helper (value converted to KB) allows the app to show the amount.
$ sha1sum PlayOnSetup.3.9.13.exe
05e03ab3cc64a45613656ea50171965f00558a6f PlayOnSetup.3.9.13.exe
$ du -sh PlayOnSetup.3.9.13.exe
64M PlayOnSetup.3.9.13.exe
$ wine --version
wine-1.7.19-70-gd6a59f7
Regards
--
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=36702
Bug ID: 36702
Summary: PlayOn 3.9.13 installer reports 'Setup requires
Windows Media Player 9 to be installed on this PC'
(needs IWMPCore::get_versionInfo)
Product: Wine
Version: 1.7.19
Hardware: x86
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: wmp&wmvcore
Assignee: wine-bugs(a)winehq.org
Reporter: focht(a)gmx.net
Hello folks,
as the summary says.
Prerequisite: 'winetricks -q dotnet35sp1' in 32-bit WINEPREFIX
--- snip ---
...
002d:Call KERNEL32.LoadLibraryExW(0033ea9e
L"C:\\windows\\system32\\wmp.dll",00000000,00000008) ret=f6457853
002d:Call PE DLL (proc=0xf5bc9b6c,module=0xf5bc0000
L"wmp.dll",reason=PROCESS_ATTACH,res=(nil))
002d:trace:wmp:DllMain (0xf5bc0000 1 (nil))
...
002d:trace:wmp:DllGetClassObject (CLSID_WindowsMediaPlayer
{00000001-0000-0000-c000-000000000046} 0x33ee9c)
002d:trace:wmp:ClassFactory_QueryInterface (0xf5bd8be8)->(IID_IClassFactory
0x33ee9c)
002d:trace:wmp:ClassFactory_AddRef (0xf5bd8be8)
002d:Ret wmp.DllGetClassObject() retval=00000000 ret=f6459e60
...
002d:Ret ole32.CoGetClassObject() retval=00000000 ret=7a0780b2
...
002d:fixme:wmp:ClassFactory_QueryInterface
(0xf5bd8be8)->({b196b28f-bab4-101a-b69c-00aa00341d07} 0x33eccc)
...
002d:trace:wmp:WMPFactory_CreateInstance ((nil)
{00000000-0000-0000-c000-000000000046} 0x33ed04)
...
002d:trace:wmp:OleObject_QueryInterface (0x3148a10)->(IID_IUnknown 0x33ed04)
002d:trace:wmp:OleObject_AddRef (0x3148a10) ref=2
002d:trace:wmp:OleObject_Release (0x3148a10) ref=1
...
002d:trace:wmp:OleObject_QueryInterface (0x3148a10)->(IID_IUnknown 0x33eaa8)
002d:trace:wmp:OleObject_AddRef (0x3148a10) ref=2
...
002d:fixme:wmp:OleObject_QueryInterface
(0x3148a10)->({c3fcc19e-a970-11d2-8b5a-00a0c9b7c9c4} 0x33ea64)
...
002d:trace:wmp:OleObject_QueryInterface (0x3148a10)->(IID_IWMPPlayer4 0x33eeac)
002d:trace:wmp:OleObject_AddRef (0x3148a10) ref=3
...
002d:fixme:wmp:WMPPlayer4_get_versionInfo (0x3148a10)->(0x33eff4)
...
002d:Call KERNEL32.RaiseException(e0434f4d,00000001,00000001,0033ee74)
ret=79eda91c
002d:trace:seh:raise_exception code=e0434f4d flags=1 addr=0x7b83ac57
ip=7b83ac57 tid=002d
002d:trace:seh:raise_exception info[0]=80004001
002d:trace:seh:raise_exception eax=7b826c7d ebx=7b8bb000 ecx=80004001
edx=0033edb4 esi=0033ee54 edi=0033ee20
002d:trace:seh:raise_exception ebp=0033edf8 esp=0033ed94 cs=0023 ds=002b
es=002b fs=0063 gs=006b flags=00200283
002d:trace:seh:call_stack_handlers calling handler at 0x79f908a2 code=e0434f4d
flags=1
...
System.NotImplementedException: The method or operation is not implemented.
at yoXDXLVQZnR81JcZu4b.dW1qO8VZaduVNVeBNXc.get_versionInfo()
at Q8JMws5ttecNHmigI8p.WqHEgy5gQoP1omJh4fB.RT1Y20nWV4(String )
...
002d:Call user32.MessageBoxExW(00000000,00a6ba54 L"Setup requires Windows Media
Player 9 to be installed on this PC. Once you have installed the player, you
can run the setup again.\n\nDo you want to be automatically redirected to the
Windows Media Player download site?",00a6c628 L"PlayOn
Installer",00011034,00000000) ret=08061f32
--- snip ---
Source:
http://source.winehq.org/git/wine.git/blob/fea6fedf29ace809b77be9294350229e…
--- snip ---
162 static HRESULT WINAPI WMPPlayer4_get_versionInfo(IWMPPlayer4 *iface, BSTR
*pbstrVersionInfo)
163 {
164 WindowsMediaPlayer *This = impl_from_IWMPPlayer4(iface);
165 FIXME("(%p)->(%p)\n", This, pbstrVersionInfo);
166 return E_NOTIMPL;
167 }
--- snip ---
$ sha1sum PlayOnSetup.3.9.13.exe
05e03ab3cc64a45613656ea50171965f00558a6f PlayOnSetup.3.9.13.exe
$ du -sh PlayOnSetup.3.9.13.exe
64M PlayOnSetup.3.9.13.exe
$ wine --version
wine-1.7.19-70-gd6a59f7
Regards
--
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=11080
Summary: Powerpoint Viewer fails to install
Product: Wine
Version: CVS/GIT
Platform: Other
URL: http://download.microsoft.com/download/a/1/a/a1adc39b-
9827-4c7a-890b-91396aed2b86/ppviewer.exe
OS/Version: other
Status: NEW
Keywords: Installer, regression
Severity: normal
Priority: P2
Component: kernel32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
Aborts since today with error message
"The setup program could not retrieve the volume information for drive
(C:\windows\temp\IXP000.TMP\.
System message: Bad device type"
Susan also reports seeing this, so I'm not alone.
+relay,+volume show:
0009:Call
KERNEL32.GetVolumeInformationA(00000000,00000000,00000000,00000000,0032fc1c,0032fc20,00000000,00000000)
ret=01003fe6
trace:volume:GetVolumeInformationW L"\\\\.\\C:": found fs type 0
0009:Ret KERNEL32.GetVolumeInformationA() retval=00000000 ret=01003fe6
0009:Call KERNEL32.GetLastError() ret=01003550
0009:Ret KERNEL32.GetLastError() retval=00000042 ret=01003550
...
0009:Call user32.MessageBoxA(00000000,0014c488 "The setup program could not
retrieve the volume information for drive (C:\\windows\\temp\\IXP000.TMP\\) .
\nSystem message: Bad device type\r\n.",0100abb4 "Microsoft Office PowerPoint
Viewer 2003",00010010) ret=01003a64
--
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=36981
Bug ID: 36981
Summary: installing Kies3
Product: Wine
Version: 1.7.22
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: pricharddavid303(a)gmail.com
Created attachment 49110
--> http://bugs.winehq.org/attachment.cgi?id=49110
crash report
Trying to install Samsung Kies 3 program
--
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=34891
Bug #: 34891
Summary: Application DesignSpark Crashes when adding components
to schematic
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: malcolm.north(a)gmail.com
Classification: Unclassified
Created attachment 46498
--> http://bugs.winehq.org/attachment.cgi?id=46498
crash dump file
When running DesignSpark PCB CAD software application crashes when dragging
component onto schematic. Crash dump attached.
This behaviour not exhibited on Windows 7.
Using Ubuntu 13.10 x86 and default Ubuntu wine distribution.
--
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=37363
Bug ID: 37363
Summary: Designspark 6.1 install program exit with error
message.
Product: Wine
Version: 1.6.1
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: protel02(a)gmail.com
Designspark 6.1 install program exit with error message.
--
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=37362
Bug ID: 37362
Summary: Designspark 6.1 install program exit with error
message.
Product: Wine
Version: 1.6.1
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: protel02(a)gmail.com
Created attachment 49685
--> https://bugs.winehq.org/attachment.cgi?id=49685
Designspark 6.1 install program exit with error message.
Designspark 6.1 install program exit with error message.
--
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=31220
Bug #: 31220
Summary: Acrobat 8 sticky note won't accept typing
Product: Wine
Version: 1.4
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ToddAndMargo(a)gmail.com
Classification: Unclassified
Hi Guys,
Will you fix this for me?
Scientific Linux 67.2 64 bit
Wine 1.4 (no rpms for a higher version).
Acrobat 8 profession will not accept typing in yellow stick notes. If you copy
and paste from leafpad, Acrobat crashes.
To recreate.
1) start Acrobat 8 pro
2) click on the "Comments" pull down, click on "Add Stick Note"
3) try typing something into the yellow sticky note.
Any typing will disappear when you get to the end of the box. When you exit the
sticky box, the box will be blank. If you paste text into the block, Acrobat
will 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=18445
Summary: Wine run acrobat 8 portable will crash.
Product: Wine
Version: 1.1.21
Platform: All
OS/Version: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: akong(a)aspa.idv.tw
I have acrobat 8 Professional Portable
It's not need install.
But first run will popup register forum.
In the windows XP is all right and can click don't remind me.
But it's will crash at wine.
How to fix 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=9519
Summary: Adobe Reader 8.1: Unable to accept License
(:mshtml:nsURI_Equals)
Product: Wine
Version: 0.9.44.
Platform: PC
URL: http://appdb.winehq.org/appview.php?iVersionId=8988
OS/Version: Linux
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: wine-misc
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: wine.dev(a)web.de
Created an attachment (id=7882)
--> (http://bugs.winehq.org/attachment.cgi?id=7882)
reader 8.1 in wine
The License for the Adobe Reader 8.1 must be accepted, before you can
use the Application.
In wine, the License is not visible (another bug will follow),
but a click on the button "Accept" produce the following
trace and the Window is not closed:
2648:0010:trace:mshtml:nsURI_AddRef (0x2c421b0) ref=4
2649:0010:trace:mshtml:nsURI_Equals (0x2c421b0)->(0x2c421b0 0x34de48)
2650:0010:fixme:mshtml:nsURI_Equals default action not implemented
2651:0010:trace:mshtml:nsURI_Release (0x2c421b0) ref=3
Screehshot is attached
--
By by ... Detlef
--
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=9520
Summary: Adobe Reader 8.1: License not visible (html-page)
Product: Wine
Version: 0.9.44.
Platform: PC
URL: http://appdb.winehq.org/appview.php?iVersionId=8988
OS/Version: Linux
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: wine-misc
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: wine.dev(a)web.de
Created an attachment (id=7883)
--> (http://bugs.winehq.org/attachment.cgi?id=7883)
reader 8.1 in wine
The License for the Adobe Reader 8.1 must be accepted, before you can
use the Application.
In wine, the License is not visible.
(license.html)
Screehshot is attached.
--
By by ... Detlef
--
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=36665
Bug ID: 36665
Summary: Regression from wine 1.7.15 breaks Adobe Acrobat Pro 8
Product: Wine
Version: 1.7.19
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: user32
Assignee: wine-bugs(a)winehq.org
Reporter: roland65(a)free.fr
Created attachment 48705
--> http://bugs.winehq.org/attachment.cgi?id=48705
Reverted patch
Adobe Acrobat Pro 8 used to work quite good in recent wine versions. However, a
patch introduced in wine 1.7.15 breaks Adobe Acrobat 8 Pro: the Combine
files... and Create PDF / From multiple files... dialogs don't work anymore
(application freezes in an infinite loop or somethoing like).
I did a regression test and I found that the offending patch is the following:
http://source.winehq.org/git/wine.git/commit/ec66785f02ff5fba9ec7a18a8697c1…
Reverting the patch allows Acrobat to work again as expected.
I attached to this report the reverted patch that can be applied to wine
1.7.19.
--
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=31221
Bug #: 31221
Summary: Acrobat 8 page one is full of artifacts
Product: Wine
Version: 1.4
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ToddAndMargo(a)gmail.com
Classification: Unclassified
Hi Guys,
Will you fix this for me?
Scientific Linux 67.2 64 bit
Wine 1.4 (no rpms for a higher version).
When Acrobat 8 Professional starts, page one is full of artifacts from other
programs and its own pop ups (registration, start screen,etc.). If you advance
to the second page, then go back to the first, the artifact clear up. Kind of a
pain when you only have one page.
To recreate, from your file manager, run "open With" acrobat 8, on a PDF
document and watch the mess.
Many thanks,
-T
--
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=35854
Bug ID: 35854
Summary: crash while using
Product: Wine
Version: unspecified
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: nurul.huda83(a)gmail.com
Created attachment 47870
--> http://bugs.winehq.org/attachment.cgi?id=47870
wine crash
crash while try to edit pdf document using Adobe Acrobate 8.0 via Wine.
previously, no problem 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=18231
Summary: Acrobat 8, unable to install
Product: Wine
Version: 1.1.20
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ToddAndMargo(a)verizon.net
Created an attachment (id=20740)
--> (http://bugs.winehq.org/attachment.cgi?id=20740)
Acrobat Pro 8 install error
Hi All,
When I try to install AcroPro80_efg.exe (Acrobat Professional V8.0 english),
after entering the serial number (you can ask for a demo at this point for
troubleshooting purposed), I get the pop up that I have attached.
"The wizard was interrupted before Adobe Acrobat 8 Professional could be
completely installed. Your system has not been modified. To complete
installation another time, please run setup again."
Question: this is a pretty long install. What kind of debug statement should
I run for you guys?
Many thanks,
-T
--
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=13372
Summary: Adobe Acrobat Reader 8 -- install fails
Product: Wine
Version: 1.0-rc1
Platform: All
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jens(a)porup.com
Acrobat Reader 8 install fails with message:
Exception raised
Unhandled division by zero at address 0x1000a822.
Do you wish to debug 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=15609
Summary: acrord32 crashes with mouse over embedded comments
Product: Wine
Version: unspecified
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: richedit
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jehoda(a)refaeli.com
Created an attachment (id=16626)
--> (http://bugs.winehq.org/attachment.cgi?id=16626)
crash trace
Hi,
I have a shared review pdf with comments in the saved file.
when I fly over a closed comments, acrobat fails.
trace log inside.
This is the 1st bug. as far as the shared review - acrobat is not capable of
loging into the server (don't know if it requires LDAP or not).
thnx,
JR.
--
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=28701
Bug #: 28701
Summary: Adobe Acrobat Pro 8 tray tool needs
msvcr80.dll.freopen_s
Product: Wine
Version: 1.3.30
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: msvcrt
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: focht(a)gmx.net
Classification: Unclassified
Hello,
--- snip ---
~/.wine/drive_c/Program Files/Adobe/Acrobat 8.0/Acrobat$ wine ./acrotray.exe
wine: Call from 0x7ed484a9 to unimplemented function msvcr80.dll.freopen_s,
aborting
wine: Unimplemented function msvcr80.dll.freopen_s called at address 0x7ed484a9
(thread 0009), starting debugger...
...
--- snip ---
Regards
--
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=30622
Bug #: 30622
Summary: Cannon Fodder 3 gives black characters and environment
Product: Wine
Version: 1.5.3
Platform: x86
OS/Version: Mac OS X
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: paulthetall(a)gmail.com
Classification: Unclassified
Created attachment 40096
--> http://bugs.winehq.org/attachment.cgi?id=40096
Screenshot of issue
Cannon fodder 3 starts up fine (with crack because of starforce DRM + xact2010
winetrick) and videos works fine, but when playing campaign, everythings has
black shadow. See screenshot. Its as on AMD Radeon 6770M graphicscard with Lion
as on Snowleopard with Nvidia 9400M. So it is not an AMD Radeon driver issue
beause the nvidia graphicscard has the same issue.
Please help, its a promising game becasue the rest works fine but because of
the black shadow/charactors this game is not enjoybale to play this way.
--
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=11053
Summary: Tropico 2: blank screen
Product: Wine
Version: 0.9.52.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: hatta(a)softhome.net
Created an attachment (id=10067)
--> (http://bugs.winehq.org/attachment.cgi?id=10067)
STDERR after running Tropico 2 v1.2
Nothing is shown by Tropico 2 except for the mouse cursor. I get the same
behavior from 1.0, 1.2, and the demo available here:
http://www.gamershell.com/download_2083.shtml
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=38547
Bug ID: 38547
Summary: Tropico 2: rendering issues (pink rectangles)
Product: Wine
Version: 1.7.41
Hardware: x86
URL: http://www.fileplanet.com/120062/120000/fileinfo/Updat
ed-Tropico-2:-Pirate-Cove-Demo
OS: Linux
Status: NEW
Keywords: download, regression
Severity: normal
Priority: P2
Component: directx-d3d
Assignee: wine-bugs(a)winehq.org
Reporter: gyebro69(a)gmail.com
CC: stefan(a)codeweavers.com
Regression SHA1: 5d51c97d07b57307912267996586d05528f652a5
Distribution: ---
Created attachment 51418
--> https://bugs.winehq.org/attachment.cgi?id=51418
screenshot
Certain map tiles (roads) and the user interface have pink rectangles around
them when the game uses hardware rendering.
The problem is present with disabled GLSL too.
Nothing obvious in the terminal.
Regression introduced by
5d51c97d07b57307912267996586d05528f652a5 is the first bad commit
commit 5d51c97d07b57307912267996586d05528f652a5
Author: Stefan Dösinger <stefan(a)codeweavers.com>
Date: Fri Apr 10 12:05:54 2015 +0200
wined3d: Implement color keying in the glsl fragment pipeline.
Still present in wine-1.7.42-77-g3599f95
Fedora 21
Nvidia binary drivers 340.76
tropico2demo.exe
sha1: ab841b77cc99f6896a42af37e880d2617596be47
--
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=14987
Summary: Tropico crashes in the long run
Product: Wine
Version: 1.1.3
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: giepi(a)demalish.com
Created an attachment (id=15597)
--> (http://bugs.winehq.org/attachment.cgi?id=15597)
bug report with audio enabled via winecfg
Tropico game just doesn't allow you to play for long times. In a random time of
playing, the game crashes.
I have tried reinstalling, upgrading to the latest patches. I have tried
Paradise Island expansion. I have tried vanilla tropico 1.0. I have tried
upgrading kernel (currently 2.6.25-r7), ati-drivers (now I have the latest one)
and wine. I have tried it with 1.0.0 and 1.1.3 for a good time. I have tried
disabling audio (someone tipped me to do so), to use an iso instead of a cd
(didn't work) and using an original cd.
I have tried it in english and in italian.
It just plays fine till it crashes for no apparent reason.
I noticed that if I save and after short it crashes, it is more likely to crash
in the same time (i.e. when landing a boat).
I attach here two bugreport, one with audio (lasted very little time) and uno
without audio (it worked around 30 minutes).
My distro is Gentoo.
Here you can find useful things like patches and demo.
http://www.strategyplanet.com/tropico/downloads.shtml
--
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=20235
Summary: Tropico crashes when switching to os without virtual
desktop
Product: Wine
Version: unspecified
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: lubosz(a)gmail.com
Tropico crashes when the game engine runs, and i switch desktops or alt tab to
any process.
when i do this in the menu, the cursor behaves strangely. any click will be
esc.
the performance goes down when i alt tab during character creation screen.
--
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=22628
Summary: Tropico 3 err:mmdevapi:ACR_ReleaseBuffer from 1014
Product: Wine
Version: 1.1.44
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: mmdevapi
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: zilforever(a)gmail.com
The good news there is again music and sound in Tropico 3 (which was lost in
1.1.36 when mmdevapi was added).
Wine 1.1.44
Ubuntu 9.10 (32 bit) 2.6.31-20
GeForce 9600 GT PCI Express 195.36.15 512Mb
While game runs, the music and voice run then stop and run again then stop and
so on. Terminal output:
fixme:d3d_surface:IWineD3DSurfaceImpl_LoadLocation 0xb798878: Downloading rgb
texture to reload it as srgb
fixme:d3d_surface:IWineD3DSurfaceImpl_LoadLocation 0xb798d78: Downloading rgb
texture to reload it as srgb
err:mmdevapi:ACR_ReleaseBuffer Starting from 1014
fixme:d3d_surface:IWineD3DSurfaceImpl_LoadLocation 0xb798878: Downloading rgb
texture to reload it as srgb
fixme:d3d_surface:IWineD3DSurfaceImpl_LoadLocation 0xb798d78: Downloading rgb
texture to reload it as srgb
fixme:d3d_surface:IWineD3DSurfaceImpl_LoadLocation 0xb798878: Downloading rgb
texture to reload it as srgb
fixme:d3d_surface:IWineD3DSurfaceImpl_LoadLocation 0xb798d78: Downloading rgb
texture to reload it as srgb
fixme:d3d_surface:IWineD3DSurfaceImpl_LoadLocation 0xb798878: Downloading rgb
texture to reload it as srgb
fixme:d3d_surface:IWineD3DSurfaceImpl_LoadLocation 0xb798d78: Downloading rgb
texture to reload it as srgb
fixme:d3d_surface:IWineD3DSurfaceImpl_LoadLocation 0xb798878: Downloading rgb
texture to reload it as srgb
fixme:d3d_surface:IWineD3DSurfaceImpl_LoadLocation 0xb798d78: Downloading rgb
texture to reload it as srgb
fixme:d3d_surface:IWineD3DSurfaceImpl_LoadLocation 0xb798878: Downloading rgb
texture to reload it as srgb
fixme:d3d_surface:IWineD3DSurfaceImpl_LoadLocation 0xb798d78: Downloading rgb
texture to reload it as srgb
fixme:d3d_surface:IWineD3DSurfaceImpl_LoadLocation 0xb798878: Downloading rgb
texture to reload it as srgb
fixme:d3d_surface:IWineD3DSurfaceImpl_LoadLocation 0xb798d78: Downloading rgb
texture to reload it as srgb
err:mmdevapi:ACR_ReleaseBuffer Starting from 1014
fixme:d3d_surface:IWineD3DSurfaceImpl_LoadLocation 0xb798878: Downloading rgb
texture to reload it as srgb
fixme:d3d_surface:IWineD3DSurfaceImpl_LoadLocation 0xb798d78: Downloading rgb
texture to reload it as srgb
fixme:d3d_surface:IWineD3DSurfaceImpl_LoadLocation 0xb798878: Downloading rgb
texture to reload it as srgb
fixme:d3d_surface:IWineD3DSurfaceImpl_LoadLocation 0xb798d78: Downloading rgb
texture to reload it as srgb
fixme:d3d_surface:IWineD3DSurfaceImpl_LoadLocation 0xb798878: Downloading rgb
texture to reload it as srgb
fixme:d3d_surface:IWineD3DSurfaceImpl_LoadLocation 0xb798d78: Downloading rgb
texture to reload it as srgb
err:mmdevapi:ACR_ReleaseBuffer Starting from 1014
fixme:d3d_surface:IWineD3DSurfaceImpl_LoadLocation 0xb798878: Downloading rgb
texture to reload it as srgb
fixme:d3d_surface:IWineD3DSurfaceImpl_LoadLocation 0xb798d78: Downloading rgb
texture to reload it as srgb
err:mmdevapi:ACR_ReleaseBuffer Starting from 1014
--
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=20864
Summary: Tropico 3 1.09 crashes in-game after several seconds
Product: Wine
Version: 1.1.33
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dunerkahl(a)yahoo.de
Tropico 3 1.09 crashes with "fixme:faultrep:ReportFault 0x32ee88 0x0 stub"
after several seconds of gameplay.
The address 0x32ee88 (well, I guess it's an address) has the same value
everytime. Also the second number is always 0x0.
The chance of a crash is 100% during the first 60 seconds of gameplay, in most
cases, the crash occures after 5 seconds.
--
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=32228
Bug #: 32228
Summary: Tropico 3 crashes Regression
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: zelotech(a)yahoo.de
Classification: Unclassified
Tropico 3 crashes at startup.
--
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=20138
Summary: Tropico 3 doesn't start
Product: Wine
Version: 1.1.29
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: benny.gaechter(a)bluewin.ch
Installation of Tropico 3 worked without problems. But as i tried to start the
application the loading screen appears and then the programm quits.
i tried to debug the application (it's the first time i hope i made it
right...)
I used this command => WINEDEBUG=+relay,-debug wine
'/home/benny/Desktop/Tropico 3.desktop' &> debug.txt
OS: Linux Mint 7 Gloria
CPU: Intel E6700
GPU: Nvidia 8800GTS
RAM: 2GB
--
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=22821
Summary: Tropico 3 - cursor is black rectangle everywhere in
game
Product: Wine
Version: 1.2-rc1
Platform: x86
URL: http://www.gamershell.com/download_50826.shtml
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: winex11.drv
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: zilforever(a)gmail.com
works in wine-1.1.44-380-g0d84ccb
but not wine-1.1.44-382-g6264bc2
Bisecting: 0 revisions left to test after this (roughly 0 steps)
[45b7eb6858f8da0721101a19a9fcd46d53c08e94] winex11: Move X11 locking inside the
cursor creation functions.
its okay with
git checkout -f 45b7eb6858f8da0721101a19a9fcd46d53c08e94
Here ->
http://source.winehq.org/git/wine.git/?a=commit;h=45b7eb6858f8da0721101a19a…
its winex11 but in bugzilla winex11.drv
I thought i was lucky because need to test only one day of commits (i compiled
the day before) but there where 6 commits about cursor. So need to do it with
bisect anyway. The first was bad so too bad i didnt use 'checkout' in first
place anyway.
ps:
text from bugzilla:
There are ten types of people, those who know binary and those who don't.
that make no sense, should be:
There are 10 types of people, those who know binary and those who don't.
--
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=20546
Summary: Tropico 3 demo - no antialiasing in visuals settings
Product: Wine
Version: 1.1.32
Platform: PC
URL: http://www.gamershell.com/download_50826.shtml
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: zilforever(a)gmail.com
Created an attachment (id=24508)
--> (http://bugs.winehq.org/attachment.cgi?id=24508)
wine
I tested it in wine 1.1.32 under new Ubuntu 9.10 (32 bit and 64 bit version)
Linux 32bit GCC 4.3.3 Release May 26 2009
Linux 2.6.31-14-generic i686
Intel(R) Pentium(R) Dual CPU E2220 @ 2.40GHz
2399MHz MMX SSE SSE2 SSE3 SSSE3 HTT
GeForce 9600 GT PCI Express 185.18.36 512Mb
Only OFF, no LOW, MEDIUM OR HIGH on list.
--
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=24845
Summary: Tropico 3 demo crashes on startup unless sound set to
emulation
Product: Wine
Version: 1.3.5
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
Demo can be downloaded from http://www.tropico3.com/?p=downloads
Installs fine, but on my machine, it crashes after putting up its "Loading"
screen unless I set sound hardware acceleration to emulation in
winecfg/registry,
[Software\\Wine\\DirectSound]
"HardwareAcceleration"="Emulation"
--
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=29552
Bug #: 29552
Summary: Tropico 3 installer crashes with
-fno-omit-frame-pointer
Product: Wine
Version: 1.3.31
Platform: x86
URL: http://www.fileplanet.com/204947/200000/fileinfo/Tropi
co-3-Demo
OS/Version: Linux
Status: NEW
Keywords: download, Installer, regression
Severity: normal
Priority: P2
Component: build-env
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: gyebro69(a)gmail.com
CC: austinenglish(a)gmail.com
Classification: Unclassified
Regression SHA1: 5cfe7db1854ff1142d598eaf49f6050676c8d547
Created attachment 38287
--> http://bugs.winehq.org/attachment.cgi?id=38287
terminal output
The installer for Tropico 3 crashes near at the end of installation when Wine
was compiled with cflags="-fno-omit-frame-pointer".
The crash doesn't happen if I compile Wine with cflags=-O0 or -O1.
The crash occurs with the default -O2.
5cfe7db1854ff1142d598eaf49f6050676c8d547 is the first bad commit
commit 5cfe7db1854ff1142d598eaf49f6050676c8d547
Author: Austin English <austinenglish(a)gmail.com>
Date: Tue Oct 18 12:17:37 2011 -0700
configure: Use -fno-omit-frame-pointer when available.
:100755 100755 7325264e829e7367e212bfda3b779fe4c8ea486e
138fa8d9a14bf240d0ee68a23aab2a97c4209ea0 M configure
:100644 100644 5a9fd2ba1d4119695c1f811df67800f3144c4072
363d08f8076bce38fb75b689f076f13864725a4d M configure.ac
Other bug related to this commit: bug #28938
Cflags used on my system when compiling Wine from source (from the generated
Makefile):
...
CFLAGS = -g -gdwarf-2 -O2
EXTRACFLAGS = -Wall -pipe -fno-strict-aliasing
-Wdeclaration-after-statement -Wempty-body -Wstrict-prototypes -Wtype-limits
-Wunused-but-set-parameter -Wwrite-strings -fno-omit-frame-pointer
-Wpointer-arith -Wlogical-op
...
Fedora 16 x86
gcc version 4.6.2 20111027 (Red Hat 4.6.2-1) (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=20540
Summary: Tropico 3 demo - no sea water
Product: Wine
Version: 1.1.32
Platform: PC
URL: http://www.gamershell.com/download_50826.shtml
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: zilforever(a)gmail.com
Created an attachment (id=24494)
--> (http://bugs.winehq.org/attachment.cgi?id=24494)
water
I tested it in wine 1.1.32 under new Ubuntu 9.10 (32 bit and 64 bit version)
Linux 32bit GCC 4.3.3 Release May 26 2009
Linux 2.6.31-14-generic i686
Intel(R) Pentium(R) Dual CPU E2220 @ 2.40GHz
2399MHz MMX SSE SSE2 SSE3 SSSE3 HTT
GeForce 9600 GT PCI Express 185.18.36 512Mb
There is no sea water in any settings (low or ultra).
--
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=21925
Summary: Tropico 3 does not remove menu entries after uninstall
Product: Wine
Version: 1.1.39
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: neptunia(a)mail.ru
After installing and uninstalling Tropico 3, it does not remove menu entries.
--
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=38760
Bug ID: 38760
Summary: Tropico 3 doesn't render water correctly when
anti-aliasing enabled
Product: Wine
Version: 1.7.45
Hardware: x86
URL: http://www.gamershell.com/download_50826.shtml
OS: Linux
Status: NEW
Keywords: download
Severity: minor
Priority: P2
Component: directx-d3d
Assignee: wine-bugs(a)winehq.org
Reporter: gyebro69(a)gmail.com
Distribution: ---
Created attachment 51694
--> https://bugs.winehq.org/attachment.cgi?id=51694
screenshot - AA enabled
When in-game anti-aliasing is enabled sea water doesn't appear properly, it's
missing and lots of small pixels are drawn instead of water.
The same problem in Wine 1.4, 1.6 and 1.7.45
The problem is reproducible with the open source nouveau and the proprietary
drivers (340.76) as well.
Terminal out shows a bunch of these lines:
err:d3d:resource_unload Resource 0x728ee7c8 is being unloaded while mapped.
err:d3d:resource_unload Resource 0x728ee4f8 is being unloaded while mapped.
err:d3d:resource_unload Resource 0x728ee7c8 is being unloaded while mapped.
err:d3d:resource_unload Resource 0x728ee4f8 is being unloaded while mapped
Fedora 22
nouveau 1.0.11 + mesa3D 10.5.7
--
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=20542
Summary: Tropico 3 demo - no lights on textures
Product: Wine
Version: 1.1.32
Platform: PC
URL: http://www.gamershell.com/download_50826.shtml
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: zilforever(a)gmail.com
Created an attachment (id=24503)
--> (http://bugs.winehq.org/attachment.cgi?id=24503)
windows XP
I tested it in wine 1.1.32 under new Ubuntu 9.10 (32 bit and 64 bit version)
Linux 32bit GCC 4.3.3 Release May 26 2009
Linux 2.6.31-14-generic i686
Intel(R) Pentium(R) Dual CPU E2220 @ 2.40GHz
2399MHz MMX SSE SSE2 SSE3 SSSE3 HTT
GeForce 9600 GT PCI Express 185.18.36 512Mb
It looks like there are no lights on textures even when everything set to utra
quality.
--
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=20402
Summary: Tropico 3 demo - setup wizard appear under background
image
Product: Wine
Version: 1.1.31
Platform: PC
URL: http://www.gamershell.com/download_50826.shtml
OS/Version: Linux
Status: UNCONFIRMED
Severity: trivial
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: zilforever(a)gmail.com
setup wizard appear under background image. alt + tab helps. The rest of
Installer is ok.
I dont know what debug to add.
http://wiki.winehq.org/DebugChannels
--
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=25092
Summary: Tropico 3 demo - no sea water with scene
resolution=high
Product: Wine
Version: 1.1.36
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: zilforever(a)gmail.com
Created an attachment (id=31823)
--> (http://bugs.winehq.org/attachment.cgi?id=31823)
log - no water with scene resolution=high
After fixing Bug 20540 there is nice water in Tropico but only when scene
resolution is set to low or medium. With high no water:
err:d3d_surface:IWineD3DSurfaceImpl_BindTexture >>>>>>>>>>>>>>>>>
GL_INVALID_ENUM (0x500) from glBindTexture @ surface.c / 2547
err:d3d_surface:IWineD3DSurfaceImpl_BindTexture >>>>>>>>>>>>>>>>>
GL_INVALID_ENUM (0x500) from glTexParameteri(dimension, GL_TEXTURE_WRAP_S,
GL_CLAMP_TO_EDGE) @ surface.c / 2549
More in attached file.
GeForce 9600 GT 260.19.12 drivers
wine-1.3.6-335-gd5fa2ce
--
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=26212
Summary: No sound in Dragon Age 2 Demo
Product: Wine
Version: 1.3.14
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: mcflow-forum(a)gmx.net
I have no sound in the Dragon Age 2 Demo. In all other games I have sound. The
winetricks-alpha for devenum did not help. I also tried to deactivate mmdevapi
but for this game this had no effect as well.
I use pulseaudio and for ArchLinux there is a wine-pulse package which provides
pulseaudio support. So far it works for every application. But not for Dragon
Age 2. In pavucontrol I can see that wine opens an output stream and it is set
to the right device but I have no sound output.
I already tried a clean wineprefix.
I don't know to what component this can be related or what infos you could
need.
--
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=26233
Summary: Dragon Age 2 demo - sound sometimes missing in EA logo
movie
Product: Wine
Version: 1.3.14
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
The logo movie at startup seems to have sound on some machines, but not others.
Sound works fine after the logo movie.
(I thought native devenum helped, but maybe that's only on one machine.)
--
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=26232
Summary: Dragon Age 2 demo crashes with builtin msvcr90
Product: Wine
Version: 1.3.14
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: msvcrt
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
If you install dragon age 2 demo, and then mark msvcr90 as builtin,
it crashes a few seconds into gameplay. The log shows about 100k lines like
fixme:msvcrt:__crtGetStringTypeW (unk 0, type 1, wstr 0x177d358(1), 0x177d35c)
partial stub
followed by
fixme:msvcr90:__clean_type_info_names_internal (0x78507750) stub
err:mmtime:TIME_MMTimeStop Timer still active?!
err:seh:setup_exception_record stack overflow 1628 bytes in thread 0021 eip
7bc3e88c esp 01780cd4 stack 0x1780000-0x1781000-0x1880000
To reproduce, do winetricks-alpha dragonage2_demo, then override msvcr90 as
builtin.
--
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=26776
Summary: Dragon Age 2 demo crashes on exit
Product: Wine
Version: 1.3.17
Platform: x86
URL: http://dragonage.bioware.com/da2/demo/
OS/Version: Linux
Status: NEW
Keywords: download, regression
Severity: normal
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
CC: hverbeet(a)gmail.com
Created an attachment (id=34112)
--> (http://bugs.winehq.org/attachment.cgi?id=34112)
full output/backtrace
Regression introduced by:
d19c3588bc3c6fa8a6cf4fa42efeb5a3746b4ee6 is the first bad commit
commit d19c3588bc3c6fa8a6cf4fa42efeb5a3746b4ee6
Author: Henri Verbeet <hverbeet(a)codeweavers.com>
Date: Thu Apr 7 18:46:00 2011 +0200
wined3d: Merge the IWineD3DSwapChain::Destroy() implementations.
They're mostly the same, except for the GL version also destroying its
contexts, and being a bit more careful about the order in which backbuffers
are destroyed.
:040000 040000 5b921be68022e843544685c4631b1460758a7ee8
ddaeca46cc60a187b2bd8ddc93f787f403890383 M dlls
Backtrace:
=>0 0x7e93cf75 surface_bind_and_dirtify+0x45(surface=0x1cfc58, gl_info=<is not
available>, srgb=0) [/home/austin/wine-git/dlls/wined3d/surface.c:766] in
wined3d (0x0189e6b4)
1 0x7e944cd2 surface_load_location+0xdd1(surface=0x1cfc58, flag=0x200,
rect=(nil)) [/home/austin/wine-git/dlls/wined3d/surface.c:4653] in wined3d
(0x0189e7f4)
2 0x7e94ef58 surface_unload+0x1c7(resource=0x1cfc5c)
[/home/austin/wine-git/dlls/wined3d/surface.c:463] in wined3d (0x0189e854)
3 0x7e8b3999 device_unload_resource+0x58(resource=0x1cfc5c, data=0x0(nil))
[/home/austin/wine-git/dlls/wined3d/device.c:2124] in wined3d (0x0189e884)
4 0x7e8b17c5 IWineD3DDeviceImpl_EnumResources+0x74(iface=0x14c578,
callback=0x7e8b3940, data=0x0(nil))
[/home/austin/wine-git/dlls/wined3d/device.c:6821] in wined3d (0x0189e8d4)
5 0x7e8bef42 IWineD3DDeviceImpl_Uninit3D+0x91(iface=0x14c578,
D3DCB_DestroySwapChain=0x7e9ba720)
[/home/austin/wine-git/dlls/wined3d/device.c:2154] in wined3d (0x0189e924)
6 0x7e9c1914 IDirect3DDevice9Impl_Release+0xc3(iface=0x139a78)
[/home/austin/wine-git/dlls/d3d9/device.c:274] in d3d9 (0x0189e974)
0x7e93cf75 surface_bind_and_dirtify+0x45
[/home/austin/wine-git/dlls/wined3d/surface.c:766] in wined3d: movl
0xfffe1a50(%edi,%eax,4),%eax
766 active_sampler = device->rev_tex_unit_map[active_texture -
GL_TEXTURE0_ARB];
--
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=26205
Summary: Dragon Age 2 demo doesn't start
Product: Wine
Version: 1.3.14
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
The demo is downloadable from
http://dragonage.bioware.com/da2/demo/
First problem:
fixme:d3dx:D3DXGetShaderConstantTableEx Don't know how to calculate Bytes for
non D3DXRS_FLOAT4 constants
fixme:d3dx:ID3DXConstantTableImpl_GetSamplerIndex (0x3098a78)->(0x2): stub
wine: Unhandled page fault on read access to 0x00000000
Workaround: winetricks d3dx9_36
Second problem:
err:module:import_dll Library d3dx11_43.dll (which is needed by L"C:\\Program
Files\\Dragon Age 2 Demo\\bin_ship\\DragonAge2Demo.exe") not found
Workaround: add a dummy d3dx11_43.dll (see attachment)
Third problem:
crashes with null pointer read.
I'll attach the last 100000 lines of a +relay,+seh log.
--
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=26965
Summary: Dragon Age 2 demo - sound in cutscenes is muffled
Product: Wine
Version: 1.3.19
Platform: x86
URL: http://na.llnet.bioware.cdn.ea.com/u/f/eagames/bioware
/dragonage2/demo/DragonAge2Demo_F93M2qCj_EnEsItPlRu.ex
e
OS/Version: Linux
Status: NEW
Keywords: download
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
The sound in the cutscenes in the Dragonage 2 Demo is muffled. The workaround
from bug 26233 helps here as well:
Open ~/BioWare/Dragon Age 2 Demo/Settings/DragonAge.ini
Change:
[AudioOptions]
UseStereoSound=0
to 1
--
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=12358
Summary: Get optimized/compressed/packed executables (non-upx)
working [2]
Product: Wine
Version: CVS/GIT
Platform: PC
URL: http://www.blackmaiden.de/releases/safari/
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: kernel32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: t.artem(a)mailcity.com
Created an attachment (id=11847)
--> (http://bugs.winehq.org/attachment.cgi?id=11847)
demo scene graphics demo
>From bug 4733 comment #13
> Reported fixed. Please reopen separate new bug reports for any packers that
still don't work.
--
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=11092
Summary: cutscene does not display correctly - jedi knight dark
forces II demo
Product: Wine
Version: CVS/GIT
Platform: All
URL: http://files.filefront.com/jedidemoexe/;845549;/fileinfo
.html
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jeffzaroyko(a)gmail.com
Created an attachment (id=10115)
--> (http://bugs.winehq.org/attachment.cgi?id=10115)
WINEDEBUG=+d3d_surface
The introduction cutscene appears to have a slight problem, part of the images
are missing/greyed out. See attached screenshots for an example. Also
attached is the +d3d_surface log, which appears to have some interesting fixme
messages.
This problem isn't present in 0.9.30, but
current git (wine-0.9.52-278-gc486d87) or newer is required to test the problem
as this program suffered from a regression causing a crash since 0.9.31 (bug
10865 / bug 10899)
--
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=13401
Summary: Another demo scene application crashes at start up
Product: Wine
Version: CVS/GIT
Platform: PC
URL: http://www.scene.org/file.php?file=/parties/2007/horde07
/in4k/cns!fr-057.zip&fileinfo
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: t.artem(a)mailcity.com
Created an attachment (id=13309)
--> (http://bugs.winehq.org/attachment.cgi?id=13309)
arancia.exe
Backtrace:
=>1 0x7e0fb8fe in msvcrt (+0x3b8fe) (0x088fff00)
2 0x004200f3 in arancia (+0x200f3) (0x088fff08)
3 0x7ee31497 in kernel32 (+0x51497) (0x00000000)
0x7e0fb8fe: outsb (%esi),%dx
--
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=17200
Summary: A demoscene sound only demo consumes a way too many CPU
cycles
Product: Wine
Version: 1.1.14
Platform: PC
URL: http://gargaj.umlaut.hu/prod.php?id=116
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-dmusic
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: t.artem(a)mailcity.com
Under Windows XP this demo consumes around 0-1% of CPU, under Wine it consumes
on average 75% of 2600MHz AMD64 CPU.
To exclude console output latency I run it this way:
./invisible.exe &> /dev/null
--
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=25219
Summary: Demoscene demo @party invitation crashes with
unimplemented function
d3dx9_36.dll.D3DXLoadMeshFromXInMemory
Product: Wine
Version: 1.3.7
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: directx-d3dx9
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
CC: wine-bugs(a)winehq.org
http://www.pouet.net/prod.php?which=54616 crashes with
wine: Call from 0x7b838ba2 to unimplemented function
d3dx9_36.dll.D3DXLoadMeshFromXInMemory, aborting
winetricks d3d9_36 gets past this. On my ancient travel
laptop, I actually see a progress bar as the demo initializes.
I then run out of video memory. (Might work on modern hardware, dunno.)
--
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=20934
Summary: Bloom filter shows artifacts in fr-041_debris
(demoscene demo)
Product: Wine
Version: 1.1.33
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: knight666(a)gmail.com
Created an attachment (id=25091)
--> (http://bugs.winehq.org/attachment.cgi?id=25091)
Comparison shot between Windows Vista Home Premium and Wine 1.1.33
I wanted to test to see how far Wine got, and decided to try some things that
depend on weird Windows-specific quirks. So: demoscene demo's. :)
This demo runs perfectly in Wine, except for the bloom filter. I've added two
comparison shots that show the difference between the demo running in Windows
Vista Home Premium and Wine 1.1.33 on Linux Mint 7 (Ubuntu 9.04).
You can download the demo here: http://www.pouet.net/prod.php?which=30244
--
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=20960
Summary: Textures missing in demoscene's demo fr-041_debris
Product: Wine
Version: 1.1.34
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: wylda(a)volny.cz
Hi, i wanted to test bug 20934 and find out, that the demoscene demo is badly
broken in current git (wine-1.1.34-99-g8da7a00). Free download available
fr-041_debris.exe, only 179kB.
1. All the textures are missing, houses have just wired skeleton and console is
flooded by "fixme:d3d_shader:shader_glsl_load_constants >>>>>>>>>>>>>>>>>
GL_INVALID_OPERATION (0x502) from glUniform4fvARB @ glsl_shader.c / 667"
2. Did a regression test between 1.1.33 and 1.1.34:
b9243b721a6c747986003c76463b4bd7b3a50208 is first bad commit
commit b9243b721a6c747986003c76463b4bd7b3a50208
Author: Henri Verbeet <hverbeet(a)codeweavers.com>
Date: Wed Nov 18 10:45:50 2009 +0100
d3d9: Add a separate function for device initialization.
:040000 040000 5941942ae303c760ba6cfe45f89e2b90dbd79128
eed9f7f18d83dec196542ea9b547b9d4ade9e7ef M dlls
3. No other bug report suffers from this commit.
4. Revert of this patch on top of current git (wine-1.1.34-99-g8da7a00) makes
that problem goes away.
5. Adding author of this patch to CC.
--private keyword: bisected
--
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=24093
Summary: Demoscene fr-041 debris shows garbage instead of black
strip
Product: Wine
Version: 1.3.1
Platform: x86
OS/Version: Linux
Status: NEW
Keywords: download, regression
Severity: normal
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: wylda(a)volny.cz
CC: hverbeet(a)gmail.com
Created an attachment (id=30317)
--> (http://bugs.winehq.org/attachment.cgi?id=30317)
Image showing the problem
"Demoscene fr-041 debris" shows garbage instead of black strip. Attachment
shows that better. It can be seen since cca 15th sec of run. I used app's
default setting except "Wait for VSync" which were disabled... It looks like,
as time passes it's getting worse.
1. I did a regression test between 1.3.0 and 1.3.1:
commit 6e30387f81235578e67afc54a8d6695f0413a8f5
Author: Henri Verbeet <hverbeet(a)codeweavers.com>
Date: Wed Aug 4 11:10:23 2010 +0200
wined3d: Replace color_fill_fbo() with device_clear_render_targets().
:040000 040000 2a79c4e1934776671edc137577435af40286a97c
a031df0049d1334b901fff0588ef457670b30490 M dlls
2. No other bug report suffers from this commit.
3. Revert of this patch after git checkout makes that problem go away.
4. Adding author of this patch to CC.
--private keyword: bisected
--
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=24131
Summary: HEAP corruption in-between 1.3.0~1.3.1-135
Product: Wine
Version: 1.3.1
Platform: x86
URL: http://www.pouet.net/prod.php?which=30244
OS/Version: Linux
Status: NEW
Keywords: download, regression
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: wylda(a)volny.cz
CC: cookiecaper(a)gmail.com
This happens to me under "Demoscene fr-041 debris". When i run this
application:
WINEDEBUG=warn+heap wine fr-041_debris.exe
then at the very end i get:
err:heap:HEAP_ValidateInUseArena Heap 0x110000: block 0x113678 tail overwritten
at 0x113b64 (byte 0/12 == 0x44)
There is always the same values "(byte 0/12 == 0x44)"
1. I did a regression test between 1.3.0 and 1.3.1-135:
commit 6120d7cc14522983fbc38026ab4fcb6e4a68cdf0
Author: Jeff Cook <jeff(a)deserettechnology.com>
Date: Mon Aug 2 17:48:52 2010 -0600
winealsa.drv: Init mixer on cards with a single Mic control, like
snd_usb_audio mics.
:040000 040000 0edca612f774126778453257b9149cf893d32f24
0a9b8d3df5d78d176a69bc52d4ceea22ba2d80cf M dlls
2. There is another bug report suffering from this commit, see bug 23902.
3. Revert of this patch is not tested yet (time :-/).
4. Adding author of this patch to CC.
--private keyword: bisected
--
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=29551
Bug #: 29551
Summary: Panta Rhei demoscene demo crashes on startup due to
missing opengl32.dll glDebugEntry export/stub
Product: Wine
Version: 1.3.36
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: opengl
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: focht(a)gmx.net
Classification: Unclassified
Hello,
after bug 27701 is fixed the demo still crashes.
--- snip ---
...
0024:Call opengl32.glClearColor(00000000,00000000,00000000,00000000)
ret=004210c9
0024:Ret opengl32.glClearColor() retval=00000000 ret=004210c9
0024:Call opengl32.glClear(00004100) ret=004210d4
0024:Ret opengl32.glClear() retval=00000000 ret=004210d4
0024:Call opengl32.glMultMatrixd(00001701) ret=004210e1
0024:trace:seh:raise_exception code=c0000005 flags=0 addr=0x406a9157
ip=406a9157 tid=0024
0024:trace:seh:raise_exception info[0]=00000000
0024:trace:seh:raise_exception info[1]=00001701
0024:trace:seh:raise_exception eax=ffffffa8 ebx=7ec6c000 ecx=f772c6c0
edx=00001701 esi=080ffde4 edi=080ffd64
0024:trace:seh:raise_exception ebp=080ffd58 esp=080ffcc0 cs=0023 ds=002b
es=002b fs=0063 gs=006b flags=00010206
0024:trace:seh:call_stack_handlers calling handler at 0x7bc919f5 code=c0000005
flags=0
...
wine: Unhandled page fault on read access to 0x00001701 at address 0x406a9157
(thread 0024), starting debugger...
...
Backtrace:
=>0 0x406a9157 in libnvidia-glcore.so.290.10 (+0xfe5157) (0x080ffd58)
1 0x7bc64866 call_entry_point+0x29() in ntdll (0x080ffd78)
2 0x7bc64a91 relay_call+0x1bb(descr=0x2037a628, idx=0x100af, stack=0x80ffddc)
[/home/focht/projects/wine/wine-git/dlls/ntdll/relay.c:435] in ntdll
(0x080ffdc8)
3 0x202cce39 in opengl32 (+0xce38) (0x080ffdfc)
4 0x004210e1 in flp-pr (+0x210e0) (0x080ffdfc)
5 0x004202a1 in flp-pr (+0x202a0) (0x080ffe40)
6 0x7b85e308 call_process_entry+0xb() in kernel32 (0x00000000)
--- snip ---
Calling glMultMatrixd() with that 0x1701 address seemed rather strange.
Prototype:
http://www.opengl.org/sdk/docs/man/xhtml/glMultMatrix.xml
--- snip ---
void glMultMatrixd(const GLdouble * m);
--- snip ---
Application code:
--- snip ---
...
004210D4 8B35 7C034300 MOV ESI,DWORD PTR DS:[43037C] ; IAT of custom
loader
004210DA 68 01170000 PUSH 1701
004210DF FFD6 CALL ESI ; opengl32.glMultMatrixd
--- snip ---
This was the first call that was really failing.
Debugging further other API imports were somehow suspicious but slipped through
without harm.
For instance opengl32.wglUseFontBitmapsW() is explicitly imported by ordinal
but the app is clearly ANSI.
I found a pattern: the suspicious imports (ordinal) were off by one.
Instead of calling opengl32.glMultMatrixd(), the preceding function
opengl32.glMatrixMode() with "GLenum mode" parameter made perfect sense with
the constant pushed on stack.
Also opengl32.wglUseFontBitmapsA() which precedes
opengl32.wglUseFontBitmapsW().
Armed with that knowledge, I found the discrepancy in the list of opengl32
exports:
http://www.ccp14.ac.uk/ccp/ccp14/ftp-mirror/programming/mingw32/home/janjaa…http://svn.dsource.org/projects/bindings/trunk/def/opengl32.def
There is an additional glDebugEntry() function listed in opengl32.dll which
leads to ordinals for various exports shifted off by one.
This mailing list post also mentions the undocumented export:
http://tech.groups.yahoo.com/group/opengl-gamedev-l/message/15027
Prototype:
--- quote ---
void APIENTRY glDebugEntry(DWORD dwArg1, DWORD dwArg2)
--- quote ---
Wine source:
http://source.winehq.org/git/wine.git/blob/03c7dfbd4d5cb847af1f905c0414832c…
--- snip ---
...
58 @ stdcall glCullFace( long ) wine_glCullFace
59 @ stdcall glDeleteLists( long long ) wine_glDeleteLists
60 @ stdcall glDeleteTextures( long ptr ) wine_glDeleteTextures
...
--- snip ---
After adding glDebugEntry() stub the demo starts fine.
Regards
--
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=35618
Bug ID: 35618
Summary: Demoscene 4k ergon crashing on wine
Product: Wine
Version: 1.4.1
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
Assignee: wine-bugs(a)winehq.org
Reporter: benoit.tuduri(a)gmail.com
Classification: Unclassified
Created attachment 47567
--> http://bugs.winehq.org/attachment.cgi?id=47567
ergon backtraces and programs (compessed and not compressed)
Hello,
The crash program that I run with wine. Its uses directx (direct3d) and a
compressor named "crinkler" [1] and HLSL shaders. I tested with some differents
resolutons. (As seen in the FOSDEM 2014 room).
This program was launched with :
- an Ubuntu 13.04 amd64
- wine-1.4.1 packaged with my Linux Distribution
- cpu : Intel(R) Core(TM)2 Quad CPU Q9400 @ 2.66GHz
- gpu : NVIDIA GeForce 9600 GT
Here sha1sum programs I used for testing (this programs are in attachments) :
469ad8c3cf8fcd664a001ec20996e3019695884a FRQ_ergon_1920x1080_high.exe
469ad8c3cf8fcd664a001ec20996e3019695884a FRQ_Ergon_800x600_high.exe
I contacted the author [2] of this program has allowed me to get an
uncompressed with crinkler release. Here is the sha1sum :
1b0358bf9b5724bdec81fb3748871c46a439540f ./ergon.exe
In attachments, you will found the backtraces and the programs compessed and
not compressed.
Sincerly,
[1] http://www.crinkler.net/
[2] http://code4k.blogspot.fr/
--
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=25218
Summary: 4k demoscene demo ergon crashes
Product: Wine
Version: 1.3.7
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
The 4k demo http://pouet.net/prod.php?which=54529
crashes with
wine: Unhandled page fault on read access to 0x00000000 at address 0x4200fb
Backtrace:
=>0 0x004200fb in frq_ergon_640x480_high (+0x200fb) (0x1ac3fe90)
According to
http://code4k.blogspot.com/2010/08/making-of-ergon-4k-pc-intro.html
it uses d3d9.
--
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=21817
Summary: Elevated demo crashes with builtin d3dx9_33.dll
Product: Wine
Version: 1.1.39
Platform: x86
URL: http://www.rgba.org/
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: t.artem(a)mailcity.com
Created an attachment (id=26402)
--> (http://bugs.winehq.org/attachment.cgi?id=26402)
Elevated demo
Program received signal SIGSEGV, Segmentation fault.
0x7e7800ae in __wine_spec_nt_header () from
/opt/wine/bin/../lib/wine/d3dx9_33.dll.so
fixme:win:EnumDisplayDevicesW ((null),0,0x1464f968,0x00000000), stub!
fixme:d3d:swapchain_init The application requested more than one back buffer,
this is not properly
Please configure the application to use double buffering (1 back buffer) if
possible.
fixme:d3d:WineD3D_ChoosePixelFormat Add OpenGL context recreation support to
SetDepthStencilSurface
wine: Unhandled page fault on read access to 0xffffffff at address 0x7e7820ae
(thread 0009), starting debugger...
Unhandled exception: page fault on read access to 0xffffffff in 32-bit code
(0x7e7820ae).
Register dump:
CS:0073 SS:007b DS:007b ES:007b FS:0033 GS:003b
EIP:7e7820ae ESP:1464fe6c EBP:00000000 EFLAGS:00010246( R- -- I Z- -P- )
EAX:00000000 EBX:004000d8 ECX:00110060 EDX:0013e3a0
ESI:00870104 EDI:004300d8
Stack dump:
0x1464fe6c: 00420851 00420caf 00000da4 00000000
0x1464fe7c: 00000000 00420a40 00420a11 00000000
0x1464fe8c: 00870104 00000000 00000000 004300d8
0x1464fe9c: 00420a40 00000000 1464feb8 004000d8
0x1464feac: 0013e3a0 00110060 00000000 004200c8
0x1464febc: 7ee0b049 7ffdf000 00000000 00000000
Backtrace:
0x7e7820ae: xorl %fs:0x39(%eax,%edi,2),%esp
--
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=38661
Bug ID: 38661
Summary: Demoscene 'Coronoid' (64-bit .NET app) fails to run,
Wine loader reports 'executable doesn't have an entry
point, it cannot be executed'
Product: Wine
Version: 1.7.44
Hardware: x86
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: ntdll
Assignee: wine-bugs(a)winehq.org
Reporter: focht(a)gmx.net
Distribution: ---
Hello folks,
this has been reported in Wine-Staging first, shamelessly cloning it here for
discussion and raise awareness of this insufficiency in Wine loader.
https://bugs.wine-staging.com/show_bug.cgi?id=190
Requires 64-bit WINEPREFIX as the main .NET executable is 64-bit.
--- snip ---
$ wine ./still\ -\ coronoid.exe
err:process:start_process L"Z:\\home\\focht\\Downloads\\still - coronoid\\still
- coronoid.exe" doesn't have an entry point, it cannot be executed
--- snip ---
--- snip ---
$ file *.{dll,exe}
Core.dll: PE32 executable (DLL) (console) Intel 80386 Mono/.Net
assembly, for MS Windows
still - coronoid.exe: PE32+ executable (GUI) x86-64 Mono/.Net assembly, for MS
Windows
--- snip ---
The patch by Michael:
https://github.com/wine-compholio/wine-staging/tree/master/patches/ntdll-CL…
("Implement proper handling of CLI .NET images in Wine library loader")
For Wine-Mono bits ('mscoree._CorValidateImage') I'll create an extra ticket.
$ sha1sum still---coronoid.zip
3ab7239a42be3135fff996a77b6f4e3b34c73295 still---coronoid.zip
$ du -sh still---coronoid.zip
56M still---coronoid.zip
$ wine --version
wine-1.7.44
Regards
--
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=36045
Bug ID: 36045
Summary: the timeless 64k demoscene demo crashes in Wine
Product: Wine
Version: 1.7.16
Hardware: x86
URL: http://www.pouet.net/prod.php?which=62935
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: opengl
Assignee: wine-bugs(a)winehq.org
Reporter: t.artem(a)mailcity.com
I cannot get a usable backtrace, sorry.
Backtrace:
=>0 0xb5a337f4 in libnvidia-glcore.so.337.12 (+0x14ed7f4) (0x00000000)
1 0xb5a362af in libnvidia-glcore.so.337.12 (+0x14f02ae) (0xb3623008)
2 0xb5bf7204 in libnvidia-glcore.so.337.12 (+0x16b1203) (0xb3623008)
3 0xb5bfab15 in libnvidia-glcore.so.337.12 (+0x16b4b14) (0x0032d748)
4 0xb5a6d688 in libnvidia-glcore.so.337.12 (+0x1527687) (0x0032d898)
5 0xb5a6d93c in libnvidia-glcore.so.337.12 (+0x152793b) (0x0032d898)
6 0xb5a6d9b7 in libnvidia-glcore.so.337.12 (+0x15279b6) (0x00000000)
7 0xb5bf78bf in libnvidia-glcore.so.337.12 (+0x16b18be) (0x00000000)
8 0xb5c033c0 in libnvidia-glcore.so.337.12 (+0x16bd3bf) (0x00000000)
9 0xb574c802 in libnvidia-glcore.so.337.12 (+0x1206801) (0xb37bf9c8)
10 0xb574cb86 in libnvidia-glcore.so.337.12 (+0x1206b85) (0x00008000)
11 0xb574ce0e in libnvidia-glcore.so.337.12 (+0x1206e0d) (0x00008000)
12 0xb5c0b420 in libnvidia-glcore.so.337.12 (+0x16c541f) (0xb37a0000)
13 0xb56ad844 in libnvidia-glcore.so.337.12 (+0x1167843) (0x00000000)
14 0xb6f1902c glClear+0x6b() in opengl32 (0x0032fd0c)
0xb5a337f4: movzwl 0x8(%ebp),%ebx
--
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=35460
Bug ID: 35460
Summary: 1.7.11 Graphics corruption on 2nd,3rd,4th etc. load of
save game, but not on 1st
Product: Wine
Version: 1.7.11
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: lynx.light0(a)gmail.com
Classification: Unclassified
Under archlinux with wine-1.7.11-1-x86_64, GTA San Andreas save games will load
first time fine. Then, on second loading of a save, graphics are completely
borked, characterized by spikey balls and random flickering walls.
This problem goes away when I donwgrade wo wine-1.7.10-1-x86_64.
--
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=35408
Bug ID: 35408
Summary: demoscene fr-038: theta crashes
Product: Wine
Version: 1.7.11
Hardware: x86
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: directx-d3d
Assignee: wine-bugs(a)winehq.org
Reporter: wylda(a)volny.cz
Classification: Unclassified
Created attachment 47249
--> http://bugs.winehq.org/attachment.cgi?id=47249
Crashlog from wine-1.7.11
Demoscene fr-038: theta crashes when run. I did the regression test between
wine 1.7.9 and 1.7.11 and the faulty commit is wine-1.7.10-307-g10a8b2c:
10a8b2cd7f6b285abb4730f3f3d45fb50616871d is the first bad commit
commit 10a8b2cd7f6b285abb4730f3f3d45fb50616871d
Author: Stefan Dösinger <stefan(a)codeweavers.com>
Date: Wed Jan 15 22:02:15 2014 +0100
wined3d: Remove resource->allocatedMemory.
Reverting on top of 1.7.11 makes that problem go away.
--
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=35543
Bug ID: 35543
Summary: WINED3D_LOCATION_DISCARDED,WINED3D_LOCATION_TEXTURE_RG
B
Product: Wine
Version: 1.7.12
Hardware: x86-64
OS: Mac OS X
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
Assignee: wine-bugs(a)winehq.org
Reporter: michael(a)truthiness.biz
Classification: Unclassified
In the latest version of NoLimits Coaster, there is a bug that makes certain
objects invisible, which really takes away from the game. In the screen shot I
attached, you can see the trunk of a tree on the middle right of the screen,
however all of its leafs and branches are missing due to the bug. There are a
few other objects that are missing, and I believe these are a result of this
bug.
Terminal is filled with this message when the simulator loads:
fixme:d3d_surface:surface_load_location Unimplemented copy from
WINED3D_LOCATION_DISCARDED to WINED3D_LOCATION_TEXTURE_RGB for depth/stencil
buffers.
To reproduce the bug:
-Download the demo on the link provided and install
-The exe to run is in /Program Files/NoLimits\ 2\ Demo/32bit/nolimits2app.exe
-When the game opens, click “Play”
-Select “Forest Hills Park”, then click “OK”.
-The game takes awhile to load, but once it does you can see the bug.
NOTE: Wine 1.7.12 resolved an issue that prevented the game from even opening.
Please make sure to use this, otherwise you won’t be able to view the bug.
--
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=32742
Bug #: 32742
Summary: Installing 'Logos' fails with
"qmgr:BITS_IBackgroundCopyJob_SetNotifyInterface not
implemented"
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dpobanz(a)gmail.com
Classification: Unclassified
Created attachment 43202
--> http://bugs.winehq.org/attachment.cgi?id=43202
logfile of terminal output
Trying to install "Logos 4" software fails with a program message saying "Setup
was unable to download a required file."
Right before this box pops up the terminal output is:
fixme:qmgr:BITS_IBackgroundCopyJob_SetPriority (0x139d68,0x00000000) stub
fixme:qmgr:BITS_IBackgroundCopyJob_SetNotifyInterface Not implemented
fixme:qmgr:BITS_IBackgroundCopyJob_GetError Not implemented
fixme:qmgr:BITS_IBackgroundCopyJob_Cancel 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.
http://bugs.winehq.org/show_bug.cgi?id=21234
Summary: Monopoly Deluxe installer crash at the end of the
installation
Product: Wine
Version: 1.1.35
Platform: x86
URL: http://cdn.media.zylom.com/games/2130/7/34/2964/monopo
lydownload.exe
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jaimerave(a)gmail.com
Created an attachment (id=25511)
--> (http://bugs.winehq.org/attachment.cgi?id=25511)
backtrace
After finishing the installation the installer crash. I'm attaching the
backtrace.
--
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=17184
Summary: Achieve Planner 1.9.0 requires explicit native override
of mscoree.dll
Product: Wine
Version: 1.1.13
Platform: PC
URL: http://www.effexis.com/achieve/downloadn.htm
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: mscoree
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: arethusa26(a)gmail.com
As a follow-up to bug 17150, after installing the .NET Framework 1.1 and
Achieve Planner 1.9.0, starting Achieve Planner yields:
wine: Call from 0x7b844cc8 to unimplemented function
mscoree.dll.StrongNameSignatureVerificationEx, aborting
An explicit override is needed to allow the application to use the native
mscoree shipped with the .NET Framework, which is contrary to Wine's mscoree's
preference to use the native version.
--
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=32124
Bug #: 32124
Summary: UnderGarden Demo crashes when trying to compile an
ascii effect (purist)
Product: Wine
Version: 1.5.16
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: directx-d3dx9
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
CC: wine-bugs(a)winehq.org
Classification: Unclassified
Continuation of bug 25385. The demo
facf90c422ac2f2f242100f39bedfe7df0c95f7a
TheUnderGarden_PC_B34_SRTB.30_28OCT10.exe
installs ok; declining the three offered runtime libraries
and starting the game yields a crash, with the log
fixme:d3dx:d3dx9_base_effect_init HLSL ascii effects not supported, yet
fixme:d3dx:ID3DXEffectCompilerImpl_CompileEffect iface 0xfa992f8, flags 0x1000,
effect 0xfa98eac, error_msgs (nil) stub
wine: Unhandled page fault on read access to 0x00000014 at address 0x650e88
(thread 0009), starting debugger...
Bug 28055 looks related, but this bug crashes faster and cleaner.
--
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=25385
Summary: The UnderGarden Demo won't run without winetricks
d3dx9_36
Product: Wine
Version: 1.3.8
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: shannon.vanwagner(a)gmail.com
Created an attachment (id=32291)
--> (http://bugs.winehq.org/attachment.cgi?id=32291)
Terminal output from starting game
The UnderGarden Demo won't run without winetricks d3dx9_36
The title screen loads but the game never makes it to the start menu.
Also need winetricks vcrun2008 to install - as shown in bug 25384
http://bugs.winehq.org/show_bug.cgi?id=25384
--
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=25372
Summary: The Undergarden Demo won't start
Product: Wine
Version: 1.3.8
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: shannon.vanwagner(a)gmail.com
Created an attachment (id=32267)
--> (http://bugs.winehq.org/attachment.cgi?id=32267)
terminal output
The Undergarden Demo from http://www.atari.com/undergarden needs winetricks
vcrun2008 to install, then doesn't run game beyond the atari screen.
Note: Has dotNetFx35setup.exe in the source. Perhaps this needs dotnet to run?
Also tried winetricks directx9 ie6 makes no difference
--
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=25322
Summary: Parameter checking in _controlfp_s seems to be broken.
Product: Wine
Version: unspecified
Platform: x86
URL: http://brutalcomputer.rootnode.net/BtlPit.exe
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: msvcrt
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ewdevel(a)gmail.com
Created an attachment (id=32167)
--> (http://bugs.winehq.org/attachment.cgi?id=32167)
Source for compiled version of download.
This little program breaks in current git. ( unhandled exception )
Works perfectly fine after reverting
commit 4dba956ea696592ac446b4c0042f935bf608cabf
Author: Alexandre Julliard <julliard(a)winehq.org>
Date: Fri Nov 26 14:57:24 2010 +0100
msvcrt: Add parameter checking in _controlfp_s.
--
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=25384
Summary: The UnderGarden Demo won't install without winetricks
vcrun2008
Product: Wine
Version: 1.3.8
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: shannon.vanwagner(a)gmail.com
Created an attachment (id=32289)
--> (http://bugs.winehq.org/attachment.cgi?id=32289)
Terminal output with backtrace
The UnderGarden Demo won't install without winetricks vcrun2008
See messages like: unimplemented function msvcr90.dll
--
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=24890
Summary: Window transparency with LWA_COLORKEY is not
supported.
Product: Wine
Version: 1.3.4
Platform: x86
URL: http://appdb.winehq.org/objectManager.php?sClass=versi
on&iId=21551
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P5
Component: winex11.drv
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: winebugzilla(a)vittgam.net
Window transparency with LWA_COLORKEY is not supported.
I've tried with Livestream Procaster 20 (see top link), but other programs
don't have transparency too.
The log line is:
fixme:x11drv:sync_window_opacity LWA_COLORKEY not supported
--
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=23093
Summary: Linux live USB creator: Shows the background in black
instead of the background image
Product: Wine
Version: 1.2-rc2
Platform: x86-64
URL: http://www.linuxliveusb.com
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: i.n.f.o(a)zipmail.com.br
Created an attachment (id=28682)
--> (http://bugs.winehq.org/attachment.cgi?id=28682)
application running in wine
The application has a background image with transparency, but in wine it is
just black.
--
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=13856
Summary: Gothic3 - Splash screen isn't transparent
Product: Wine
Version: 1.0-rc4
Platform: PC-x86-64
URL: http://www.gothic3.com/index.php?do=09709911610511111006
1109101100105097
OS/Version: Linux
Status: UNCONFIRMED
Severity: trivial
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: kgbricola(a)web.de
Created an attachment (id=13920)
--> (http://bugs.winehq.org/attachment.cgi?id=13920)
Gothic3 - splash screen is not transparent
The splash screen in Gothic3 isn't transparent. Attached is a picture which
shows the behavior.
System: Fedora x86_64, wine-1.0-rc4-88-g0b85c35, nvidia 171.06
--
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=34818
Bug #: 34818
Summary: Gothic3 orientation issue
Product: Wine
Version: 1.7.2
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: helmut_rhomberg(a)gmx.at
Classification: Unclassified
In the game Gothic3:
The problem with the mouse and the orientation issue, which prevents the user
to rotate the protagonist accordingly is still present.
I forced the mouse override and enabled the "catch the mouse in fullscreen
mode" but without any success. The result was that I couldn't load my save game
due to the fact that the mouse position was always reseted to the middle of the
screen.
It seems that the mouse override doesn't affect Gothic3. Another possible
explanation could be that the "not visible mouse symbol" hits the edge of the
display.
--
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=15791
Summary: Gothic 3 graphic bug
Product: Wine
Version: 1.1.7
Platform: PC-x86-64
URL: http://dj.chg.su/data/Linux_Gothic3.jpg
OS/Version: other
Status: UNCONFIRMED
Severity: critical
Priority: P1
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dj--alex(a)ya.ru
menu work normal, sound like normal,but
in game all textures and objects - are black white (no grayscale or color)
0 FPS
game is not playable
http://dj.chg.su/data/Linux_Gothic3.jpg
PR CONF: Ubuntu 8.04 updated , wine 1.1.7, ati catalyst 8.9
PC CONF:
M2R32-MVP ASUS CF ADM580 \Phenom 9600(a)2.5Ghz\8Gb DDR2 NCP 800Mhz\320GB
HDD\512mb ATI 2900XT
--
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=28055
Summary: Gothic 3 demo crash at startup
Product: Wine
Version: 1.3.26
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: runetmember(a)gmail.com
Gothic 3 demo crash at startup. First time engine show "violiatin error".
Second time game just freez after video, before menu.
Problem is reproduced with demo version:
http://www.fileplanet.com/170222/170000/fileinfo/Gothic-3-Demo
--
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=27104
Summary: Age of Empires III demo draws all black without native
d3dx9_25 (purist)
Product: Wine
Version: 1.3.19
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: directx-d3dx9
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
CC: wine-bugs(a)winehq.org
The free demo of AOE3 works fine normally, but if you mark
d3dx9_25 as builtin only, the game renders all black (except for menus),
and the log shows
fixme:d3dx:d3dx9_base_effect_init HLSL ascii effects not supported, yet
fixme:d3dx:ID3DXEffectCompilerImpl_CompileShader iface 0x47a0e98, function
0x1819390, target 0x1819000, flags 0x520, shader 0x6cfbc94, error_msgs
0x6cfb02c, constant_table 0x33f700 stub
--
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=24911
Summary: Age Of Empires 3 Demo needs quartz.dll native override
for music/tutorial voices
Product: Wine
Version: 1.3.5
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: quartz
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: shannon.vanwagner(a)gmail.com
Regular sound effects work, but not the music and tutorial voice for the game
unless quartz.dll is native override for Age of Empires 3 Demo.
Other winetricks needed:
msxml4
Sound will also work if you winetricks
directx9
--
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=24931
Summary: Age of Empires 3 Trial needs native d3dx9_25 (or 36)
Product: Wine
Version: 1.3.5
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: directx-d3dx9
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
CC: wine-bugs(a)winehq.org
aoe3 bundles a copy of d3dx9_25, and without it, most of the game is black.
You only see the problem if you try to run with builtin d3dx9, so
this only affects purists at the moment.
--
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=24912
Summary: Age Of Empires 3 Demo Installer hangs in background
after successfull install
Product: Wine
Version: 1.3.5
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: shannon.vanwagner(a)gmail.com
Age Of Empires 3 Demo installs with great success but leaves behind an
InstallShield window title on the panel. wineserver -k makes it go away
Terminal shows:
err:ole:ifproxy_release_public_refs IRemUnknown_RemRelease failed with error
0x800706be
err:ole:ifproxy_release_public_refs IRemUnknown_RemRelease failed with error
0x800706ba
Bug 5233 (from a long time ago) showed a similar error but was closed as fixed.
--
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=18774
Summary: The Westerner: X11 mouse exits window before win mouse
reaches border
Product: Wine
Version: 1.1.22
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-dinput
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: hoehle(a)users.sourceforge.net
In either desktop or fullscreen mode, the mouse pointer regularly stops moving
in either X or Y direction long before hitting the border.
A little work-around (in desktop window mode) is to come back into the window
at another location and try again ... and again. Sadly, this is not good
enough e.g. for the in-game options menu where the CPU% goes high and I can't
manage to move the mouse over the vsync scroller to disable it.
Maybe this is an issue of missing relative mouse coordinates?
This issue makes the application unplayable as items can hardly be clicked on.
Using the Intel Xorg driver on Ubuntu Intrepid. Maybe other HW would not
exhibit this behaviour, the AppDB rating might then jump from bronze to gold.
To have the application start, you need to copy l3codecx.ax as well as a native
quartz.dll from cdrom/DirectX9\DirectX.cab into windows\system32\ cf. bug
#18773
wine regsvr32 l3codecx.ax
WINEDLLOVERRIDES=quartz=n wine PICTuRE.exe
The default log did not reveal me any hint (not attached). Actually producing a
full log with WINEDEBUG=+all,-some made the matter worse, the mouse was almost
nailed at the center of the virtual desktop (and CPU% went up).
--
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=20056
Summary: The Westerner: crash follows bogus DSOUND:SetFormat
call
Product: Wine
Version: 1.1.29
Platform: PC
OS/Version: Mac OS X 10.5
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-dsound
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: hoehle(a)users.sourceforge.net
When DSOUND_PrimarySetFormat is given a broken format, it will
nevertheless HeapReAlloc() and thus forget the old format.
The Westerner happens to call DSOUND_PrimarySetFormat with a completely bogus
format. Why? I don't know.
DSOUND_PrimarySetFormat (formattag=0x0001,chans=0,
samplerate=0,bytespersec=0,
blockalign=0,bitspersamp=0,cbSize=0)
>From there, two execution traces are possible, each leading to a crash.
A) ReopenDevice fails as WAVE_Open refuses the bogus new format.
The device is left in floating state, neither open nor closed, and
with a bogus format description in device->pwfx.
A subsequent DSOUND_PerformMix() will choke on the broken format.
DSOUND_ReopenDevice waveOutOpen failed
DSOUND_PrimarySetFormat DSOUND_ReopenDevice failed: 80070057
DSOUND_PerformMix (0x213620)
DSOUND_PrimaryGetPosition pwplay=0, pwqueue=0
DSOUND_PrimaryGetPosition playpos = 0, writepos = 0 ( time=8688)
DSOUND_PerformMix primary playpos=0, writepos=0,
clrpos=0, mixpos=0, buflen=65536
wine: Unhandled division by zero -- likely BytesPerSec=0
B) One winmm:WAVE_Open initiated by DSOUND_PrimaryOpen succeeds.
trace:winmm:WAVE_Open wFormatTag=1, nChannels=3, nSamplesPerSec=96000,
nAvgBytesPerSec=576000, nBlockAlign=6, wBitsPerSample=16
The original format structure is still bogus (wBitsPerSample=0) and
PrimaryOpen crashes in a division by zero in this case as well.
This is the case I have to investigate further, as I thought my recent
patches to wodOpen in wineoss.drv and winecoreaudio.drv for bug #12349
and bug #19901 would have taken care of it. Apparently there are
several WAVE_FORMAT structures floating around that one does not know
which one to correct.
I also need to find out why the app keeps crashing now while I had it
working in the past (IIRC I did not use the demo).
--
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=19124
Summary: The Westerner: dsound heap overflow prevented by
warn+heap
Product: Wine
Version: 1.1.24
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-dsound
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: hoehle(a)users.sourceforge.net
Created an attachment (id=22087)
--> (http://bugs.winehq.org/attachment.cgi?id=22087)
short backtrace
The Westerner crashes without WINEDEBUG=warn+heap in DSOUND_bufpos_to_mixpos()
100 DWORD ret = pos * 32 / device->pwfx->wBitsPerSample;
So either the application or dsound is guilty of heap corruption / producing
broken data.
With the memory fence installed by using WINEDEBUG=warn+heap, the application
seems to work "normally", except 2 lines are repeated very often and always in
pair:
err:dsound:DSOUND_MixInBuffer length not a multiple of block size, len = 5120,
block size = 64626
warn:heap:allocate_large_block Could not allocate block for fc720000 bytes
I tried out ALSA, emulation, 22050Hz 8bit, or default full HW (and also OSS
IIRC). No difference.
Note that in my test data from 2009-06-14, I required a native quartz.dll, but
one also gets this crash with pure Wine components, before quartz gets used.
Using Ubuntu 8.10 on Intel/SigmalTel/AC'97 audio HW.
--
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=21785
Summary: The Westerner: no background in menu + errors when
loading
Product: Wine
Version: 1.1.38
Platform: x86
OS/Version: Mac OS X 10.5
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: gdiplus
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: hoehle(a)users.sourceforge.net
commit db3d756c1e4b03b0fb33f2863ab3d2275dcf00c2
Author: Vincent Povirk <vincent(a)codeweavers.com>
Date: Sun Jan 24 15:18:46 2010 -0600
gdiplus: Prefer the builtin version.
causes 2 bugs in The Westerner.
1. The graphics background and mouse are missing from the main menu, after
displaying this log a hundred times:
fixme:gdiplus:GdipImageRotateFlip (0x0 6) stub
err:d3d_surface:surface_prepare_system_memory Surface without memory or pbo has
SFLAG_INSYSMEM set!
2. Afterwards, starting or loading a game (via the cursor keys), the app
displays many, many requesters, each time about a different file, like this:
error: no es pontencia de 2 "RData\Textures\maderas\madera_fuelle.tif w:0 h:0
I didn't click through all of them to see what would be left to see.
What's surprising is that there is a GdiPlus.dll in the app's directory. The
app's installer must have added it as I found no note of adding one myself in
my installation notes. This setup worked fine until Vincent's commit changed
the priorities.
I was not using any override except for quartz, as my AppDB entry explains.
Unlike bug #21604 about gdiplus, the above fixme+err suggest that the missing
functionality is clearly identified and could be added to the builtin gdiplus,
so that it becomes useable with The Westerner.
--
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=38701
Bug ID: 38701
Summary: Stalker CoP crashes with error "GL_OUT_OF_MEMORY error
generated. Failed to allocate memory for texture."
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: directx-d3d
Assignee: wine-bugs(a)winehq.org
Reporter: rief.the.dreamer(a)gmail.com
Distribution: ---
Created attachment 51626
--> https://bugs.winehq.org/attachment.cgi?id=51626
The wine log containing the error lines
Playing Stalker Call of Pripyat plus the Misery Mod in wine both 1.7.38 and
1.7.44 with maximum details results in some kind of memory leak and a crash
because no memory is left. The game crashes after 10-30 minutes.
You can find the full log attached and apparently the two important lines are
in the ogs are
err:d3d:wined3d_debug_callback 0x1956b0: "GL_OUT_OF_MEMORY error generated.
Failed to allocate memory for texture.".
err:d3d_texture:texture2d_prepare_texture >>>>>>>>>>>>>>>>> GL_OUT_OF_MEMORY
(0x505) from glTexImage2D @ texture.c / 937
My system has a GTX 970 with 4GB of memory (I set 4GB graphical memory). I'm
using NVIDIA drivers version 346.47.
The error seems similar to the one reported for dragon age 2 at
https://www.winehq.org/pipermail/wine-bugs/2013-May/353719.html.
Please note that I have played Stalker Call of Pripyat with the Misery Mod many
times thanks to wine. The only difference is that I have now a new computer and
I'm running at maximum details instead of low. I have been able to finish the
game previously. Let me know if you need more details and how to generate them.
--
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=26637
Summary: Tom Clancy's HAWX is not running
Product: Wine
Version: 1.3.16
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: testing.tigerwolf(a)mail.com
Created an attachment (id=33909)
--> (http://bugs.winehq.org/attachment.cgi?id=33909)
Tom Clancy's H.A.W.X execution backtrace
After installing Tom Clancy's HAWX, launching it the first time leads to
install the patch. After this installion, which is OK, the game doesn't launch
and the following message appears :
"Save dump file to C:/Program Files/Tom Clancy's H.A.W.X/HAWX.exe.dmp"
Hawx process is until running (HAWX and wine process are noticed in Program
Manager), but nothing happens...
Hardware configuration :
ATI RADEON HD 5x series
Software configuration :
Kubuntu 10.10
Catalyst 11.2
Tom Clancy's HAWX and patch installation
--
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=31483
Bug #: 31483
Summary: InDesign CS6 crashes on File->Save
Product: Wine
Version: 1.5.8
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: info(a)translucidedesign.com
Classification: Unclassified
Created attachment 41386
--> http://bugs.winehq.org/attachment.cgi?id=41386
Terminal Output, Screenshot and Shell script to install InDesign CS6
InDesign CS6 crash on "file -> save" before any dialog box appears.
InDesign cs6 was installed using the install script I provided on the app DB
page (see comments from graben) Exporting in InDesign Markup/XML does the save
behaviour as well as "save as" or "save a copy"
Here is (as attachments) the complete terminal output I have when the crash
occurs, a screenshot of what happens, and the installation shell script I used
to run InDesign CS6 in the first place.
--
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=20886
Summary: Adobe InDesign CS4 demo - NtLockFile /
SetNamedSecurityInfoW etc
Product: Wine
Version: 1.1.32
Platform: PC
URL: https://www.adobe.com/cfusion/tdrc/index.cfm?loc=en&pr
omoid=EBYES&product=indesign
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: tethys(a)gmail.com
Created an attachment (id=25029)
--> (http://bugs.winehq.org/attachment.cgi?id=25029)
Wine output
Tried to install the trial version of InDesign CS4 from the above URL.
After taking seemingly forever to uncompress and extract the archive,
it failed when trying to launch the app itself. It was also unable to
launch the wine debugger:
The program winedbg.exe has encountered a serious problem and
needs to close. We are sorry for the inconvenience.
It seems to be stuck in a loop, and clicking the close button just
brings up the same error dialog again.
--
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=16940
Summary: Indesign cs4 crashes wineserver on launch
Product: Wine
Version: unspecified
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: donkjunk(a)softhome.net
Created an attachment (id=18710)
--> (http://bugs.winehq.org/attachment.cgi?id=18710)
backtrace
Indesign crashes on launch. Program begins to launch though the initial splash
screen is garbled. It crashes around the time when indesign reports 'starting
up service registry'.
--
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=31397
Bug #: 31397
Summary: Lego Football Mania : Nothing happens at game
launching
Product: Wine
Version: 1.5.10
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: testing.tigerwolf(a)mail.com
Classification: Unclassified
Created attachment 41262
--> http://bugs.winehq.org/attachment.cgi?id=41262
Lego Football Mania execution log
Launching Lego Football Mania game through FindDisc.exe fails and prints the
following error.
--
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=32866
Bug #: 32866
Summary: [Adobe Indesign CS3 5.0] interface's wrong z-order
rendering, general painting glitches.
Product: Wine
Version: 1.5.22
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: gdiplus
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: sarbash.s(a)gmail.com
Classification: Unclassified
Created attachment 43402
--> http://bugs.winehq.org/attachment.cgi?id=43402
The name of the file speaks for it.
I've used 'winetricks ie6' and patches from Bug14879 and Bug18070 to install
and run Indesign CS3.
It is likely that it works at least I successfully edited a publication.
Opening, creating, reopening and saving work as well.
There is only the one big showstopper for this app to use under Wine.
My English isn't so good but I hope that screenshots will show the problem much
better than my words.
Seems like z-order of painting is reversed so when Wine renders a content of
panels, a background is painted over the content. The some moment I noticed the
content behind the background of some panel while switching panels.
Also, using native gdiplus (winetricks gdiplus) the whole image is much better
you may see that on my screenshots.
If I can somehow be of use I'm glad to help.
Regards.
P.S. IMHO, this problem applies to Photoshop CS3 too.
--
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=18070
Summary: Regresion in Dreamweaver CS3 Installer
Product: Wine
Version: 1.1.19
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: msi
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jaimerave(a)gmail.com
This commit make the installer fail when it's starting.
b8965ee7c90a687af4c84ad0ede73b1df901e16c is first bad commit
commit b8965ee7c90a687af4c84ad0ede73b1df901e16c
Author: Hans Leidekker <hans(a)codeweavers.com>
Date: Tue Mar 24 10:26:24 2009 +0100
msi: Don't initialize COM for custom action threads.
:040000 040000 e3395252ab46bf3c623252deb94ceba713c0596a
7e7d74822b91c0a5981893f375a05c22bb144360 M dlls
--
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=15432
Summary: Adobe Indesign CS3, Illustrator CS3, and Flash CS3 fail
to install
Product: Wine
Version: CVS/GIT
Platform: Other
OS/Version: other
Status: NEW
Keywords: download, Installer
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
This is the next bug after bug 8945.
Although Photoshop CS3 and Dreamweaver CS3 now install, Indesign,
Illustrator, and Flash all fail to install.
All three seem to fail in the same way.
After putting up the gui and saying "Loading Setup", it aborts
with a messagebox saying
"Critical errors were found in setup
Please see the Setup log file for details."
The log file is e.g.
./Program Files/Common Files/Adobe/Installers/Adobe InDesign CS3 5.0.log.gz
but doesn't seem to have much about the error.
I'll attach a +mshtml,+script log.
--
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=25790
Summary: WM_SETTEXT handler for the user32 buttons generates
WM_CTLCOLOR* inconsistent with Windows user32
Product: Wine
Version: 1.3.11
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: user32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: exclusion(a)gmail.com
Created an attachment (id=32868)
--> (http://bugs.winehq.org/attachment.cgi?id=32868)
Test source
Wine behavior when processing SetWindowText (WM_SETTEXT) doesn't exactly
replicate Windows regarding WM_CTLCOLOR* messages.
I found two inconsistencies and made the test (see attachments).
First inconsistency:
Windows doesn't generate WM_CTLCOLORSTATIC when WM_SETTEXT invoked for a
PushButton and alike. Instead it generate WM_CTLCOLORBTN.
In Windows I get:
DialogBox.WindowProc: before SetWindowText
DialogBox.WindowProc(WM_CTLCOLORBTN)
DialogBox.WindowProc(WM_CTLCOLORBTN)
DialogBox.WindowProc: after SetWindowText
In Wine:
DialogBox.WindowProc: before SetWindowText
DialogBox.WindowProc(WM_CTLCOLORSTATIC)
DialogBox.WindowProc(WM_CTLCOLORBTN)
DialogBox.WindowProc: after SetWindowText
Looking at http://msdn.microsoft.com/en-us/library/bb761849%28VS.85%29.aspx
(WM_CTLCOLORBTN Message) and http://support.microsoft.com/kb/130952/en-us?fr=1
I believe that the WM_SETTEXT handler for BS_PUSHBUTTON, BS_DEFPUSHBUTTON and
BS_PUSHLIKE should get the hbrush with the WM_CTLCOLORBTN message.
Second inconsistency:
Windows doesn't generate WM_CTLCOLOR* when WM_SETTEXT invoked for the invisible
controls.
My test in Windows shows:
DialogBox.WindowProc: before SetWindowText
DialogBox.WindowProc: after SetWindowText
In Wine:
DialogBox.WindowProc: before SetWindowText
DialogBox.WindowProc(WM_CTLCOLORBTN)
DialogBox.WindowProc: after SetWindowText
These inconsistencies can be critical when an application doesn't expect to get
these WM_CTLCOLOR* and tries to handle it before doing some initialization. In
particular, Trillian 3.1 crashes when opening Trillian Preferences, Message
Windows.
--
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=14879
Summary: InDesign CS: Crashes on File->Open or File->Place
Product: Wine
Version: CVS/GIT
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: polesapart(a)gmail.com
Created an attachment (id=15440)
--> (http://bugs.winehq.org/attachment.cgi?id=15440)
WM_CTLCOLORSTATIC windows vs. wine demonstration program
InDesign CS crashes while creating the File Open or File Place dialogs.
See http://wiki.winehq.org/AdobeIndesign for a download link and instructions
to get InDesign CS running.
The InDesign open and place dialogs are customised open file dialogs, created
using dialog templates. The crash is due to a null pointer dereference by the
application during the CDN_INITDONE WM_NOTIFY callback from the
FileOpenDlgProc95 function comdlg32/filedlg.c.
The root cause can be traced further back to the WM_INITDIALOG callback. This
passes a pointer to a data structure via the lCustData field of the
OPENFILENAME structure which I assume is being stored in memory for later
callbacks (e.g. WM_NOTIFY) to use.
Looking further into into the WM_INITDIALOG callback, during this a WM_SETTEXT
message is sent to a group-box control on the dialog box. On wine this results
in a WM_CTLCOLORSTATIC callback to the dialog, however this callback does not
occur on windows. I believe this spurios WM_CTLCOLORSTATIC callback is the
cause of the crash.
I have reproduced this problem with a small demo program (see attached). This
basically creates a new dialog box and when it receives it WM_INITDIALOG
notification it calls SendDlgItemMessage to send a WM_SETTEXT message to set
the text of a 'group box' control on the dialog, basically mimicking the
InDesign behaviour. The programs prints the notifications that it receives to
stdout. Comparing the output under windows vs. wine shows that wine generates a
WM_CTLCOLORSTATIC notification whereas windows doesn't.
--
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=11745
Summary: InDesign CS trial black where icons should be
Product: Wine
Version: CVS/GIT
Platform: Other
URL: http://www.winsoft.eu/support/download-adobe-
indesign.php
OS/Version: other
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
Created an attachment (id=10998)
--> (http://bugs.winehq.org/attachment.cgi?id=10998)
Screenshot
After working around bug 9043 by removing the
offending plugin, the app starts, but the GUI
has black squares where a lot of icons ought to be.
--
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=11757
Summary: Adobe InDesign CS tryout installer crashes early
Product: Wine
Version: CVS/GIT
Platform: Other
URL: http://download.adobe.com/pub/adobe/magic/indesign/win/3
.x/idcstryENG.exe
OS/Version: other
Status: NEW
Keywords: download, Installer, regression
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
This might be a very recent regression. Running
http://download.adobe.com/pub/adobe/magic/indesign/win/3.x/idcstryENG.exe
or extracting the files with cabextract and then running its setup
both crash fairly early with a stack overflow.
--
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=11294
Summary: Imageready 3 and 6 (part of Photoshop 6 and 7) tool
option window in wrong place
Product: Wine
Version: CVS/GIT
Platform: Other
OS/Version: other
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
Imageready 3 (which comes with Photoshop 6, the last version
whose trial is not time-locked) and 7 (which comes with Photoshop 7)
both load ok, but they display the tool options window
in the wrong place -- right on top of the File menu!
You have to move the main app's window to get at the File
menu or any of the other main menus.
(Also, Imageready 3 doesn't display the entire
tool options window properly; the options
section per se is blank. But that's a different bug.)
--
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=11746
Summary: repeatable wineserver crash when exporting pdf with
adobe InDesign CS trial
Product: Wine
Version: CVS/GIT
Platform: Other
URL: http://www.winsoft.eu/support/download-adobe-
indesign.php
OS/Version: other
Status: NEW
Keywords: download
Severity: critical
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
A comment in
http://blog.foozia.com/blog/2007/dec/12/running-adobe-indesign-cs2-under-wi…
said that exporting pdfs didn't work, so I tried it in CS.
To repeat:
Install InDesign CS trial, and delete the vb plugin to
get around bug 9043. Then create a document, maybe
put a little text on it, and export as a pdf.
Whammo, wineserver crash! Here's the stack dump:
Program received signal SIGSEGV, Segmentation fault.
0xb7d40583 in strlen () from /lib/tls/i686/cmov/libc.so.6
(gdb) bt
#0 0xb7d40583 in strlen () from /lib/tls/i686/cmov/libc.so.6
#1 0x0804b7ed in prepend (path=0x48,
segment=0x48 <Address 0x48 out of bounds>) at change.c:671
#2 0x0804bbad in inotify_poll_event (fd=0x82014e8, event=1) at change.c:744
#3 0x08056564 in main_loop () at fd.c:437
#4 0x0805a905 in main (argc=3, argv=0xbfbfce84) at main.c:138
(gdb)
This is on Gutsy.
--
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=15050
Summary: Lightroom 2.0 won't install
Product: Wine
Version: 1.1.3
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: tioborracho(a)gmail.com
CC: tioborracho(a)gmail.com
Created an attachment (id=15706)
--> (http://bugs.winehq.org/attachment.cgi?id=15706)
install log
When installer launches it fails when it begins to extract cab files. See log
on attachment
--
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=37715
Bug ID: 37715
Summary: Adobe Lightroom 5.2 won't update displayed picture
upon changes
Product: Wine
Version: 1.7.32
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: t0mcat(a)gmx.de
Distribution: ---
When editing pictures using Lightroom in DEVELOP mode moving adjustmnet sliders
or entering values (e.g. exposure) won't update the displayed picture. The
preview in the library gets updated, though.
SETUP:
* Wine 1.7.28 and 1.7.32 (ppa:ubuntu-wine/ppa) on two different 64 bit machines
with integrated Intel graphics
* Linux Mint 16 MATE and 17.1 MATE, 64 bit
* Adobe Lightroom 5.2 32 bit with 32 bit prefix
--
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=10178
Summary: Adobe Audition 1.5 freezes randomly on playback/startup
Product: Wine
Version: 0.9.47.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-winelib
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: wine(a)deimos.ca
Created an attachment (id=8781)
--> (http://bugs.winehq.org/attachment.cgi?id=8781)
Console output of wine when Audition 1.5 freezes
This bug seems to be present on 0.9.46 and 0.9.47 as far as i can tell. Was
unable to reproduce on 0.9.45 so far.
When pressing play in Adobe Audition 1.5, wine freezes with errors about
"gdiobj.c" and "xrender.c" on the console (see attached log) This does not seem
affected by the audio settings in the 'winecfg' panel, ie. whether using oss or
alsa drivers, hardware accel/driver emulation, etc.
The "retrying (60 sec)" warnings occur again every 60 seconds after.
--
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=20034
Summary: Photos are not displayed in Adobe Photoshop Lightroom
Product: Wine
Version: 1.1.29
Platform: PC
URL: http://www.adobe.com/go/trylightroom
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: vesuri(a)jormas.com
When photos are imported into Adobe Photoshop Lightroom 2.x they appear as
empty gray boxes. It seems that the photos themselves do not get drawn at all
which makes the photo editor rather useless.
It does not make a difference whether native or builtin gdiplus library is
used. With native gdiplus the UI is rendered correctly but the photos are
missing; with builtin gdiplus there are other problems in the UI as well but
the photos are also missing.
--
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=37472
Bug ID: 37472
Summary: Adobe Digital Editions Crashes on Launch
Product: Wine
Version: unspecified
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: henry(a)hedden.net
Distribution: ---
Created attachment 49854
--> https://bugs.winehq.org/attachment.cgi?id=49854
Program Error Details
Adobe Digital Editions installed correctly, but when I tried to launch it, it
immediately crashed. I used winetricks to download corefonts, windowscodecs,
and dotnet40, but I have not installed any other programs.
--
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=37854
Bug ID: 37854
Summary: install "adobe digital editions 4.xx" on
xubuntu-14.04-x86 + wine-1.7.33
Product: Wine
Version: 1.7.33
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: erizo12(a)t-online.de
Distribution: ---
adobe digital editions 4.xx doesn't correctly install on xubuntu-14.04 (the
actual LTS version of ubuntu).
Obviously there are several conflicts or deficiencies with the 32bit-libraries
ubuntu<->wine.
Details in the winehq-forum:
https://forum.winehq.org/viewtopic.php?f=8&t=24039
ADE4 = "Adobe Digital Editions" is the regular software from Adobe:
http://www.adobe.com/de/solutions/ebook/digital-editions/download.html
--
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=15721
Summary: Adobe Digital Editions doesn't install
Product: Wine
Version: 1.1.6
Platform: Other
URL: http://www.adobe.com/products/digitaleditions/
OS/Version: other
Status: NEW
Keywords: download, Installer
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
Digital Editions has to be installed by clicking 'OK' twice
in a flash dialog (!). I tried installing it by doing
sh winetricks gecko flash
wine iexplore http://www.adobe.com/products/digitaleditions/
It acts like it's making progress, but it never accesses the
network... ? Don't know if it has to or not.
I haven't tried installing it in windows firefox on wine yet, either.
Oddly, people say this works;
http://appdb.winehq.org/objectManager.php?sClass=version&iId=13053
marks it platinum, but says something strange about how to install it
which I don't understand.
--
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=25086
Summary: CPU-Z freezes at startup
Product: Wine
Version: 1.3.6
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: testing.tigerwolf(a)mail.com
Created an attachment (id=31808)
--> (http://bugs.winehq.org/attachment.cgi?id=31808)
CPU-Z freezes at startup
Using "win 98" or "win ME" configuration for starting cpuz.exe (recommanded in
order to prevent from bug #11908), cpuz.exe freezes at startup.
The launching cpuz progress bar is displayed but remains to avoid.
The cpuz main window is never launched.
See back trace for more information.
Software configuration :
- Ubuntu 10.10 amd64
- Wine 1.3.6
- cpuz v1.56
--
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=32041
Bug #: 32041
Summary: Adobe Audition CS6 - Crash during UI paint at startup
(again)
Product: Wine
Version: 1.5.15
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: winex11.drv
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jan(a)lugfl.de
Classification: Unclassified
Created attachment 42233
--> http://bugs.winehq.org/attachment.cgi?id=42233
+WGL trace and crash log
Adobes Audition Crashes upon painting the UI for the first time after start up
again since wine 1.5.15.
I investigated the faulty patch this time being
53806917a3fc32460201a40a9edd6d8d24983c25
Current master still crashes the application.
I've attached a backtrace of the crash and +wgl trace. (using current git
master)
Please let me know when a +relay trace is needed, as its going to be very large
again it cant be attached but needs to be uploaded separately.
--
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=31503
Bug #: 31503
Summary: Adobe Audition 6.0 - Crash during UI paint at startup
Product: Wine
Version: 1.5.11
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: opengl
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jan(a)lugfl.de
Classification: Unclassified
Created attachment 41418
--> http://bugs.winehq.org/attachment.cgi?id=41418
Backtrace and +wgl trace of start
Adobe Audition 6.0 crashes upon painting the main window after startup since
Wine 1.5.10
The backtrace looks like some of the latest wgl changes is causing this.
This is the important part of the backtrace:
Backtrace:
=>0 0x7e32856a wine_glGetString+0x2a() in opengl32 (0x0e9be7ac)
1 0x06ac066c in displaysurface (+0x1066b) (0x0e9be990)
2 0x00593290 in dvacore (+0x5328f) (0x0e9bea04)
3 0x78afc556 in msvcr100 (+0x5c555) (0x0e9bea3c)
4 0x78afc600 in msvcr100 (+0x5c5ff) (0x0e9bea48)
Full crash log and +wgl trace in attachment..
--
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=9729
Summary: Regression: gdi/x11 related changes cause lockups in
various win32 gui apps
Product: Wine
Version: CVS/GIT
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: wine-gdi-(printing)
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: focht(a)gmx.net
Hello,
I experienced several gdi/x11 lockups in various windows gui applications with
recent git snapshots.
While trying to verify a bug (http://bugs.winehq.org/show_bug.cgi?id=9724) I
noticed that application is actually quite good for reproducing (instant lockup
on file open/save dialog).
Though it suffers from other bugs unrelated to this one so I filed this issue
as separate bug.
This is a regression, causing gui applications to completely lock up
--- snip ---
err:ntdll:RtlpWaitForCriticalSection section 0x617e8ca0 "x11drv_main.c:
X11DRV_CritSection" wait timed out in thread 0009, blocked by 0016, retrying
(60 sec)
err:ntdll:RtlpWaitForCriticalSection section 0x61270a80 "gdiobj.c: GDI_level"
wait timed out in thread 0016, blocked by 0009, retrying (60 sec)
--- snip ---
First bad commit is:
--- snip ---
baa8d225435f3bc029825b7601ca34a580b5e293 is first bad commit
commit baa8d225435f3bc029825b7601ca34a580b5e293
Author: Alexandre Julliard <julliard(a)winehq.org>
Date: Mon Sep 17 16:48:56 2007 +0200
gdi32: Replace DC_GetDCUpdate by get_dc_ptr+update_dc in the bitmap
functions.
:040000 040000 c2e3cf9b099b159ba06b616f12396d3eec97b053
4f3af2c6e18421d1b8db70a2f7558a9ab74f40b2 M dlls
--- snip ---
It should be noted that this commits cause immediate lockup in some
applications - but not all.
It's possible that later commits escalate this problem/behaviour further.
Regards
--
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=14110
Summary: Adobe Audition 1.5: does not install in Hardy Heron
Product: Wine
Version: 1.0.0
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: endolith(a)gmail.com
Created an attachment (id=14331)
--> (http://bugs.winehq.org/attachment.cgi?id=14331)
Adobe Audition install errors
Mounted the ISO file as a directory
sudo mount -o loop "/media/backup/Audition 1.iso" /media/audition/
Tried installing from /media/audition/Setup.exe but it didn't complete.
Tried installing from /media/audition/Adobe Audition 1.5/setup.exe but it
didn't complete. (I think the other Setup just calls this one anyway.)
It starts the installer and gets to the screen that says "This setup will
install Adobe Audition 1.5 on your computer. To continue, click next."
After pressing Next, it disappears, and I get the attached error messages.
Sorry if this is my mistake, I'm pretty new to Wine. Others got it to work in
other versions of Ubuntu according to the AppDB.
--
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=20515
Summary: Adobe Audition 3.0: Tahoma Font issues (missing
Texts/applicaition wont start)
Product: Wine
Version: 1.1.32
Platform: PC
URL: http://www.adobe.com/go/tryaudition
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jan(a)lugfl.de
Adobes Audition is having some Font issues with the Tahoma font.
In the default Wine config ( msxml3 insalled to get the it running) The
application starts but very important texts lime the Time and cursor position
frames are not showing any time information/text.
This issue also affects the Axes of the waveform display area as the captions
are missing.
Some of the Effect Plugins are also affected by the issue and the Plugin setup
dialog is only showing the controls but no text at all
(Effects->Special->Mastering as an example).
If now Microsoft's original Tahoma Font is placed into
~/.wine/drive_c/windows/Fonts/ the application wont start at all.
It quits with the error: "To continue working where you left off, please
restart Audition". The application terminated if the Alert box is closed. But I
noticed, Audition seems to use the Original font, as the Splash screen texts
seems to be renderen in Cyrilic signs instead of Latin text before Audition
fails to start.
The +font Debug flag did not output any usefull informations for me. Using Font
replacements does not change the behavior too.
The Issue can be reproduced with the Full licenced Version of Audition and the
Trial Version, which can be downloaded from Adobes servers here:
http://www.adobe.com/go/tryaudition
--
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=22040
Summary: Adobe Audition 3.0 splash-screen damaged
Product: Wine
Version: 1.1.40
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: trivial
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: onnsoft(a)googlemail.com
Created an attachment (id=26822)
--> (http://bugs.winehq.org/attachment.cgi?id=26822)
defect audition splash
Splash-screen of Adobe Audition 3.0 (trial-version) only shows a black box
instead of the fency splash-screen (see picture in attachement).
During the splash screen following debug-output appears: mmap() failed: Cannot
allocate memory
--
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=22933
Summary: Adobe Audition 3.0 requires native msxml3
Product: Wine
Version: 1.2-rc2
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: msxml3
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: onny(a)project-insanity.org
Created an attachment (id=28385)
--> (http://bugs.winehq.org/attachment.cgi?id=28385)
Adobe Audition 3.0 console output without native msxml3
Adobe Audition 3.0 stops with the error message "To continue working where you
left off, please restart Audition" unless you've got a native msxml-version
installed :(
--
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.