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.