https://bugs.winehq.org/show_bug.cgi?id=38076
Bug ID: 38076
Summary: GameRanger: unimplemented function
dnsapi.dll.DnsFlushResolverCacheEntry_A
Product: Wine
Version: 1.7.34
Hardware: x86
URL: http://www.gameranger.com/download/
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: dnsapi
Assignee: wine-bugs(a)winehq.org
Reporter: jhansonxi(a)gmail.com
Distribution: Ubuntu
GameRanger is an advertisement and subscription-based online multiplayer game
front-end for many games, especially old titles. Free download link to the
installer in the URL.
The client requires mfc42.dll (winetricks -q mfc42) and Adobe Flash. The Flash
12 install option was broken in my version of winetricks but the client opens
the default web browser to the Flash download page. I didn't have any problems
installing Flash 16.
During installation the client will ask for an email address and new password
to create an account (will send verification link to the email account).
When launched, it will park in the system tray. IIRC it then shows the release
notes and asks for the login credentials. It gets stuck logging in (animated
dialog) due to this missing function.
The workaround is to use a native dnsapi.dll. I used the SP2GDR (Service Pack
2 General Distribution Release) version from the WindowsXP KB945553 security
update to get it working. The update hung for some reason when I started it :D
so I simply copied the DLL out of the temp directory it created.
I think bug #32204 may the same problem but the reporter never verified it.
--
Do not reply 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=28113
Summary: winverbs doesn't work
Product: Wine
Version: 1.2.2
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: joserojales(a)hotmail.com
When I try to start the program, it fails.
--
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=11023
Summary: Lack of ole2disp.dll.SAFEARRAYDESTROYDESCRIPTOR causes
Nota Bene to refuse to launch
Product: Wine
Version: 0.9.52.
Platform: PC
URL: https://www.notabene.com/download/demos/nbdemo80.exe
OS/Version: Linux
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: wine-ole
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
Created an attachment (id=10022)
--> (http://bugs.winehq.org/attachment.cgi?id=10022)
Terminal output in wine 0.9.52
When testing bug 5255, I ran into this unimplemented function. Backtrace is
attached.
--
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=39660
Bug ID: 39660
Summary: WINE_PACKAGE_FLAGS is not crosscompiling friendly
Product: Wine
Version: 1.8-rc1
Hardware: x86
URL: http://git.buildroot.net/buildroot/commit/package/wine
/0003-sane-config-fix.patch?id=ff89e1eb0cdb8ebe9cbd2cf
944f43ed132afcb17
OS: Linux
Status: NEW
Keywords: patch
Severity: normal
Priority: P2
Component: build-env
Assignee: wine-bugs(a)winehq.org
Reporter: nerv(a)dawncrow.de
Distribution: ---
When crosscompiling Wine we use the wrong tools to get the package flags.
For example xslt-config instead of $(CORRECTPATH)/xslt-config, where
CORRECTPATH might be the crosscompilation sysroot...
At least there's no way to set it at configure time.
This was noticed by the buildroot developers with the sane package, and we're
asked to upstream that patch, but it is only for sane and maybe not the correct
approach.
http://git.buildroot.net/buildroot/commit/package/wine/0003-sane-config-fix…
--
Do not reply 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=34185
Bug #: 34185
Summary: Castlevania: Lords of Shadow demo doesn't work after
intro movies
Product: Wine
Version: 1.6
Platform: x86
URL: http://store.steampowered.com/app/234080/
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: andrey.goosev(a)gmail.com
CC: andrey.goosev(a)gmail.com
Classification: Unclassified
Created attachment 45473
--> http://bugs.winehq.org/attachment.cgi?id=45473
log
Just closes a windowed mode (I run with it) and that's all. Clean wineprefix.
--
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=39170
Bug ID: 39170
Summary: Creatures view window is rendered incorrectly when
using WM decorations.
Product: Wine
Version: 1.7.50
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: winex11.drv
Assignee: wine-bugs(a)winehq.org
Reporter: rw92672685(a)hotmail.com
Distribution: ---
Created attachment 52202
--> https://bugs.winehq.org/attachment.cgi?id=52202
The rendered windowed.
When running the 1996 MFC game Creatures, the Creature View pop-up window is
rendered incorrectly when Wine is configured to allow the window manager to
decorate windows. With the setting disabled, it is rendered correctly.
When rendered correctly, the Window should have a 128x96 client area.
Incorrectly, it has a client area of 134x121, which happens to be the exact
size of a corrected rendered window including its decorations.
To isolate the window manager out of it, I ran with decorations on both Fluxbox
and Unity which both experienced the bug.
Using NirSoft's WinExplorer on Windows, the following styles are activated on
this popup window; WS_DLGFRAME, WS_BORDER, WS_CLIPSIBLINS, WS_VISABLE,
WS_POPUP, and WS_EX_WINDOWEDGE. It's window class has the style of; CS_HREDRAW,
and CS_VREDRAW.
May be worth mentioning; the program make no use of AdjustWindowRect() due to
its age, instead seems to only use GetSystemMetrics() and NONCLIENTMETRICS.
Running the most recent Wine as of this writing, compiled from source, at
commit; 6056a3f1634a72e181fb3a03ca625aaa7720523e. Running Ubuntu amd64 15.04.
--
Do not reply 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=31516
Bug #: 31516
Summary: iTunes don run
Product: Wine
Version: unspecified
Platform: Other
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: convertidordepar(a)hotmail.com
Classification: Unclassified
Created attachment 41451
--> http://bugs.winehq.org/attachment.cgi?id=41451
error descritiption by wine
When I click the iTunes icon on my desktop, I get a fatal error message that
does not allow the operation.
--
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=10638
Summary: winegcc: gcc failed
Product: Wine
Version: 0.9.49.
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: blocker
Priority: P1
Component: wine-programs
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: manish.iitm(a)yahoo.co.in
Created an attachment (id=9448)
--> (http://bugs.winehq.org/attachment.cgi?id=9448)
The attachment is the config.log file generated by wine while configuring.
While compiling the wine-0.9.49 I am getting these error.
Please help me to resolve these error's.
-------------------------------------------
winegcc: gcc failed
make[2]: *** [winex11.drv.so] Error 2
make[2]: Leaving directory
`/home/manish/Desktop/Download/wine-0.9.49/dlls/winex11.drv'
make[1]: *** [winex11.drv] Error 2
make[1]: Leaving directory
`/home/manish/Desktop/Download/wine-0.9.49/dlls'
make: *** [dlls] Error 2
--------------------------------------------------
But, by the way my gcc version is gcc-3.4.4.
And my operating system is "Red Hat Enterprise Linux WS release 4 (Nahant
Update 2)".
Also I have attach the config.log file.
Thanking in anticipation.
--
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=15912
Summary: Wine GUI - Wine Installer / "Bottles" for Wine - GUI
Management of Installtation with Seperate Prefix Trees
Product: Wine
Version: unspecified
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: djtm(a)gmx.net
I would love to see something like a wine bottle management.
It should make it easy to install software into different "wineprefix"es.
The purpose is to ensure programs don't interfere with each other's
installation and that a completely clean uninstall is possible.
It's a workaround for a major bug and problem with Windows's missing package
management and poor installation management in general and not meant as a
workaround for bugs in wine.
I imagine it to work a bit like the current wine uninstaller, make it a wine
installer and provide an option to pour it into a fresh clean bottle. ;) I
think best would be an installation wizard.
That would make installations much more easy, clean and robust. It would also
make it easier for developers, as fresh bottles would generally be used and
thus config tweaking problems avoided.
The second gui would provide an overview list of installed software throughout
all bottles.
In a second step some options could be added to the wizard, e.g. disable
debugging, restrict directory access, etc. (a few easy options from winecfg
like desktop or window mode, sound device).
--
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=35361
Bug ID: 35361
Summary: Final fantasy 8: Crashes on keypress
Product: Wine
Version: 1.7.10
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: ivocreusen(a)gmail.com
Classification: Unclassified
Created attachment 47168
--> http://bugs.winehq.org/attachment.cgi?id=47168
backtrace
With the previous wine version, FF8 (Steam version) was working perfectly (I
played 60+ hrs with it), but since the update to wine 1.7.10, FF8 now crashes
on the first keypress when starting the game. If no keys are pressed the intro
video can be watched normally.
--
Do not reply 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=29777
Bug #: 29777
Summary: EVE Online Crashes when entering Captains Quarters
Product: Wine
Version: 1.4-rc2
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: maquis196(a)yahoo.co.uk
Classification: Unclassified
This is a regression. At some point recently something changed and now Captains
Quarters crashes the game.
This can be worked around in the game by disabling said "feature", also there
are 2 parts to CQ, the actual 3rd person part of eve and ship spinning. If
entering the ship spinning (also known as hanger) then the game is fine. Enter
CQ and instant crash.
Attached is what little log I get, I'm more then willing to provide more but
never now what debug flags to use.
Also about to test last 1.3 version to see how far back this goes (worked in at
least 1.3.34)
--
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=39705
Bug ID: 39705
Summary: Some programs crash/hang when switching desktop
screens
Product: Wine
Version: 1.7.55
Hardware: x86-64
OS: Mac OS X
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: sdoom4(a)gmail.com
Since Wine 1.7.55, xmplay (http://www.un4seen.com/) has become unresponsive if
I start the program and switch to another desktop screen (using control + arrow
keys). I have to end the program manually via terminal or force quit in the
dock.
Steps to reproduce:
1. Have 1.7.55 or higher of Wine.
2. Start Xmplay and play any file.
3. Switch to another desktop screen and then back.
4. Xmplay should hang.
I've been using 1.7.54 without issue, so I'm locked into that version until
this can be resolved. I have no crash information, unfortunately.
--
Do not reply 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=34443
Bug #: 34443
Summary: Please provide an https option for wiki.winehq.org
Product: WineHQ.org
Version: unspecified
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: www-unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
CC: dimi(a)lattica.com
Classification: Unclassified
The rest of the site now has https support, but the wiki does not.
--
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=30892
Bug #: 30892
Summary: wine's download page should mention mac os x
packages/ports
Product: WineHQ.org
Version: unspecified
Platform: x86
OS/Version: Mac OS X
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: www-unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: damage3025(a)gmail.com
Classification: Unclassified
http://www.finkproject.org/http://mxcl.github.com/homebrew/http://www.macports.org/
The above three projects all provides wine packages/ports.
They should be mentioned in my opinion.
--
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=33549
Bug #: 33549
Summary: Wine does not install correctly on Mint 13 MATE
Product: Wine
Version: unspecified
Platform: Other
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: A.Pirard(a)ulg.ac.be
Classification: Unclassified
Mint 13 ≃ Ubuntu 12.04 + Cinnamon + Mate 14.0
Tested on Mate.
The installation procedure described at http://www.winehq.org/download/ubuntu
does not work correctly because ppa:ubuntu-wine/ppa produces a reference to a
distribution name "maya" (instead of "precise" for Ubuntu).
See http://bugs.winehq.org/show_bug.cgi?id=30883#c6
There is no Wine menu.
I have hacked one by adding the contents of
/etc/xdg/menus/applications-merged/wine.menu
to
~/.config/menus/mate-applications.menu
--
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=32822
Bug #: 32822
Summary: Populous 3: moving mouse cursor to edge of screen
causes the game itself to move off-screen
Product: Wine
Version: 1.5.22
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dannydubyav2.0(a)gmail.com
Classification: Unclassified
When the game Populous: the Beginning is started, either part of or all of the
screen is black (sometimes showing other applications that were open before
playing against a black background) and you need to move the mouse cursor to
the top-left corner of the screen to completely center the game onto it, but
you may still be able to scroll back out of it. This can continue to happen in
both the level selector and the start of playing levels, and seems to happen
the most in the hardware-accelerated version of Populous. If it occurs when
playing a level, escaping to the in-game menu and then resuming gameplay will
definitely stop it, but only for the duration of that level.
Full game version can be downloaded here: http://popre.net/downloads.php?f=19
The hardware-accelerated version unfortunately has to be directly launched from
its Program Files path of Bullfrog/Populous/D3DPopTB.exe because the game's
menu launcher always incorrectly disables "Direct3D Hardware" as a choice.
--
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=33813
Bug #: 33813
Summary: Microsoft Distributed Transaction Coordinator
installation hangs
Product: Wine
Version: 1.6-rc1
Platform: x86
URL: http://www.microsoft.com/download/en/details.aspx?id=2
2661
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: djelinski1(a)gmail.com
Classification: Unclassified
Created attachment 44825
--> http://bugs.winehq.org/attachment.cgi?id=44825
relay log of DTCInit.exe, duplicate lines trimmed
Noticed while trying to install MSDE 2000 with Wine set to emulate Windows 98.
The installer tries to set up a distributed transaction coordinator, but hangs
in clusapi.
Relevant lines from the relay log:
002b:Call rpcrt4.RpcBindingFromStringBindingW(001583d8
L"b97db8b2-4c63-11cf-bff6-08002be23f2f@ncalrpc:[clusapi]",00158360)
ret=7f2329d8
...
002b:Call KERNEL32.CreateFileA(0015b5a0
"\\\\.\\pipe\\lrpc\\clusapi",c0000000,00000000,00000000,00000003,00000000,00000000)
ret=7e2c0aee
002b:Ret KERNEL32.CreateFileA() retval=ffffffff ret=7e2c0aee
002b:Call KERNEL32.WaitNamedPipeA(0015b5a0
"\\\\.\\pipe\\lrpc\\clusapi",ffffffff) ret=7e2c0b22
002b:Ret KERNEL32.WaitNamedPipeA() retval=00000000 ret=7e2c0b22
Steps to reproduce:
download and run the installer archive, unpack to c:\msderelA
winetricks win98
wine c:\msderela\setup.exe BLANKSAPWD=1
The installer ends in infinite loop.
After the initial installation attempt the bug can be reproduced faster by
running:
wine c:/users/`whoami`/Temp/IXP000.TMP/DTCInit.exe
Workaround: use builtin clusapi.
--
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=16179
Summary: QIP: flashing chat window disappears if it is not on the
current desktop.
Product: Wine
Version: unspecified
Platform: PC-x86-64
URL: http://qip.ru/en/
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: crossroads0000(a)gmail.com
If QIP tries to flash one of its chat windows while the user is on another
desktop, the chat window disappears completely until I restart the application.
The problem also comes up when you change desktops while the window is
flashing. No error logs are attached because there is no output in the console
if the bug appears.
To reproduce the crash:
1) Download QIP (e.g. at
http://qip.ru/download/qip/?http://download.qip.ru/qip8070.exe ).
2) Start QIP. If it fails to start (this is a bug unrelated to this one), try
this work-around: go to your QIP-Directory (should be ~/.wine/drive_c/Program\
Files/QIP), open current.cfg in your "Skins" directory, and replace "1" with
"0".
3) Log on with your ICQ #. If you don't have one, you can easily register one
with QIP in less than 30 seconds (you don't have to enter any email address).
4) Open the chat window, make someone send you a chat message, but before you
receive it, change the desktop.
5) If you receive a message while you're on another desktop, the chat window
will disappear. This only works if the chat window had focus before you changed
the desktop.
--
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=23058
Summary: Lorex Client remote viewer blank screen
Product: Wine
Version: 1.2-rc2
Platform: x86
URL: http://lorexstore.lorextechnology.com/pdfs/LorexClient
_L19WD.zip
OS/Version: Linux
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
Lorex is a popular brand of video surveillance system.
It has a downloadable, installable client app to show you video.
ff917c438214b467e824e8ff1852007a0b5ed13e *LorexClient_L19WD.zip
55ec9179794afd149f5da8dc2bc6616d084e76ee *LorexClient.exe
(It also has a built-in web server which needs an ActiveX control, probably
very similar.)
The downloadable client installs, and its main window displays, but
if you click on Remote View, all you get is a blank window.
--
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=32130
Bug #: 32130
Summary: Gecko and Mono downloaders should show the file size
and allow user to abort
Product: Wine
Version: 1.5.16
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: markk(a)clara.co.uk
Classification: Unclassified
When running Wine with a new/empty wineprefix directory, the user is prompted
to install Gecko and Mono.
However there is no indication of the size of those downloads or the amount of
disk space which they will occupy. There is also no way to abort a download in
progress.
Particularly when using dialup or metered (e.g. 3G) connections, the user might
choose not to install those components, if they knew how large the download
size is.
It would be good if Wine could tell the user the download size, the amount of
disk space required, and allow the user to abort downloads part-way through.
(Even if the user has no bandwidth or disk space concerns, they might
accidentally click Install. Even with a broadband connection the downloads take
quite a while.)
--
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=38781
Bug ID: 38781
Summary: Time measurement in Wine
Product: Wine
Version: 1.7.41
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: emanuele.emalele(a)gmail.com
Distribution: ---
If Wine uses the host OS clock() function some games may have incorrect timing
and become unplayable (too quick).
Could Wine 'force' use of the C standard library clock() function? I suppose it
could be a useful fix/enhancement for every piece of software executed by Wine.
Game where the problem arises: Dungeon Keeper FX.
--
Do not reply 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=38722
Bug ID: 38722
Summary: AVG installer wants ntdll.dll.RtlCreateUserProcess,
Product: Wine
Version: 1.7.44
Hardware: x86-64
URL: http://download.cnet.com/AVG-AntiVirus-Free-Edition-20
13/3000-2239_4-10320142.html?part=dl-avg_free_us&subj=
dl&tag=button
OS: Linux
Status: NEW
Keywords: download, Installer
Severity: normal
Priority: P2
Component: ntdll
Assignee: wine-bugs(a)winehq.org
Reporter: austinenglish(a)gmail.com
Distribution: ---
Noticed while testing bug 23583.
austin@aw25 ~ $ wine --version
wine-1.7.44-149-g0922865
austin@aw25 ~ $ sha1sum avg_free_stb_all_5961p1_177.exe
3aaaac1d5494859b307baea63f845d2609efb4a3 avg_free_stb_all_5961p1_177.exe
austin@aw25 ~ $ du -h avg_free_stb_all_5961p1_177.exe
4.8M avg_free_stb_all_5961p1_177.exe
austin@aw25 ~ $ wine avg_free_stb_all_5961p1_177.exe
fixme:ver:GetCurrentPackageId (0x54e9e8 (nil)): stub
fixme:ntdll:NtQuerySystemInformation (0x00000021,0x33fa68,0x00000010,(nil))
stub
fixme:ntdll:NtQuerySystemInformation info_class SYSTEM_INTERRUPT_INFORMATION
fixme:ntdll:NtQuerySystemInformation info_class SYSTEM_INTERRUPT_INFORMATION
fixme:ntdll:NtQuerySystemInformation (0x0000002d,0x33fa48,0x00000020,(nil))
stub
fixme:ntdll:NtQueryInformationProcess (process=0xffffffff) Unimplemented
information class: ProcessDeviceMap
wine: Call from 0x7bc44921 to unimplemented function
ntdll.dll.RtlCreateUserProcess, aborting
wine: Unhandled exception 0x40000015 in thread 3e at address
0x330023:0x007ff859 (thread 003e), starting debugger...
Process of pid=003d has terminated
No process loaded, cannot execute 'echo Modules:'
Cannot get info on module while no process is loaded
No process loaded, cannot execute 'echo Threads:'
process tid prio (all id:s are in hex)
00000008 avg_free_stb_all_5961p1_177.exe
00000009 0
0000000c services.exe
00000037 0
00000036 0
00000035 0
00000032 0
0000000e 0
0000000d 0
00000012 explorer.exe
00000013 0
00000033 winedevice.exe
0000003a 0
00000039 0
00000038 0
00000034 0
winedbg: Internal crash at 0x7ed12c85
--
Do not reply 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=36299
Bug ID: 36299
Summary: valgrind shows a few possible leaks in
msxml3/tests/httpreq.c
Product: Wine
Version: 1.7.18
Hardware: x86
OS: Linux
Status: NEW
Keywords: download, source, testcase
Severity: normal
Priority: P2
Component: msxml3
Assignee: wine-bugs(a)winehq.org
Reporter: austinenglish(a)gmail.com
==30801== 16 bytes in 1 blocks are possibly lost in loss record 132 of 690
==30801== at 0x7BC4C735: notify_alloc (heap.c:255)
==30801== by 0x7BC50F79: RtlAllocateHeap (heap.c:1716)
==30801== by 0x4C6C0FA: alloc_bstr (oleaut.c:162)
==30801== by 0x4C6C490: SysAllocStringLen (oleaut.c:324)
==30801== by 0x49B1C66: alloc_str_from_narrow (httpreq.c:95)
==30801== by 0x49B1D13: _bstr_ (httpreq.c:109)
==30801== by 0x49B5C64: _test_open (httpreq.c:1418)
==30801== by 0x49B8937: test_safe_httpreq (httpreq.c:1749)
==30801== by 0x49B8A05: func_httpreq (httpreq.c:1768)
==30801== by 0x49EB96C: run_test (test.h:584)
==30801== by 0x49EBD5B: main (test.h:654)
==30801==
==5517== 128 bytes in 1 blocks are possibly lost in loss record 1,323 of 1,706
==5517== at 0x7BC4C735: notify_alloc (heap.c:255)
==5517== by 0x7BC50F79: RtlAllocateHeap (heap.c:1716)
==5517== by 0x4F080FA: alloc_bstr (oleaut.c:162)
==5517== by 0x4F08490: SysAllocStringLen (oleaut.c:324)
==5517== by 0x4F2C9C2: MSFT_ReadValue (typelib.c:2344)
==5517== by 0x4F2CBA3: MSFT_CustData (typelib.c:2398)
==5517== by 0x4F2FB99: ITypeLib2_Constructor_MSFT (typelib.c:3616)
==5517== by 0x4F2F3B8: TLB_ReadTypeLib (typelib.c:3460)
==5517== by 0x4F276DC: LoadTypeLibEx (typelib.c:478)
==5517== by 0x4F27618: LoadTypeLib (typelib.c:454)
==5517== by 0x4F3C082: ITypeInfo_fnGetRefTypeInfo (typelib.c:7730)
==5517== by 0x4F36DC5: ITypeInfoImpl_GetInternalDispatchFuncDesc
(oaidl.h:1532)
==5517== by 0x4F36E00: ITypeInfoImpl_GetInternalDispatchFuncDesc
(typelib.c:6014)
==5517== by 0x4F37036: ITypeInfo_fnGetFuncDesc (typelib.c:6090)
==5517== by 0x63F0C5C: preprocess_dispex_data (oaidl.h:1505)
==5517== by 0x63F0E79: get_dispex_data (dispex.c:323)
==5517== by 0x63F1446: DispatchEx_GetDispID (dispex.c:420)
==5517== by 0x4C661D5: test_selection (dispex.h:296)
==5517== by 0x4C7AAD7: func_domdoc (domdoc.c:11916)
==5517== by 0x4CB496C: run_test (test.h:584)
==5517==
--
Do not reply 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=38451
Bug ID: 38451
Summary: valgrind shows uninitialized variable in
dlls/shlwapi/tests/ordinal.c
Product: Wine
Version: 1.7.41
Hardware: x86
OS: Linux
Status: NEW
Keywords: download, source, testcase, valgrind
Severity: normal
Priority: P2
Component: shlwapi
Assignee: wine-bugs(a)winehq.org
Reporter: austinenglish(a)gmail.com
Distribution: Debian
==15892== Conditional jump or move depends on uninitialised value(s)
==15892== at 0x402DBF4: bcmp (vg_replace_strmem.c:1005)
==15892== by 0x48E1FC5: GetShellSecurityDescriptor (ordinal.c:4863)
==15892== by 0x487A953: test_GetShellSecurityDescriptor (ordinal.c:726)
==15892== by 0x48845D4: func_ordinal (ordinal.c:3193)
==15892== by 0x489D89C: run_test (test.h:584)
==15892== by 0x489DCD6: main (test.h:666)
==15892== Uninitialised value was created by a stack allocation
==15892== at 0x487A759: test_GetShellSecurityDescriptor (ordinal.c:687)
==15892==
--
Do not reply 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=39558
Bug ID: 39558
Summary: Unused variables xoffset, yoffset in
SCROLL_TrackScrollBar
Product: Wine
Version: 1.7.54
Hardware: x86
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: user32
Assignee: wine-bugs(a)winehq.org
Reporter: alexhenrie24(a)gmail.com
Distribution: ---
SCROLL_TrackScrollBar sets xoffset and yoffset to 0, then adds them to pt.x and
pt.y. Because xoffset and yoffset are always 0, this has no effect.
https://source.winehq.org/git/wine.git/blob/cbaab82d086e36dacaa22c6adf80f91…
--
Do not reply 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=35774
Bug ID: 35774
Summary: MSVC 2012 C compiler 'cl.exe' fails while using /MP[n]
option
Product: Wine
Version: 1.7.14
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: loentar(a)gmail.com
Created attachment 47769
--> http://bugs.winehq.org/attachment.cgi?id=47769
example of compilation with and without /MP flag
When /MP[n] option is enabled cl.exe crashes with error "unimplemented function
msvcp110.dll.?_Equivalent@sys@tr2@std@@YAHPBD0@Z".
--
Do not reply 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=31496
Bug #: 31496
Summary: Render-to-fbo with WINED3D_SWAP_EFFECT_FLIP
continually spammed in console
Product: Wine
Version: 1.5.8
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: illumilore(a)gmail.com
Classification: Unclassified
When playing grand theft auto 3, the wine console is continually spamming
fixme:d3d:swapchain_gl_present Render-to-fbo with WINED3D_SWAP_EFFECT_FLIP
along with the occasional fixme:d3d:resource_check_usage Unhandled usage flags
0x8.
--
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=36303
Bug ID: 36303
Summary: valgrind shows several leaks in msxml3/tests/schema.c
Product: Wine
Version: 1.7.18
Hardware: x86
OS: Linux
Status: NEW
Keywords: download, source, testcase
Severity: normal
Priority: P2
Component: msxml3
Assignee: wine-bugs(a)winehq.org
Reporter: austinenglish(a)gmail.com
Created attachment 48401
--> https://bugs.winehq.org/attachment.cgi?id=48401
valgrind log
==30820== 2 bytes in 1 blocks are definitely lost in loss record 8 of 967
==30820== at 0x7BC4C735: notify_alloc (heap.c:255)
==30820== by 0x7BC50F79: RtlAllocateHeap (heap.c:1716)
==30820== by 0x61D7932: heap_alloc (msxml_private.h:169)
==30820== by 0x61D7AD4: xmlchar_from_wcharn (msxml_private.h:416)
==30820== by 0x61D7B4C: xmlchar_from_wchar (msxml_private.h:427)
==30820== by 0x61DA604: schema_cache_remove (schema.c:1321)
==30820== by 0x4AA537E: test_remove (msxml2.h:4206)
==30820== by 0x4AA5C31: func_schema (schema.c:1654)
==30820== by 0x4AB096C: run_test (test.h:584)
==30820== by 0x4AB0D5B: main (test.h:654)
==30820==
==30820== 28 bytes in 1 blocks are possibly lost in loss record 326 of 967
==30820== at 0x7BC4C735: notify_alloc (heap.c:255)
==30820== by 0x7BC50F79: RtlAllocateHeap (heap.c:1716)
==30820== by 0x4D2B262: heap_alloc_zero (typelib.c:1662)
==30820== by 0x4D2DEA1: MSFT_ReadAllRefs (typelib.c:2902)
==30820== by 0x4D3014C: ITypeLib2_Constructor_MSFT (typelib.c:3716)
==30820== by 0x4D2F3B8: TLB_ReadTypeLib (typelib.c:3460)
==30820== by 0x4D276DC: LoadTypeLibEx (typelib.c:478)
==30820== by 0x4D27618: LoadTypeLib (typelib.c:454)
==30820== by 0x4D3C082: ITypeInfo_fnGetRefTypeInfo (typelib.c:7730)
==30820== by 0x4D36DC5: ITypeInfoImpl_GetInternalDispatchFuncDesc
(oaidl.h:1532)
==30820== by 0x4D36E00: ITypeInfoImpl_GetInternalDispatchFuncDesc
(typelib.c:6014)
==30820== by 0x4D37036: ITypeInfo_fnGetFuncDesc (typelib.c:6090)
==30820== by 0x6196C5C: preprocess_dispex_data (oaidl.h:1505)
==30820== by 0x6196E79: get_dispex_data (dispex.c:323)
==30820== by 0x6197446: DispatchEx_GetDispID (dispex.c:420)
==30820== by 0x4AA4A06: test_obj_dispex (dispex.h:296)
==30820== by 0x4AA4B41: test_dispex (schema.c:1485)
==30820== by 0x4AA5C27: func_schema (schema.c:1652)
==30820== by 0x4AB096C: run_test (test.h:584)
==30820== by 0x4AB0D5B: main (test.h:654)
==30820==
==30820== 123 (48 direct, 75 indirect) bytes in 1 blocks are definitely lost in
loss record 692 of 967
==30820== at 0x4006B11: malloc (in
/usr/lib/valgrind/vgpreload_memcheck-x86-linux.so)
==30820== by 0x64B9711: xmlNewDocProp (in /usr/lib/libxml2.so.2.9.1)
==30820== by 0x64BB88C: ??? (in /usr/lib/libxml2.so.2.9.1)
==30820== by 0x61E562A: XDR_E_Schema (xdr.c:805)
==30820== by 0x61E57ED: XDR_to_XSD_doc (xdr.c:829)
==30820== by 0x61D9302: cache_entry_from_xdr_doc (schema.c:905)
==30820== by 0x61DA394: schema_cache_add (schema.c:1253)
==30820== by 0x4A9CAED: test_collection_refs (msxml2.h:3924)
==30820== by 0x4AA5C09: func_schema (schema.c:1646)
==30820== by 0x4AB096C: run_test (test.h:584)
==30820== by 0x4AB0D5B: main (test.h:654)
==30820==
etc.
--
Do not reply 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=39609
Bug ID: 39609
Summary: Dirt 3 not starting
Product: Wine
Version: 1.7.55
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
Assignee: wine-bugs(a)winehq.org
Reporter: mikk150(a)gmail.com
Distribution: ---
Created attachment 52779
--> https://bugs.winehq.org/attachment.cgi?id=52779
backtrace
Dirt 3 crashes after DX11 release
shows splash icon and just before starting game it crashes
```
fixme:d3d11:wined3d_usage_from_d3d11 Unhandled bind flags 0.
fixme:d3d:wined3d_get_format Can't find format WINED3DFMT_R8G8_UNORM (0x4c) in
the format lookup table
wine: Unhandled page fault on read access to 0x00000000 at address 0x8ba200
(thread 0054), starting debugger...
```
--
Do not reply 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=18932
Summary: Installshield installer text not being bolded
(appinstall)
Product: Wine
Version: 1.1.23
Platform: PC
URL: http://www.hellopdf.com/download.php
OS/Version: Linux
Status: NEW
Keywords: download, Installer
Severity: trivial
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
Created an attachment (id=21782)
--> (http://bugs.winehq.org/attachment.cgi?id=21782)
screenshot
See attached screenshot. "Select Destination Location" should be bolded.
--
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=39186
Bug ID: 39186
Summary: Steam client: links missing underline when DirectWrite
method enabled
Product: Wine
Version: 1.7.50
Hardware: x86
URL: https://steamcdn-a.akamaihd.net/client/installer/Steam
Setup.exe
OS: Linux
Status: NEW
Keywords: download
Severity: trivial
Priority: P2
Component: dwrite
Assignee: wine-bugs(a)winehq.org
Reporter: gyebro69(a)gmail.com
CC: bunglehead(a)gmail.com
Distribution: ---
Created attachment 52235
--> https://bugs.winehq.org/attachment.cgi?id=52235
plain terminal output
In the Steam client when text is a link, the text is not underlined when dwrite
is enabled.Installing corefonts/tahoma doesn't help.
To reproduce the issue:
1. install Steam and log in to your account.
2. open Steam->Settings->Interface menu option and toggle 'Enable DirectWrite
for improved font smoothing...' option on and off. As a result, the link
'Fluent in another language?...' above is underlined when dwrite is disabled,
but it's missing the underline when dwrite is enabled.
Plain terminal output doesn't show anything interesting, but I'm attaching it
here anyway.
wine-1.7.50-156-gd317750
Fedora 22 32-bit
--
Do not reply 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=37908
Bug ID: 37908
Summary: Saving a GLFont .glf file causes crash
Product: Wine
Version: 1.7.33
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: shomari.sharpe(a)gmail.com
Distribution: ---
Created attachment 50490
--> https://bugs.winehq.org/attachment.cgi?id=50490
Wine Crash Log
GL Font is an application that generates a binary file storing font glyphs as
well as their texture coordinates for opengl. Under wine the program crashes
once the save button is clicked in the program.
https://students.cs.byu.edu/~bfish/glfontdl.php
--
Do not reply 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=13648
Summary: Dogfood: Microsoft Office 97 Professional Installler
Product: Wine
Version: 1.0-rc3
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: blocker
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: mandriva-andreas(a)web.de
Created an attachment (id=13630)
--> (http://bugs.winehq.org/attachment.cgi?id=13630)
The console output of the installer
The installer starts quite normal but at the end it says:
"Accwiz.dll war nicht in der Lage, sich bei der Systemregistrierung zu
registrieren."
That means Accwiz.dll was not able to register itself at the registry.
After that the installation stops with the message that Office 97 Installer was
not able to install Office 97 Proffesional correctly.
In the Microsoft Office folder are some files, some of tham executable and
working but the installer did not Install Front Page for which he was requested
to install 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=12058
Summary: No car engine sounds in TrackMania United
Product: Wine
Version: 0.9.57.
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: directx-dsound
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: artur.szymiec(a)gmail.com
The TrackMania United however works great suffer
from missing car engine sounds.
--
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=31361
Bug #: 31361
Summary: Please add an option to disable audio devices
(output/input)
Product: Wine
Version: 1.5.9
Platform: x86
OS/Version: Linux
Status: NEW
Keywords: download, integration
Severity: enhancement
Priority: P2
Component: mmdevapi
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
Classification: Unclassified
Requested by a user in #winehq.
--
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=39697
Bug ID: 39697
Summary: Caffeine 2014 Demo v1.01 does not start
Product: Wine
Version: 1.7.55
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: the.ideals(a)gmail.com
Distribution: ---
CaffeineDemo_101_Win32.rar
md5sum: 80819e4b66dee5ed32fa3a4b74e880b4
sha1sum: 82b3aa3a03804a904bea207f22fd00d26db4e8a8
wine Caffeine\ Launcher.exe
Select Play Caffeine
Dialog - "The requested feature is not implemented"
fixme:wincodecs:JpegDecoder_Frame_CopyPalette (0x1444fc,0x13e8d0): stub
fixme:wincodecs:JpegDecoder_Frame_CopyPalette (0x1453fc,0x13e8d0): stub
--
Do not reply 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=28987
Bug #: 28987
Summary: Error in playing some video files in Windows Media
Player
Product: Wine
Version: 1.3.31
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: aleksey_r(a)list.ru
Classification: Unclassified
Created attachment 37295
--> http://bugs.winehq.org/attachment.cgi?id=37295
The error displayed in terminal when the file fails to play
When I try to play video file in Windows Media Player (both 9 and 10), it fails
to play (but doesn't crash). The error log is in attachment.
It happens not with all files.
In Windows the file is played OK. In Linux players (totem, vlc, etc.) too.
OS: OpenSuse 11.4 64 bit
Wine prefix = win32
Gstreamer plugins: base, good, bad and ugly, both 64 and 32 bit are installed.
WMP9 is installed via winetricks.
P.S. I've installed WMP9 via winetricks since in AppDB this way is advised as
official HOWTO.
--
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=22921
Summary: Ship Simulator 2008 demo freezes when starting a
mission if builtin msvcr71 is used
Product: Wine
Version: 1.2-rc2
Platform: x86
URL: http://www.shipsim.com/downloads/trailers
OS/Version: Linux
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: msvcrt
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: madewokherd(a)gmail.com
After installing d3dx9 with winetricks, the Ship Simulator 2008 demo is able to
start. However, once a mission is selected and the Select button is clicked,
the program freezes.
Installing vcrun2003 with winetricks or removing the fake dll in system32 for
msvcr71.dll works around the problem by using the native msvcr71.
--
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=33479
Bug #: 33479
Summary: Guild Wars 2: Raw input is broken #3
Product: Wine
Version: 1.5.29
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: sworddragon2(a)aol.com
Classification: Unclassified
Created attachment 44311
--> http://bugs.winehq.org/attachment.cgi?id=44311
Cursor log
The bug is the same as this issue: http://bugs.winehq.org/show_bug.cgi?id=31860
libxi6 and libxi6:i386 are installed and the log doesn't say that it can't be
loaded.
This is the used command: WINEDEBUG=+cursor wine '/wine/drive_c/Program Files
(x86)/Guild Wars 2/Gw2.exe' -dx9single > /tmp/log.txt 2>&1
In the attachments is the full log.
The problem also happens on a new profile and it doesn't appear if I'm
downgrading to Wine 1.5.28.
--
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=38287
Bug ID: 38287
Summary: Pioneers: Crashes on third run
Product: Wine
Version: 1.7.37
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: aekkusu(a)gmail.com
Distribution: ---
Created attachment 51121
--> https://bugs.winehq.org/attachment.cgi?id=51121
Pioneers (game) Backtrace
OS: Debian Unstable (Sid)
Free download of the game: http://eigen.itch.io/pioneers
App Version: Build 7
On the first two runs the game worked flawlessly aside from some few graphical
glitches (which I suspect are because of my IGP and drivers as it happens in
native apps/programs/games and therefore is unrelated to Wine)
On the third run however I got a crash when launching the game after having
done nothing to the game except save a game I was playing.
I attached the backtrace below, also here's the terminal output:
http://pastebin.com/VqjHvB4D
The game comes in a zip file, so I won't provide the hashes for the file
itself.
--
Do not reply 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=38457
Bug ID: 38457
Summary: valgrind shows a definite leak in
programs/reg/tests/reg.c
Product: Wine
Version: 1.7.41
Hardware: x86
OS: Linux
Status: NEW
Keywords: download, source, testcase, valgrind
Severity: normal
Priority: P2
Component: wshom.ocx
Assignee: wine-bugs(a)winehq.org
Reporter: austinenglish(a)gmail.com
Distribution: Debian
==18558== 8 bytes in 1 blocks are definitely lost in loss record 8 of 243
==18558== at 0x7BC49E0E: notify_alloc (heap.c:254)
==18558== by 0x7BC4E044: RtlAllocateHeap (heap.c:1715)
==18558== by 0x41FE223: reg_delete (reg.c:368)
==18558== by 0x41FE7EE: wmain (reg.c:505)
==18558== by 0x41FEB46: __wine_spec_exe_wentry (exe_wentry.c:36)
==18558== by 0x7B85F093: ??? (process.c:1052)
==18558== by 0x7B85F1D5: start_process (process.c:1104)
==18558== by 0x7BC8023F: ??? (signal_i386.c:2682)
==18558== by 0x7BC80286: call_thread_func (signal_i386.c:2741)
==18558== by 0x7BC8021D: ??? (signal_i386.c:2682)
==18558== by 0x7BC56915: start_process (loader.c:2868)
==18558== by 0x403DDAC: ??? (port.c:60)
==18558==
--
Do not reply 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=38653
Bug ID: 38653
Summary: Wine doesn't run when compiled with GCC 5.1
Product: Wine
Version: 1.7.44
Hardware: x86-64
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: adys.wh(a)gmail.com
Distribution: ---
More details in https://bugs.wine-staging.com/show_bug.cgi?id=270
I'm getting various errors compiling it with GCC 5.1. The build process itself
doesn't error, but starting apps (even wineboot) is broken.
--
Do not reply 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=38647
Bug ID: 38647
Summary: Active Home Pro encounters serious error
(ActiveHm.exe)
Product: Wine
Version: 1.6.2
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: randallphillips(a)gmx.com
Distribution: ---
Created attachment 51569
--> https://bugs.winehq.org/attachment.cgi?id=51569
backtrace with whatever details of problem.
When opening or running Active Home Pro I get a Program Error popup. Active
Home seems to be located in an odd location on my hard drive:
/home/randall/.PlayOnLinux/wineprefix/NeedForSpeedWorld/drive_c/Program
Files/ActiveHome Pro
The drive_c seems to be buried in multiple sub-folders.
While a more normal looking drive_c is located here:
/home/randall/.wine/drive_c/Program Files
I have attempted to remove and reinstall Wine at least once on this machine.
--
Do not reply 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=11751
Summary: Intellicad - endless loop when editing rich text (user32
SendMessageA)
Product: Wine
Version: 0.9.56.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: mikesg(a)abv.bg
Created an attachment (id=11008)
--> (http://bugs.winehq.org/attachment.cgi?id=11008)
Relay log
When trying to enter rich text in a drawing in 4m - Ingellicad an endless loop
is encountered (CPU stays 98%). See details below. The console output is
attached.
Wine version: wine-0.9.56
OS: OpenSUSE 10.3
Windows: No windows, just a clean wine install
Program: 4M - Intellicad 6 classic. Download demo:
http://www.4msa.com/downloads/SetupICADClassic64_E.exe
Install: wine SetupICADClassic64_E.exe
How to run: I had to copy mfc71.dll,msvcr71.dll and msvcp71.dll from a Win XP
SP2 install into drive_c/ICAD6CLASSIC folder
Command line: wine "C:\ICAD6CLASSIC\icad.exe"
How to reproduce:
Run the program, in welcome dialog click 'Start Evaluation', in program
command line type 'mtext' in command line, drag a rectangle on screen and in
box
that appears type whatever you want (don't worry about black letters on black
background) and click 'OK'. All freezes.
When started with +relay, the following lines appear endlessly:
0009:Call user32.SendMessageA(00000000,00000150,fffffffe,00000000) ret=00585ec5
0009:Ret user32.SendMessageA() retval=00000000 ret=00585ec5
Only difference is that the third parameter decreases with 1 every time it is
displayed.
--
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=36583
Bug ID: 36583
Summary: valgrind shows several invalid reads in
user32/tests/dde.c
Product: Wine
Version: 1.7.19
Hardware: x86
OS: Linux
Status: NEW
Keywords: download, source, testcase
Severity: normal
Priority: P2
Component: user32
Assignee: wine-bugs(a)winehq.org
Reporter: austinenglish(a)gmail.com
==5757== Invalid read of size 4
==5757== at 0x5300A0F: WDML_GetConv (dde_misc.c:2248)
==5757== by 0x53010CE: DdeQueryConvInfo (dde_misc.c:2453)
==5757== by 0x4E75978: test_dde_aw_transaction (dde.c:1714)
==5757== by 0x4E7BD78: func_dde (dde.c:2779)
==5757== by 0x4F50978: run_test (test.h:584)
==5757== by 0x4F50D67: main (test.h:654)
==5757== Address 0x49b6290 is 288 bytes inside a block of size 318 free'd
==5757== at 0x7BC4C72C: notify_free (heap.c:263)
==5757== by 0x7BC51071: RtlFreeHeap (heap.c:1762)
==5757== by 0x7BC756DB: RtlFreeAnsiString (rtlstr.c:173)
==5757== by 0x7BC44D3F: FILE_CreateFile (file.c:190)
==5757== by 0x7BC44F02: NtOpenFile (file.c:246)
==5757== by 0x7B840FE2: FindFirstFileExW (file.c:1948)
==5757== by 0x7B841DE2: FindFirstFileW (file.c:2241)
==5757== by 0x7B85D58E: GetLongPathNameW (path.c:373)
==5757== by 0x7B8658CE: create_startup_info (process.c:1618)
==5757== by 0x7B866722: create_process (process.c:1998)
==5757== by 0x7B867B26: create_process_impl (process.c:2361)
==5757== by 0x7B868155: CreateProcessA (process.c:2444)
==5757== by 0x4E7BA7A: func_dde (dde.c:2738)
==5757== by 0x4F50978: run_test (test.h:584)
==5757== by 0x4F50D67: main (test.h:654)
==5757== Invalid read of size 1
==5757== at 0x402BE93: strlen (vg_replace_strmem.c:412)
==5757== by 0x7B852F8B: CompareStringA (locale.c:3055)
==5757== by 0x7B853485: lstrcmpA (locale.c:3170)
==5757== by 0x4E73DA8: dde_server_wndprocW (dde.c:1420)
==5757== by 0x538B4F5: ??? (winproc.c:173)
==5757== by 0x538B66A: call_window_proc (winproc.c:244)
==5757== by 0x538D803: WINPROC_call_window (winproc.c:900)
==5757== by 0x534EB44: DispatchMessageW (message.c:4019)
==5757== by 0x52FB4A0: WDML_SyncWaitTransactionReply (dde_client.c:1067)
==5757== by 0x52FB727: WDML_ClientHandle (dde_client.c:1124)
==5757== by 0x52FBB96: DdeClientTransaction (dde_client.c:1222)
==5757== by 0x4E74C12: test_dde_aw_transaction (dde.c:1609)
==5757== by 0x4E7BD64: func_dde (dde.c:2777)
==5757== by 0x4F50978: run_test (test.h:584)
==5757== by 0x4F50D67: main (test.h:654)
==5757== Address 0x49b33b0 is 0 bytes after a recently re-allocated block of
size 16 alloc'd
==5757== at 0x7BC4C6DF: notify_alloc (heap.c:255)
==5757== by 0x7BC50F23: RtlAllocateHeap (heap.c:1716)
==5757== by 0x7B8457FF: HeapAlloc (heap.c:271)
==5757== by 0x7B845B34: GlobalAlloc (heap.c:388)
==5757== by 0x5349F4D: unpack_dde_message (message.c:2172)
==5757== by 0x534C1D3: peek_message (message.c:2936)
==5757== by 0x534DDC6: PeekMessageW (message.c:3757)
==5757== by 0x52FB4CE: WDML_SyncWaitTransactionReply (dde_client.c:1037)
==5757== by 0x52FB727: WDML_ClientHandle (dde_client.c:1124)
==5757== by 0x52FBB96: DdeClientTransaction (dde_client.c:1222)
==5757== by 0x4E74C12: test_dde_aw_transaction (dde.c:1609)
==5757== by 0x4E7BD64: func_dde (dde.c:2777)
==5757== by 0x4F50978: run_test (test.h:584)
==5757== by 0x4F50D67: main (test.h:654)
==5757==
etc.
(this is in a virtual desktop)
--
Do not reply 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=36105
Bug ID: 36105
Summary: user32/dde tests has some leaks
Product: Wine
Version: 1.7.17
Hardware: x86
OS: Linux
Status: NEW
Keywords: download, source, testcase
Severity: normal
Priority: P2
Component: user32
Assignee: wine-bugs(a)winehq.org
Reporter: austinenglish(a)gmail.com
==8974== 8 bytes in 1 blocks are definitely lost in loss record 52 of 578
==8974== at 0x7BC4C735: notify_alloc (heap.c:255)
==8974== by 0x7BC50F79: RtlAllocateHeap (heap.c:1716)
==8974== by 0x7B84586B: HeapAlloc (heap.c:271)
==8974== by 0x7B845A92: GlobalAlloc (heap.c:364)
==8974== by 0x50BC447: PackDDElParam (dde_misc.c:87)
==8974== by 0x5109F7E: unpack_dde_message (message.c:2166)
==8974== by 0x510C247: peek_message (message.c:2936)
==8974== by 0x510DE3A: PeekMessageW (message.c:3757)
==8974== by 0x50BB4C6: WDML_SyncWaitTransactionReply (dde_client.c:1037)
==8974== by 0x50BB71F: WDML_ClientHandle (dde_client.c:1124)
==8974== by 0x50BBB8E: DdeClientTransaction (dde_client.c:1222)
==8974== by 0x4D3096C: test_ddeml_client (dde.c:326)
==8974== by 0x4D3E80D: func_dde (dde.c:2697)
==8974== by 0x4E12A14: run_test (test.h:584)
==8974== by 0x4E12E03: main (test.h:654)
==8974==
==8974== 8 bytes in 1 blocks are possibly lost in loss record 51 of 578
==8974== at 0x7BC4C735: notify_alloc (heap.c:255)
==8974== by 0x7BC50F79: RtlAllocateHeap (heap.c:1716)
==8974== by 0x7B84586B: HeapAlloc (heap.c:271)
==8974== by 0x7B845B40: GlobalAlloc (heap.c:376)
==8974== by 0x50BEB40: DdeCreateDataHandle (dde_misc.c:1322)
==8974== by 0x50BF334: WDML_Global2DataHandle (dde_misc.c:1538)
==8974== by 0x50BA1F0: WDML_HandleRequestReply (dde_client.c:530)
==8974== by 0x50BB077: WDML_HandleReply (dde_client.c:943)
==8974== by 0x50BB3EB: WDML_SyncWaitTransactionReply (dde_client.c:1051)
==8974== by 0x50BB71F: WDML_ClientHandle (dde_client.c:1124)
==8974== by 0x50BBB8E: DdeClientTransaction (dde_client.c:1222)
==8974== by 0x4D319DB: test_ddeml_client (dde.c:472)
==8974== by 0x4D3E80D: func_dde (dde.c:2697)
==8974== by 0x4E12A14: run_test (test.h:584)
==8974== by 0x4E12E03: main (test.h:654)
==8974==
--
Do not reply 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=30471
Bug #: 30471
Summary: powersim constructor 2.5 old version cannot save and
open file
Product: WineHQ Apps Database
Version: unspecified
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: appdb-unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: andrius.photo(a)gmail.com
Classification: Unclassified
Created attachment 39847
--> http://bugs.winehq.org/attachment.cgi?id=39847
wen starting program
hello,
i try to run Powersim constructor old version, and old is clearly but, when i
try to save or read file i get error and program is crashed. Maybe it is
because off old version program. thanks for help
--
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=25914
Summary: Dead Space 2 exits with error
Product: Wine
Version: 1.3.12
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: andras(a)csevego.net
After starting Dead Space 2 (copied from windows partition due msi bugs and
cracked due solidshield) game exits with something like that "could not
initialize graphics hardware, please restart"
Console log (pasted here because it's not too long):
fixme:d3d9:D3DPERF_GetStatus (void) : stub
fixme:d3d9:D3DPERF_SetOptions (0x1) : stub
fixme:thread:SetThreadIdealProcessor (0x134): stub
AffinityMask = 1; Initial APIC = 0; Physical ID = 0, Core ID = 0, SMT ID = 0
AffinityMask = 2; Initial APIC = 1; Physical ID = 0, Core ID = 1, SMT ID = 0
fixme:thread:SetThreadIdealProcessor (0x138): stub
fixme:thread:SetThreadIdealProcessor (0x13c): stub
fixme:thread:SetThreadIdealProcessor (0xfffffffe): stub
fixme:win:EnumDisplayDevicesW ((null),0,0x33efe4,0x00000000), stub!
err:wgl:internal_SetPixelFormat Invalid operation on root_window
err:d3d:context_set_pixel_format Failed to set pixel format 3 on device context
0x5ec, last error 0.
err:d3d:context_create Failed to set pixel format 3 on device context 0x5ec.
err:d3d:WineD3D_ChoosePixelFormat Can't find a suitable iPixelFormat
err:wgl:internal_SetPixelFormat Invalid operation on root_window
err:d3d:context_set_pixel_format Failed to set pixel format 3 on device context
0x678, last error 0.
err:d3d:context_create Failed to set pixel format 3 on device context 0x678.
fixme:d3d:wined3d_get_format Can't find format WINED3DFMT_R24_UNORM_X8_TYPELESS
(0x49) in the format lookup table
fixme:d3d:getDepthStencilBits Unsupported depth/stencil format
WINED3DFMT_UNKNOWN.
err:wgl:internal_SetPixelFormat Invalid operation on root_window
err:d3d:context_set_pixel_format Failed to set pixel format 27 on device
context 0x68c, last error 0.
err:d3d:context_create Failed to set pixel format 27 on device context 0x68c.
err:wgl:internal_SetPixelFormat Invalid operation on root_window
err:d3d:context_set_pixel_format Failed to set pixel format 15 on device
context 0x6a0, last error 0.
err:d3d:context_create Failed to set pixel format 15 on device context 0x6a0.
err:d3d:WineD3D_ChoosePixelFormat Can't find a suitable iPixelFormat
err:wgl:internal_SetPixelFormat Invalid operation on root_window
err:d3d:context_set_pixel_format Failed to set pixel format 3 on device context
0x6b4, last error 0.
err:d3d:context_create Failed to set pixel format 3 on device context 0x6b4.
err:d3d9:device_parent_CreateSwapChain (0x1237c4) CreateAdditionalSwapChain
failed, returning 0x8876086a
I think these messages indicates the 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.
https://bugs.winehq.org/show_bug.cgi?id=39710
Bug ID: 39710
Summary: Hitman 2: Silent Assassin shows wrong colors with
environment bump mapping
Product: Wine
Version: 1.8-rc2
Hardware: x86-64
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: directx-d3d
Assignee: wine-bugs(a)winehq.org
Reporter: andrey.goosev(a)gmail.com
Distribution: ---
Created attachment 52957
--> https://bugs.winehq.org/attachment.cgi?id=52957
screenshot
Some objects has wrong colors when environment bump mapping is enabled.
Nvidia driver 352.63
wine-1.8-rc2-29-g66d8e38
--
Do not reply 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=34405
Bug #: 34405
Summary: AklePad 4.8.4: Unhandled exception: page fault on read
access to 0x0000031c in 32-bit code (0x00423413).
Product: Wine
Version: 1.7.0
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: gaming4jc2(a)yahoo.com
Classification: Unclassified
Created attachment 45795
--> http://bugs.winehq.org/attachment.cgi?id=45795
Backtrace of the crash
Upon enabling the toolbar plugin in aklepad this unhandled pagefault occurs.
Backtrace attached.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=33937
Bug #: 33937
Summary: [EA Origin]Pictures don't display correctly with Wine
set to win7
Product: Wine
Version: 1.6-rc4
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: berillions(a)gmail.com
Classification: Unclassified
Created attachment 45074
--> http://bugs.winehq.org/attachment.cgi?id=45074
Origin with Wine set to WinXP
Hi,
When i launch EA Origin when Wine is set to Win7, the picture in Games tab or
Shop tab don't display correctly.
I attach to screenshot, 1 wine Origin with XP mode and the second with Seven
mode.
Concerning the output, i don't attach them because it's the same for both, but
i have only these message when i launch Origin with Seven mode :
err:shell:ShellLink_QueryInterface -- Interface: E_NOINTERFACE
err:shell:ShellLink_QueryInterface -- Interface: E_NOINTERFACE
I have these message when the window's Origin appears.
Max
--
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=23642
Summary: Before You Know It crashes into urlmon
Product: Wine
Version: 1.2-rc7
Platform: x86
URL: http://www.byki.com/fls/FLS.html
OS/Version: Linux
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: urlmon
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: xerox_xerox2000(a)yahoo.co.uk
This is a follow up of bug http://bugs.winehq.org/show_bug.cgi?id=12185.
After downloading the application, and starting it, it first crashes because of
lacking richedit functionality, covered by bug 12185
After working around that with winetricks riched20, I get a nice crash into
urlmon.
With native urlmon the app seems to work perfectly fine
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=39563
Bug ID: 39563
Summary: Oddworld: Stranger's Wrath HD crashes when starting a
new game
Product: Wine
Version: 1.7.54
Hardware: x86
URL: http://store.steampowered.com/app/15750
OS: Linux
Status: NEW
Keywords: regression
Severity: normal
Priority: P2
Component: opengl
Assignee: wine-bugs(a)winehq.org
Reporter: gyebro69(a)gmail.com
CC: alexhenrie24(a)gmail.com
Regression SHA1: b4eb8e846b7e9f06e76c8c9edfe1a5cdc774321c
Distribution: ---
Created attachment 52711
--> https://bugs.winehq.org/attachment.cgi?id=52711
+wgl,+opengl debug log (uncompressed 11 MB)
The game loads to the main menu, but it crashes when I start a new game or load
a previously saved game. The intro video plays fine and the crash happens when
the 3D world is about to appear.
Tested with the Steam version, plain terminal output doesn't show anything
interesting. I can't show you the backtrace because winedbg doesn't produce
any. There's no demo version available.
Must be related to certain graphical options that can be toggled on/off in the
launcher. I found that the crash happens when at least these 3 options are
enabled in the launcher: instant rendering, water reflection, vegetation.
The game creates a log file on each start, the file contains which opengl
extensions are supported by the card/driver. The following extension is marked
as not supported when running the game in current git:
glVertexAttribDivisor ->FAIL
Reverting the following commit fixes the crash for me (and the mentioned
extension appears as supported in the log file):
commit b4eb8e846b7e9f06e76c8c9edfe1a5cdc774321c
Author: Alex Henrie <alexhenrie24(a)gmail.com>
Date: Thu Oct 29 21:30:19 2015 -0600
opengl32: Check the minor version when determining extension support.
I could only test this bug with the open source nouveau driver because the
binary driver (340.93) doesn't compile against recent X Server 1.18 on Fedora
23.
Fedora 23 32-bit
OpenGL vendor string: nouveau
OpenGL renderer string: Gallium 0.4 on NV92
OpenGL core profile version string: 3.3 (Core Profile) Mesa 11.1.0-devel
OpenGL core profile shading language version string: 3.30
--
Do not reply 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=38230
Bug ID: 38230
Summary: 3D Ultra Pinball Thrillride: Intro movie fails to
play; causes hang
Product: Wine
Version: 1.7.38
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: gaming4jc2(a)yahoo.com
Distribution: ---
Created attachment 51034
--> https://bugs.winehq.org/attachment.cgi?id=51034
wine 1.7.38 log of crash
I'm unable to run a regression test, but I remember this worked as of 1.1.40.
Now once the Indeo codec is installed the program hangs. The only alternative
is to choose not to install the video codec during install.
--
Do not reply 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=10919
Summary: GetLargestConsoleWindowSize() should not return hard
coded constants
Product: Wine
Version: 0.9.51.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-console
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: reijo.sund(a)helsinki.fi
Created an attachment (id=9840)
--> (http://bugs.winehq.org/attachment.cgi?id=9840)
sizepro.c - A source demonstrating the problem and a solution in terms of APIs
----------------------------------------------------------------------
MSDN library includes sample code for console applications
(http://msdn2.microsoft.com/en-us/library/aa263818.aspx). The source is
available at: http://www.helsinki.fi/~sund/console_vs6.zip . The source
compiles easily with winelib after --cuiexe transformations with winemaker.
The examples 14 and 32 deal with the GetLargestConsoleWindowSize() function.
The problem is that the current implementation in Wine returns hard coded
constants (X=80, Y=24) for the maximum size. This causes problems for
applications that have followed the conventions of sample code, because
it "prevents" the resizing of console window to bigger than "maximum".
In principle, the window size could be changed manually by using properties
dialog, but that is an "ugly" solution. Another "ugly" solution would be to
change the hard coded constants to bigger values in Wine implementation.
A better solution would be to actually implement the required functionality.
I have attached a source (sizepro.c, compiles with 'winegcc -o sizepro.exe
sizepro.c') that demonstrates the problem and infers the maximum console
window size in relation to current resolution and font.
I also tried to implement the corresponding functionality to Wine, and
attached the source for the improved function (kernel32_console_
getlargestconsolewindowssize.c). That works fine for me, but I'm not sure
whether it follows the conventions of Wine (or how to deal with strange
__i386__ definitions without duplicating the code). So, I wonder if
someone else more familiar with Wine development could check it out
and derive an adequate patch.
--
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=36302
Bug ID: 36302
Summary: valgrind shows several leaks in
msxml3/tests/saxreader.c
Product: Wine
Version: 1.7.18
Hardware: x86
OS: Linux
Status: NEW
Keywords: download, source, testcase
Severity: normal
Priority: P2
Component: msxml3
Assignee: wine-bugs(a)winehq.org
Reporter: austinenglish(a)gmail.com
Created attachment 48400
--> https://bugs.winehq.org/attachment.cgi?id=48400
valgrind log
==30812== 32 bytes in 1 blocks are definitely lost in loss record 267 of 774
==30812== at 0x7BC4C735: notify_alloc (heap.c:255)
==30812== by 0x7BC50F79: RtlAllocateHeap (heap.c:1716)
==30812== by 0x5191FF0: CreateStreamOnHGlobal (hglobalstream.c:591)
==30812== by 0x4A8A289: test_mxwriter_stream (saxreader.c:4172)
==30812== by 0x4A9647E: func_saxreader (saxreader.c:5613)
==30812== by 0x4AAC96C: run_test (test.h:584)
==30812== by 0x4AACD5B: main (test.h:654)
==30812==
==30812== 88 bytes in 1 blocks are definitely lost in loss record 440 of 774
==30812== at 0x7BC4C735: notify_alloc (heap.c:255)
==30812== by 0x7BC50F79: RtlAllocateHeap (heap.c:1716)
==30812== by 0x7B84586B: HeapAlloc (heap.c:271)
==30812== by 0x7B8466BC: GlobalReAlloc (heap.c:693)
==30812== by 0x5191A56: HGLOBALStreamImpl_SetSize (hglobalstream.c:381)
==30812== by 0x4A7D5BD: create_test_stream (objidl.h:4391)
==30812== by 0x4A7F57A: test_saxreader (saxreader.c:2430)
==30812== by 0x4A963FA: func_saxreader (saxreader.c:5592)
==30812== by 0x4AAC96C: run_test (test.h:584)
==30812== by 0x4AACD5B: main (test.h:654)
==30812==
==30812== 124 bytes in 1 blocks are definitely lost in loss record 493 of 774
==30812== at 0x7BC4C735: notify_alloc (heap.c:255)
==30812== by 0x7BC5161A: RtlReAllocateHeap (heap.c:1883)
==30812== by 0x7B8458E5: HeapReAlloc (heap.c:281)
==30812== by 0x7B846646: GlobalReAlloc (heap.c:679)
==30812== by 0x5191A56: HGLOBALStreamImpl_SetSize (hglobalstream.c:381)
==30812== by 0x51916F1: HGLOBALStreamImpl_Write (objidl.h:4391)
==30812== by 0x619B3EB: write_data_to_stream (objidl.h:4384)
==30812== by 0x619B643: flush_output_buffer (mxwriter.c:604)
==30812== by 0x619BC78: mxwriter_Release (mxwriter.c:774)
==30812== by 0x4A8ADD2: test_mxwriter_stream (msxml2.h:22158)
==30812== by 0x4A9647E: func_saxreader (saxreader.c:5613)
==30812== by 0x4AAC96C: run_test (test.h:584)
==30812== by 0x4AACD5B: main (test.h:654)
==30812==
etc.
--
Do not reply 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=33121
Bug #: 33121
Summary: wineconsole: Ignores height/width window size
specified in program's external configuration file
Product: Wine
Version: 1.5.25
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: programs
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dasjournal1(a)gmail.com
Classification: Unclassified
Created attachment 43795
--> http://bugs.winehq.org/attachment.cgi?id=43795
Program spawned in wineconsole at default 80 x 25 resolution
I'm using wineconsole to run a console-based Windows program (with
--backend=user). Wineconsole always opens the program in an 80 x 25 sized
window. Resizing this window via the mouse or right-click configuration area
expands the window size, but not the buffer size of the console program. The
newly-expanded area is black (see screenshot attachment). These settings are
also not saved upon restarting the program. This is the same or very similar
bug to 30193 (http://bugs.winehq.org/show_bug.cgi?id=30193).
In Windows, the program detects the maximum width and height of the current
display resolution and provides options within the program to modify the height
and width. When using wineconsole, the program only detects the 80 x 25 buffer
it is spawned in.
Also, in Windows, the program stores the height and width settings in an
external configuration file, so that upon restarting the program, the correct
window/buffer size is displayed. Wineconsole ignores these settings in favour
of an 80 x 25 or lower resolution.
I note in Wine's source code that <source>/server/console.c has hard-coded
values of 80 and 25 for the window and screen buffers. This is the default
command prompt window size used in Windows. Also,
<source>/programs/wineconsole/registry.c sets the default window/buffer values
for new wineconsole-based programs.
Modifying <source>/programs/wineconsole/registry.c, recompiling and running
'wineconsole cmd' displays the Windows command prompt in the specified windows
size. This modification has no effect on my console-based program, which is
always displayed at 80 x 25.
Modifying <source>/server/console.c (and recompiling) also fails to have the
desired effect. The program's window is larger, but the program itself is
still rendered at 80 x 25. The surrounding area is black, as noted above.
It is as though wineconsole is ignoring or overriding the program's external
configuration file.
--
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=32692
Bug #: 32692
Summary: Clones (game) crashes when starting a single-player
game (without native d3dx9 libraries)
Product: Wine
Version: 1.5.21
Platform: x86
URL: http://clonesgame.com/download-demo
OS/Version: Linux
Status: NEW
Keywords: download
Severity: minor
Priority: P2
Component: directx-d3dx9
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: gyebro69(a)gmail.com
CC: wine-bugs(a)winehq.org
Classification: Unclassified
Created attachment 43136
--> http://bugs.winehq.org/attachment.cgi?id=43136
terminal output
The game comes with native d3dx9_38.dll installed, the problem occurs with the
built-in one. Native d3dx9_36 also works around the crash.
The game loads to the menu fine, but it crashes when you start single-player
game mode. The crash happens somewhere in d3dx9_36/math.c, as can be seen in
the attached backtrace.
Steps to reproduce the problem with the demo:
1. install the demo as usual and make sure that d3dx9_38=built-in
2. start the game with ../Bin/ClonesGame.exe, create a new profile and click on
<Pilgrimage>...the game crashes at this point.
The attached log was created with wine-1.5.21-80-g082f989.
--
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=28698
Bug #: 28698
Summary: ieframe/tests/intshcut.ok: uninitialized value in
PersistFile_Load, found during
test_ReadAndWriteProperties
Product: Wine
Version: 1.3.30
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: ieframe
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
Classification: Unclassified
While doing 'make intshcut.ok' in ieframe/tests, valgrind complained:
Conditional jump or move depends on uninitialised value(s)
at winetest_vok (test.h:307)
by winetest_ok (test.h:353)
by test_ReadAndWriteProperties (intshcut.c:282)
by func_intshcut (intshcut.c:403)
by run_test (test.h:556)
by main (test.h:624)
Uninitialised value was created by a stack allocation
at PersistFile_Load (intshcut.c:456)
--
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=39035
Bug ID: 39035
Summary: The Forest: Game fallbacks to 64 MB VRAM
Product: Wine
Version: 1.7.44
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: sworddragon2(a)aol.com
Distribution: ---
I'm noticing that The Forest seems not to detect the video memory size as it is
giving me this output in the terminal:
IPC client is in my process, could/should be using an in-process pipe.Direct3D:
Version: Direct3D 9.0c [nvd3dum.dll 8.18.13.4052]
Renderer: NVIDIA GeForce GTX 650
Vendor: NVIDIA
VRAM: 64 MB (via fallback)
Caps: Shader=30 DepthRT=1 NativeDepth=1 NativeShadow=1 DF16=0 INTZ=1
NULL=1 RESZ=1 SlowINTZ=0
My graphics card has 2 GiB of video memory and VideoMemorySize is also set to
2048.
--
Do not reply 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=30260
Bug #: 30260
Summary: Office 2010 SP1 installer reports failure
Product: Wine
Version: 1.5.0
Platform: x86
OS/Version: Linux
Status: NEW
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dimesio(a)earthlink.net
Classification: Unclassified
Created attachment 39530
--> http://bugs.winehq.org/attachment.cgi?id=39530
Log of SP1 installer
File: officesuite2010sp1-kb2460049-x86-fullfile-en-us.exe
md5sum: cc693ffabac8a5c8053f1d8f701e8119
The installer starts, shows the license, checks update status, extracts files,
says it is installing though the progress bar never advances, then ends with a
message that installation of this product failed.
Despite the message, at least part of SP1 is installed: MLA seventh edition and
APA sixth edition are added to list of bibliographic reference styles, and the
version numbers of Word, Excel, and Powerpoint are updated in
File=>Help=>Additional Version and Copyright Information.
--
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=39295
Bug ID: 39295
Summary: Saints Row 2 crashes on launch.
Product: Wine
Version: 1.7.51
Hardware: x86
OS: Mac OS X
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-dsound
Assignee: wine-bugs(a)winehq.org
Reporter: eric(a)molitor.org
Created attachment 52374
--> https://bugs.winehq.org/attachment.cgi?id=52374
SR2 Launch Logs with x3daudio1_4.dll.X3DAudioInitialize error
Saints row 2 crashes on launch with no overrides due to x3daudio1_4.dll. A
larger log file is attached but what I think are the important bits are listed
below.
fixme:dsound:DSOUND_RecalcFormat Conversion from 6 to 2 channels is not
implemented, falling back to stereo
err:ole:CoGetClassObject class {d3332f02-3dd0-4de9-9aec-20d85c4111b6} not
registered
err:ole:CoGetClassObject no class object {d3332f02-3dd0-4de9-9aec-20d85c4111b6}
could be created for context 0x1
wine: Call from 0x7b82bd78 to unimplemented function
x3daudio1_4.dll.X3DAudioInitialize, aborting
wine: Unimplemented function x3daudio1_4.dll.X3DAudioInitialize called at
address 0x7b82bd78 (thread 0029), starting debugger...
Unhandled exception: unimplemented function x3daudio1_4.dll.X3DAudioInitialize
called in 32-bit code (0x7b82bd78).
--
Do not reply 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=37030
Bug ID: 37030
Summary: Visual Basic 6 - Listbox shows scrollbar when there
isn't any
Product: Wine
Version: 1.7.23
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: gaming4jc2(a)yahoo.com
Created attachment 49204
--> http://bugs.winehq.org/attachment.cgi?id=49204
Strange scrollbar
In a simple VisualBasic6 application (after installing vb6 runtimes from
winetricks), there is a strange scrollbar displaying which does not display on
native Windows.
--
Do not reply 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=28696
Bug #: 28696
Summary: ieframe/tests/intshcut.c: Uninitialised value in
test_ReadAndWriteProperties
Product: Wine
Version: 1.3.30
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: ieframe
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
Classification: Unclassified
While doing 'make intshcut.ok', valgrind complained:
Syscall param write(buf) points to uninitialised byte(s)
at __write_nocancel (syscall-template.S:82)
by WriteFile (file.c:547)
by FileLockBytesImpl_WriteAt (filelockbytes.c:286)
by StorageImpl_WriteAt (storage32.c:347)
by StorageImpl_WriteBigBlock (storage32.c:4026)
by BlockChainStream_Flush (storage32.c:6041)
by StorageImpl_Flush (storage32.c:2984)
by StgStreamImpl_Write (storage32.h:261)
by PropertyStorage_WritePropertyToStream (stg_prop.c:1689)
by PropertyStorage_PropertiesWriter (stg_prop.c:1786)
by dictionary_enumerate (dictionary.c:189)
by IPropertyStorage_fnCommit (stg_prop.c:1800)
by test_ReadAndWriteProperties (intshcut.c:239)
by func_intshcut (intshcut.c:403)
by run_test (test.h:556)
by main (test.h:624)
Address 0x7f08afde is 150 bytes inside a block of size 8,260 alloc'd
at RtlAllocateHeap (heap.c:254)
by BlockChainStream_Construct (storage32.c:6009)
by StorageImpl_Construct (storage32.c:2924)
by Storage_Construct (storage32.c:5168)
by create_storagefile (storage32.c:7384)
by StgCreateStorageEx (storage32.c:7479)
by create_shortcut (intshcut.c:820)
by InternetShortcut_Create (intshcut.c:855)
by CoCreateInstance (compobj.c:2641)
by test_ReadAndWriteProperties (intshcut.c:204)
by func_intshcut (intshcut.c:403)
by run_test (test.h:556)
by main (test.h:624)
Uninitialised value was created by a stack allocation
at test_ReadAndWriteProperties (intshcut.c:183)
--
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=32088
Bug #: 32088
Summary: KODAK Share button app from
http://support.en.kodak.com/app/answers/detail/a_id/32
484/selected/true fails to install.
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: dhiffucium(a)gmail.com
Classification: Unclassified
Created attachment 42302
--> http://bugs.winehq.org/attachment.cgi?id=42302
Detailed information from Wine about the error
There are two ways to install this program. The first is to run the installer
from the device that mounts when connecting the camera to the USB port. This
program should proceed to download the actual installer, but it does nothing bu
show a window with the KODAK logo in the corner.
My second attempt was to download the installer from KODAK's website and run
that instead. The installer starts and I get to answer the questions about
language, install location and agree to the terms, but crashes during
installation. See the attached trackback file for details.
I am running Ubuntu GNOME 12.10. My camera is a Kodak Easyshare MAX Z990, but I
suppose the software is the same for many cameras.
A note to KODAK camera owners:
You can still get your images, by either changing the setting on the camera to
not use KODAK software or by taking out the memory card and using a card
reader. You will not, however, be able to use the features of the Kodak
application to automatically share the selected photos on Facebook or e-mail,
you have to do that manually if you don't have access to a real Windows OS.
--
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=36298
Bug ID: 36298
Summary: valgrind shows several leaks in msxml3/tests/domdoc.c
Product: Wine
Version: 1.7.18
Hardware: x86
OS: Linux
Status: NEW
Keywords: download, source, testcase
Severity: normal
Priority: P2
Component: msxml3
Assignee: wine-bugs(a)winehq.org
Reporter: austinenglish(a)gmail.com
Created attachment 48399
--> https://bugs.winehq.org/attachment.cgi?id=48399
valgrind log
==30791== 16 bytes in 1 blocks are definitely lost in loss record 440 of 1,669
==30791== at 0x7BC4C735: notify_alloc (heap.c:255)
==30791== by 0x7BC50F79: RtlAllocateHeap (heap.c:1716)
==30791== by 0x4D080FA: alloc_bstr (oleaut.c:162)
==30791== by 0x4D08490: SysAllocStringLen (oleaut.c:324)
==30791== by 0x4D081A7: SysAllocString (oleaut.c:232)
==30791== by 0x4A70E54: test_xmlns_attribute (domdoc.c:11048)
==30791== by 0x4A76B0E: func_domdoc (domdoc.c:11927)
==30791== by 0x4AB096C: run_test (test.h:584)
==30791== by 0x4AB0D5B: main (test.h:654)
==30791==
==30791== 28 bytes in 1 blocks are possibly lost in loss record 616 of 1,669
==30791== at 0x7BC4C735: notify_alloc (heap.c:255)
==30791== by 0x7BC50F79: RtlAllocateHeap (heap.c:1716)
==30791== by 0x4D2B262: heap_alloc_zero (typelib.c:1662)
==30791== by 0x4D2DEA1: MSFT_ReadAllRefs (typelib.c:2902)
==30791== by 0x4D3014C: ITypeLib2_Constructor_MSFT (typelib.c:3716)
==30791== by 0x4D2F3B8: TLB_ReadTypeLib (typelib.c:3460)
==30791== by 0x4D276DC: LoadTypeLibEx (typelib.c:478)
==30791== by 0x4D27618: LoadTypeLib (typelib.c:454)
==30791== by 0x4D3C082: ITypeInfo_fnGetRefTypeInfo (typelib.c:7730)
==30791== by 0x4D36DC5: ITypeInfoImpl_GetInternalDispatchFuncDesc
(oaidl.h:1532)
==30791== by 0x4D36E00: ITypeInfoImpl_GetInternalDispatchFuncDesc
(typelib.c:6014)
==30791== by 0x4D37036: ITypeInfo_fnGetFuncDesc (typelib.c:6090)
==30791== by 0x6196C5C: preprocess_dispex_data (oaidl.h:1505)
==30791== by 0x6196E79: get_dispex_data (dispex.c:323)
==30791== by 0x6197446: DispatchEx_GetDispID (dispex.c:420)
==30791== by 0x4A621D5: test_selection (dispex.h:296)
==30791== by 0x4A76AD7: func_domdoc (domdoc.c:11916)
==30791== by 0x4AB096C: run_test (test.h:584)
==30791== by 0x4AB0D5B: main (test.h:654)
==30791==
etc.
--
Do not reply 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=33623
Bug #: 33623
Summary: Unimplemented function
ole2disp.dll16.VARIANTCHANGETYPEEX
Product: Wine
Version: 1.5.23
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: markk(a)clara.co.uk
Classification: Unclassified
I tried running GOWIN.EXE on a Titus The Fox CD-ROM. Wine crashes, reporting:
wine: Call from 0x7b83b9c5 to unimplemented function
ole2disp.dll16.VARIANTCHANGETYPEEX, aborting
wine: Unimplemented function ole2disp.dll16.VARIANTCHANGETYPEEX called at
address 0x7b83b9c5 (thread 0026), starting debugger...
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=14449
Summary: "North American Birds" fails to launch
Product: Wine
Version: 1.1.1
Platform: PC
URL: http://appdb.winehq.org/objectManager.php?sClass=version
&iId=12906
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: munchkinguy(a)hotmail.com
Created an attachment (id=14768)
--> (http://bugs.winehq.org/attachment.cgi?id=14768)
Stack dump, register dump, etc
Program CD in inserted. After setting pib.exe to "Windows 3.1" in Wine's
Application settings (the System Requirements say 'Windows 3.1 or higher'), I
type "wine pib.exe" into the Terminal. The program fails to launch and an error
log is given. Please see attached.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=9635
Summary: Dragon Naturally Speaking 8 fails on "spell that"
Product: Wine
Version: CVS/GIT
Platform: Other
URL: http://scansoft.com
OS/Version: other
Status: NEW
Severity: normal
Priority: P2
Component: wine-ole
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
winetricks vcrun6
else ereg fails with 'need mfc42' (but that's ok)
install word viewer 97
else app start fails with "incomplete, need docobj.dll"
winetricks fakeie6
else app start fails with 'ie required'
cd "$HOME/.wine/drive_c/Program Files/ScanSoft/NaturallySpeaking8/Program"
else app complains repeatedly err:module:import_dll Library MSVCR71.dll
(which is needed by L"...\\dd10HOOK.dll") not found, and doesn't work
After all that, it starts up remarkably quickly compared to DNS 7.
It still has one error dialog box on startup that you have to ignore.
Recognition works pretty well, but "spell that" doesn't work;
when you try it, the app puts up a dialog saying "interface not found",
and wine spits out lines like
err:ole:marshal_object couldn't get IPSFactory buffer for interface
{d5f569d0-593b-101a-b569-08002b2dbf7a}
err:ole:CoGetClassObject no class object {b9bd3860-44db-101b-90a8-00aa003e4b50}
could be created for context 0x1
err:ole:proxy_manager_create_ifproxy Could not get IPSFactoryBuffer for
interface {05eb6c68-dbab-11cd-b3ca-00aa0047ba4f}, error 0x80040155
err:ole:CoMarshalInterface Failed to marshal the interface
{d5f569d0-593b-101a-b569-08002b2dbf7a}, 80040155
err:ole:CoGetClassObject no class object {dd108005-6205-11cf-ae61-0000e8a28647}
could be created for context 0x1
(Trying to use native dcom98 quickly fails with
wine: Call from 0x7ee1ef40 to unimplemented function oleacc.dll.GetRoleTextA,
aborting)
--
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=9909
Summary: VB6 - CoRegisterMessageFilter
Product: Wine
Version: 0.9.46.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: test
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: stanwell(a)gmx.de
A simple VB6.exe is not working at all, Wine just gives this error message:
"fixme:ole:CoRegisterMessageFilter stub"
Source code:
------------
Module:
-------
Public Declare Sub Sleep Lib "kernel32" (ByVal dwMilliseconds As Long)
-------
Private Sub Form_Load()
Clipboard.SetText "test"
Sleep (8000)
End Sub
--
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=9949
Summary: PDF Export does not work in PITy
Product: Wine
Version: 0.9.46.
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: wine-ole
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: oponek(a)gmail.com
Export to PDF and metafile (EMF) does not work in PITy.
message box (error):
Access violation at address 7E7F6510 in module 'shell32.dll'. Read address
00000000
in console:
err:ole:CoGetClassObject class {00bb2765-6a77-11d0-a535-00c04fd7d062} not
registered
err:ole:CoGetClassObject no class object {00bb2765-6a77-11d0-a535-00c04fd7d062}
could be created for context 0x1
Download link for PITy 2006:
http://pit.dobry.pl/index.php?down=p1
--
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=10076
Summary: Crash in ole32 marshal test
Product: Wine
Version: CVS/GIT
Platform: Other
OS/Version: other
Status: NEW
Severity: normal
Priority: P2
Component: wine-ole
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
Per discussion at Wineconf, our unit test suite should now reliably PASS,
so I'm going to start filing bugs for any failures I run into.
$ cd dlls/ole32/tests
$ ../../../tools/runtest -q -P wine -M ole32.dll -T ../../.. -p
ole32_test.exe.so marshal.c
outputs
marshal.c:79: Test failed: CoCreateInstance failed with error 0x800706ba
and then crashes with a null pointer read,
=>1 0x7ec9ca69 func_marshal+0x139()
[/home/dank/wine-git/dlls/ole32/tests/marshal.c:80] in ole32_test (0x0034fe58)
2 0x7ecb5778 run_test+0x128(name=0x1103ee)
[/home/dank/wine-git/dlls/ole32/tests/../../../include/wine/test.h:389] in
ole32_test (0x0034fea8)
--
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=10421
Summary: Ulead VideoStudio 11 Installer crashes
Product: Wine
Version: 0.9.49.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-msi
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: raccoonone(a)procyongames.com
Created an attachment (id=9115)
--> (http://bugs.winehq.org/attachment.cgi?id=9115)
crash log
Installer crashes after unpacking data files. Backtrace is attached.
--
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=11274
Summary: Clive Barker's Undying: won't install (regression).
Product: Wine
Version: 0.9.53.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: morrgiah(a)yahoo.co.uk
Clive Barker's Undying (version 1.0 retail) won't install using wine-0.9.53.
Instead of opening a cd-key window it just hangs. This is a regression from
0.9.52.
wine-0.9.53, fresh install
Ubuntu 7.10 Gutsy Gibbon
Clive Barker's Undying version 1.0
wine Setup.exe (from within the cd's setup folder)
Bisect result:
d0f914befce1e3180f4f8712db3952248afad543 is first bad commit
commit d0f914befce1e3180f4f8712db3952248afad543
Author: Rob Shearman <rob(a)codeweavers.com>
Date: Tue Jan 8 12:26:19 2008 +0000
rpcrt4: Bind to the server interface in I_RpcGetBuffer, not
I_RpcSendReceive.
The actual sending of the request is still done in I_RpcSendReceive though.
Disallow the server from calling I_RpcSend and I_RpcReceive to allow
simplification of the code. The releasing of the connection is now done
in I_RpcFreeBuffer.
Implement I_RpcNegotiateTransferSyntax.
:040000 040000 3499b04cc495bf1a0309e997d6d79118c54580d8
ce50f5b87b92e9ae0a704b6d713bfdf455404bda M dlls
I got the exact same result when trying to install the demo, but there was that
much going on during the bisect (crashes, hangs, etc), that I had no clue how
reliable that result was. I even tried to reproduce the result (retail
version), and got:
bb78c3f86d9266cb79037275012dc1ea14478b9f is first bad commit
commit bb78c3f86d9266cb79037275012dc1ea14478b9f
Author: Rob Shearman <rob(a)codeweavers.com>
Date: Tue Jan 8 12:03:06 2008 +0000
rpcrt4: Remove some unused includes.
:040000 040000 76bcd30ab0ee44ff464ba592d4e0e90bda1569b6
3499b04cc495bf1a0309e997d6d79118c54580d8 M dlls
The demo is available at: http://www.gamershell.com/download_4483.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=12683
Summary: Naturally speaking 7 fails to start after voice training
Product: Wine
Version: 0.9.59.
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: ole
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dragon-heart(a)piments.com
Hi,
I decided to check up on wine progress on DNS 7 after about of year.
First off the installer worked fine after working around the IE5 riched20
issues which if seem to be original program bugs rather than wine defects
(thanks winehq). Like testing for the presence of riched20 rather than trying
to load the require libs.
Voice training is now near perfect , worthy of platinum rating. Many thanks for
the progess there.
At this point I was in a state of high optimism. Sadly, it did not last.
On running natspeak it got a brief series of msgs to console and a diminuative
"window" with the mike icon (which did turn on and off). That's all.
copying ole32 oleaut32 mscvrt rpcrt4 from win2k and using winecfg to use them
native, builtin as indicated on winehq for earlier wine versions did not
improve matters, although it gave somewhat more errors to console.
hardly seems worth an attachment for a dozen lines so here's the output:
wine natspeak
err:ole:CoGetClassObject class {edb0e980-90bd-11d4-8599-0008c7d3b6f8} not
registered
err:ole:CoGetClassObject no class object {edb0e980-90bd-11d4-8599-0008c7d3b6f8}
could be created for context 0x1
fixme:shell:SHAppBarMessage msg=0, data={cb=36, hwnd=0x20036, callback=bd0,
edge=1, rc=(262272,32)-(2095634348,4264817), lparam=1
}: stub
fixme:shell:SHAppBarMessage msg=2, data={cb=36, hwnd=0x20036, callback=410d60,
edge=1, rc=(0,0)-(1024,28), lparam=7ce8d6ac}: stub
fixme:shell:SHAppBarMessage msg=3, data={cb=36, hwnd=0x20036, callback=410d60,
edge=1, rc=(3,3)-(3,31), lparam=7ce8d6ac}: stub
fixme:shell:SHAppBarMessage msg=9, data={cb=36, hwnd=0x20036, callback=7,
edge=2095631128, rc=(2130240649,5975064)-(2095631128,15
98492536), lparam=5f4d5f88}: stub
fixme:shell:SHAppBarMessage msg=9, data={cb=36, hwnd=0x20036, callback=7,
edge=2095631400, rc=(2130240649,5975064)-(2095631400,15
98492536), lparam=5f4d5f88}: stub
fixme:shell:SHAppBarMessage msg=6, data={cb=36, hwnd=0x20036,
callback=7ce8cc0c, edge=1598629996, rc=(-1,1412392)-(1598318164,141
2392), lparam=159628}: stub
fixme:htmlhelp:HtmlHelpW HH case HH_CLOSE_ALL not handled.
fixme:shell:SHAppBarMessage msg=2, data={cb=36, hwnd=0x20036,
callback=5f44628c, edge=1, rc=(0,0)-(1024,28), lparam=ffffffec}: st
ub
fixme:shell:SHAppBarMessage msg=3, data={cb=36, hwnd=0x20036,
callback=5f44628c, edge=1, rc=(3,3)-(4,31), lparam=ffffffec}: stub
fixme:shell:SHAppBarMessage msg=6, data={cb=36, hwnd=0x20036,
callback=7ce8c8e4, edge=1598629996, rc=(-1,1412392)-(1598318164,141
2392), lparam=159628}: stub
fixme:keyboard:UnregisterHotKey (0x10080,0): stub
fixme:keyboard:RegisterHotKey (0x10080,0,0x00000000,107): stub
fixme:oleacc:AccessibleObjectFromWindow 0x20036 0
{618736e0-3c3d-11cf-810c-00aa00389b71} 0x7c6f3420
fixme:shell:SHAppBarMessage msg=6, data={cb=36, hwnd=0x20036,
callback=7ce8cc0c, edge=1598629996, rc=(-1,1412392)-(1598318164,141
2392), lparam=159628}: stub
BTW. the application window, for what it's worth, bears the title "Wine system
tray"
Pre 0.9.20 this was very much a working app so this regression to useless is a
great shame.
It may well be that there is not much wrong here and in view of the perfect
training session this may be close to going gold.
Maybe the fixme is the key.
--
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=15602
Summary: Installation of MS Office 2000 fails
Product: Wine
Version: 1.1.6
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: ole
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: Ronny.Standtke(a)gmx.net
Created an attachment (id=16611)
--> (http://bugs.winehq.org/attachment.cgi?id=16611)
console output of MS Office 2000 installation with wine-1.1.6
I wanted to use MS Office 2000 with Wine. Unfortunately, the installation fails
with a generic error message in MS Office 2000 and the following wine console
output (excerpt):
--------------------
fixme:msi:msi_unimplemented_action_stub BindImage -> 163 ignored L"BindImage"
table values
err:msi:HANDLE_CustomType34 Unable to execute command
L"C:\\windows\\temp\\OutSec.exe /Q:A"
fixme:spoolsv:service_handler got service ctrl 4
fixme:ole:TLB_ReadTypeLib Header type magic 0x00ec5a4d not supported.
err:ole:TLB_ReadTypeLib Loading of typelib L"C:\\Programme\\Microsoft
Office\\Office\\grde50.olb" failed with error 0
err:msi:ITERATE_RegisterTypeLibraries Failed to load type library: 80029c4a
err:msi:ITERATE_Actions Execution halted, action L"InstallFinalize" returned
1627
err:msi:ITERATE_Actions Execution halted, action L"ExecuteAction" returned 1627
--------------------
Please see the attachment for the full console output.
--
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=15296
Summary: Installation of MS office broken until last GIT
Product: Wine
Version: 1.1.2
Platform: Other
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: yolande(a)haneder.biz
Created an attachment (id=16103)
--> (http://bugs.winehq.org/attachment.cgi?id=16103)
log with the crash
Hi!
My installation of Office2003 is still broken (Wine 1.1.2-last GIT). I did not
test previous versions because I know it was broken for other issues and I
would not have any git bisect good.
Here the details:
Microsoft Office Professional Edition 2003
System Builder, German Version, copyright 2004.
Tested: Custom installation without Outlook and Access (here must be noted that
access is installing although I said no).
It is crashing after a very quick message about typelib libraries.
However, if you start the installation again, it is going through, even
installing what I didn't want to install (i.e. it makes a repair install
although I selected to start the full installation again).
Attached 2 logs:
First installation with crash
Second installation (repair) where the installation successfully ends.
--
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=34618
Bug #: 34618
Summary: bleem! demo thinks that Wine is a debugger and doesn't
run
Product: Wine
Version: 1.7.3
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: winebugs140(a)gmail.com
Classification: Unclassified
PlayStation emulator bleem! thinks that Wine is a debugger and doesn't run.
First you need to change Wine settings to Windows 98 or 95 because the program
doesn't work with NT systems.
Tested with:
Ubuntu 13.04, GeForce 9600M GS (NVIDIA driver 313)
Mac OS X 10.7.5, ATI HD 2600 Pro, Mac Driver/X11
--
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=15211
Summary: Inserting objects in Word 97 always trigger an ole error
Product: Wine
Version: 1.1.4
Platform: Other
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: ole
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: Ronny.Standtke(a)gmx.net
CC: dsh(a)linux.ucla.edu
+++ This bug was initially created as a clone of Bug #7026 +++
I am using Office 97 with Wine.
Whenever I try inserting an object (Insert -> Object...) I only get an error
message in Office and the following wine console output:
--------------
err:ole:apartment_getclassobject DllGetClassObject returned error 0x80040111
err:ole:CoGetClassObject no class object {00020821-0000-0000-c000-000000000046}
could be created for context 0x3
--------------
--
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=11174
Summary: Install of Starwars Battlegrounds 1.0 freezes at a
certian point
Product: Wine
Version: 0.9.53.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jamesp(a)ndsupernet.com
Created an attachment (id=10223)
--> (http://bugs.winehq.org/attachment.cgi?id=10223)
text output of wine up to the point of freeze
The Installshield wizzard seems to freeze. Not sure if there is a underlining
dialog asking for the 2nd disk. I cant seem to move the Starwars battleground
window to see. In emulated graphics the install shield window can not be moved.
Under the desktop I can move the install shield window but can not move the
Starwars battleground window to see anything.
--
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=10369
Summary: OLE and TypeLib errors prevent successful execution...
Product: Wine
Version: 0.9.48.
Platform: All
URL: http://nusphere.com
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P1
Component: wine-ole
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: randy(a)randycasburn.com
Platform: Ubuntu 7.10 with latest Wine from Wine deb repsotory
App: NuSphere PhpED v5.2 (build 5210) Latest
OLE and TypeLib errors prevent successful execution...
TO REPRODUCE ERROR:
Install Nusphere PhpEd v5.2 (build 5210)
Run app
ALTERNATE FLOW TO ERROR:
start DbListener.exe first
start phped.exe
Create new project
Create new php file
Put <?php phpinfo(); ?> into php file and save
Click smaller green arrow on button bar to start debugger
Click same button to continue debugger...
--
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=12096
Summary: HEAT Call Logging : Installer Crashes
Product: Wine
Version: 0.9.57.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: ole
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: chad.sikorra(a)gmail.com
CC: rob(a)codeweavers.com
Created an attachment (id=11478)
--> (http://bugs.winehq.org/attachment.cgi?id=11478)
application crashing
The installer for this application worked in 0.9.33, it has been broken since
0.9.34. I tested the latest GIT and the issue remains. The installer crashes
before it even lets you try to install the application.
After regression testing, I found it to be caused by...
ab7f796fcb5627b0d33909186877da1b5039c18f is first bad commit
commit ab7f796fcb5627b0d33909186877da1b5039c18f
Author: Rob Shearman <rob(a)codeweavers.com>
Date: Wed Apr 4 18:57:31 2007 +0100
ole32: Keep a list of the loaded dlls for each apartment.
Use it to make CoFreeUnusedLibraries per-apartment.
:040000 040000 bc617cf6f8369c23f2e7588285928c25254cfbc6
33bee5c503d44558ace32969df627caa4cc80847 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=10901
Summary: Hearts of Iron 2: Doomsday fails to install with OLE and
Install Shield errors
Product: Wine
Version: 0.9.51.
Platform: Other
OS/Version: other
Status: NEW
Keywords: regression
Severity: normal
Priority: P2
Component: wine-ole
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: scott(a)open-vote.org
Does not happen in 0.9.50, however it happens in 0.9.51.
I have not yet tested with current GIT.
--
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=10835
Summary: Exteel fails to install
Product: Wine
Version: CVS/GIT
Platform: PC
URL: ftp://ftp.exteel.com/client
OS/Version: Linux
Status: NEW
Keywords: download, Installer
Severity: normal
Priority: P2
Component: wine-ole
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: xerox_xerox2000(a)yahoo.co.uk
Hi, this is a regression, the game installs fine under wine-0.9.50. I suspect
it's an ole-bug.
--
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=10817
Summary: Alien Versus Predator 2 fails to install
Product: Wine
Version: 0.9.51.
Platform: Other
URL: http://www.gamershell.com/download_8192.shtml
OS/Version: other
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: wine-ole
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jeremielapuree(a)yahoo.fr
Created an attachment (id=9681)
--> (http://bugs.winehq.org/attachment.cgi?id=9681)
Screenshot of the error
AvP2 deo fails to install. It is a regression. Regression test showed:
[joaopa@Goss wine]$ git-bisect bad
7ac980b1e7119ac93e6ba370c798681c9ae25b01 is first bad commit
commit 7ac980b1e7119ac93e6ba370c798681c9ae25b01
Author: Rob Shearman <rob(a)codeweavers.com>
Date: Fri Dec 7 14:45:16 2007 +0000
ole32: Process messages while waiting for a local server to create a pipe.
:040000 040000 1ceca7eb8c849db1e67730c9ef113a9fa1d4c5f2
65a6cdfd5e5c75206edfa88a2ed7fdc680f25d1f M dlls
Joaopa
--
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=10102
Summary: Program Diet Power 4 doesn't install/run properly
without tweaking
Product: Wine
Version: unspecified
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-loader
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ben(a)forlent.com
Program Diet Power 4 (demo can be downloaded from http://dietpower.com)
- Installer won't run, on my machine aborts with no error messages.
- If I use msi to manually unpack, it aborts with the error:
Call from 0x639788d4 to unimplemented function oleacc.dll.GetOleaccVersionInfo,
aborting
Installing Windows native oleacc.dll into Wine fixes the problem and it runs
perfectly (well, once in a while it doesn't load the complete food database and
has to be restarted, but that's a minor glitch)
Thanks
--
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=10017
Summary: Dragon Naturally Speaking 8 fails to start without
dcom98?
Product: Wine
Version: 0.9.47.
Platform: Other
URL: http://scansoft.com
OS/Version: other
Status: NEW
Keywords: regression
Severity: normal
Priority: P2
Component: wine-ole
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
DNS 8 installs easily, no problem.
Running it is another matter.
You have to install word viewer 97 to get docobj.dll, e.g.
test -f wordview.exe || wget
http://downloads.pcworld.com/pub/new/business/word_processing/wordview.exe
cp wordview.exe ~/.wine/drive_c/wvinstall.exe
mv ~/.wine/dosdevices/z: ~/.wine/dosdevices/oldz
cd ~/.wine/drive_c
wine wvinstall.exe
cd ../..
mv ~/.wine/dosdevices/oldz ~/.wine/dosdevices/z:
Also,
winetricks fakeie6 dcom98
seems to be required.
I thought this was working without dcom98 a few revs ago...
some notes in email indicate the regression might have
happened between Sept 21 and Sept 30th?
--
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=9857
Summary: Dragon NaturallySpeaking 8 hangs up on first run
Product: Wine
Version: CVS/GIT
Platform: PC
URL: http://www.nuance.com
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: wine-ole
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: susancragin(a)earthlink.net
Am using Gutsy - Ubuntu Studio with real-time kernel to run Dragon
NaturallySpeaking 8.
Wine version: wine-0.9.46-48-g5cbdbe6
On first attempt to run program I get an error.
Error message:
wine: Call from 0x7ee1ff50 to unimplemented function oleacc.dll.GetRoleTextA,
aborting
My second attempt to run the program usually succeeds.
--
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=29775
Bug #: 29775
Summary: Cannot install OrCAD 16.5
Product: Wine
Version: 1.4-rc1
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: msi
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ehoover(a)mines.edu
Classification: Unclassified
The installer for the OrCAD 16.5 Lite/Demo version
(OrCAD_16.5_Demo_CapturePSpiceOnly.exe) does not ungray the "Next" button on
the page for choosing the installation type (everyone vs. local user). This
issue renders the 16.5 version of OrCAD unusable.
This installer can be retrieved a number of places, one location is:
http://www.ecse.rpi.edu/courses/S12/ENGR-4300/OrCAD/OrCAD_16.5_Demo_Capture…
--
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=14201
Summary: msiexec pagefaults on memcpy for msxml3.msi
Product: Wine
Version: 1.1.0
Platform: PC-x86-64
URL: http://www.microsoft.com/downloads/details.aspx?FamilyID
=28494391-052b-42ff-9674-f752bdca9582&DisplayLang=en
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: msi
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: MattFinn(a)gmail.com
Created an attachment (id=14482)
--> (http://bugs.winehq.org/attachment.cgi?id=14482)
The output of msiexec /i msxml3.msi
I was trying to install office 2007 (at least, generate a modern appdb test
data of my attempt). The guides recommend installing msxml3.msi. See "URL" for
link to download.
This is with a fresh wine install, with only winecfg run (and nothing changed).
I'm running gentoo linux on amd64.
[ebuild R ] app-emulation/wine-1.1.0 USE="X alsa gecko jpeg ncurses opengl
samba xml -cups (-dbus) -esd (-hal) -jack -lcms -ldap (-nas) -oss (-scanner)"
I also tried to run the steam installer, from valve, and it seemed to work (at
least it popped up the first dialog box and i closed it). (it's another .msi).
--
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=15428
Summary: Writers Blocks does not display OLE text boxes
Product: Wine
Version: CVS/GIT
Platform: Other
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: ole
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: susancragin(a)earthlink.net
Created an attachment (id=16293)
--> (http://bugs.winehq.org/attachment.cgi?id=16293)
terminal output -- first run
Writers Blocks is a simple program that displays snippets of text in small
boxes that can be moved around the screen.
The boxes do not 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=13412
Summary: iTunes 7.6 does not install, hangs in service handling
Product: Wine
Version: 1.0-rc2
Platform: Other
OS/Version: other
Status: NEW
Severity: enhancement
Priority: P2
Component: ole
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: marcus(a)jet.franken.de
installing iTunes 7.6 hangs in "Starting Services"
fixme:msi:ITERATE_DuplicateFiles We should track these duplicate files as well
fixme:msi:ITERATE_CreateShortcuts poorly handled shortcut format, advertised
shortcut
fixme:shell:DllCanUnloadNow stub
fixme:shell:DllCanUnloadNow stub
fixme:winsock:WSCUnInstallNameSpace (0x1609f004) Stub!
fixme:winsock:WSCInstallNameSpace (L"mdnsNSP" L"C:\\Program
Files\\Bonjour\\mdnsNSP.dll" 0x0000000c 0x00000001
{b600e6e9-553b-4a19-8696-335e5c896153}) Stub!
Successfully registered DLL c:\Program Files\Bonjour\mdnsNSP.dll
fixme:browseui:CompCatCacheDaemon_Run stub
Successfully registered DLL c:\Program Files\Bonjour\ExplorerPlugin.dll
err:ole:CoGetClassObject class {304ce942-6e39-40d8-943a-b913c40c9cd4} not
registered
err:ole:CoGetClassObject no class object {304ce942-6e39-40d8-943a-b913c40c9cd4}
could be created for context 0x1
fixme:msi:ITERATE_InstallService Dependency list unhandled!
err:rpc:I_RpcReceive we got fault packet with status 0x3e6
err:msi:ITERATE_InstallService Failed to create service L"Bonjour Service": 998
err:ntdll:RtlpWaitForCriticalSection section 0x110890 "?" wait timed out in
thread 001d, blocked by 001e, retrying (60 sec)
err:menubuilder:WaitForParentProcess Unable to wait for parent process, error 0
fixme:shell:DllCanUnloadNow stub
err:ntdll:RtlpWaitForCriticalSection section 0x110890 "?" wait timed out in
thread 001d, blocked by 001e, retrying (60 sec)
err:ntdll:RtlpWaitForCriticalSection section 0x110890 "?" wait timed out in
thread 001d, blocked by 001e, retrying (60 sec)
<repeat>
I suspect the RPC fault packet above causes the hang.
--
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=11940
Summary: USDA National Nutrient Database application fails to
launch
Product: Wine
Version: 0.9.57.
Platform: PC
URL: http://www.nal.usda.gov/fnic/foodcomp/srch/pcs20.exe
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: ole
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: nodisgod(a)yahoo.com
Created an attachment (id=11248)
--> (http://bugs.winehq.org/attachment.cgi?id=11248)
ole traces of application launch with MDAC 2.8 and Jet 4.0 SP8 installed
After installing the application and the VC++ 6 redist, when starting the
application, the splash screen is shown, but then application startup fails
with message "Can't open the Food database". Presumably, from the presence of
an Access database in the application directory, the application is trying to
load the database but fails. Installation of the MDAC 2.8 and Microsoft Jet 4.0
engine did not improve the situation, though it allowed the application to go
further in ole traces. Relevant outputs are attached.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=10079
Summary: "make test" hangs on ole32/moniker
Product: Wine
Version: CVS/GIT
Platform: Other
OS/Version: other
Status: NEW
Severity: critical
Priority: P2
Component: wine-ole
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
This one is wierd. It gets stuck in a loop where
rpcss.exe crashes over and over.
err:ole:RPC_StartRemoting Couldn't register endpoint
L"\\pipe\\OLE_0000000800000009"
fixme:ole:PSFacBuf_CreateStub stubbing not implemented for
({0000000f-0000-0000-c000-000000000046}) yet!
err:ole:marshal_object Failed to create an IRpcStubBuffer from IPSFactory for
{0000000f-0000-0000-c000-000000000046} with error 0x80004005
err:ole:StdMarshalImpl_MarshalInterface Failed to create ifstub,
hres=0x80004005
err:ole:CoMarshalInterface Failed to marshal the interface
{0000000f-0000-0000-c000-000000000046}, 80004005
wine: Unhandled page fault on read access to 0x8000012c at address 0x701069b2
(thread 000e), starting debugger...
Unhandled exception: page fault on read access to 0x8000012c in 32-bit code
(0x701069b2)....
Backtrace:
=>1 0x701069b2 in rpcrt4 (+0x69b2) (0x0034fd58)
2 0x7efa1875 call_dll_entry_point+0x15() in ntdll (0x0034fd78)
3 0x7efa323d MODULE_InitDLL+0x8d(wm=<register EDI not in topmost frame>,
reason=<register ESI not in topmost frame>, lpReserved=0x1)
[/home/dank/wine-git/dlls/ntdll/loader.c:890] in ntdll (0x0034fe08)
--
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=13276
Summary: FMA Crashes on startup
Product: Wine
Version: CVS/GIT
Platform: PC
URL: http://appdb.winehq.org/objectManager.php?sClass=version
&iId=4270
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: ole
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: panagiotis(a)gmail.com
Created an attachment (id=13125)
--> (http://bugs.winehq.org/attachment.cgi?id=13125)
Crashlog for FMA on Wine
floAt's Mobile Agent crashes on startup.
Notice that:
takis@poseidon:~$ sudo sysctl vm.mmap_min_addr
vm.mmap_min_addr = 0
So, it seems that can't be the issue.
--
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=9829
Summary: Unable to start Alien Shooter 2 demo
Product: Wine
Version: 0.9.46.
Platform: PC
URL: http://www.sigma-team.net/alienshooter_2/upload/as2demo.exe
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-ole
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: karaluh(a)tlen.pl
The game quits after initial loading screen. Resolution isn't changed back,
wine doesn't crash. The last error message is
err:ole:CoInitializeEx Attempt to change threading model of this apartment from
multi-threaded to apartment threaded
To reproduce:
1. install demo from
http://www.sigma-team.net/alienshooter_2/upload/as2demo.exe
2. run the game.
--
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=9887
Summary: installing panasonic software
Product: Wine
Version: unspecified
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: wine-ole
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: baddraz(a)hotmail.com
Created an attachment (id=8380)
--> (http://bugs.winehq.org/attachment.cgi?id=8380)
Panasonic maintenance console
Get errors while attempting to install Panasonic Maintenance Console
--
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=10109
Summary: "make test" fails in itss/tests/protocol.c
Product: Wine
Version: CVS/GIT
Platform: Other
OS/Version: other
Status: NEW
Severity: normal
Priority: P2
Component: wine-ole
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
Blocks: 9916
WINEDEBUG=warn+heap make test
fails in itss with
protocol.c:307: Test failed: expected ReportProgress_MIMETYPEAVAILABLE
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.