https://bugs.winehq.org/show_bug.cgi?id=43420
Bug ID: 43420
Summary: UnrealEd 3: Cannot fully build map since Wine 2.13
Product: Wine
Version: 2.13
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: mad.magicmyth(a)gmail.com
Distribution: ---
Using Wine 2.12 I can load UnrealEd 3, open or create a new map, and
successfully run "Build all" from the Build menu. However, with Wine 2.13 this
now fails with the following outputted from the app:
```
Build UT2004_Build_[2005-11-23_16.22]
OS: Windows NT 6.1 (Build: 7601)
CPU: GenuineIntel PentiumPro-class processor @ 2893 MHz with 2047MB RAM
Video: Intel(R) HD Graphics 4000 (4352)
General protection fault!
History: UD3DRenderDevice::Unlock <- UViewport::Unlock <-
UWindowsViewport::Unlock <- UUnrealEdEngine::Draw <-
(Cam=U2Viewport0,Flags=850036425 <- UWindowsViewport::Repaint <-
UEditorEngine::RedrawLevel <- UEditorEngine::Exec_Light <- UEditorEngine::Exec
<- (LIGHT APPLY) <- UUnrealEdEngine::Exec <- WPageOptions::BuildLighting <-
WPageOptions::OnBuildClick <- WEditorFrame::OnCommand <- WWindow::WndProc <-
WWindow::StaticProc <- MessagePump <- MainLoop
```
It seems to be specifically caused by the lighting build phases as I can run
any of the other build options just fine but both "Build lighting only" and
"Build changed lighting only" crash the app with the message above.
I'm happy to provide wine debug information if someone can let me know which
class/channel is likely to be most useful as "all" produces far to large an
output.
Note this is UnrealEd.exe provided by UT2004 Editor's Choice Editor from GOG.
--
Do not reply 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=41263
Bug ID: 41263
Summary: Dead by Daylight: Crash on starting the game
Product: Wine
Version: 1.9.18
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: ---
Created attachment 55564
--> https://bugs.winehq.org/attachment.cgi?id=55564
Terminal output
On starting the game the launcher is visible for a short time and then the game
crashes. In the attachments is the terminal output.
--
Do not reply 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=42165
Bug ID: 42165
Summary: Root Double only shows black window in new game
Product: Wine
Version: 2.0-rc2
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: wyrex(a)openmailbox.org
Distribution: ---
Created attachment 56747
--> https://bugs.winehq.org/attachment.cgi?id=56747
WINEDEBUG="warn+all,-xinput"
Root Double only shows black empty window in new game. Game doesn't freeze but
nothing is drawn. Default output doesn't really have anything except xinput
spam so I disabled it from log. Tested with wine staging 2.0rc2 and 2.0rc3 with
staging features disabled.
WINEPREFIX="$HOME/VN/wineRegista4" WINEARCH="win32"
WINEDEBUG="warn+all,-xinput" wine start 'C:\Program Files\Yeti\Root
Double\rwxe.exe' 2&>log.txt
I opened the game, skipped 4 splash screens and selected "New game" -> "Accept"
in menu. Then waited 10 seconds and closed it (Do you want to quit y/n).
Info:
(Arch) Linux 4.8.15-2-ck-ivybridge
OpenGL renderer string: Gallium 0.4 on AMD TONGA (DRM 3.3.0 /
4.8.15-2-ck-ivybridge, LLVM 3.9.0)
https://en.wikipedia.org/wiki/Root_Double:_Before_Crime_*_After_Days (non-steam
version was used).
--
Do not reply 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=42514
Bug ID: 42514
Summary: start.exe incorrectly treats multiple quoted arguments
as the console title (breaking .e.g URL opening in
League of Legends)
Product: Wine
Version: unspecified
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: programs
Assignee: wine-bugs(a)winehq.org
Reporter: hydratech(a)gmail.com
Distribution: ---
Created attachment 57401
--> https://bugs.winehq.org/attachment.cgi?id=57401
Diff containing the necessary fix for correct multiple quote handling.
Follow up to bug 42508:
On Windows the following two command-lines open a URL in the browser:
C:\>start "" https://winehq.org
C:\>start "" "https://winehq.org"
In other words, the second quoted argument in the second command-line does not
override the console title to be "http://winehq.org".
Now consider the following two wine commands:
$ wine start '""' 'https://winehq.org'
$ wine start '""' '"https://winehq.org"'
The first line opens the website in a browser, as expected. The second line
however opens a console window running cmd. (the title is not actually set, but
that's another issue.)
In start.exe's parsing loop the if statement for detecting the console title
does not stop checking for the title when a title has already been parsed
successfully. Causing 'https://winehq.org' to be interpreted as the console
title, and executing cmd.exe since no executable remains on the command-line.
I have provided a diff containing the very simple fix necessary to correctly
handle this case. As most of start.exe is still hardtabbed I've left the tabs
for now.
League of Legends relies on the correct behaviour of this second quoted
argument to open URLs in the browser; see bug 42508.
--
Do not reply 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=43402
Bug ID: 43402
Summary: Star Wars - Knights of the Old Republic: hardware
mouse pointer invisible
Product: Wine
Version: 2.12
Hardware: x86
URL: http://store.steampowered.com/app/32370/STAR_WARS__Kni
ghts_of_the_Old_Republic/
OS: Linux
Status: NEW
Keywords: regression
Severity: minor
Priority: P2
Component: user32
Assignee: wine-bugs(a)winehq.org
Reporter: gyebro69(a)gmail.com
CC: julliard(a)winehq.org
Regression SHA1: b7e19e4a1ae86bc6d182b99bc52c11d8e84fe2a6
Distribution: ---
This sounds much like bug #34075 except that hardware mouse pointer in the game
worked properly for me until recently. Tested with the Steam and the GOG.com
version of the game. The problem occurs in fullscreen and virtual desktop mode,
too.
When hardware mouse pointer is enabled, the mouse pointer is present but it is
invisible. I have to press and hold the left mouse button to make the mouse
pointer visible.
Terminal output shows only:
fixme:wgl:X11DRV_wglChoosePixelFormatARB unused pfAttribFList
fixme:wgl:X11DRV_wglChoosePixelFormatARB unused pfAttribFList
fixme:wgl:X11DRV_wglChoosePixelFormatARB unused pfAttribFList
fixme:win:EnumDisplayDevicesW ((null),0,0xbace134,0x00000000), stub!
fixme:win:EnumDisplayDevicesW ((null),0,0xbace134,0x00000000), stub!
fixme:win:EnumDisplayDevicesW ((null),0,0xbace134,0x00000000), stub!
fixme:wgl:X11DRV_wglChoosePixelFormatARB unused pfAttribFList
fixme:wgl:X11DRV_wglChoosePixelFormatARB unused pfAttribFList
...
Regression introduced by
commit b7e19e4a1ae86bc6d182b99bc52c11d8e84fe2a6
Author: Alexandre Julliard <julliard(a)winehq.org>
Date: Mon Jul 10 11:41:22 2017 +0200
user32: Implement LR_MONOCHROME for loading cursors.
The mouse pointer is visible with the previous commit.
There is no demo version available, let me now if you need debug logs.
Arch Linux (64-bit)
wine-2.12-255-gaddd8e69ff (32-bit)
xorg-server 1.19.3
--
Do not reply 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=41985
Bug ID: 41985
Summary: CHM viewer does not use default window
Product: Wine
Version: 2.0-rc1
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: hhctrl.ocx
Assignee: wine-bugs(a)winehq.org
Reporter: wine(a)sagagames.de
Distribution: ---
Trying to open OpenMPT's help file (https://openmpt.org/download) does not work
as intended. When opening the file directly, it is shown without a TOC. In the
help file, a window configuration with the name "OpenMPT" is stored, which
should tell the viewer to show a TOC. When calling the help file directly from
within the program through the HtmlHelp API, this works as intended, but not
when viewing the file by double-clicking it. The help project specifies
"Default Window=OpenMPT", so the viewer should load this window configuration.
On Windows, this is the case, but not on Wine.
--
Do not reply 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=42526
Bug ID: 42526
Summary: DiRT Showdown hangs on start
Product: Wine
Version: 2.2
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: byi5000(a)gmail.com
Distribution: ---
Created attachment 57421
--> https://bugs.winehq.org/attachment.cgi?id=57421
The full wine debuglog
Wine Version=wine-2.2 (Staging)
Environment=Windows 7
Fancy Staging Features=None
DLL Overrides=None
This game has a native Linux version.
--
Do not reply 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=43470
Bug ID: 43470
Summary: GameRanger requiring special permissions
Product: Wine
Version: 2.13
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: maiktapwagner(a)aol.com
Distribution: ---
Created attachment 58849
--> https://bugs.winehq.org/attachment.cgi?id=58849
Console Output wine 2.13 (Non-staging)
Hello everyone,
I downloaded GameRanger from http://www.gameranger.com/download/ and installed
it using a clean prefix with wine 2.13.
As noted in the AppDB I added the necessary winetricks commands for FlashPlayer
and mfc42
The application eventually starts up but is forced to crash. Console output is
attached.
--
Do not reply 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=43471
Bug ID: 43471
Summary: HirezBridge.exe complains about not being able to find
a version of the runtime.
Product: Wine
Version: 2.13
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: shasharala(a)outlook.com
Distribution: ---
Created attachment 58851
--> https://bugs.winehq.org/attachment.cgi?id=58851
HirezBridge.exe Report
After completely installing Smite through the Steam Launcher including
installing pre-requisites, HirezBridge.exe reports that it cannot find a
version of the runtime to run the application.
--
Do not reply 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=40990
Bug ID: 40990
Summary: Almost no 3D game works after i386-wine-staging 1.9.3
Product: Wine-staging
Version: 1.9.14
Hardware: x86-64
OS: FreeBSD
Status: UNCONFIRMED
Severity: blocker
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: lehmannwer(a)gmail.com
CC: erich.e.hoover(a)wine-staging.com, michael(a)fds-team.de,
sebastian(a)fds-team.de
Created attachment 55149
--> https://bugs.winehq.org/attachment.cgi?id=55149
Text file generated with crash of TF2
Using amd64 FreeBSD 10.3 with Nvidia Geforce 750 GTX and nvidia-driver 346.96.
Everything worked fine up to i386-wine-staging 1.9.3 or 1.9.6, I don't
remember. And now I have tried 1.9.14 staging, but still the same: Almost no 3D
game runs anymore, I have just tried TF2 with Steam, the Steam client runs, but
the game TF2 crashes, as almost any other game. I always have to delete
wine-staging and fall back to i386-wine 1.8.x to make games work again. I have
attached a text file generated with the crash of TF2.
--
Do not reply 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=38554
Bug ID: 38554
Summary: MS Office Word 2010: Word is not aware of keyboard
layout change
Product: Wine
Version: 1.7.36
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: a.shahbazi91(a)gmail.com
Distribution: ---
When MS word is used in windows after changing layout from an LTR one to an RTL
one the MS Word automatically changes the layout options (to RTL direction) and
vice versa but when MS word used in wine it doesn't do anything about the
layout although the characters are typed correctly.
--
Do not reply 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=43463
Bug ID: 43463
Summary: Only shuts down when I open a saved file
Product: Wine
Version: 1.4.1
Hardware: Other
OS: Mac OS X
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: apphelp
Assignee: wine-bugs(a)winehq.org
Reporter: hannahjeansis(a)gmail.com
Created attachment 58838
--> https://bugs.winehq.org/attachment.cgi?id=58838
Back trace
Just says deficiency in Wine
--
Do not reply 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=4460
surice21(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |surice21(a)gmail.com
--
Do not reply 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=38961
Bug ID: 38961
Summary: In "Modelleisenbahn Simulator Gold" the textures of
some objects are missing so they are white
Product: Wine
Version: 1.7.47
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: ole
Assignee: wine-bugs(a)winehq.org
Reporter: oebbler(a)live.de
Distribution: Debian
Created attachment 51905
--> https://bugs.winehq.org/attachment.cgi?id=51905
Log of Wine while playing "Modelleisenbahn Simulator Gold"
The textures of some aren't displayed so they have their correct shape but no
color. I think the bug is in OLE because the logfile has an entry that begins
with "fixme: ole". I will attach it although it's only two lines long;-)
--
Do not reply 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=43452
Bug ID: 43452
Summary: AAA Map'N'Go 4.0 doesn't start
Product: Wine
Version: 2.7
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: z.figura12(a)gmail.com
Distribution: ---
Created attachment 58818
--> https://bugs.winehq.org/attachment.cgi?id=58818
part of +relay trace
Spawns three dialogs in succession claiming "Failed to create empty document."
followed by one saying "startup.mn3 is invalid - recopy from CD". The
application then crashes.
Looking through the log shows that it is trying to allocate 0x7ffff800 bytes of
virtual memory, which fails. Further testing shows that this value seems to be
coming from GlobalMemoryStatus()—specifically, it's the value of dwTotalPhys
aligned to 2048 bytes.
GlobalMemoryStatus() seems to be returning the correct value, though. There's
not a lot else in between that seems relevant.
Attached is the relevant part of a +relay trace.
--
Do not reply 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=42084
Bug ID: 42084
Summary: Chessmaster 9000 "File Open" dialog does not list
subdirectories
Product: Wine
Version: 2.0-rc3
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: bkbk9(a)yahoo.ca
Distribution: ---
The "File Open" dialog in Chessmaster 9000 doesn't seem to be able to browse or
go down into subdirectories of the current dir, for example when trying to load
a wallpaper, an opening book or a chess engine into the game.
When the dialog is launched, it won't list any subdirectories, you can only go
up to the parent but then you cannot navigate back down, the child directory
wouldn't be listed in the box. Likewise if you start at the root (C:\ or D:\).
--
Do not reply 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=43448
Bug ID: 43448
Summary: PassePartout Mexal
Product: Wine
Version: 2.13
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: maufel(a)gmail.com
Distribution: ---
Do not execute.
--
Do not reply 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=2467
--- Comment #161 from AleXoundOS(a)ya.ru ---
(In reply to Igor Polyakov from comment #160)
> (In reply to relesgoe from comment #159)
> > This ddraw.dll is able to fix the Battle.net menus correctly on Windows.
> > http://www.bitpatch.com/downloads/war2_ddraw_test4.zip
> >
> > I haven't tested it using WINE yet, but here is the source code:
> > https://github.com/aqrit/war2_ddraw/
>
> ddraw.dll with ddraw override in Wine works perfectly, actually
Somewhere it was stated that this override affects performance (game response
becomes longer on keyboard and mouse input during gameplay also). Is this true?
--
Do not reply 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=43446
Bug ID: 43446
Summary: Windows .bat only starts randomly
Product: Wine
Version: 2.13
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: programs
Assignee: wine-bugs(a)winehq.org
Reporter: j.westerfeld(a)blanke-textech.de
Distribution: ---
Created attachment 58813
--> https://bugs.winehq.org/attachment.cgi?id=58813
Wine full backtrace
I am trying to get a Windows Batch file running, which sets some environment
variables in the registry. The application starts only randomly without a
noticable pattern. A linux-strace shows no differences between a successfull
and an unsuccessfull run. The application is in itself an exe-file which calls
several windows-dlls. The necessary files to launch the application, a client
to our ERP-System, can either be on the local filesystem or on a remote
CIFS-Share. It doesn't make any difference in the behavior. Has someone
eventually made similar experiences and would please help with this?
wine-2.12
debian 8.8
Thanks in advance!!!
--
Do not reply 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=43444
Bug ID: 43444
Summary: Eudora 7.1.09: cannot update SSL Certificate
management file
Product: Wine
Version: 2.13
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: d.warncken(a)gmail.com
Distribution: ---
Eudora 7 is my email client program on Windows.
Installed Mint 18.2 32-bit, Wine 2.13 and Eudora 7 this morning.
Ran Eudora, entered email account details and created an email with no obvious
problems.
However I get the following error message when I attempt to send/receive email
AND when I attempt to add SSL certificate information manually to the "user
trusted" file.
There was an error updating your usercerts.p7b
Certificate file (error 32). Any certificate changes
you made during this session will not be saved.
Please make sure you have write permission
on this file.
Eudora uses usercerts.p7b to store SSL certificate details.
Consequently I cannot send/receive email.
The file usercerts.p7b is empty and resides in the same folder as Eudora's mail
boxes.
The permissions of ALL the files in this folder are -rw-rw-rw-
The permissions of ALL the folders in the path of usercerts.p7b are drwxrwxr-x
--
Do not reply 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=2467
Igor Polyakov <iop_jr(a)yahoo.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |iop_jr(a)yahoo.com
--- Comment #160 from Igor Polyakov <iop_jr(a)yahoo.com> ---
(In reply to relesgoe from comment #159)
> This ddraw.dll is able to fix the Battle.net menus correctly on Windows.
> http://www.bitpatch.com/downloads/war2_ddraw_test4.zip
>
> I haven't tested it using WINE yet, but here is the source code:
> https://github.com/aqrit/war2_ddraw/
ddraw.dll with ddraw override in Wine works perfectly, actually
--
Do not reply 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=43431
Bug ID: 43431
Summary: Windows do not redraw out of resolution part.
Product: Wine
Version: 2.9
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: ted888(a)ya.ru
Distribution: ---
With a two screens configuration (main (1) small screen and second (2) big
screen) apps seems to redraw their visuals only in area of small screen
resolution. It produces black/inactive zones.
Linux Arch x64
Xfce Desktop Environment
Wine 2.9
Video showing issue -- https://youtu.be/I9UPULt-P6U
--
Do not reply 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=43432
Bug ID: 43432
Summary: GTA V doesn't launch.
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: mrmelnik2(a)gmail.com
Distribution: ---
Created attachment 58798
--> https://bugs.winehq.org/attachment.cgi?id=58798
...
GTA V doesn't launch.
--
Do not reply 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=28687
Bug #: 28687
Summary: Common replies strips newlines when submitting
Product: WineHQ Apps Database
Version: unspecified
Platform: x86-64
URL: http://appdb.winehq.org/objectManager.php?sClass=Commo
nReply
OS/Version: Linux
Status: NEW
Keywords: download, source
Severity: trivial
Priority: P2
Component: appdb-unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: kennybobs(a)o2.co.uk
Classification: Unclassified
Common replies strips newlines when submitting.
To recreate:
1. Go to Edit Common Replies.
2. Click to edit a common reply and hit enter to add some newlines between
sentences.
3. Click submit.
Newlines are removed.
--
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=12927
Summary: Flat comment mode does not display any replies
Product: WineHQ Apps Database
Version: unspecified
Platform: Other
OS/Version: other
Status: NEW
Severity: normal
Priority: P2
Component: appdb-unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: MattFinn(a)gmail.com
When i view the comments in "flat" mode, the replies are all just missing
completely, instead of showing up as new entries like I would imagine is
appropriate. There is no mention of their existence.
Should be easily reproducible, just click to "flat".
If not, then the page I was on is
"http://appdb.winehq.org/objectManager.php?sClass=version&iId=9901".
--
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=43001
Bug ID: 43001
Summary: fedora25 -microsoft office 2010 - winword.exe crashes
Product: Wine
Version: 2.7
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: kkshethin(a)gmail.com
Distribution: ---
Created attachment 58141
--> https://bugs.winehq.org/attachment.cgi?id=58141
backtrace
fedora25 mate 32bit. new installation. installed wine. installed microsoft
office 2010- 32 bit. on trying to use winword.exe, when during typing
something, use of space hangs. crashes
--
Do not reply 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=43404
Bug ID: 43404
Summary: Fate/Stay Night selection points show up as boxes
Product: Wine
Version: 2.12
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: xanthsjunk(a)gmail.com
Distribution: ---
Selection points come up as boxes rather than text in Linux Ubuntu. I don't
know how to get terminal output.
http://imgur.com/a/LwLSu
--
Do not reply 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=24497
Summary: Adding distributions is far too easy
Product: WineHQ Bugzilla
Version: unspecified
Platform: x86
OS/Version: other
Status: NEW
Severity: trivial
Priority: P2
Component: bugzilla-unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: kennybobs(a)o2.co.uk
Every day someone adds another duplicate distribution or something that isn't a
distribution at all, despite how easy it is to pick from the drop-down list,
and has to be merged by an admin.
Approving submitted distributions should be done by admin only, or it should be
made more obvious that a distro has been submitted in a test result (if
possible).
--
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=27378
Summary: New distributions submitted in test reports are added
even if the admin deletes them when processing
Product: WineHQ Apps Database
Version: unspecified
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: appdb-unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dimesio(a)earthlink.net
Users have a penchant for submitting "new" distributions that already have
entries in the AppDB (bug 24497). The form admins and maintainers see when
processing test reports notes when the user has added a new distribution, and
states that it will be added to the database unless the admin/maintainer
selects an existing one from the list. However, even if I do select a
distribution from the list and delete the "new" distribution from the test form
when processing it, the "new" distribution is still added to the database and
has to be manually removed afterwards.
--
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=43430
Bug ID: 43430
Summary: CrystalDiskMark crashes on launch.
Product: Wine
Version: 2.12
Hardware: x86
OS: Mac OS X
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: cole.malachuk(a)gmail.com
Created attachment 58797
--> https://bugs.winehq.org/attachment.cgi?id=58797
Backtrace from crash and wine log
CrystalDiskMark 5.2.1 crashes on launch after install. I am using Wineskin with
version 2.12 on a Mac.
--
Do not reply 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=43401
Bug ID: 43401
Summary: Keyboard input does not work - Mega Man Maker
Product: Wine
Version: 2.12
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: blocker
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: nerdnils(a)gmail.com
Distribution: ---
Keyboard does not work in application only works in the shell where wine was
started from if any. Window where Mega Man Maker runs in seems to get no focus
no matter what you do.
https://appdb.winehq.org/objectManager.php?sClass=version&iId=35518
--
Do not reply 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=37342
Bug ID: 37342
Summary: MetaTrader 4 doesn't start (Regression)
Product: Wine
Version: 1.7.27
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: a4141469(a)trbvm.com
Created attachment 49656
--> https://bugs.winehq.org/attachment.cgi?id=49656
Terminal output.
Regression. MetaTrader 4 doesn't start on Ubuntu 14.04 x64 with Wine 1.7.27. It
worked well with Wine 1.7.26 (until update).
--
Do not reply 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=2948
rebe(a)gmx.net changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |rebe(a)gmx.net
--- Comment #20 from rebe(a)gmx.net ---
Transparency Bug #14113 is quite similar but affects textfields.
--
Do not reply 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=7156
rebe(a)gmx.net changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |rebe(a)gmx.net
--- Comment #31 from rebe(a)gmx.net ---
Comment 13 link changed to https://wiki.winehq.org/Create_Fonts
I wonder if the headline of the bug is still suitable because an (incomplete)
implementation is available in the tree.
Concerning commits to the tree, how are tests cases written for fonts? Would it
be enough to check if a glyph is available or not?
--
Do not reply 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=38601
Bug ID: 38601
Summary: Planetary Annihilation needs WS2_32.dll.WSAPoll
Product: Wine
Version: 1.7.43
Hardware: x86
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: winsock
Assignee: wine-bugs(a)winehq.org
Reporter: gyebro69(a)gmail.com
Distribution: ---
Created attachment 51498
--> https://bugs.winehq.org/attachment.cgi?id=51498
terminal output
With native msvcp110 & msvcr110 installed the game gets a bit further and it
shows an empty (black) window and some music begins to play then the game
crashes after 5-10 seconds.
I'm attaching the terminal output as is, containing messages from the game
engine as well.
After crashing multiple instances of a 'CoherentUI_Host.exe' remain in memory
and they need to be killed manually.
Besides native msvcp110 & msvcr110 native d3dcompiler_43 is also installed in
the prefix.
Despite of the lots of d3d errors shown in the log I guess the crash is due to
this unimplemented function:
>...
>wine: Unimplemented function WS2_32.dll.WSAPoll called at address 0x7bc4f701 (thread 0030), starting debugger...
>Unhandled exception: unimplemented function WS2_32.dll.WSAPoll called in 32-bit code (0x7bc4f701).
>...
Officially the game requires Windows Vista or newer.
--
Do not reply 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=625
Aaron Franke <arnfranke(a)yahoo.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |arnfranke(a)yahoo.com
--- Comment #25 from Aaron Franke <arnfranke(a)yahoo.com> ---
Is this still an issue in Wine 2.13?
--
Do not reply 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=124
Aaron Franke <arnfranke(a)yahoo.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |arnfranke(a)yahoo.com
--- Comment #23 from Aaron Franke <arnfranke(a)yahoo.com> ---
Is this bug report still relevant in Wine 2.13?
--
Do not reply 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=52
Aaron Franke <arnfranke(a)yahoo.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |arnfranke(a)yahoo.com
--- Comment #41 from Aaron Franke <arnfranke(a)yahoo.com> ---
Is this still an issue in Wine 2.13?
--
Do not reply 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=52
Kanang <Kanang22(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |Kanang22(a)gmail.com
--
Do not reply 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=43259
Bug ID: 43259
Summary: Can't find range for DW_TAG_lexical_block
Product: Wine
Version: 2.11
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: dbghelp
Assignee: wine-bugs(a)winehq.org
Reporter: z.figura12(a)gmail.com
Distribution: ---
Repeated printing of the following message when winedbg is triggered (either by
running it or due to a crash):
fixme:dbghelp_dwarf:dwarf2_parse_subprogram_block no range
It appears that loaded DLLs have generated DW_TAG_lexical_block elements that
don't have a range attached to them. This specifically happens when an inlined
function has a lexical block, so every use of TRACE/WARN/ERR/FIXME in an
inlined function that occurs in a loaded dll will cause this message to be
printed. I am not yet sure if this is a problem with dbghelp or with gcc, but
I've filed an upstream bug on gcc:
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81254
--
Do not reply 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=43265
Bug ID: 43265
Summary: Regression makes Steam game Rabi-Ribi run too fast
Product: Wine
Version: 2.11
Hardware: x86
URL: http://store.steampowered.com/app/400910/RabiRibi/
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: dark.shadow4(a)web.de
CC: hverbeet(a)gmail.com
Regression SHA1: e75bc6228ebcbdc1a3877a6ac6954611dedf8a71
Distribution: ArchLinux
The Steam game Rabi-Ribi, probably DX9, runs to fast when running in recent
wine.
Normally the game should be limited to 60 FPS, but it runs uncapped. Since the
games logic seems tied to the FPS, this makes the game run way faster than it
should.
Interesting to note, the game features a "144Hz Monitor" mode. This mode
doesn't run uncapped, but since my monitor can't do 144Hz it in return runs
about half it's original speed.
Bisected to
commit e75bc6228ebcbdc1a3877a6ac6954611dedf8a71
Author: Henri Verbeet <hverbeet(a)codeweavers.com>
Date: Thu Mar 23 23:58:10 2017 +0100
winex11: Use GLX_OML_sync_control to synchronise buffer swaps with
X11DRV_FLUSH_GL_DRAWABLE requests.
Signed-off-by: Henri Verbeet <hverbeet(a)codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard(a)winehq.org>
When reverting the commit, it works fine again. Reverts cleanly on current
master.
--
Do not reply 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=38296
Bug ID: 38296
Summary: Ion Assault (Steam) crashes before the main menu
(Windows Media Player needs to be installed)
Product: Wine
Version: 1.7.39
Hardware: x86
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: wmp&wmvcore
Assignee: wine-bugs(a)winehq.org
Reporter: gyebro69(a)gmail.com
Distribution: ---
Created attachment 51128
--> https://bugs.winehq.org/attachment.cgi?id=51128
terminal output
The splash screen is shown and music begins to play when I start the game, but
the game crashes before the main menu pops up.
Installing WMP10 is a workaround.
The game used to get to the main menu without WMP10 installed, but animations
in the menu were missing. The crash is present since commit
069406fe94a41752b4f739b24049b395e3c5a7b3
wine-1.7.39-144-g4eedf6a
--
Do not reply 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=43373
Bug ID: 43373
Summary: valgrind shows an invalid free in
dlls/dwrite/tests/font.c
Product: Wine
Version: 2.12
Hardware: x86
OS: Linux
Status: NEW
Keywords: download, source, testcase, valgrind
Severity: normal
Priority: P2
Component: dwrite
Assignee: wine-bugs(a)winehq.org
Reporter: austinenglish(a)gmail.com
Distribution: Gentoo
../../../tools/runtest -q -P wine -T ../../.. -M dwrite.dll -p
dwrite_test.exe.so font && touch font.ok
==11354== Invalid free() / delete / delete[] / realloc()
==11354== at 0x7BC510DB: notify_free (heap.c:262)
==11354== by 0x7BC556AC: RtlFreeHeap (heap.c:1762)
==11354== by 0x4BE66D1: heap_free (dwrite_private.h:55)
==11354== by 0x4BE8B9F: factory_release_cached_fontface (main.c:907)
==11354== by 0x4BBD66F: dwritefontface_Release (font.c:510)
==11354== by 0x4A33F54: IDWriteFontFace1_Release (dwrite_1.h:1216)
==11354== by 0x4A33F54: test_GetUnicodeRanges (???:0)
==11354== by 0x4A5372E: func_font (font.c:7834)
==11354== by 0x4A7C235: run_test (test.h:603)
==11354== by 0x4A7C694: main (test.h:687)
==11354== Address 0x48f9688 is 8 bytes after a block of size 16 free'd
==11354== at 0x7BC510DB: notify_free (heap.c:262)
==11354== by 0x7BC556AC: RtlFreeHeap (heap.c:1762)
==11354== by 0x4BE66D1: heap_free (dwrite_private.h:55)
==11354== by 0x4BE728B: localizedstrings_Release (main.c:295)
==11354== by 0x4BBD0AE: IDWriteLocalizedStrings_Release (dwrite.h:1439)
==11354== by 0x4BBD0AE: release_font_data (???:0)
==11354== by 0x4BBD154: release_fontfamily_data (font.c:440)
==11354== by 0x4BC4131: dwritefontcollection_Release (font.c:2306)
==11354== by 0x4BC3079: IDWriteFontCollection1_Release (dwrite_3.h:1486)
==11354== by 0x4BC3079: dwritefontfamily_Release (???:0)
==11354== by 0x4A27352: IDWriteFontFamily_Release (dwrite.h:2268)
==11354== by 0x4A27352: test_GetFontFamily (???:0)
==11354== by 0x4A536FC: func_font (font.c:7824)
==11354== by 0x4A7C235: run_test (test.h:603)
==11354== by 0x4A7C694: main (test.h:687)
==11354== Block was alloc'd at
==11354== at 0x7BC51061: notify_alloc (heap.c:254)
==11354== by 0x7BC5554F: RtlAllocateHeap (heap.c:1716)
==11354== by 0x4BE663E: heap_alloc (dwrite_private.h:35)
==11354== by 0x4BE6713: heap_strdupW (dwrite_private.h:66)
==11354== by 0x4BE798C: add_localizedstring (main.c:462)
==11354== by 0x4BC63DC: init_font_data_from_font (font.c:3367)
==11354== by 0x4BC6BB3: fontfamily_add_oblique_simulated_face (font.c:3531)
==11354== by 0x4BC7815: create_font_collection (font.c:3761)
==11354== by 0x4BC810B: get_system_fontcollection (font.c:3978)
==11354== by 0x4BEAA4F: dwritefactory3_GetSystemFontCollection (main.c:1449)
==11354== by 0x4BE8256: IDWriteFactory5_GetSystemFontCollection
(dwrite_3.h:6626)
==11354== by 0x4BE8256: dwritefactory_GetSystemFontCollection (???:0)
==11354== by 0x4A26554: IDWriteFactory_GetSystemFontCollection
(dwrite.h:5416)
==11354== by 0x4A26554: test_GetFontFamily (???:0)
==11354== by 0x4A536FC: func_font (font.c:7824)
==11354== by 0x4A7C235: run_test (test.h:603)
==11354== by 0x4A7C694: main (test.h:687)
==11354==
--
Do not reply 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=43194
Bug ID: 43194
Summary: Uprising/Uprising 2: 3D world not displayed (solid
grey/black screen)
Product: Wine
Version: 2.9
Hardware: x86
URL: https://www.fileplanet.com/11562/10000/fileinfo/Uprisi
ng-Demo
OS: Linux
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: directx-d3d
Assignee: wine-bugs(a)winehq.org
Reporter: gyebro69(a)gmail.com
CC: hverbeet(a)gmail.com
Regression SHA1: 2ed609f15da7c7f8bde54f6d4d895c72f96dd950
Distribution: ---
Created attachment 58468
--> https://bugs.winehq.org/attachment.cgi?id=58468
terminal output
I have both games from GOG, the games are old and are utilizing the nGlide 3Dfx
wrapper.
The menu works OK, but when I launch a mission the 3D world is missing, only a
solid grey or black surface can be seen.
Only the HUD, minimap or the cockpit frame are visible.
Maybe not a real regression, but reverting the following commit fixes the
issue:
commit 2ed609f15da7c7f8bde54f6d4d895c72f96dd950
Date: Wed May 24 11:22:09 2017 +0200
wined3d: Add a conversion function for WINED3DFMT_X8D24_UNORM.
Steps to reproduce the problem in the original demo of Uprising 1:
1. download and run Uprising3DFXDemo.EXE which is a self-extracting exe. By the
default the game is extracted into the user's Temp directory.
2. since nGlide is not included in the demo, download and install nGlide 1.05
(no further configuration is needed):
http://www.zeus-software.com/downloads/nglide
3. launch Uprising3dfxDemo.exe, in the menu select <Single Player>, <Play
Demo>, <Mission 1>.
Uprising3DFXDemo.EXE
sha1: c6d72f92be11f3914181a05a225992d126492c42
nGlide105_setup.exe
sha1: 602a176c4e8a27710e6723c75b31a9ad0a2d411a
wine-2.10-88-g95a49bdce6
OpenGL vendor string: NVIDIA Corporation
OpenGL renderer string: GeForce GT 730/PCIe/SSE2
OpenGL core profile version string: 4.5.0 NVIDIA 381.22
--
Do not reply 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=43348
Bug ID: 43348
Summary: valgrind shows some definite leaks in
dlls/msacm32/tests/msacm.c
Product: Wine
Version: 2.12
Hardware: x86
OS: Linux
Status: NEW
Keywords: download, source, testcase, valgrind
Severity: normal
Priority: P2
Component: msacm32
Assignee: wine-bugs(a)winehq.org
Reporter: austinenglish(a)gmail.com
Distribution: Gentoo
../../../tools/runtest -q -P wine -T ../../.. -M msacm32.dll -p
msacm32_test.exe.so msacm && touch msacm.ok
==11599== 50 bytes in 1 blocks are definitely lost in loss record 115 of 287
==11599== at 0x7BC50812: notify_alloc (heap.c:254)
==11599== by 0x7BC54C93: RtlAllocateHeap (heap.c:1716)
==11599== by 0x487C2D8: test_acmFormatChoose (msacm.c:1260)
==11599== by 0x487CC27: func_msacm (msacm.c:1446)
==11599== by 0x487DA78: run_test (test.h:603)
==11599== by 0x487DEC9: main (test.h:687)
==11599==
--
Do not reply 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=43302
Bug ID: 43302
Summary: widl incorrectly generates _Proxy functions in header
Product: Wine
Version: 2.12
Hardware: x86
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: tools
Assignee: wine-bugs(a)winehq.org
Reporter: leslie_alistair(a)hotmail.com
Distribution: ---
Look in wine source file include/bits.h
You will find the following prototypes.
IBackgroundCopyFile_GetRemoteName_Proxy
IBackgroundCopyFile_GetLocalName_Proxy
1. These don't appear in the window SDK.
2. When you attempt to include "bits*.idl" in ../qmgrprxy/qmgrprxy.idl
you get a redefinition errors of the above function.
[
uuid(01b7bd23-fb88-4a77-8490-5891d3e4653a),
odl
]
interface IBackgroundCopyFile
....
At a guess, when an interface is marked with "odl", it shouldn't created the
proxy functions.
--
Do not reply 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=39833
Bug ID: 39833
Summary: File not found error when loading fmod audio in
Dungeon of the Endless
Product: Wine
Version: 1.8-rc4
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-dmusic
Assignee: wine-bugs(a)winehq.org
Reporter: axfelix(a)gmail.com
Distribution: ---
The game Dungeon of the Endless doesn't have any audio under Wine, with the
following logs (in Documents/Dungeon of the Endless/Temporary Files):
12:01:34:307378+Initializing the fmod event system...
12:01:34:307378+Load fmod data from folder
'Z:/home/axfelix/Wine/Steam/SteamApps/common/Dungeon of the
Endless/DungeonoftheEndless_Data/../Public/Audio/'.
12:01:34:307378+Path 'Z:/home/axfelix/Wine/Steam/SteamApps/common/Dungeon of
the Endless/DungeonoftheEndless_Data/../Public/Audio/' made relative to working
directory 'Z:\home\axfelix\Wine\Steam\steamapps\common\Dungeon of the
Endless\', result: '..\..\SteamApps\common\Dungeon of the
Endless\DungeonoftheEndless_Data\..\Public\Audio\'.
12:01:34:307378+Rooted path
'Z:/home/axfelix/Wine/Steam/SteamApps/common/Dungeon of the
Endless/DungeonoftheEndless_Data/../Public/Audio/' has been made relative into
'..\..\SteamApps\common\Dungeon of the
Endless\DungeonoftheEndless_Data\..\Public\Audio\'.
12:01:34:307378+Fmod error reported: ERR_FILE_NOTFOUND - File not found.
Amplitude.Unity.Audio.AudioManager:ErrorCheck(System.Reflection.ParameterInfo)
Amplitude.Unity.Audio.AudioManager+c__Iterator19:MoveNext()
Amplitude.Coroutine:Run()
Amplitude.Coroutine+c__Iterator96:MoveNext()
12:01:34:307378+Fmod initialization failed.
Amplitude.Unity.Audio.AudioManager+c__Iterator19:MoveNext()
Amplitude.Coroutine:Run()
Amplitude.Coroutine+c__Iterator96:MoveNext()
12:01:34:307378+The Fmod initialization has bound the null audio service.
Amplitude.Unity.Audio.AudioManager+c__Iterator19:MoveNext()
Amplitude.Coroutine:Run()
Amplitude.Coroutine+c__Iterator96:MoveNext()
I had to start the game using --force-d3d9 because it died trying to initialize
DX11 otherwise. Built with Unity.
--
Do not reply 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=43275
Bug ID: 43275
Summary: Sacred Gold v2.28 (GOG.com): invisible characters
Product: Wine
Version: 2.6
Hardware: x86
URL: https://www.gog.com/game/sacred_gold
OS: Linux
Status: NEW
Keywords: regression
Severity: normal
Priority: P2
Component: directx-d3d
Assignee: wine-bugs(a)winehq.org
Reporter: gyebro69(a)gmail.com
CC: hverbeet(a)gmail.com
Regression SHA1: b98ece0d38ca3ec401370ccf95eb08946533850c
Distribution: ---
Created attachment 58611
--> https://bugs.winehq.org/attachment.cgi?id=58611
plain terminal output
This was tested with Sacred Gold from GOG.com. I tried the original demo but it
doesn't have the bug: the demo runs in 16-bit color mode whereas the problem
occurs only in 32-bit color mode.
I reproduced the problem with Nvidia binary drivers 381.22 and with
nouveau/mesa 17.1.4, too.
The problem: in-game characters are invisible.
Regression introduced by
commit b98ece0d38ca3ec401370ccf95eb08946533850c
Author: Henri Verbeet <hverbeet(a)codeweavers.com>
Date: Tue Apr 4 09:07:47 2017 +0200
wined3d: Use the blitter interface in wined3d_cs_exec_clear().
Characters are visible with the previous commit.
In the game configuration tool if I uncheck the 32 bit Color Depth option, the
problem doesn't occur.
wine-2.11-150-g287be7c5ee
OpenGL vendor string: NVIDIA Corporation
OpenGL renderer string: GeForce GT 730/PCIe/SSE2
OpenGL core profile version string: 4.5.0 NVIDIA 381.22
--
Do not reply 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=43099
Bug ID: 43099
Summary: The Technomancer requires
MFCreateSourceReaderFromByteStream implementation
Product: Wine
Version: 2.9
Hardware: x86
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: mfplat
Assignee: wine-bugs(a)winehq.org
Reporter: leslie_alistair(a)hotmail.com
Distribution: ---
wine: Call from 0x7b43b98c to unimplemented function
mfreadwrite.dll.MFCreateSourceReaderFromByteStream, aborting
err:seh:raise_exception Unhandled exception code c0000005 flags 0 addr 0x84fb80
--
Do not reply 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=42653
Bug ID: 42653
Summary: Wine x64 have wrong DRX registers usage.
Product: Wine
Version: 2.3
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: deniwork(a)yandex.ru
Distribution: ---
Created attachment 57589
--> https://bugs.winehq.org/attachment.cgi?id=57589
Source file to reproduce fatal error
I attached source file to reproduce the problem. I run compiled executable on
Ubuntu 16.10 with Wine 2.3 Staging and get following output:
DR0 - 0 ; DR1 - 2 ; DR2 - 4e8e0; DR3 - 23f680 ; DR6 - 2 ; DR7 - 90
Why Wine x64 using DRX registers?
This behavior can cause many fatal errors in programs and must be fixed!
I will provide any additional info if needed.
--
Do not reply 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=43196
Bug ID: 43196
Summary: Eve Online Crash on macos wined3d-csmt.dll.so
buffer_destroy_buffer_object()
Product: Wine-staging
Version: 2.10
Hardware: x86
OS: Mac OS X
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: davec.bugs(a)gmail.com
CC: erich.e.hoover(a)wine-staging.com, michael(a)fds-team.de,
sebastian(a)fds-team.de
Created attachment 58470
--> https://bugs.winehq.org/attachment.cgi?id=58470
lldb_wine-2.10_Eve_Online_crash_backtrace txt
Eve Online has been crashing lately when run in both wine and wine-staging.
I have "subjectively" noticed this since wine 2.9 and it seems that the crashes
"subjectively" occur more in wine 2.10. The crashes are random. There does not
seem to be an particular action that will trigger the crash.
--
Do not reply 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=42528
Bug ID: 42528
Summary: Grand Theft Auto 5 crashes while loading
Product: Wine
Version: 2.2
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: byi5000(a)gmail.com
Distribution: ---
Created attachment 57427
--> https://bugs.winehq.org/attachment.cgi?id=57427
The full wine debuglog
Wine Version=wine-2.2 (Staging)
Environment=Windows 7
Fancy Staging Features=None
DLL Overrides=None
GTA5 launched with "-windowed -dx10" parameters
crashes with ERR_MEM_EMBEDDEDALLOC_ALLOC referring to missing page file (as my
research goes)
--
Do not reply 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=43341
Bug ID: 43341
Summary: valgrind shows some definite leaks in
dlls/gdiplus/tests/graphicspath.c
Product: Wine
Version: 2.12
Hardware: x86
OS: Linux
Status: NEW
Keywords: download, source, testcase, valgrind
Severity: normal
Priority: P2
Component: gdiplus
Assignee: wine-bugs(a)winehq.org
Reporter: austinenglish(a)gmail.com
Distribution: Gentoo
==10596== 8 bytes in 1 blocks are definitely lost in loss record 29 of 500
==10596== at 0x7BC50812: notify_alloc (heap.c:254)
==10596== by 0x7BC54C93: RtlAllocateHeap (heap.c:1716)
==10596== by 0x4C00E0B: heap_alloc (gdiplus_private.h:53)
==10596== by 0x4C073A6: widen_dashed_figure (graphicspath.c:2105)
==10596== by 0x4C07AF4: GdipWidenPath (graphicspath.c:2255)
==10596== by 0x4A5B1F3: test_widen (graphicspath.c:1162)
==10596== by 0x4A5C3EC: func_graphicspath (graphicspath.c:1356)
==10596== by 0x4AA6078: run_test (test.h:603)
==10596== by 0x4AA64CA: main (test.h:687)
==10596==
--
Do not reply 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=36612
Bug ID: 36612
Summary: valgrind shows a definite leak in
winhttp/tests/notification.c
Product: Wine
Version: 1.7.19
Hardware: x86
OS: Linux
Status: NEW
Keywords: download, source, testcase
Severity: normal
Priority: P2
Component: winhttp
Assignee: wine-bugs(a)winehq.org
Reporter: austinenglish(a)gmail.com
==8903== 20 bytes in 1 blocks are definitely lost in loss record 57 of 299
==8903== at 0x7BC4C6DF: notify_alloc (heap.c:255)
==8903== by 0x7BC50F23: RtlAllocateHeap (heap.c:1716)
==8903== by 0x4F97C37: heap_alloc (winhttp_private.h:320)
==8903== by 0x4F9EED9: WinHttpReadData (request.c:2496)
==8903== by 0x4E50D9C: test_async (notification.c:460)
==8903== by 0x4E50E85: func_notification (notification.c:479)
==8903== by 0x4E6AC75: run_test (test.h:584)
==8903== by 0x4E6B064: main (test.h:654)
==8903==
--
Do not reply 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=43112
Bug ID: 43112
Summary: Guitar Pro 7 needs msvcp140.dll._Stat
Product: Wine
Version: 2.9
Hardware: x86-64
URL: https://www.guitar-pro.com/en/index.php?pg=download
OS: Linux
Status: NEW
Keywords: download
Severity: minor
Priority: P2
Component: msvcp
Assignee: wine-bugs(a)winehq.org
Reporter: andrey.goosev(a)gmail.com
CC: piotr(a)codeweavers.com
Distribution: ---
wine: Call from 0x7b43b95c to unimplemented function msvcp140.dll._Stat,
aborting
wine-2.9-51-g06eceb3
--
Do not reply 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=43317
Bug ID: 43317
Summary: Icons has a pink color background
Product: Wine
Version: 2.3
Hardware: x86-64
OS: Linux
Status: NEW
Keywords: regression
Severity: normal
Priority: P2
Component: gdi32
Assignee: wine-bugs(a)winehq.org
Reporter: andrey.goosev(a)gmail.com
CC: julliard(a)winehq.org
Regression SHA1: 89d31e42fc64bf78d9390c55baa4fc8ec54539e2
Distribution: ---
Created attachment 58659
--> https://bugs.winehq.org/attachment.cgi?id=58659
comparison
Quicken, RealPlayer are affected by this.
--
Do not reply 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=43312
Bug ID: 43312
Summary: valgrind shows a definite leak in
dlls/d2d1/tests/d2d1.c
Product: Wine
Version: 2.12
Hardware: x86
OS: Linux
Status: NEW
Keywords: download, source, testcase, valgrind
Severity: normal
Priority: P2
Component: d2d
Assignee: wine-bugs(a)winehq.org
Reporter: austinenglish(a)gmail.com
Distribution: ---
../../../tools/runtest -q -P wine -T ../../.. -M d2d1.dll -p d2d1_test.exe.so
d2d1 && touch d2d1.ok
==17025== 48 bytes in 1 blocks are definitely lost in loss record 1,636 of
2,485
==17025== at 0x7BC50812: notify_alloc (heap.c:254)
==17025== by 0x7BC54C93: RtlAllocateHeap (heap.c:1716)
==17025== by 0x4B6F73F: d2d_factory_CreateStrokeStyle (factory.c:221)
==17025== by 0x4A31EDA: ID2D1Factory_CreateStrokeStyle (d2d1.h:8808)
==17025== by 0x4A31EDA: test_stroke_style (???:0)
==17025== by 0x4A398E4: func_d2d1 (d2d1.c:5512)
==17025== by 0x4A3A744: run_test (test.h:603)
==17025== by 0x4A3AB95: main (test.h:687)
==17025==
--
Do not reply 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=42275
Bug ID: 42275
Summary: Biet-O-Matic chm help without directory entry
Product: Wine
Version: 2.0-rc5
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: apphelp
Assignee: wine-bugs(a)winehq.org
Reporter: rebe(a)gmx.net
Distribution: ---
Created attachment 56982
--> https://bugs.winehq.org/attachment.cgi?id=56982
Biet-O-Matic help (wine 2.0RC5)
When you open the Biet-O-Matic 2.14.14 online help, Wine opens the chm file but
does not show the directory structure as the Microsoft help viewer.
The Biet-O-Matic help screen however asks you to select a topic using the
directory tree that is not available under the Wine chm viewer.
--
Do not reply 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=42537
Bug ID: 42537
Summary: Tomb Raider 2013 has medium graphic glitches
Product: Wine
Version: 2.2
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3dx11
Assignee: wine-bugs(a)winehq.org
Reporter: byi5000(a)gmail.com
Distribution: ---
and laggs heavy since 2.2-staging, 2.1-staging is fine
Wine Version=wine-2.2 (Staging)
Environment=Windows 7
Fancy Staging Features=None
DLL Overrides=None
This game has a native Linux version.
Video of Benchmark and short gameplay with debugging:
https://youtu.be/_l9GN743KE4
Debuglog: https://dl.dropboxusercontent.com/u/16996758/winelogtr2013.txt (187MB
in size)
--
Do not reply 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=36613
Bug ID: 36613
Summary: valgrind shows an unintialized write in
winhttp/tests/notification.c
Product: Wine
Version: 1.7.19
Hardware: x86
OS: Linux
Status: NEW
Keywords: download, source, testcase
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: austinenglish(a)gmail.com
../../../tools/runtest -q -P wine -T ../../.. -M winhttp.dll -p
winhttp_test.exe.so notification && touch notification.ok
preloader: Warning: failed to reserve range 00110000-68000000
preloader: Warning: failed to reserve range 7f000000-82000000
==28055== Thread 2:
==28055== Syscall param write(buf) points to uninitialised byte(s)
==28055== at 0x4226D1B: ??? (syscall-template.S:81)
==28055== by 0x7BC7FD72: send_request (server.c:198)
==28055== by 0x7BC7FF91: wine_server_call (server.c:294)
==28055== by 0x7BC890FC: NtSetEvent (sync.c:361)
==28055== by 0x7B87723E: SetEvent (sync.c:572)
==28055== by 0x4CA543A: check_notification (notification.c:120)
==28055== by 0x4E24DA0: send_callback (session.c:75)
==28055== by 0x4E1645A: release_object (handle.c:81)
==28055== by 0x4E26110: request_destroy (session.c:559)
==28055== by 0x4E164D2: release_object (handle.c:85)
==28055== by 0x4E19EE3: task_thread (request.c:186)
==28055== by 0x7BC90A24: worker_thread_proc (threadpool.c:110)
==28055== by 0x7BC870C7: ??? (signal_i386.c:2571)
==28055== by 0x7BC87110: call_thread_func (signal_i386.c:2630)
==28055== by 0x7BC870A5: ??? (signal_i386.c:2571)
==28055== by 0x7BC8E4EC: start_thread (thread.c:428)
==28055== by 0x421FF92: start_thread (pthread_create.c:309)
==28055== by 0x43247ED: clone (clone.S:129)
==28055== Address 0x62ce700 is on thread 1's stack
==28055== Uninitialised value was created by a stack allocation
==28055== at 0x7BC7FF56: wine_server_call (server.c:288)
==28055==
--
Do not reply 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=42918
Bug ID: 42918
Summary: Command and Conquer Red Alert 3: should display at
least silhouette (pSkipConstants parameter for
D3DXCreateEffectEx is ignored)
Product: Wine
Version: 2.7
Hardware: x86
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: directx-d3dx9
Assignee: wine-bugs(a)winehq.org
Reporter: wylda(a)volny.cz
Distribution: ---
This used to be tracked in bug 25857, which is closed now. When i enter the
game's Tutorial, i see the black screen and maps and button in the corners
(after tutorial speech). Game should at least display silhouette as is shown on
left side of picture:
https://bugs.winehq.org/attachment.cgi?id=54243
Per its comment in bug 25857: https://bugs.winehq.org/show_bug.cgi?id=25857#c74
pSkipConstants parameter for D3DXCreateEffectEx is ignored.
Better picture (with textures) like on right side needs wine-staging's
wined3d-DXTn & d3dx9_36-DXTn.
--
Do not reply 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=32418
Bug #: 32418
Summary: Skylanders Spyro's Adventure can't find USB RFID
reader
Product: Wine
Version: 1.5.19
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: reedstrm(a)gmail.com
Classification: Unclassified
Created attachment 42766
--> http://bugs.winehq.org/attachment.cgi?id=42766
lsusb -v output for portal usb device
Skylanders is a game that uses character toys w/ RFID chips to determine your
player i nthe game, and store character stats. The original game came w/ a PC
version, which this is. Installation and SecureROM DRM all work, to the point
of needing the reader. The reader presents as a USB HID device. There exists a
downloadable character editor that has been reverse engineered from the
web-flash game portal driver. The editor fails under wine with:
unimplemented function hid.dll.HidD_SetOutputReport
I'm a long time wine user, but haven't developed with it. If some one can give
me some assistance, I can walk though providing appropriate debug and backtrace
reports. Note that the game proper does not fail as above.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=43160
Bug ID: 43160
Summary: The Witcher 3: puppeteer lines appearing on character
Product: Wine
Version: 2.10
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
Assignee: wine-bugs(a)winehq.org
Reporter: shtetldik(a)gmail.com
Distribution: ---
Created attachment 58413
--> https://bugs.winehq.org/attachment.cgi?id=58413
The Witcher 3: puppeteer lines
In White Orchard Inn in The Witcher 3, one NPC character gets black puppeteer
lines in the cutscene (just before you enter the inn). There are also appearing
intermittent black spots on his face during that sequence.
See attached screenshot.
Note: sample_c_lz hack is applied.
OpenGL renderer string: Gallium 0.4 on AMD Radeon RX 480 Graphics (DRM 3.8.0 /
4.9.0-3-amd64, LLVM 4.0.1)
OpenGL core profile version string: 4.5 (Core Profile) Mesa 17.2.0-devel
(git-f56aa25ac5)
--
Do not reply 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=42454
Bug ID: 42454
Summary: Wuppo crashes while starting with an "Out of Memory"
error
Product: Wine
Version: 2.1
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: fjfrackiewicz(a)gmail.com
Distribution: ---
Created attachment 57296
--> https://bugs.winehq.org/attachment.cgi?id=57296
Terminal output Wine 2.1-153-g9c72376c8c
When I attempt to run the game Wuppo in Windows 7 mode, it crashes with a fatal
error dialogue box that says "Out of Memory".
I've tried running the game in a WoW64 prefix and a new 32-bit prefix in Wine
2.1-153-g9c72376c8c and in both cases the end result was the same: the game
crashed while attempting to start.
The only override I used was d3dcompiler_43 to get around the HLSL parsing
errors. Setting "glsl=disabled" in winetricks did not help.
--
Do not reply 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=9654
Summary: Links from http://appdb.winehq.org/ always open in the
same window
Product: WineHQ Bugzilla
Version: unspecified
Platform: Other
URL: http://appdb.winehq.org/
OS/Version: other
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: misc-bugs
AssignedTo: jnewman(a)codeweavers.com
ReportedBy: acheron(a)front.ru
Shift-clicking (or Control-clicking) on some links in Firefox with JavaScrippt
on results in the link opening both in the new window (or tab) and in the old
window. Observed on e.g. "Top-10" lists. This is inconvenient.
I may be wrong (I'm not good at HTML and Javascript) but I think the reason is
having both onclick="DoNav('...') and href="..." pointing to the same page.
--
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=15947
Summary: appdb no way to edit vendor
Product: WineHQ Apps Database
Version: unspecified
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: appdb-unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: a.hurst(a)shef.ac.uk
After submitting a new app (Utilities/VLtools) along with its vendor (Digifly),
I realised I had no way to correct the error I made in the URL for the Vendor
(missing http://)
Should the user who submitted a new Vendor have the power to edit 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=35563
Bug ID: 35563
Summary: GetProcessMemoryInfo() is unimplemented
Product: Wine
Version: 1.7.12
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: ntdll
Assignee: wine-bugs(a)winehq.org
Reporter: achurch+wine(a)achurch.org
Classification: Unclassified
Despite bug 13302, GetProcessMemoryInfo() is still effectively unimplemented,
in that it returns zero in all fields instead of actual data. The missing code
is in the underlying ntdll call, NtQueryInformationProcess(ProcessVmCounters):
(see http://source.winehq.org/source/dlls/ntdll/process.c#L231)
case ProcessVmCounters:
{
VM_COUNTERS pvmi;
[...]
/* FIXME : real data */
memset(&pvmi, 0 , sizeof(VM_COUNTERS));
Test program (compile with -lpsapi):
#include <assert.h>
#include <windows.h>
#include <psapi.h>
int main(int argc, char **argv) {
PROCESS_MEMORY_COUNTERS pmc;
assert(GetProcessMemoryInfo(GetCurrentProcess(), &pmc, sizeof(pmc)));
assert(pmc.WorkingSetSize > 0);
return 0;
}
--
Do not reply 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=33987
Bug #: 33987
Summary: Secret Files 3 demo shows only some parts of
background in ConfigTool
Product: Wine
Version: 1.6-rc4
Platform: x86
URL: http://content.deepsilver.com/kochmedia/downloads/gehe
imakte3/SF3_Demo.exe
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
>From a terminal
fixme:win:EnumDisplayDevicesW ((null),0,0x32f0b8,0x00000000), stub!
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=42994
Bug ID: 42994
Summary: wine can't be compiled by gcc-2.95.4
(mscoree/assembly.c)
Product: Wine
Version: 2.7
Hardware: x86
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: mscoree
Assignee: wine-bugs(a)winehq.org
Reporter: wylda(a)volny.cz
Distribution: ---
Similarly to bug 42986, bug 42990, bug 42991, bug 42992 and bug 42993:
wine-2.7 @ gcc-2.95.4: compilation fails:
In file included from /dlls/mscoree/assembly.c:37:
/dlls/mscoree/assembly.c: In function `assembly_get_native_entrypoint':
/dlls/mscoree/assembly.c:322: structure has no member named `EntryPointRVA'
make[1]: *** [assembly.o] Error 1
--
Do not reply 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=40798
Bug ID: 40798
Summary: ACDSee Pro 9 crashes on startup
Product: Wine
Version: 1.9.12
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: spleefer90(a)gmail.com
Distribution: ---
Created attachment 54722
--> https://bugs.winehq.org/attachment.cgi?id=54722
Wine output
They list IE9+ and WMP9 as a software requirements, it might crash because of
those?
--
Do not reply 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=40629
Bug ID: 40629
Summary: Noto Nastaliq Urdu font crashes notepad during shaping
Product: Wine
Version: 1.9.9
Hardware: x86
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: usp10
Assignee: wine-bugs(a)winehq.org
Reporter: bunglehead(a)gmail.com
Distribution: ---
Created attachment 54497
--> https://bugs.winehq.org/attachment.cgi?id=54497
+uniscribe,+tid
Easily reproducible, it crashes for me as soon as I type a single letter Nun
(0x646) into empty notepad document. Attached relevant part of the log.
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=42688
Bug ID: 42688
Summary: Native Acces crashes on unimplemented
msvcp140.dll.?__ExceptionPtrCompare@@YA_NPBX0@Z
Product: Wine
Version: 2.4
Hardware: x86
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: msvcp
Assignee: wine-bugs(a)winehq.org
Reporter: xerox_xerox2000(a)yahoo.co.uk
Distribution: ---
Created attachment 57652
--> https://bugs.winehq.org/attachment.cgi?id=57652
crash log
Now that bug 42656 has been fixed (?_Schedule_chore@details@Concurrency) the
next one for Native Access is:
Native Acces crashes on msvcp140.dll.?__ExceptionPtrCompare@@YA_NPBX0@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.
https://bugs.winehq.org/show_bug.cgi?id=40948
Bug ID: 40948
Summary: Unhandled exception: unimplemented function
api-ms-win-crt-locale-l1-1-0.dl.__initialize_lconv_for
_unsigned_char called in 64-bit code
(0x000000007b44fbd7).
Product: Wine
Version: 1.9.14
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: edgar.wentzlaff(a)gmx.net
Distribution: ---
Created attachment 55084
--> https://bugs.winehq.org/attachment.cgi?id=55084
backtrace.txt
Try to install Microsoft Office 365 Version 2016
--
Do not reply 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=39856
Bug ID: 39856
Summary: Regedit: Wrong default registry key is selected if the
language changes
Product: Wine
Version: 1.8
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: ---
After bug #37403 is fixed I'm noticing that it still appears one time after the
language changes.
--
Do not reply 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=42991
Bug ID: 42991
Summary: wine can't be compiled by gcc-2.95.4 (dmusic/port.c)
Product: Wine
Version: 2.7
Hardware: x86
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: directx-dmusic
Assignee: wine-bugs(a)winehq.org
Reporter: wylda(a)volny.cz
Distribution: ---
Similarly to bug 42986 and bug 42990:
wine-2.7 @ gcc-2.95.4: compilation fails:
/dmusic/port.c: In function `IKsControlImpl_KsProperty':
/dmusic/port.c:723: structure has no member named `Set'
/dmusic/port.c:723: structure has no member named `Id'
/dmusic/port.c:723: structure has no member named `Flags'
/dmusic/port.c:725: structure has no member named `Flags'
/dmusic/port.c:727: structure has no member named `Flags'
/dmusic/port.c:734: structure has no member named `Set'
make[1]: *** [port.o] Error 1
--
Do not reply 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=42798
Bug ID: 42798
Summary: MsiGetPatchInfoEx returns incorrect values for
UNINSTALLABLE, PATCHSTATE properties
Product: Wine
Version: 2.5
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: msi
Assignee: wine-bugs(a)winehq.org
Reporter: pgkos.bugzilla(a)yahoo.com
Distribution: ArchLinux
On Windows, MsiGetPatchInfoEx for:
INSTALLPROPERTY_UNINSTALLABLE and
INSTALLPROPERTY_PATCHSTATE
returns a number converted to a string consisting of ascii digits (0x30 -
0x39).
On Wine, this function returns raw DWORD registry value.
For example, if "Uninstallable" property has a DWORD value 0 in registry,
Windows' MsiGetPatchInfoEx returns '0' (ascii digit 0x30), but Wine's
implementation returns a null byte (0x00).
If necessary, I can send some C code demonstrating the bug.
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=42575
Bug ID: 42575
Summary: MiKTeX installer crashes before finishing on
unimplemented function
msvcp140.dll.?_LogScheduleTask@_TaskEventLogger@detail
s@Concurrency@@QAEX_N@Z
Product: Wine
Version: 2.2
Hardware: x86
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: msvcp
Assignee: wine-bugs(a)winehq.org
Reporter: alexhenrie24(a)gmail.com
Distribution: ---
Created attachment 57487
--> https://bugs.winehq.org/attachment.cgi?id=57487
Installer console output
This started after
http://source.winehq.org/git/wine.git/commit/10b36e3977edb214f5451fcaf6f9c3…
fixed bug 41408.
$ sha256sum basic-miktex-2.9.6236.exe
82d1c841899cca7de026a059149369236bdfe6a03b616c7cbf2953abfecd9509
basic-miktex-2.9.6236.exe
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=41753
Bug ID: 41753
Summary: The procedure entry point GetUnicastIpAddressEntry
could not be located the ... deuleuleu ...
IPHLPAPI.DLL
Product: Wine-staging
Version: 1.9.23
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: mvidal0001(a)gmail.com
CC: erich.e.hoover(a)wine-staging.com, michael(a)fds-team.de,
sebastian(a)fds-team.de
Distribution: ---
Created attachment 56194
--> https://bugs.winehq.org/attachment.cgi?id=56194
console output
Testing Steep.exe open beta with steam got a windows message box.
--
Do not reply 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=42834
Bug ID: 42834
Summary: Steuer-Spar-Erklärung 2017 crashes with critical error
Product: Wine
Version: 2.5
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wineserver
Assignee: wine-bugs(a)winehq.org
Reporter: c.schnober(a)jpberlin.de
Distribution: ---
Created attachment 57928
--> https://bugs.winehq.org/attachment.cgi?id=57928
Critical error log Steuer-Spar-Erklaerung 2017 Wine 2.5 staging
I am trying to run "Steuer-Spar-Erklärung 2017" (SSE 2017)
(https://appdb.winehq.org/objectManager.php?sClass=version&iId=34662&iTestin…)
on Ubuntu 16.10.
Installation works well with the instructions in the HowTo. I can start the
application and run the "StartCenter". However, when running the actual main
programm by clicking on "Neue Steuererklärung | starten", Wine crashes with a
"critical error".
This happens in Wine v2.5 (staging), Wine 2.0 (stable) (both from the WineHQ
Ubuntu PPA as wellas with Wine 1.8 from the original Ubuntu repositories.
Please find attached the log file.
I have installed the winetricks packages listed in the HowTo with the most
recent winetricks version. I have also tried to install both the SSE 2017
version packaged on a DVD as well as the most recent version downloaded from
the homepage.
I have installed into a newly created Wine directory (after removing the old
(~/.wine).
--
Do not reply 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=42658
Bug ID: 42658
Summary: Playstation Now needs
msvcr120.dll.?Alloc@Concurrency@@YAPAXI@Z
Product: Wine
Version: 2.3
Hardware: x86
URL: https://www.playstation.com/en-us/explore/playstationn
ow/
OS: Linux
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: msvcrt
Assignee: wine-bugs(a)winehq.org
Reporter: austinenglish(a)gmail.com
Distribution: Gentoo
Follow up to bug 39685
--
Do not reply 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=42510
Bug ID: 42510
Summary: Bug in Wininet
Product: Wine-staging
Version: 2.2
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: sr-tream(a)yandex.ru
CC: erich.e.hoover(a)wine-staging.com, michael(a)fds-team.de,
sebastian(a)fds-team.de
Distribution: ---
Library wininet can't transfer to params for php script
Example code: http://pastebin.com/mxJwazRF
Return in Windows 7: Your IP: 87.117.12.22</br>GetReq: Connected
Return in Wine (fake win7): Your IP: 87.117.12.22</br>GetReq:
Wine output: http://pastebin.com/8JwnFPFF
--
Do not reply 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=33717
Bug #: 33717
Summary: regedit: Sorting registry keys on refreshing
Product: Wine
Version: 1.5.31
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
Renaming a registry key can cause it to be unsorted. If I remember correctly on
Windows XP if I have pressed F5 to refresh the view Windows regedit has
automatically sorted the keys. This behavior is missing on Wines regedit.
--
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=42876
Bug ID: 42876
Summary: unimplemented function
msvcp140.dll._Lock_shared_ptr_spin_lock called in
64-bit code (0x000000007b44f007)
Product: Wine
Version: 2.0
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: stevedonato(a)gmail.com
Distribution: ---
Created attachment 57995
--> https://bugs.winehq.org/attachment.cgi?id=57995
Crash Backtrace Dump file
Trying to install iTunes 64 bit on Linux Mint 18. Install crashes with;
Unhandled exception: unimplemented function
msvcp140.dll._Lock_shared_ptr_spin_lock called in 64-bit code
(0x000000007b44f007).
--
Do not reply 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=42465
Bug ID: 42465
Summary: winhttp set_cookies() violates RFC6265 string
comparison rules
Product: Wine
Version: 2.0
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: winhttp
Assignee: wine-bugs(a)winehq.org
Reporter: idfred(a)gmail.com
Distribution: ---
For example, RFC6265 section 5.2.4 states:
> If the attribute-name case-insensitively matches the string "Path",
> the user agent MUST process the cookie-av as follows.
But set_cookies() uses string "path" and performs case-sensitive comparison.
Same stuff with section 5.2.3 and string "domain".
This issue breaks cookie exchange with certain HTTP servers.
Probably there are other similar issues in Wine since HTTP string processing
should be case-insensitive in most cases. And most server implementations use
Camel-Case strings.
This issue also affects Wine versions prior to 2.0.
--
Do not reply 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=41928
Bug ID: 41928
Summary: Mortal Kombat X needs msvcr110.dll._get_dstbias
Product: Wine
Version: 1.9.24
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: msvcrt
Assignee: wine-bugs(a)winehq.org
Reporter: spleefer90(a)gmail.com
Distribution: ---
The game uses DX11 and I can't even get proper video out, but after pressing a
few buttons after launching the game crashes with this error.
W7, 64 bit prefix.
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=42703
Bug ID: 42703
Summary: Excel 2010 does not work: unimplemented function
oleaut32.dll.GetAltMonthNames
Product: Wine
Version: 2.0
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: oleaut32
Assignee: wine-bugs(a)winehq.org
Reporter: akram_ma(a)hotmail.com
Distribution: ---
Ubuntu 16.04 64bit Wine 2.0 WinXP 32bit
I use real usp10.dll then set Wine usp10.dll to native and set LANG to Arabic
to make Office 2010 work with Arabic letters. (If I don't do that Arabic
letters not connected together). Everything works fine except Excel 2010. It
doesn't start and throw an error
Unhandled exception: unimplemented function oleaut32.dll.GetAltMonthNames
called in 32-bit code (0x7b43babc).
Register dump:
CS:0023 SS:002b DS:002b ES:002b FS:0063 GS:006b
EIP:7b43babc ESP:0033dc74 EBP:0033dce8 EFLAGS:00200216( - -- I -A-P- )
EAX:7b428cf9 EBX:7b638990 ECX:0033dc94 EDX:0033dd0c
ESI:00000004 EDI:7e8307c0
Stack dump:
0x0033dc74: 39000000 0033dd18 64ef7fd8 80000100
0x0033dc84: 00000001 00000000 7b43babc 00000002
0x0033dc94: 7e8307c0 7e830855 7dce2fb3 00000008
0x0033dca4: 0000001a 00000000 00000012 0000000e
0x0033dcb4: 00000004 00000003 00000000 00000033
0x0033dcc4: 00000008 0000001a 00000000 00000012
000c: sel=0067 base=00000000 limit=00000000 32-bit r-x
Backtrace:
=>0 0x7b43babc in kernel32 (+0x2babc) (0x0033dce8)
1 0x7e8301b7 in oleaut32 (+0xb01b6) (0x0033dd20)
2 0x7e7851f1 in oleaut32 (+0x51f0) (0x0033de94)
3 0x30378ee6 in excel (+0x378ee5) (0x0033de94)
4 0x3001d247 in excel (+0x1d246) (0x0033fa40)
5 0x300065a4 in excel (+0x65a3) (0x0033fd48)
6 0x30004215 in excel (+0x4214) (0x0033fdd0)
7 0x30003f0a in excel (+0x3f09) (0x0033fe60)
8 0x7b45ecfc call_process_entry+0xb() in kernel32 (0x0033fe78)
9 0x7b45f98a ExitProcess+0xc89() in kernel32 (0x0033fea8)
10 0x7bc7c9c0 call_thread_func_wrapper+0xb() in ntdll (0x0033fec8)
11 0x7bc7f7b1 call_thread_func+0xb0() in ntdll (0x0033ffa8)
12 0x7bc7c99e RtlRaiseException+0x21() in ntdll (0x0033ffc8)
13 0x7bc51a37 call_dll_entry_point+0x3b6() in ntdll (0x0033ffe8)
14 0xf758a79d wine_call_on_stack+0x1c() in libwine.so.1 (0x00000000)
15 0xf758a900 wine_switch_to_stack+0x1f() in libwine.so.1 (0xffe3d7b8)
16 0x7bc575cd LdrInitializeThunk+0x22c() in ntdll (0xffe3d7f8)
--
Do not reply 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=2624
Michael Stefaniuc <mstefani(a)winehq.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Target Milestone|2.0.x |---
--- Comment #51 from Michael Stefaniuc <mstefani(a)winehq.org> ---
Removing the 2.0.x milestone from bugs included in 2.0.2.
--
Do not reply 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=39895
Bug ID: 39895
Summary: When Installing MalwareBytes Anti-malware Software
Product: Wine-staging
Version: 1.9.0
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: dunstallp(a)gmail.com
CC: erich.e.hoover(a)wine-staging.com, michael(a)fds-team.de,
sebastian(a)fds-team.de
Distribution: ---
Created attachment 53283
--> https://bugs.winehq.org/attachment.cgi?id=53283
This is backtrace
When Installing MalwareBytes Anti-malware Software
--
Do not reply 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=37976
Bug ID: 37976
Summary: Poedit 1.7.4 crashes on unimplemented function
msvcr120.dll.??0_ReentrantBlockingLock@details@Concurr
ency@@QAE@XZ
Product: Wine
Version: 1.7.35
Hardware: x86
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: msvcrt
Assignee: wine-bugs(a)winehq.org
Reporter: alexhenrie24(a)gmail.com
Distribution: ---
Created attachment 50602
--> https://bugs.winehq.org/attachment.cgi?id=50602
Console output
The Poedit installer works fine, but after installation Poedit crashes when you
try to run it.
I have no idea what ReentrantBlockingLock does and I can't find any
documentation about 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.
https://bugs.winehq.org/show_bug.cgi?id=42774
Bug ID: 42774
Summary: WinHttpQueryAuthSchemes fails to return the correct
supported value for multiple WWW-Authenticate
Product: Wine
Version: unspecified
Hardware: x86
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: winhttp
Assignee: wine-bugs(a)winehq.org
Reporter: leslie_alistair(a)hotmail.com
Distribution: ---
When WWW-Authenticate are received from a 401 server message,
WinHttpQueryAuthSchemes fails.
Testcase patch sent to list
https://source.winehq.org/patches/data/132316
--
Do not reply 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=42129
Bug ID: 42129
Summary: Steam client - unimplemented function
mfreadwrite.dll.MFCreateSourceReaderFromMediaSource
Product: Wine
Version: 2.0-rc3
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: andy86(a)fastwebnet.it
Distribution: ---
Steam client do not show web page (black screen) also set -no-cef-sandbox
because:
Call from 0x7b43c9dc to unimplemented function
mfreadwrite.dll.MFCreateSourceReaderFromMediaSource
Set above .dll as native (get to web) steam client work as well.
--
Do not reply 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=42017
Bug ID: 42017
Summary: Silence d3d11_immediate_context_OMSetBlendState spam
at console
Product: Wine
Version: 1.9.24
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: winetest(a)luukku.com
Distribution: ---
It's not just WOW 7.1. I have seen this multiple times in different programs
and bugs. It's spammed so frequently that it may even impact the performance of
the game.
Since the time schedule to implemtn these things is unknown I would suggest
silencing them for now. It would make the default wine logs more readable too.
These lines are constantly spammed while running WOW. Those lines are spammed
as group of 3.
fixme:d3d11:d3d11_immediate_context_OMSetBlendState Ignoring blend factor
{0.00000000e+00, 0.00000000e+00, 0.00000000e+00, 0.00000000e+00}.
fixme:d3d11:d3d11_immediate_context_OMSetBlendState Per-rendertarget blend not
implemented.
fixme:d3d11:d3d11_immediate_context_OMSetBlendState Color mask > 3 not
implemented.
--
Do not reply 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=23302
Summary: Not standard background color in Wine configuration
Product: Wine
Version: 1.2-rc4
Platform: x86
URL: http://winehq.org
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ariafan(a)mail.ru
Created an attachment (id=29053)
--> (http://bugs.winehq.org/attachment.cgi?id=29053)
Wine configuration - About
Wine configuration:
1. A text in the About tab is drawed with another background color (always
white?).
2. Checkboxes background in the Audio tab is white always.
--
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=39685
Bug ID: 39685
Summary: Rollcage Redux crashes on startup (unimplemented
function msvcr120.dll.??0event@Concurrency@@QAE@XZ)
Product: Wine
Version: 1.8-rc2
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: msvcrt
Assignee: wine-bugs(a)winehq.org
Reporter: fincer89(a)hotmail.com
Distribution: ---
Created attachment 52916
--> https://bugs.winehq.org/attachment.cgi?id=52916
Rollcage Redux short log (msvcr120.dll) // Wine 1.8-rc2
As the title says, Rollcage Redux crashes on startup because the described
function is unimplemented in msvcr120.dll.
wine: Call from 0x7b83e952 to unimplemented function
msvcr120.dll.??0event@Concurrency@@QAE@XZ, aborting
wine: Unimplemented function msvcr120.dll.??0event@Concurrency@@QAE@XZ called
at address 0x7b83e952 (thread 0009), starting debugger...
The game is free and can be downloaded from here:
http://www.codemonkey.me.uk/rollcage_redux.php
Please see attached log files for additional details.
--
Do not reply 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=42463
Bug ID: 42463
Summary: ZmLearn crash at startup: "Assertion 'm->state ==
STATE_PASSIVE' failed at pulse/mainloop.c:787,
function pa_mainloop_prepare(). Aborting."
Product: Wine
Version: 2.1
Hardware: x86
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: winepulse.drv
Assignee: wine-bugs(a)winehq.org
Reporter: jactry92(a)gmail.com
Distribution: ---
Created attachment 57309
--> https://bugs.winehq.org/attachment.cgi?id=57309
Log with pulse,tid,pid channel.
reproduce:
1. Setting Windows version as XP and install it.
2. $ cd .wine/drive_c/users/USER_NAME/Application\ Data/ZmLearn
3. $ wine ZmClient.exe
then it will crash.
I find this patch from staging can fix it:
https://github.com/wine-compholio/wine-staging/blob/master/patches/winepuls…
Wine version: wine-2.1-285-gd00f7315e0
--
Do not reply 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=42206
Bug ID: 42206
Summary: Gauntlet character screen background is corrupted.
Product: Wine
Version: 2.0-rc5
Hardware: x86
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: leslie_alistair(a)hotmail.com
Distribution: ---
Created attachment 56843
--> https://bugs.winehq.org/attachment.cgi?id=56843
Windows Image
The Gauntlet character selection screen is missing some textures.
--
Do not reply 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=37404
Bug ID: 37404
Summary: A right click on a registry key does not select it
Product: Wine
Version: 1.7.28
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: ---
Steps to reproduce:
1. Open regedit.
2. Make a right click on a non-selected registry key.
Expected result:
The registry key should get selected (at least this is the case with a native
Windows XP).
Actual result:
The selection is still kept on the previous selected registry key.
--
Do not reply 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=42578
Bug ID: 42578
Summary: WSAStringToAddress fails to parse IP v6 addresses with
port number
Product: Wine
Version: 2.0
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: winsock
Assignee: wine-bugs(a)winehq.org
Reporter: mterrisse(a)free.fr
Distribution: ---
Created attachment 57489
--> https://bugs.winehq.org/attachment.cgi?id=57489
A console win64 application to test WSAStringToAddress
Ubuntu 16.10, PlayOnLinux, Wine 2.0
WSAStringToAddress can parse "fe80::4145:833f:f90d:4ba8" but fails to parse
"[fe80::4145:833f:f90d:4ba8]:1234" (in fact all IP v6 addresses with ports,
like "[::]:256")
In attachment you can find an executable TestWSAStringToAddress.exe
TestWSAStringToAddress.exe AF_INET 192.168.200.10
Works fine
TestWSAStringToAddress.exe AF_INET 192.168.200.10:1234
Works fine
TestWSAStringToAddress.exe AF_INET6 fe80::4145:833f:f90d:4ba8
Works fine
TestWSAStringToAddress.exe AF_INET6 [fe80::4145:833f:f90d:4ba8]:1234
Fails - 10022 (WSAEINVAL)
To see the output
WINEDEBUG=-all wine TestWSAStringToAddress.exe ...
and to have just winsock messages
WINEDEBUG=-all,+winsock wine TestWSAStringToAddress.exe ...
The same executable works fine on Windows (tested on Windows 7, Windows 8.1 and
Windows 10).
Note something surprising: the behaviour is different with winedbg
WINEDEBUG=-all,+winsock winedbg TestWSAStringToAddress.exe AF_INET6
[fe80::4145:833f:f90d:4ba8]:1234 wait
WSAStringToAddress succeeds, WSAAddressToString succeeds too, but it returns
[::]:1234
I can't understand why the behaviour is different with wine and winedbg
--
Do not reply 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=42992
Bug ID: 42992
Summary: wine can't be compiled by gcc-2.95.4
(dwrite/opentype.c)
Product: Wine
Version: 2.7
Hardware: x86
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: dwrite
Assignee: wine-bugs(a)winehq.org
Reporter: wylda(a)volny.cz
Distribution: ---
Similarly to bug 42986, bug 42990 and bug 42991:
wine-2.7 @ gcc-2.95.4: compilation fails:
/dlls/dwrite/opentype.c: In function `opentype_get_cpal_entries':
/dlls/dwrite/opentype.c:1903: structure has no member named `r'
/dlls/dwrite/opentype.c:1904: structure has no member named `g'
/dlls/dwrite/opentype.c:1905: structure has no member named `b'
/dlls/dwrite/opentype.c:1906: structure has no member named `a'
make[1]: *** [opentype.o] Error 1
--
Do not reply 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=42995
Bug ID: 42995
Summary: wine can't be compiled by gcc-2.95.4 (netprofm/list.c)
Product: Wine
Version: 2.7
Hardware: x86
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: netprofm
Assignee: wine-bugs(a)winehq.org
Reporter: wylda(a)volny.cz
Distribution: ---
Similarly to bug 42986, bug 42990, bug 42991, bug 42992, bug 42993 and bug
42994:
wine-2.7 @ gcc-2.95.4: compilation fails:
In file included from /dlls/netprofm/list.c:38:
/dlls/netprofm/list.c: In function `init_networks':
/dlls/netprofm/list.c:1696: structure has no member named `IfIndex'
make[1]: *** [list.o] Error 1
--
Do not reply 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=42626
Bug ID: 42626
Summary: unimplemented function
msvcr110.dll.__crtUnhandledException
Product: Wine
Version: 2.3
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: msvcp
Assignee: wine-bugs(a)winehq.org
Reporter: gamiljydcome(a)gmail.com
Distribution: ---
when i run Titan Quest - Immortal Throne, choice custom missions, got abort
error, message is:
wine: Call from 0x7b43b72d to unimplemented function
msvcr110.dll.__crtUnhandledException, aborting
err:seh:raise_exception Exception frame is not in stack limits => unable to
dispatch exception.
does it mean wine need to implement function crtUnhandledException in
msvcr110.dll?
if i copy 32bit native msvcr110.dll and msvcp110.dll to the game root
directory, wine still load buildin so with message 'wrong architecture' or tips
nothing.
play as single user, normal missions is ok.
debian 8, wine 2.3.
--
Do not reply 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=42736
Bug ID: 42736
Summary: scanf doesn't work as expected when using format
string contains non-ascii chars
Product: Wine
Version: unspecified
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: msvcrt
Assignee: wine-bugs(a)winehq.org
Reporter: zhangboyang.id(a)gmail.com
Distribution: ---
Created attachment 57728
--> https://bugs.winehq.org/attachment.cgi?id=57728
working example, should link msvcrt.dll (e.g. use mingw to compile)
(1) assume test.txt has this content
hexdump -C test.txt
00000000 ef bb bf 68 65 6c 6c 6f |...hello|
00000008
// the content is UTF8 BOM + "hello"
(2) fscanf(fp, "\xef\xbb\xbf") doesn't work as expected (using crossover
16.2.0)
char s[1000];
fscanf(fp, "\xef\xbb\xbf"); ///// won't read utf-8 bom as expected
fscanf(fp, "%s", s);
/opt/cxoffice/bin/wine test.exe | hexdump -C
00000000 73 3d ef bb bf 68 65 6c 6c 6f 0d 0a |s=...hello..|
0000000c
(3) expected behavior is (under windows)
E:\winebug>test2
s=hello
--
Do not reply 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=20215
Summary: Extra mouse buttons do not work in Firefox
Product: Wine
Version: 1.1.30
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: Rainmaker526(a)hotmail.com
When running firefox under Wine, the extra mouse buttons on my mouse (the
"thumb" buttons) do nothing.
When using firefox under Windows or under Linux, the buttons act as a forward -
back button, but not when it's running under Wine.
I am sure this is not an modmap issue, as the buttons do work with some other
applications in Wine (SWAT4 for instance). The buttons do not seem to generate
any event to the application.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=42993
Bug ID: 42993
Summary: wine can't be compiled by gcc-2.95.4
(gdiplus/metafile.c)
Product: Wine
Version: 2.7
Hardware: x86
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: gdiplus
Assignee: wine-bugs(a)winehq.org
Reporter: wylda(a)volny.cz
Distribution: ---
Similarly to bug 42986, bug 42990, bug 42991 and bug 42992:
wine-2.7 @ gcc-2.95.4: compilation fails:
/dlls/gdiplus/metafile.c: In function `METAFILE_GraphicsDeleted':
/dlls/gdiplus/metafile.c:950: structure has no member named `EmfHeader'
/dlls/gdiplus/metafile.c: In function `GdipGetMetafileHeaderFromEmf':
/dlls/gdiplus/metafile.c:1916: structure has no member named `EmfHeader'
/dlls/gdiplus/metafile.c: In function `GdipCreateMetafileFromEmf':
/dlls/gdiplus/metafile.c:2019: structure has no member named `EmfHeader'
/dlls/gdiplus/metafile.c:2020: structure has no member named `EmfHeader'
/dlls/gdiplus/metafile.c:2021: structure has no member named `EmfHeader'
/dlls/gdiplus/metafile.c:2021: structure has no member named `EmfHeader'
/dlls/gdiplus/metafile.c:2023: structure has no member named `EmfHeader'
/dlls/gdiplus/metafile.c:2023: structure has no member named `EmfHeader'
make[1]: *** [metafile.o] Error 1
--
Do not reply 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=42490
Bug ID: 42490
Summary: Assertion failure when clicking boxes in altWinDirStat
Product: Wine
Version: 2.2
Hardware: x86
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: comctl32
Assignee: wine-bugs(a)winehq.org
Reporter: alexhenrie24(a)gmail.com
Distribution: ---
This bug is reproduced in the same way as bug 31076, but I don't think they're
the same bug. After scanning a folder, click the upper-left box and hold down
the down arrow until you've cycled through all the boxes. Then click a box in
the middle. You'll see an error dialog that says:
Debug Assertion Failed!
Program: C:\windirstat_debug_32.exe
File: TreeListControl.cpp
Line: 1771
For information on how your program can cause an assertion
failure, see the Visual C++ documentation on asserts.
(Press Retry to debug the application)
If you click Abort, the program closes. If you click Retry, the program
crashes. If you click Ignore, the program continues until you click another
box.
Line 1771 of TreeListControl.cpp says:
VERIFY( CListCtrl::RedrawItems( i, item_count ) );
CListCtrl::RedrawItems sends LVM_REDRAWITEMS with i and item_count. Apparently,
even though the documentation says that the first parameter is the index of the
first item to redraw and the second parameter is the index of the last item to
redraw, LVM_REDRAWITEMS does not complain about getting indices outside of the
range of defined items.
I'm using the 32-bit debug build of altWinDirStat 0.9.5.
--
Do not reply 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=42209
Bug ID: 42209
Summary: Native Instruments Native Access crashes on load
Product: Wine
Version: 2.0-rc4
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: kim.ake(a)gmail.com
Distribution: ---
Created attachment 56847
--> https://bugs.winehq.org/attachment.cgi?id=56847
Error message content
I have Visual C++ 2015 redistributables installed. WhenI try to run the
program, I get the error message.
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=42138
Bug ID: 42138
Summary: bug when running reaktor 6: "Unhandled exception:
unimplemented function
concrt140.dll.??0_ReentrantBlockingLock@details@Concur
rency@@QAE@XZ called in 32-bit code (0x7b43bf1c)."
Product: Wine
Version: 1.9.24
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: someidiot64(a)gmail.com
Distribution: ---
Created attachment 56699
--> https://bugs.winehq.org/attachment.cgi?id=56699
crashlog
see:
(https://github.com/Winetricks/winetricks/issues/711#issuecomment-269997532)
i have been trying to install reaktor 6 under wine on my machine so that i can
use it with reaper. i believe that the crashlog of reaktor (also attached)
points to concrt140.dll being missing, thus i am trying to obtain the virtual c
package (2015) which will give me the library - though this is also broken on
my system.
since i used winetricks to obtain the libraries, i reported the vc bug to them.
they have instructed me to report this bug.
note 1: my hardware is 64-bit but i am using a 32-bit version of wine so that i
can use various old and free VSTis.
note 2: i do recognise that the vc2015 package did not install well in a test
which was conducted a year ago and submitted to the wine database.
--
Do not reply 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=40956
Bug ID: 40956
Summary: unimplemented function
msvcr110.dll._Lock_shared_ptr_spin_lock when starting
Zoner Photo Studio 18
Product: Wine
Version: 1.9.14
Hardware: x86-64
OS: Mac OS X
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: tomas(a)jikos.cz
Created attachment 55095
--> https://bugs.winehq.org/attachment.cgi?id=55095
Backtrace obtained from wine
The application does not even start. The only action I did
was starting with:
DYLD_FALLBACK_LIBRARY_PATH="${DYLD_FALLBACK_LIBRARY_PATH}:/usr/X11/lib" ./wine
"C:\Program Files\Zoner\Photo Studio 18\Program32\Zps.exe"
Installed without issues from
https://www.zoner.com/en/free-photo-editor-download
--
Do not reply 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=30764
Bug #: 30764
Summary: regedit: a key created from right-click context menu
is in incorrect position
Product: Wine
Version: 1.5.4
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: programs
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: djelinski1(a)gmail.com
Classification: Unclassified
In Windows when you right-click a key and select New->Key, the new key is
created as a subkey of the key you clicked. In Wine it is a subkey of a key
that was previously selected by left-clicking or keyboard - click position is
ignored.
--
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=41408
Bug ID: 41408
Summary: GOG Galaxy crashes with unimplemented function
msvcp140.dll.??0task_continuation_context@Concurrency@
@AAE@XZ
Product: Wine
Version: 1.9.19
Hardware: x86-64
URL: https://cdn.gog.com/open/galaxy/client/setup_galaxy_1.
1.17.3.exe
OS: Linux
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: msvcp
Assignee: wine-bugs(a)winehq.org
Reporter: andrey.goosev(a)gmail.com
Distribution: ---
Now updater crashes with
wine: Call from 0x7b43b53c to unimplemented function
msvcp140.dll.??0task_continuation_context@Concurrency@@AAE@XZ, aborting
wine-1.9.19-161-gaf37b18
--
Do not reply 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=10858
Summary: BlueByte Game Channel fails to install
Product: Wine
Version: 0.9.51.
Platform: PC
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: wine-misc
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: alex(a)thehandofagony.com
When trying to install the BlueByte Game Channel, it fails with a messagebox
saying the software is already installed.
An investigation shows that using native cabinet.dll bypasses the problem.
--
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=14606
Summary: TreeView + right click doesn't work the way it does in
native windows
Product: Wine
Version: 1.1.1
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: comctl32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: lists(a)andree.sk
Hi,
in the real windows, when one presses right button over treeview 'widget', the
item under cursor gets temporarily selected - this enables simple context menu
showing (unless it's done this way, one has to manually determine, which item
is placed on the cursor position - which, i guess, not all apps are doing) :
it should probably go like this: right click => appropriate treeview item
selected => NM_RCLICK notification message to window => windows can use
TreeView_GetSelection() :-)
after the right button is released, the previously selected item gets selected
again on win32 - as far as I can tell :-)
--
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=42487
Bug ID: 42487
Summary: Free Devanagari font Samanata crashes during GPOS
processing
Product: Wine
Version: 2.2
Hardware: x86
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: usp10
Assignee: wine-bugs(a)winehq.org
Reporter: bunglehead(a)gmail.com
Distribution: ---
Created attachment 57351
--> https://bugs.winehq.org/attachment.cgi?id=57351
test file
Opening attached file in notepad with Samanata font of size >=10 crashes on
invalid memory access in uniscribe.
Font is available with debian package fonts-deva-extra (3.0-3):
c21d338d8a6efa48a67b9cc0cde6b0b493bafc6f samanata.ttf
Font itself is broken, device table delta format is invalid in at least one of
the records, and ttx throws an exception when parsing GPOS too. However native
usp10 works fine.
--
Do not reply 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=42657
Bug ID: 42657
Summary: ACDSee Pro 9 needs
msvcr120.dll.?Alloc@Concurrency@@YAPEAX_K@Z
Product: Wine
Version: 2.3
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: msvcrt
Assignee: wine-bugs(a)winehq.org
Reporter: spleefer90(a)gmail.com
Distribution: ---
Using very recent version of wine-git
wine: Call from 0x7b44f8a7 to unimplemented function
msvcr120.dll.?Alloc@Concurrency@@YAPEAX_K@Z, aborting
--
Do not reply 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=42576
Bug ID: 42576
Summary: Poedit crashes on start on unimplemented function
msvcp140.dll.?_Reset@_ContextCallback@details@Concurre
ncy@@AAEXXZ
Product: Wine
Version: 2.2
Hardware: x86
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: msvcp
Assignee: wine-bugs(a)winehq.org
Reporter: alexhenrie24(a)gmail.com
Distribution: ---
Created attachment 57488
--> https://bugs.winehq.org/attachment.cgi?id=57488
Poedit console output
This started after
http://source.winehq.org/git/wine.git/commit/10b36e3977edb214f5451fcaf6f9c3…
fixed bug 41408.
$ sha256sum Poedit-1.8.12-setup.exe
39c818264a7a299762caf702383f27ad0a87b0fa6d0349b67f604e2d65c7a842
Poedit-1.8.12-setup.exe
The installer works fine, the crash only happens when you try to run the
program 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=43397
Bug ID: 43397
Summary: Prince of Persia: The Sands of Time (Demo) - Fog issue
Product: Wine
Version: 2.12
Hardware: x86-64
URL: https://www.gamewatcher.com/downloads/prince-of-persia
-the-sands-of-time-download/prince-of-persia-demo
OS: Linux
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: directx-d3d
Assignee: wine-bugs(a)winehq.org
Reporter: andrey.goosev(a)gmail.com
Distribution: ---
Created attachment 58740
--> https://bugs.winehq.org/attachment.cgi?id=58740
comparison
An old bug that is still reproducible with wine-2.12-233-g5a61913e90
Intel HD 3000 (Mesa 17.1.4): Fog On - good; Fog Off - good
Nvidia GT 540M (driver 375.66): Fog On - bad; Fog Off - good
--
Do not reply 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=17423
Summary: Prince of Persia SoT: Graphic Bug
Product: Wine
Version: 1.1.15
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: mcflow-forum(a)gmx.net
CC: stefan(a)codeweavers.com
With wine-1.1.15 a graphic bug was introduced to Prince of Persia - The Sand of
Time. Graphics are not displayed properly. See the attachment for how it looks.
Because it worked with wine-1.1.14 I did a regression test. This is what it
returned:
693d9ded47d56846c3dafe7d04115a4f3a01750a is first bad commit
commit 693d9ded47d56846c3dafe7d04115a4f3a01750a
Author: Stefan Dösinger <stefan(a)codeweavers.com>
Date: Sat Jan 10 02:29:39 2009 +0100
wined3d: Properly set the fog frag coord according to the FOGTABLEMODE.
This also fixes the test that an earlier patch broke, so the todo_wine can
be
removed again.
:040000 040000 d6c96e24ebde7212191b4113d6d55a1bdcd073f1
745e7693925a3ab9384ff77141aad74d082bc23e 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.
https://bugs.winehq.org/show_bug.cgi?id=7284
--- Comment #80 from Andrey Gusev <andrey.goosev(a)gmail.com> ---
Demo works fine now with wine-2.12-205-g9118512135 and driver 375.66
--
Do not reply 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=42321
Bug ID: 42321
Summary: Problems installing Preform, an application that
controls a Formlab Form 2 SLA Resin 3D Printer,
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: richardoakley86(a)gmail.com
Distribution: ---
The first issue arose when it tried to install Bonjour, after that it had
problems with other .dll files. Is this software too specialised for Wine?
--
Do not reply 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=9424
Summary: No default item in MDI child sysmenu - cannot close with
doubleclick
Product: Wine
Version: CVS/GIT
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: wine-user
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: peter(a)cendio.se
In Windows, it's possible to close a MDI child window by double clicking the
system menu icon. Opening the system icon also shows that Close (ALT-F4) is
default, by making it bold. Although the close entry is bold in the latest
Wine, it's not possible to close the window by double clicking the system menu
icon.
A simple test program is available as
http://www.cendio.se/~astrand/wine/7-close-dbl-click/mdi1.exe .
Verified with the CVS version as of today.
--
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=41910
Bug ID: 41910
Summary: Endless Legend: black space for water with GLSL
enabled, broken resource readouts with disabled
Product: Wine
Version: 1.9.24
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: voker57(a)gmail.com
Distribution: ---
Created attachment 56291
--> https://bugs.winehq.org/attachment.cgi?id=56291
Black water in endless legend
With default configuration Endless Legend has black space where water should
be, see attachmen.
With GLSL disabled (as per this advice
https://www.reddit.com/r/wine_gaming/comments/59y4m0/endless_legend_has_bla…
), water is fine and performance is better, but resource readouts are all
misplaced.
How to reproduce: start new game, find water
or click FIDSI button on bottom right for resource readouts
--
Do not reply 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=36609
Bug ID: 36609
Summary: valgrind shows uninitialized memory use in
wscript/tests/run.c
Product: Wine
Version: 1.7.19
Hardware: x86
OS: Linux
Status: NEW
Keywords: download, source, testcase
Severity: normal
Priority: P2
Component: wscript
Assignee: wine-bugs(a)winehq.org
Reporter: austinenglish(a)gmail.com
==14496== Thread 2:
==14496== Syscall param write(buf) points to uninitialised byte(s)
==14496== at 0x4226D1B: ??? (syscall-template.S:81)
==14496== by 0x7BC46B60: NtWriteFile (file.c:1073)
==14496== by 0x7B83E03E: WriteFile (file.c:563)
==14496== by 0x62C0B3C: rpcrt4_conn_np_write (rpc_transport.c:444)
==14496== by 0x62B5AAB: rpcrt4_conn_write (rpc_binding.h:189)
==14496== by 0x62B7A2D: RPCRT4_SendWithAuth (rpc_message.c:849)
==14496== by 0x62B8B24: RPCRT4_Send (rpc_message.c:1245)
==14496== by 0x62BA3B1: I_RpcSend (rpc_message.c:1806)
==14496== by 0x62BA73B: I_RpcSendReceive (rpc_message.c:1909)
==14496== by 0x5F6DA45: rpc_sendreceive_thread (rpc.c:801)
==14496== by 0x7BC90A24: worker_thread_proc (threadpool.c:110)
==14496== by 0x7BC870C7: ??? (signal_i386.c:2571)
==14496== by 0x7BC87110: call_thread_func (signal_i386.c:2630)
==14496== by 0x7BC870A5: ??? (signal_i386.c:2571)
==14496== by 0x7BC8E4EC: start_thread (thread.c:428)
==14496== by 0x421FF92: start_thread (pthread_create.c:309)
==14496== by 0x43247ED: clone (clone.S:129)
==14496== Address 0x49a4c32 is 138 bytes inside a block of size 256 alloc'd
==14496== at 0x7BC4C6DF: notify_alloc (heap.c:255)
==14496== by 0x7BC50F23: RtlAllocateHeap (heap.c:1716)
==14496== by 0x62B786D: RPCRT4_SendWithAuth (rpc_message.c:808)
==14496== by 0x62B8B24: RPCRT4_Send (rpc_message.c:1245)
==14496== by 0x62BA3B1: I_RpcSend (rpc_message.c:1806)
==14496== by 0x62BA73B: I_RpcSendReceive (rpc_message.c:1909)
==14496== by 0x5F6DA45: rpc_sendreceive_thread (rpc.c:801)
==14496== by 0x7BC90A24: worker_thread_proc (threadpool.c:110)
==14496== by 0x7BC870C7: ??? (signal_i386.c:2571)
==14496== by 0x7BC87110: call_thread_func (signal_i386.c:2630)
==14496== by 0x7BC870A5: ??? (signal_i386.c:2571)
==14496== by 0x7BC8E4EC: start_thread (thread.c:428)
==14496== by 0x421FF92: start_thread (pthread_create.c:309)
==14496== by 0x43247ED: clone (clone.S:129)
==14496== Uninitialised value was created by a stack allocation
==14496== at 0x6A5D0C9: disp_call (dispex.c:1096)
==14496==
--
Do not reply 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=43388
Bug ID: 43388
Summary: valgrind shows a few definite leaks in
dlls/winmm/tests/mci.c
Product: Wine
Version: 2.12
Hardware: x86
OS: Linux
Status: NEW
Keywords: download, source, testcase, valgrind
Severity: normal
Priority: P2
Component: winmm&mci
Assignee: wine-bugs(a)winehq.org
Reporter: austinenglish(a)gmail.com
Distribution: Gentoo
==2739== 0 bytes in 1 blocks are definitely lost in loss record 6 of 1,022
==2739== at 0x7BC51061: notify_alloc (heap.c:254)
==2739== by 0x7BC5554F: RtlAllocateHeap (heap.c:1716)
==2739== by 0x523E42B: IMalloc_fnAlloc (ifs.c:187)
==2739== by 0x523ECCB: IMalloc_Alloc (objidl.h:1405)
==2739== by 0x523ECCB: CoTaskMemAlloc (???:0)
==2739== by 0x1A4983D5: ???
==2739== by 0x1A49D191: ???
==2739== by 0x1A49D275: ???
==2739== by 0x1A49D767: ???
==2739== by 0x1A49DC76: ???
==2739== by 0x19B3BF99: ???
==2739== by 0x7BC913B3: ??? (signal_i386.c:2700)
==2739== by 0x7BC9143B: call_thread_func (signal_i386.c:2759)
==2739== by 0x7BC91391: ??? (signal_i386.c:2700)
==2739== by 0x7BC9B3EE: start_thread (thread.c:487)
==2739== by 0x4244249: start_thread (pthread_create.c:333)
==2739== by 0x433FD6D: clone (clone.S:114)
==2739==
==2739== 0 bytes in 1 blocks are definitely lost in loss record 7 of 1,022
==2739== at 0x7BC51061: notify_alloc (heap.c:254)
==2739== by 0x7BC5554F: RtlAllocateHeap (heap.c:1716)
==2739== by 0x523E42B: IMalloc_fnAlloc (ifs.c:187)
==2739== by 0x523ECCB: IMalloc_Alloc (objidl.h:1405)
==2739== by 0x523ECCB: CoTaskMemAlloc (???:0)
==2739== by 0x1A4983D5: ???
==2739== by 0x1A49D191: ???
==2739== by 0x1A49D275: ???
==2739== by 0x1A49D767: ???
==2739== by 0x1A49DC8D: ???
==2739== by 0x19B3BF99: ???
==2739== by 0x7BC913B3: ??? (signal_i386.c:2700)
==2739== by 0x7BC9143B: call_thread_func (signal_i386.c:2759)
==2739== by 0x7BC91391: ??? (signal_i386.c:2700)
==2739== by 0x7BC9B3EE: start_thread (thread.c:487)
==2739== by 0x4244249: start_thread (pthread_create.c:333)
==2739== by 0x433FD6D: clone (clone.S:114)
==2739==
==2739== 0 bytes in 1 blocks are definitely lost in loss record 12 of 1,022
==2739== at 0x7BC51061: notify_alloc (heap.c:254)
==2739== by 0x7BC5554F: RtlAllocateHeap (heap.c:1716)
==2739== by 0x523E42B: IMalloc_fnAlloc (ifs.c:187)
==2739== by 0x523ECCB: IMalloc_Alloc (objidl.h:1405)
==2739== by 0x523ECCB: CoTaskMemAlloc (???:0)
==2739== by 0x1A4983D5: ???
==2739== by 0x1A49D191: ???
==2739== by 0x1A49D275: ???
==2739== by 0x1A49D767: ???
==2739== by 0x1A49DC76: ???
==2739== by 0x19C52F99: ???
==2739== by 0x7BC913B3: ??? (signal_i386.c:2700)
==2739== by 0x7BC9143B: call_thread_func (signal_i386.c:2759)
==2739== by 0x7BC91391: ??? (signal_i386.c:2700)
==2739== by 0x7BC9B3EE: start_thread (thread.c:487)
==2739== by 0x4244249: start_thread (pthread_create.c:333)
==2739== by 0x433FD6D: clone (clone.S:114)
==2739==
==2739== 0 bytes in 2 blocks are definitely lost in loss record 13 of 1,022
==2739== at 0x7BC51061: notify_alloc (heap.c:254)
==2739== by 0x7BC5554F: RtlAllocateHeap (heap.c:1716)
==2739== by 0x523E42B: IMalloc_fnAlloc (ifs.c:187)
==2739== by 0x523ECCB: IMalloc_Alloc (objidl.h:1405)
==2739== by 0x523ECCB: CoTaskMemAlloc (???:0)
==2739== by 0x1A4983D5: ???
==2739== by 0x1A49D191: ???
==2739== by 0x1A49D275: ???
==2739== by 0x1A49D767: ???
==2739== by 0x1A49DC8D: ???
==2739== by 0x19C52F99: ???
==2739== by 0x7BC913B3: ??? (signal_i386.c:2700)
==2739== by 0x7BC9143B: call_thread_func (signal_i386.c:2759)
==2739== by 0x7BC91391: ??? (signal_i386.c:2700)
==2739== by 0x7BC9B3EE: start_thread (thread.c:487)
==2739== by 0x4244249: start_thread (pthread_create.c:333)
==2739== by 0x433FD6D: clone (clone.S:114)
==2739==
--
Do not reply 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=36581
Bug ID: 36581
Summary: valgrind shows a few leaks in winmm/tests/capture.c
Product: Wine
Version: 1.7.19
Hardware: x86
OS: Linux
Status: NEW
Keywords: download, source, testcase
Severity: normal
Priority: P2
Component: winmm&mci
Assignee: wine-bugs(a)winehq.org
Reporter: austinenglish(a)gmail.com
austin@aw25 ~/wine-valgrind/dlls/winmm/tests $ make capture.ok
../../../tools/runtest -q -P wine -T ../../.. -M winmm.dll -p winmm_test.exe.so
capture && touch capture.ok
preloader: Warning: failed to reserve range 00110000-68000000
preloader: Warning: failed to reserve range 7f000000-82000000
==26292== 512 bytes in 1 blocks are definitely lost in loss record 665 of 832
==26292== at 0x7BC4C6DF: notify_alloc (heap.c:255)
==26292== by 0x7BC50F23: RtlAllocateHeap (heap.c:1716)
==26292== by 0x5126CA4: list_window_children (win.c:318)
==26292== by 0x512EE26: WIN_ListChildren (win.c:3267)
==26292== by 0x512B3BC: WIN_SendDestroyMsg (win.c:1783)
==26292== by 0x512B7F5: DestroyWindow (win.c:1876)
==26292== by 0x4FDF40A: WINMM_DevicesThreadDone (waveform.c:2445)
==26292== by 0x4FDF896: WINMM_DevicesThreadProc (waveform.c:2516)
==26292== by 0x7BC870C7: ??? (signal_i386.c:2571)
==26292== by 0x7BC87110: call_thread_func (signal_i386.c:2630)
==26292== by 0x7BC870A5: ??? (signal_i386.c:2571)
==26292== by 0x7BC8E4EC: start_thread (thread.c:428)
==26292== by 0x421FF92: start_thread (pthread_create.c:309)
==26292== by 0x43247ED: clone (clone.S:129)
==26292==
==26292== 5,940 bytes in 330 blocks are definitely lost in loss record 818 of
832
==26292== at 0x7BC4C6DF: notify_alloc (heap.c:255)
==26292== by 0x7BC50F23: RtlAllocateHeap (heap.c:1716)
==26292== by 0x4FDACEF: WINMM_OpenDevice (waveform.c:1093)
==26292== by 0x4FDBCAB: WID_Open (waveform.c:1361)
==26292== by 0x4FDF30B: WINMM_DevicesMsgProc (waveform.c:2413)
==26292== by 0x51394F5: ??? (winproc.c:173)
==26292== by 0x513966A: call_window_proc (winproc.c:244)
==26292== by 0x513B803: WINPROC_call_window (winproc.c:900)
==26292== by 0x50F811C: call_window_proc (message.c:2223)
==26292== by 0x50FA320: peek_message (message.c:2953)
==26292== by 0x50FBDC6: PeekMessageW (message.c:3757)
==26292== by 0x4FDF773: WINMM_DevicesThreadProc (waveform.c:2503)
==26292== by 0x7BC870C7: ??? (signal_i386.c:2571)
==26292== by 0x7BC87110: call_thread_func (signal_i386.c:2630)
==26292== by 0x7BC870A5: ??? (signal_i386.c:2571)
==26292== by 0x7BC8E4EC: start_thread (thread.c:428)
==26292== by 0x421FF92: start_thread (pthread_create.c:309)
==26292== by 0x43247ED: clone (clone.S:129)
==26292==
--
Do not reply 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=36638
Bug ID: 36638
Summary: valgrind shows a definite leak in wininet/tests/http.c
Product: Wine
Version: 1.7.19
Hardware: x86
OS: Linux
Status: NEW
Keywords: download, source, testcase
Severity: normal
Priority: P2
Component: wininet
Assignee: wine-bugs(a)winehq.org
Reporter: austinenglish(a)gmail.com
Depends on: 36637
==32063== Thread 1 wininet_test.exe.so:
==32063== 32 bytes in 1 blocks are definitely lost in loss record 111 of 360
==32063== at 0x7BC4C75D: notify_alloc (heap.c:255)
==32063== by 0x7BC50FA1: RtlAllocateHeap (heap.c:1716)
==32063== by 0x4D45FA1: heap_alloc (internet.h:116)
==32063== by 0x4D4FE13: alloc_async_task (internet.c:3856)
==32063== by 0x4D44055: HttpSendRequestW (http.c:5556)
==32063== by 0x4D44251: HttpSendRequestA (http.c:5614)
==32063== by 0x497CC63: test_InternetCloseHandle (http.c:5195)
==32063== by 0x497D671: func_http (http.c:5328)
==32063== by 0x4994B90: run_test (test.h:584)
==32063== by 0x4994F7F: main (test.h:654)
==32063==
--
Do not reply 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=36578
Bug ID: 36578
Summary: valgrind shows several definite leaks in
urlmon/tests/url.c
Product: Wine
Version: 1.7.19
Hardware: x86
OS: Linux
Status: NEW
Keywords: download, source, testcase
Severity: normal
Priority: P2
Component: urlmon
Assignee: wine-bugs(a)winehq.org
Reporter: austinenglish(a)gmail.com
==23547== 8 bytes in 1 blocks are definitely lost in loss record 384 of 6,179
==23547== at 0x7BC4C6DF: notify_alloc (heap.c:255)
==23547== by 0x7BC50F23: RtlAllocateHeap (heap.c:1716)
==23547== by 0x8C3E633: SECUR32_makeSecHandle (wrapper.c:44)
==23547== by 0x8C3F148: InitializeSecurityContextW (wrapper.c:354)
==23547== by 0x65D180A: netcon_secure_connect_setup (netconnection.c:538)
==23547== by 0x65D2170: NETCON_secure_connect (netconnection.c:686)
==23547== by 0x65C048F: HTTP_HttpSendRequestW (http.c:4925)
==23547== by 0x65C11FA: AsyncHttpSendRequestProc (http.c:5182)
==23547== by 0x65CDD83: INTERNET_WorkerThreadFunc (internet.c:3840)
==23547== by 0x7BC90A24: worker_thread_proc (threadpool.c:110)
==23547== by 0x7BC870C7: ??? (signal_i386.c:2571)
==23547== by 0x7BC87110: call_thread_func (signal_i386.c:2630)
==23547== by 0x7BC870A5: ??? (signal_i386.c:2571)
==23547== by 0x7BC8E4EC: start_thread (thread.c:428)
==23547== by 0x421FF92: start_thread (pthread_create.c:309)
==23547== by 0x43247ED: clone (clone.S:129)
==23547==
==5217== 20 bytes in 1 blocks are definitely lost in loss record 1,185 of 6,082
==5217== at 0x7BC4C6DF: notify_alloc (heap.c:255)
==5217== by 0x7BC50F23: RtlAllocateHeap (heap.c:1716)
==5217== by 0x4EBFBC7: heap_alloc (urlmon_main.h:236)
==5217== by 0x4EC1915: create_moniker (umon.c:545)
==5217== by 0x4EC1CCE: CreateURLMonikerEx (umon.c:656)
==5217== by 0x4EC1FC3: CreateURLMoniker (umon.c:734)
==5217== by 0x4CFE492: test_BindToStorage (url.c:2915)
==5217== by 0x4D05327: func_url (url.c:4077)
==5217== by 0x4D06166: run_test (test.h:584)
==5217== by 0x4D06555: main (test.h:654)
==5217==
==5217== 36 bytes in 1 blocks are possibly lost in loss record 2,510 of 6,082
==5217== at 0x7BC4C6DF: notify_alloc (heap.c:255)
==5217== by 0x7BC50F23: RtlAllocateHeap (heap.c:1716)
==5217== by 0x4EBD59D: heap_alloc (urlmon_main.h:236)
==5217== by 0x4EBDB3C: register_namespace (session.c:126)
==5217== by 0x4EBE832: InternetSession_RegisterNameSpace (session.c:375)
==5217== by 0x4D0417D: register_protocols (urlmon.h:3759)
==5217== by 0x4D0432A: func_url (url.c:3865)
==5217== by 0x4D06166: run_test (test.h:584)
==5217== by 0x4D06555: main (test.h:654)
==5217==
--
Do not reply 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=43386
Bug ID: 43386
Summary: valgrind shows uninitialized memory in
dlls/shell32/tests/shelldispatch.c
Product: Wine
Version: 2.12
Hardware: x86
OS: Linux
Status: NEW
Keywords: download, source, testcase, valgrind
Severity: normal
Priority: P2
Component: shell32
Assignee: wine-bugs(a)winehq.org
Reporter: austinenglish(a)gmail.com
Distribution: Gentoo
==368== Thread 3:
==368== Syscall param writev(vector[...]) points to uninitialised byte(s)
==368== at 0x433804F: ??? (syscall-template.S:84)
==368== by 0x7BC8946B: send_request (server.c:228)
==368== by 0x7BC89626: wine_server_call (server.c:309)
==368== by 0x7BC4867A: server_write_file (file.c:624)
==368== by 0x7BC49E71: NtWriteFile (file.c:1238)
==368== by 0x5969332: rpcrt4_conn_np_write (rpc_transport.c:414)
==368== by 0x595E242: rpcrt4_conn_write (rpc_binding.h:196)
==368== by 0x5960001: RPCRT4_SendWithAuth (rpc_message.c:849)
==368== by 0x5961050: RPCRT4_Send (rpc_message.c:1248)
==368== by 0x59627D4: I_RpcSend (rpc_message.c:1809)
==368== by 0x5962B49: I_RpcSendReceive (rpc_message.c:1912)
==368== by 0x55E1881: rpc_sendreceive_thread (rpc.c:800)
==368== by 0x7BC9E2D7: process_rtl_work_item (threadpool.c:349)
==368== by 0x7BCA2224: threadpool_worker_proc (threadpool.c:2112)
==368== by 0x7BC913B3: ??? (signal_i386.c:2700)
==368== by 0x7BC9143B: call_thread_func (signal_i386.c:2759)
==368== by 0x7BC91391: ??? (signal_i386.c:2700)
==368== by 0x7BC9B3EE: start_thread (thread.c:487)
==368== by 0x4244249: start_thread (pthread_create.c:333)
==368== by 0x433FD6D: clone (clone.S:114)
==368== Address 0x667ec72 is 90 bytes inside a recently re-allocated block of
size 140 alloc'd
==368== at 0x7BC51061: notify_alloc (heap.c:254)
==368== by 0x7BC5554F: RtlAllocateHeap (heap.c:1716)
==368== by 0x595FE79: RPCRT4_SendWithAuth (rpc_message.c:808)
==368== by 0x5961050: RPCRT4_Send (rpc_message.c:1248)
==368== by 0x59627D4: I_RpcSend (rpc_message.c:1809)
==368== by 0x5962B49: I_RpcSendReceive (rpc_message.c:1912)
==368== by 0x55E1881: rpc_sendreceive_thread (rpc.c:800)
==368== by 0x7BC9E2D7: process_rtl_work_item (threadpool.c:349)
==368== by 0x7BCA2224: threadpool_worker_proc (threadpool.c:2112)
==368== by 0x7BC913B3: ??? (signal_i386.c:2700)
==368== by 0x7BC9143B: call_thread_func (signal_i386.c:2759)
==368== by 0x7BC91391: ??? (signal_i386.c:2700)
==368== by 0x7BC9B3EE: start_thread (thread.c:487)
==368== by 0x4244249: start_thread (pthread_create.c:333)
==368== by 0x433FD6D: clone (clone.S:114)
==368== Uninitialised value was created by a stack allocation
==368== at 0x4A30CB3: test_ShellWindows (shelldispatch.c:679)
==368==
--
Do not reply 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=38727
Bug ID: 38727
Summary: valgrind shows several invalid reads in
shell32/tests/shelldispatch.c
Product: Wine
Version: 1.7.44
Hardware: x86
OS: Linux
Status: NEW
Keywords: download, source, testcase, valgrind
Severity: normal
Priority: P2
Component: shell32
Assignee: wine-bugs(a)winehq.org
Reporter: austinenglish(a)gmail.com
Distribution: Debian
../../../tools/runtest -q -P wine -T ../../.. -M shell32.dll -p
shell32_test.exe.so shelldispatch && touch shelldispatch.ok
==3421== Invalid read of size 2
==3421== at 0x49934E6: ILFindLastID (pidl.c:201)
==3421== by 0x4998225: _ILGetExtension (pidl.c:2369)
==3421== by 0x49C3BA0: SHELL32_CreateExtensionUIObject (shfldr_fs.c:566)
==3421== by 0x49CEDA4: ShellFolder2_GetUIObjectOf (shfldr_unixfs.c:1182)
==3421== by 0x49A02E0: IShellFolder_GetUIObjectOf (shobjidl.h:1417)
==3421== by 0x49A02E0: FolderItemVerbs_Constructor (???:0)
==3421== by 0x49A13BC: FolderItemImpl_Verbs (shelldispatch.c:860)
==3421== by 0x47B3840: FolderItem_Verbs (shldisp.h:2062)
==3421== by 0x47B3840: test_Verbs (???:0)
==3421== by 0x47B3D18: func_shelldispatch (shelldispatch.c:846)
==3421== by 0x47FC676: run_test (test.h:584)
==3421== by 0x47FCABE: main (test.h:666)
==3421== Address 0x4668d98 is 16 bytes inside a block of size 22 free'd
==3421== at 0x7BC4AA49: notify_free (heap.c:262)
==3421== by 0x7BC4EDC8: RtlFreeHeap (heap.c:1761)
==3421== by 0x7BC591CA: get_load_order (loadorder.c:489)
==3421== by 0x7BC5586B: load_dll (loader.c:2073)
==3421== by 0x7BC51814: import_dll (loader.c:588)
==3421== by 0x7BC526A1: fixup_imports (loader.c:892)
==3421== by 0x7BC579A1: LdrInitializeThunk (loader.c:2914)
==3421== by 0x7B860CB1: __wine_kernel_init (process.c:1276)
==3421== by 0x7BC581A3: __wine_process_init (loader.c:3131)
==3421== by 0x401784D: wine_init (loader.c:958)
==3421== by 0x7BF0114D: main (main.c:247)
==3421==
==3421== Invalid read of size 2
==3421== at 0x4997173: _ILIsDesktop (pidl.c:1816)
==3421== by 0x4992DCE: _ILIsEmpty (pidl.h:220)
==3421== by 0x4997BBD: _ILGetDataPointer (pidl.c:2066)
==3421== by 0x499743B: _ILIsValue (pidl.c:1864)
==3421== by 0x4998236: _ILGetExtension (pidl.c:2371)
==3421== by 0x49C3BA0: SHELL32_CreateExtensionUIObject (shfldr_fs.c:566)
==3421== by 0x49CEDA4: ShellFolder2_GetUIObjectOf (shfldr_unixfs.c:1182)
==3421== by 0x49A02E0: IShellFolder_GetUIObjectOf (shobjidl.h:1417)
==3421== by 0x49A02E0: FolderItemVerbs_Constructor (???:0)
==3421== by 0x49A13BC: FolderItemImpl_Verbs (shelldispatch.c:860)
==3421== by 0x47B3840: FolderItem_Verbs (shldisp.h:2062)
==3421== by 0x47B3840: test_Verbs (???:0)
==3421== by 0x47B3D18: func_shelldispatch (shelldispatch.c:846)
==3421== by 0x47FC676: run_test (test.h:584)
==3421== by 0x47FCABE: main (test.h:666)
==3421== Address 0x4668d98 is 16 bytes inside a block of size 22 free'd
==3421== at 0x7BC4AA49: notify_free (heap.c:262)
==3421== by 0x7BC4EDC8: RtlFreeHeap (heap.c:1761)
==3421== by 0x7BC591CA: get_load_order (loadorder.c:489)
==3421== by 0x7BC5586B: load_dll (loader.c:2073)
==3421== by 0x7BC51814: import_dll (loader.c:588)
==3421== by 0x7BC526A1: fixup_imports (loader.c:892)
==3421== by 0x7BC579A1: LdrInitializeThunk (loader.c:2914)
==3421== by 0x7B860CB1: __wine_kernel_init (process.c:1276)
==3421== by 0x7BC581A3: __wine_process_init (loader.c:3131)
==3421== by 0x401784D: wine_init (loader.c:958)
==3421== by 0x7BF0114D: main (main.c:247)
==3421==
==3421== Invalid read of size 1
==3421== at 0x4997496: _ILIsValue (pidl.c:1868)
==3421== by 0x4998236: _ILGetExtension (pidl.c:2371)
==3421== by 0x49C3BA0: SHELL32_CreateExtensionUIObject (shfldr_fs.c:566)
==3421== by 0x49CEDA4: ShellFolder2_GetUIObjectOf (shfldr_unixfs.c:1182)
==3421== by 0x49A02E0: IShellFolder_GetUIObjectOf (shobjidl.h:1417)
==3421== by 0x49A02E0: FolderItemVerbs_Constructor (???:0)
==3421== by 0x49A13BC: FolderItemImpl_Verbs (shelldispatch.c:860)
==3421== by 0x47B3840: FolderItem_Verbs (shldisp.h:2062)
==3421== by 0x47B3840: test_Verbs (???:0)
==3421== by 0x47B3D18: func_shelldispatch (shelldispatch.c:846)
==3421== by 0x47FC676: run_test (test.h:584)
==3421== by 0x47FCABE: main (test.h:666)
==3421== Address 0x4668d9a is 18 bytes inside a block of size 22 free'd
==3421== at 0x7BC4AA49: notify_free (heap.c:262)
==3421== by 0x7BC4EDC8: RtlFreeHeap (heap.c:1761)
==3421== by 0x7BC591CA: get_load_order (loadorder.c:489)
==3421== by 0x7BC5586B: load_dll (loader.c:2073)
==3421== by 0x7BC51814: import_dll (loader.c:588)
==3421== by 0x7BC526A1: fixup_imports (loader.c:892)
==3421== by 0x7BC579A1: LdrInitializeThunk (loader.c:2914)
==3421== by 0x7B860CB1: __wine_kernel_init (process.c:1276)
==3421== by 0x7BC581A3: __wine_process_init (loader.c:3131)
==3421== by 0x401784D: wine_init (loader.c:958)
==3421== by 0x7BF0114D: main (main.c:247)
==3421==
==3421== Invalid read of size 2
==3421== at 0x4994890: ILGetSize (pidl.c:790)
==3421== by 0x49935D4: ILClone (pidl.c:239)
==3421== by 0x49985BA: _ILCopyaPidl (pidl.c:2511)
==3421== by 0x49EF174: ItemMenu_Constructor (shlview_cmenu.c:630)
==3421== by 0x49CEDF0: ShellFolder2_GetUIObjectOf (shfldr_unixfs.c:1188)
==3421== by 0x49A02E0: IShellFolder_GetUIObjectOf (shobjidl.h:1417)
==3421== by 0x49A02E0: FolderItemVerbs_Constructor (???:0)
==3421== by 0x49A13BC: FolderItemImpl_Verbs (shelldispatch.c:860)
==3421== by 0x47B3840: FolderItem_Verbs (shldisp.h:2062)
==3421== by 0x47B3840: test_Verbs (???:0)
==3421== by 0x47B3D18: func_shelldispatch (shelldispatch.c:846)
==3421== by 0x47FC676: run_test (test.h:584)
==3421== by 0x47FCABE: main (test.h:666)
==3421== Address 0x4668d98 is 16 bytes inside a block of size 22 free'd
==3421== at 0x7BC4AA49: notify_free (heap.c:262)
==3421== by 0x7BC4EDC8: RtlFreeHeap (heap.c:1761)
==3421== by 0x7BC591CA: get_load_order (loadorder.c:489)
==3421== by 0x7BC5586B: load_dll (loader.c:2073)
==3421== by 0x7BC51814: import_dll (loader.c:588)
==3421== by 0x7BC526A1: fixup_imports (loader.c:892)
==3421== by 0x7BC579A1: LdrInitializeThunk (loader.c:2914)
==3421== by 0x7B860CB1: __wine_kernel_init (process.c:1276)
==3421== by 0x7BC581A3: __wine_process_init (loader.c:3131)
==3421== by 0x401784D: wine_init (loader.c:958)
==3421== by 0x7BF0114D: main (main.c:247)
==3421==
--
Do not reply 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=43385
Bug ID: 43385
Summary: valgrind shows several leaks in
dlls/setupapi/tests/install.c
(programs/winemenubuilder)
Product: Wine
Version: 2.12
Hardware: x86
OS: Linux
Status: NEW
Keywords: download, source, testcase, valgrind
Severity: normal
Priority: P2
Component: setupapi
Assignee: wine-bugs(a)winehq.org
Reporter: austinenglish(a)gmail.com
Distribution: Gentoo
==32645== 18 bytes in 1 blocks are definitely lost in loss record 124 of 665
==32645== at 0x7BC51061: notify_alloc (heap.c:254)
==32645== by 0x7BC5554F: RtlAllocateHeap (heap.c:1716)
==32645== by 0x4997BF9: relative_path (winemenubuilder.c:1759)
==32645== by 0x4997FE8: GetLinkLocation (winemenubuilder.c:1827)
==32645== by 0x499AE78: InvokeShellLinker (winemenubuilder.c:2789)
==32645== by 0x499CEA2: Process_Link (winemenubuilder.c:3218)
==32645== by 0x499E8E5: wWinMain (winemenubuilder.c:3674)
==32645== by 0x499EFB7: wmain (exe_wmain.c:51)
==32645== by 0x499EE90: __wine_spec_exe_wentry (exe_wentry.c:36)
==32645== by 0x7B46BDB3: ??? (process.c:1065)
==32645== by 0x7B46BF08: start_process (process.c:1116)
==32645== by 0x7BC913B3: ??? (signal_i386.c:2700)
==32645== by 0x7BC9143B: call_thread_func (signal_i386.c:2759)
==32645== by 0x7BC91391: ??? (signal_i386.c:2700)
==32645== by 0x7BC5FDE8: start_process (loader.c:3083)
==32645== by 0x40413EC: ??? (port.c:78)
==32645==
==32645== 40 bytes in 1 blocks are definitely lost in loss record 279 of 665
==32645== at 0x7BC51061: notify_alloc (heap.c:254)
==32645== by 0x7BC5554F: RtlAllocateHeap (heap.c:1716)
==32645== by 0x4992D07: heap_printf (winemenubuilder.c:237)
==32645== by 0x49962D5: platform_write_icon (winemenubuilder.c:1288)
==32645== by 0x4996811: extract_icon (winemenubuilder.c:1380)
==32645== by 0x499B46D: InvokeShellLinker (winemenubuilder.c:2833)
==32645== by 0x499CEA2: Process_Link (winemenubuilder.c:3218)
==32645== by 0x499E8E5: wWinMain (winemenubuilder.c:3674)
==32645== by 0x499EFB7: wmain (exe_wmain.c:51)
==32645== by 0x499EE90: __wine_spec_exe_wentry (exe_wentry.c:36)
==32645== by 0x7B46BDB3: ??? (process.c:1065)
==32645== by 0x7B46BF08: start_process (process.c:1116)
==32645== by 0x7BC913B3: ??? (signal_i386.c:2700)
==32645== by 0x7BC9143B: call_thread_func (signal_i386.c:2759)
==32645== by 0x7BC91391: ??? (signal_i386.c:2700)
==32645== by 0x7BC5FDE8: start_process (loader.c:3083)
==32645== by 0x40413EC: ??? (port.c:78)
==32645==
==32645== 53 bytes in 1 blocks are definitely lost in loss record 309 of 665
==32645== at 0x7BC51061: notify_alloc (heap.c:254)
==32645== by 0x7BC5554F: RtlAllocateHeap (heap.c:1716)
==32645== by 0x4992D07: heap_printf (winemenubuilder.c:237)
==32645== by 0x4996551: platform_write_icon (winemenubuilder.c:1331)
==32645== by 0x4996811: extract_icon (winemenubuilder.c:1380)
==32645== by 0x499B46D: InvokeShellLinker (winemenubuilder.c:2833)
==32645== by 0x499CEA2: Process_Link (winemenubuilder.c:3218)
==32645== by 0x499E8E5: wWinMain (winemenubuilder.c:3674)
==32645== by 0x499EFB7: wmain (exe_wmain.c:51)
==32645== by 0x499EE90: __wine_spec_exe_wentry (exe_wentry.c:36)
==32645== by 0x7B46BDB3: ??? (process.c:1065)
==32645== by 0x7B46BF08: start_process (process.c:1116)
==32645== by 0x7BC913B3: ??? (signal_i386.c:2700)
==32645== by 0x7BC9143B: call_thread_func (signal_i386.c:2759)
==32645== by 0x7BC91391: ??? (signal_i386.c:2700)
==32645== by 0x7BC5FDE8: start_process (loader.c:3083)
==32645== by 0x40413EC: ??? (port.c:78)
==32645==
==32645== 72 bytes in 1 blocks are definitely lost in loss record 352 of 665
==32645== at 0x7BC51061: notify_alloc (heap.c:254)
==32645== by 0x7BC5554F: RtlAllocateHeap (heap.c:1716)
==32645== by 0x4992D07: heap_printf (winemenubuilder.c:237)
==32645== by 0x4996592: platform_write_icon (winemenubuilder.c:1338)
==32645== by 0x4996811: extract_icon (winemenubuilder.c:1380)
==32645== by 0x499B46D: InvokeShellLinker (winemenubuilder.c:2833)
==32645== by 0x499CEA2: Process_Link (winemenubuilder.c:3218)
==32645== by 0x499E8E5: wWinMain (winemenubuilder.c:3674)
==32645== by 0x499EFB7: wmain (exe_wmain.c:51)
==32645== by 0x499EE90: __wine_spec_exe_wentry (exe_wentry.c:36)
==32645== by 0x7B46BDB3: ??? (process.c:1065)
==32645== by 0x7B46BF08: start_process (process.c:1116)
==32645== by 0x7BC913B3: ??? (signal_i386.c:2700)
==32645== by 0x7BC9143B: call_thread_func (signal_i386.c:2759)
==32645== by 0x7BC91391: ??? (signal_i386.c:2700)
==32645== by 0x7BC5FDE8: start_process (loader.c:3083)
==32645== by 0x40413EC: ??? (port.c:78)
==32645==
--
Do not reply 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=43384
Bug ID: 43384
Summary: valgrind shows a definite leak in
dlls/rpcrt4/tests/ndr_marshal.c
Product: Wine
Version: 2.12
Hardware: x86
OS: Linux
Status: NEW
Keywords: download, source, testcase, valgrind
Severity: normal
Priority: P2
Component: rpc
Assignee: wine-bugs(a)winehq.org
Reporter: austinenglish(a)gmail.com
Distribution: Gentoo
../../../tools/runtest -q -P wine -T ../../.. -M rpcrt4.dll -p
rpcrt4_test.exe.so ndr_marshall && touch ndr_marshall.ok
==32206== 44 bytes in 1 blocks are definitely lost in loss record 207 of 413
==32206== at 0x7BC51061: notify_alloc (heap.c:254)
==32206== by 0x7BC5554F: RtlAllocateHeap (heap.c:1716)
==32206== by 0x56B879E: RPCRT4_io_thread (rpc_server.c:559)
==32206== by 0x7BC913B3: ??? (signal_i386.c:2700)
==32206== by 0x7BC9143B: call_thread_func (signal_i386.c:2759)
==32206== by 0x7BC91391: ??? (signal_i386.c:2700)
==32206== by 0x7BC9B3EE: start_thread (thread.c:487)
==32206== by 0x4244249: start_thread (pthread_create.c:333)
==32206== by 0x433FD6D: clone (clone.S:114)
==32206==
--
Do not reply 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=43382
Bug ID: 43382
Summary: valgrind shows a definite leak in
dlls/oleaut32/tests/vartest.c
Product: Wine
Version: 2.12
Hardware: x86
OS: Linux
Status: NEW
Keywords: download, source, testcase, valgrind
Severity: normal
Priority: P2
Component: oleaut32
Assignee: wine-bugs(a)winehq.org
Reporter: austinenglish(a)gmail.com
Distribution: ---
../../../tools/runtest -q -P wine -T ../../.. -M oleaut32.dll -p
oleaut32_test.exe.so vartest && touch vartest.ok
==31273== 0 bytes in 1 blocks are definitely lost in loss record 1 of 275
==31273== at 0x7BC51061: notify_alloc (heap.c:254)
==31273== by 0x7BC5554F: RtlAllocateHeap (heap.c:1716)
==31273== by 0x4D08E4A: VARIANT_CopyIRecordInfo (variant.c:714)
==31273== by 0x4D09060: VariantCopy (variant.c:776)
==31273== by 0x4A84CBA: test_VariantCopy (vartest.c:1044)
==31273== by 0x4AD1C62: func_vartest (vartest.c:9183)
==31273== by 0x4B293D7: run_test (test.h:603)
==31273== by 0x4B29836: main (test.h:687)
==31273==
--
Do not reply 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=43381
Bug ID: 43381
Summary: valgrind shows uninitialized memory in
dlls/ole32/tests/ole_server.c
Product: Wine
Version: 2.12
Hardware: x86
OS: Linux
Status: NEW
Keywords: download, source, testcase, valgrind
Severity: normal
Priority: P2
Component: ole32
Assignee: wine-bugs(a)winehq.org
Reporter: austinenglish(a)gmail.com
Distribution: ---
==31032== Thread 5:
==31032== Syscall param writev(vector[...]) points to uninitialised byte(s)
==31032== at 0x433804F: ??? (syscall-template.S:84)
==31032== by 0x7BC8946B: send_request (server.c:228)
==31032== by 0x7BC89626: wine_server_call (server.c:309)
==31032== by 0x7BC4867A: server_write_file (file.c:624)
==31032== by 0x7BC49E71: NtWriteFile (file.c:1238)
==31032== by 0x56ED332: rpcrt4_conn_np_write (rpc_transport.c:414)
==31032== by 0x56E2242: rpcrt4_conn_write (rpc_binding.h:196)
==31032== by 0x56E4001: RPCRT4_SendWithAuth (rpc_message.c:849)
==31032== by 0x56E5050: RPCRT4_Send (rpc_message.c:1248)
==31032== by 0x56E8275: process_request_packet (rpc_server.c:462)
==31032== by 0x56E8553: RPCRT4_process_packet (rpc_server.c:517)
==31032== by 0x56E86B9: RPCRT4_worker_thread (rpc_server.c:539)
==31032== by 0x7BC9E2D7: process_rtl_work_item (threadpool.c:349)
==31032== by 0x7BCA2224: threadpool_worker_proc (threadpool.c:2112)
==31032== by 0x7BC913B3: ??? (signal_i386.c:2700)
==31032== by 0x7BC9143B: call_thread_func (signal_i386.c:2759)
==31032== by 0x7BC91391: ??? (signal_i386.c:2700)
==31032== by 0x7BC9B3EE: start_thread (thread.c:487)
==31032== by 0x4244249: start_thread (pthread_create.c:333)
==31032== by 0x433FD6D: clone (clone.S:114)
==31032== Address 0x48968b4 is 44 bytes inside a block of size 92 alloc'd
==31032== at 0x7BC51061: notify_alloc (heap.c:254)
==31032== by 0x7BC5554F: RtlAllocateHeap (heap.c:1716)
==31032== by 0x56E3E79: RPCRT4_SendWithAuth (rpc_message.c:808)
==31032== by 0x56E5050: RPCRT4_Send (rpc_message.c:1248)
==31032== by 0x56E8275: process_request_packet (rpc_server.c:462)
==31032== by 0x56E8553: RPCRT4_process_packet (rpc_server.c:517)
==31032== by 0x56E86B9: RPCRT4_worker_thread (rpc_server.c:539)
==31032== by 0x7BC9E2D7: process_rtl_work_item (threadpool.c:349)
==31032== by 0x7BCA2224: threadpool_worker_proc (threadpool.c:2112)
==31032== by 0x7BC913B3: ??? (signal_i386.c:2700)
==31032== by 0x7BC9143B: call_thread_func (signal_i386.c:2759)
==31032== by 0x7BC91391: ??? (signal_i386.c:2700)
==31032== by 0x7BC9B3EE: start_thread (thread.c:487)
==31032== by 0x4244249: start_thread (pthread_create.c:333)
==31032== by 0x433FD6D: clone (clone.S:114)
==31032== Uninitialised value was created by a client request
==31032== at 0x7BC50E23: mark_block_uninitialized (heap.c:208)
==31032== by 0x7BC50FB1: initialize_block (heap.c:239)
==31032== by 0x7BC5556F: RtlAllocateHeap (heap.c:1717)
==31032== by 0x4F8442B: IMalloc_fnAlloc (ifs.c:187)
==31032== by 0x4F84CCB: IMalloc_Alloc (objidl.h:1405)
==31032== by 0x4F84CCB: CoTaskMemAlloc (???:0)
==31032== by 0x4FC6B6E: RemUnknown_RemQueryInterface (stubmanager.c:716)
==31032== by 0x4FD0274: IRemUnknown_RemQueryInterface_Stub (dcom_p.c:369)
==31032== by 0x56B8358: CStdStubBuffer_Invoke (cstub.c:478)
==31032== by 0x4FA326E: IRpcStubBuffer_Invoke (objidl.h:7878)
==31032== by 0x4FA326E: RPC_ExecuteCall (???:0)
==31032== by 0x4FA36D8: dispatch_rpc (rpc.c:1503)
==31032== by 0x56E803A: process_request_packet (rpc_server.c:439)
==31032== by 0x56E8553: RPCRT4_process_packet (rpc_server.c:517)
==31032== by 0x56E86B9: RPCRT4_worker_thread (rpc_server.c:539)
==31032== by 0x7BC9E2D7: process_rtl_work_item (threadpool.c:349)
==31032== by 0x7BCA2224: threadpool_worker_proc (threadpool.c:2112)
==31032== by 0x7BC913B3: ??? (signal_i386.c:2700)
==31032== by 0x7BC9143B: call_thread_func (signal_i386.c:2759)
==31032== by 0x7BC91391: ??? (signal_i386.c:2700)
==31032== by 0x7BC9B3EE: start_thread (thread.c:487)
==31032== by 0x4244249: start_thread (pthread_create.c:333)
==31032==
--
Do not reply 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=43376
Bug ID: 43376
Summary: valgrind shows some invalid writes in
dlls/msvcirt/tests/msvcirt.c
Product: Wine
Version: 2.12
Hardware: x86
OS: Linux
Status: NEW
Keywords: download, source, testcase, valgrind
Severity: normal
Priority: P2
Component: msvcirt
Assignee: wine-bugs(a)winehq.org
Reporter: austinenglish(a)gmail.com
Distribution: Debian
==29409== Invalid write of size 1
==29409== at 0x402EEF8: strcpy (vg_replace_strmem.c:506)
==29409== by 0x7BC917EA: NTDLL_strcpy (string.c:117)
==29409== by 0x4A27063: test_strstreambuf (msvcirt.c:2168)
==29409== by 0x4A6365D: func_msvcirt (msvcirt.c:7474)
==29409== by 0x4A64590: run_test (test.h:603)
==29409== by 0x4A649EE: main (test.h:687)
==29409== Address 0x4d4215d is 0 bytes after a block of size 5 alloc'd
==29409== at 0x7BC51061: notify_alloc (heap.c:254)
==29409== by 0x7BC5554F: RtlAllocateHeap (heap.c:1716)
==29409== by 0x4BBB10A: msvcrt_heap_alloc (heap.c:70)
==29409== by 0x4BBB376: MSVCRT_operator_new (heap.c:138)
==29409== by 0x4E7275D: strstreambuf_doallocate (msvcirt.c:1430)
==29409== by 0x4A26F8E: test_strstreambuf (msvcirt.c:2162)
==29409== by 0x4A6365D: func_msvcirt (msvcirt.c:7474)
==29409== by 0x4A64590: run_test (test.h:603)
==29409== by 0x4A649EE: main (test.h:687)
==29409==
==29409== Invalid write of size 1
==29409== at 0x4E72A0F: strstreambuf_overflow (msvcirt.c:1481)
==29409== by 0x4A288E2: test_strstreambuf (msvcirt.c:2298)
==29409== by 0x4A6365D: func_msvcirt (msvcirt.c:7474)
==29409== by 0x4A64590: run_test (test.h:603)
==29409== by 0x4A649EE: main (test.h:687)
==29409== Address 0x4d42205 is 1 bytes after a block of size 20 alloc'd
==29409== at 0x7BC51061: notify_alloc (heap.c:254)
==29409== by 0x7BC5554F: RtlAllocateHeap (heap.c:1716)
==29409== by 0x4BBB10A: msvcrt_heap_alloc (heap.c:70)
==29409== by 0x4BBB376: MSVCRT_operator_new (heap.c:138)
==29409== by 0x4E7275D: strstreambuf_doallocate (msvcirt.c:1430)
==29409== by 0x4E729B2: strstreambuf_overflow (msvcirt.c:1474)
==29409== by 0x4A288E2: test_strstreambuf (msvcirt.c:2298)
==29409== by 0x4A6365D: func_msvcirt (msvcirt.c:7474)
==29409== by 0x4A64590: run_test (test.h:603)
==29409== by 0x4A649EE: main (test.h:687)
==29409==
==29409== Invalid read of size 1
==29409== at 0x4A28AC3: test_strstreambuf (msvcirt.c:2305)
==29409== by 0x4A6365D: func_msvcirt (msvcirt.c:7474)
==29409== by 0x4A64590: run_test (test.h:603)
==29409== by 0x4A649EE: main (test.h:687)
==29409== Address 0x4d42205 is 1 bytes after a block of size 20 alloc'd
==29409== at 0x7BC51061: notify_alloc (heap.c:254)
==29409== by 0x7BC5554F: RtlAllocateHeap (heap.c:1716)
==29409== by 0x4BBB10A: msvcrt_heap_alloc (heap.c:70)
==29409== by 0x4BBB376: MSVCRT_operator_new (heap.c:138)
==29409== by 0x4E7275D: strstreambuf_doallocate (msvcirt.c:1430)
==29409== by 0x4E729B2: strstreambuf_overflow (msvcirt.c:1474)
==29409== by 0x4A288E2: test_strstreambuf (msvcirt.c:2298)
==29409== by 0x4A6365D: func_msvcirt (msvcirt.c:7474)
==29409== by 0x4A64590: run_test (test.h:603)
==29409== by 0x4A649EE: main (test.h:687)
==29409==
==29409== Invalid read of size 1
==29409== at 0x4A28AD2: test_strstreambuf (msvcirt.c:2305)
==29409== by 0x4A6365D: func_msvcirt (msvcirt.c:7474)
==29409== by 0x4A64590: run_test (test.h:603)
==29409== by 0x4A649EE: main (test.h:687)
==29409== Address 0x4d42205 is 1 bytes after a block of size 20 alloc'd
==29409== at 0x7BC51061: notify_alloc (heap.c:254)
==29409== by 0x7BC5554F: RtlAllocateHeap (heap.c:1716)
==29409== by 0x4BBB10A: msvcrt_heap_alloc (heap.c:70)
==29409== by 0x4BBB376: MSVCRT_operator_new (heap.c:138)
==29409== by 0x4E7275D: strstreambuf_doallocate (msvcirt.c:1430)
==29409== by 0x4E729B2: strstreambuf_overflow (msvcirt.c:1474)
==29409== by 0x4A288E2: test_strstreambuf (msvcirt.c:2298)
==29409== by 0x4A6365D: func_msvcirt (msvcirt.c:7474)
==29409== by 0x4A64590: run_test (test.h:603)
==29409== by 0x4A649EE: main (test.h:687)
==29409==
--
Do not reply 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=43375
Bug ID: 43375
Summary: valgrind shows a definite leak in
dlls/mshtml/tests/script.c
Product: Wine
Version: 2.12
Hardware: x86
OS: Linux
Status: NEW
Keywords: download, source, testcase, valgrind
Severity: normal
Priority: P2
Component: mshtml
Assignee: wine-bugs(a)winehq.org
Reporter: austinenglish(a)gmail.com
Distribution: ---
==28896== 24 bytes in 1 blocks are definitely lost in loss record 702 of 4,375
==28896== at 0x7BC51061: notify_alloc (heap.c:254)
==28896== by 0x7BC5554F: RtlAllocateHeap (heap.c:1716)
==28896== by 0x68FC382: heap_alloc (mshtml_private.h:1168)
==28896== by 0x68FE9BA: set_script_elem_readystate (script.c:762)
==28896== by 0x6900218: doc_insert_script (script.c:1290)
==28896== by 0x68B9905: run_insert_script (mutation.c:349)
==28896== by 0x68BA1B0: nsRunnable_Run (mutation.c:532)
==28896== by 0x6A83E0A0: ???
==28896== by 0x68BAEB0: nsDocumentObserver_AttemptToExecuteScript
(mutation.c:817)
==28896== by 0x6A912591: ???
==28896==
--
Do not reply 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=36212
Bug ID: 36212
Summary: valgrind shows some possible leaks under
crypt32/tests/oid.c
Product: Wine
Version: 1.7.17
Hardware: x86
OS: Linux
Status: NEW
Keywords: download, source, testcase
Severity: normal
Priority: P2
Component: crypt32
Assignee: wine-bugs(a)winehq.org
Reporter: austinenglish(a)gmail.com
==19597== 20 bytes in 1 blocks are possibly lost in loss record 47 of 271
==19597== at 0x7BC4C6B7: notify_alloc (heap.c:255)
==19597== by 0x7BC50EFB: RtlAllocateHeap (heap.c:1716)
==19597== by 0x514398B: CryptMemAlloc (main.c:124)
==19597== by 0x5154C8C: CryptInstallOIDFunctionAddress (oid.c:248)
==19597== by 0x4EA1DF1: test_installOIDFunctionAddress (oid.c:252)
==19597== by 0x4EA3837: func_oid (oid.c:600)
==19597== by 0x4EB7F67: run_test (test.h:584)
==19597== by 0x4EB8356: main (test.h:654)
==19597==
==19597== 44 bytes in 1 blocks are possibly lost in loss record 101 of 271
==19597== at 0x7BC4C6B7: notify_alloc (heap.c:255)
==19597== by 0x7BC50EFB: RtlAllocateHeap (heap.c:1716)
==19597== by 0x514398B: CryptMemAlloc (main.c:124)
==19597== by 0x51547E3: CryptInitOIDFunctionSet (oid.c:119)
==19597== by 0x4EA1855: test_oidFunctionSet (oid.c:164)
==19597== by 0x4EA3832: func_oid (oid.c:599)
==19597== by 0x4EB7F67: run_test (test.h:584)
==19597== by 0x4EB8356: main (test.h:654)
==19597==
==19597== 44 bytes in 1 blocks are possibly lost in loss record 105 of 271
==19597== at 0x7BC4C6B7: notify_alloc (heap.c:255)
==19597== by 0x7BC50EFB: RtlAllocateHeap (heap.c:1716)
==19597== by 0x514398B: CryptMemAlloc (main.c:124)
==19597== by 0x51547E3: CryptInitOIDFunctionSet (oid.c:119)
==19597== by 0x4EA2F2B: test_getDefaultOIDFunctionAddress (oid.c:478)
==19597== by 0x4EA3846: func_oid (oid.c:603)
==19597== by 0x4EB7F67: run_test (test.h:584)
==19597== by 0x4EB8356: main (test.h:654)
==19597==
--
Do not reply 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=36859
Bug ID: 36859
Summary: Missing Shader 'shaders/font.ksh'.
Product: Wine
Version: 1.7.21
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: erwin.mueller(a)deventm.org
Created attachment 48952
--> http://bugs.winehq.org/attachment.cgi?id=48952
Wine Log
Try to run Don't Starve 2.4.0 game.
Got the following error:
wine: Unhandled exception 0x80000003 in thread 9 at address 0x558efc (thread
0009), starting debugger...
ERROR: Missing Shader 'shaders/font.ksh'.
Assert failure '0' at ..\source\renderlib\OpenGL\HWEffect.cpp(86): Trace
follows...
Attached are log and backtrace.
--
Do not reply 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=41947
Bug ID: 41947
Summary: Any video converter : graphics glitches while playing
video + freeze if you press the stop button
Product: Wine
Version: 1.9.24
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: fevrier.simon(a)gmail.com
Distribution: ---
Created attachment 56333
--> https://bugs.winehq.org/attachment.cgi?id=56333
Log for Any video converter while playing a video
Ubuntu 16.10
A lot of graphics glitches appear while playing some video (like record of my
desktop).
Also the stop button make the interface freezing
--
Do not reply 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=41901
Bug ID: 41901
Summary: Any audio converter : crash when trying to use the url
download and convert functionality
Product: Wine
Version: 1.9.24
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: fevrier.simon(a)gmail.com
Distribution: Ubuntu
Created attachment 56279
--> https://bugs.winehq.org/attachment.cgi?id=56279
Log for the installation
Any audio converter crash when you try to use the download and convert
functionality
Wine version : 1.9.24
OS : Ubuntu 16.10
Tested vanilla and with allfonts and vcrun6 installed
Logs and backtrace in attachment
--
Do not reply 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=42062
Bug ID: 42062
Summary: silhouette studio : installation frozen
Product: Wine
Version: 1.6
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: vivien.brule(a)gmail.com
Distribution: ---
Created attachment 56553
--> https://bugs.winehq.org/attachment.cgi?id=56553
Installation frozen
Hello,
Silhouette Studio is a CAD program, freely available from
https://www.silhouetteamerica.com/software#update
for use with their Silhouette line of computerized cutters.
I installed the last version 3.8.150 with wine version 1.6 under xubuntu 16.04
(fresh installation). There was a bug during the installation (installer window
frozen). I found out the application was not installed.
Thanks.
--
Do not reply 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=40275
Bug ID: 40275
Summary: Annoying flickering in Portal with CSMT enabled
Product: Wine-staging
Version: 1.9.5
Hardware: x86-64
OS: Mac OS X
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: tblodt(a)icloud.com
CC: erich.e.hoover(a)wine-staging.com, michael(a)fds-team.de,
sebastian(a)fds-team.de
When CSMT is enabled, the screen in Portal flickers. This probably also applies
to all other Source engine games, and I think I've seen it in a few non-Source
games.
--
Do not reply 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=26432
Summary: Winefile: Currently selected folder 'open folder' icon
switches to 'closed folder' icon when file pane
selected.
Product: Wine
Version: 1.3.14
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: flymypg(a)gmail.com
While browsing the file system using winefile, when a folder is selected in the
left pane, the folder icon switches from the 'closed folder' icon to the 'open
folder icon', and the files contained in the selected directory are displayed
in the right pane.
Incorrect behavior #1: When an item (file or directory) is selected in the
right pane by single-clicking on it, the 'open folder' icon in the left pane
switches to 'closed folder' icon.
Correct behavior: The icon for the current folder in the left pane should not
be affected by single-click selections made in the right pane.
Incorrect behavior #2: When a folder is double-clicked in the right pane, the
content of the selected folder is shown in the right pane, but the icon for the
folder is not changed to the 'open folder' icon in the left pane.
Correct behavior: The icon for the current folder in the left pane should
change when a folder is double-clicked in the right pane.
The window title continues to correctly display the correct current folder.
Only the open status icon in the left pane is lost.
Note: I am using wine from a headless 32-bit x86 Fedora 14 system, remotely
displayed on a 32-bit x86 Ubuntu 10.10 system.
--
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=37210
Bug ID: 37210
Summary: 2D Fighter Marker 2nd: Menu Bar is not properly hidden
in fullscreen mode
Product: Wine
Version: 1.7.25
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: mennydrives(a)icdabj.com
Created attachment 49462
--> https://bugs.winehq.org/attachment.cgi?id=49462
2D Fighter Maker 2nd Fullscreen menu bar bug
When 2D Fighter Marker 2nd goes to full screen, the "Window Option About" menu
bar should no longer be visible. As this does not happen, it ends up obscurtion
the topmost portion of the screen in this mode.
Screenshot of this issue here (also attached):
http://i.imgur.com/9e4aUXj.png
--
Do not reply 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=42007
Bug ID: 42007
Summary: Rocket Mania 1.02 installer freezes - cannot launch
game
Product: Wine
Version: 2.0-rc1
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 56444
--> https://bugs.winehq.org/attachment.cgi?id=56444
ProtectionID + Crash log
In this version the installer and exe of the game freezes. This does not seem
to affect the demo and possibly not subsequent versions. It appears that there
is a CD protection that may be causing the issue. Unfortunately, I am unable to
determine the type of protection with ProtectionID.
The same protection was apparently used by Book Worm Deluxe per VirusTotal:
https://virustotal.com/en/file/b76d90c8482f598a94fcf83d285996db42329106405b…
--
Do not reply 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=43352
Bug ID: 43352
Summary: dlls/kernel32/tests/virtual.c has an infinite loop
under valgrind
Product: Wine
Version: 2.12
Hardware: x86
OS: Linux
Status: NEW
Keywords: download, source, testcase, valgrind
Severity: normal
Priority: P2
Component: kernel32
Assignee: wine-bugs(a)winehq.org
Reporter: austinenglish(a)gmail.com
Distribution: ---
May be related to bug 28816, but this one appeared more recently. Haven't
attempted to bisect, but when running the valgrind wine tests,
dlls/kernel32/tests/virtual.c enters an infinite loop, spewing:
err:seh:segv_handler Got unexpected trap 0
virtual.c:2257: Test failed: NumberParameters is 0 instead of 2
virtual.c:2258: Test failed: ExceptionCode is c000001d instead of
STATUS_ACCESS_VIOLATION or STATUS_GUARD_PAGE_VIOLATION
err:seh:segv_handler Got unexpected trap 0
virtual.c:2257: Test failed: NumberParameters is 0 instead of 2
virtual.c:2258: Test failed: ExceptionCode is c000001d instead of
STATUS_ACCESS_VIOLATION or STATUS_GUARD_PAGE_VIOLATION
err:seh:segv_handler Got unexpected trap 0
virtual.c:2257: Test failed: NumberParameters is 0 instead of 2
virtual.c:2258: Test failed: ExceptionCode is c000001d instead of
STATUS_ACCESS_VIOLATION or STATUS_GUARD_PAGE_VIOLATION
endlessly. Note that I run valgrind with
4a1629c4117fda9eca63b6f56ea45771dc9734ac0 reverted:
Revert "ntdll: Avoid possible deadlock by using _exit() in NtTerminateProcess."
This reverts commit 4a1629c4117fda9eca63b6f56ea45771dc9734ac.
It breaks wine + valgrind, see
https://bugs.winehq.org/show_bug.cgi?id=39097
I reverted the revert, but no change.
--
Do not reply 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=43230
Bug ID: 43230
Summary: I was playing a game called "Shaiya" and after moving
around in game it crashes.
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: bobbyjacabson(a)gmail.com
Distribution: ---
Created attachment 58533
--> https://bugs.winehq.org/attachment.cgi?id=58533
It's titled "backtrace" don't know what that means though
Backtrace file/issue I guess.
--
Do not reply 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=43346
Bug ID: 43346
Summary: Pardot LeadDeck
Product: Wine
Version: unspecified
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: fgatlin(a)sitesalign.com
Distribution: ---
Created attachment 58685
--> https://bugs.winehq.org/attachment.cgi?id=58685
Program Error Details
Pardot LeadDeck allows me to log in, then crashes almost immediately.
--
Do not reply 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=43345
Bug ID: 43345
Summary: valgrind shows a use after free in
dlls/crypt32/tests/main.c
Product: Wine
Version: 2.12
Hardware: x86
OS: Linux
Status: NEW
Keywords: download, source, testcase, valgrind
Severity: normal
Priority: P2
Component: crypt32
Assignee: wine-bugs(a)winehq.org
Reporter: austinenglish(a)gmail.com
Distribution: Gentoo
../../../tools/runtest -q -P wine -T ../../.. -M crypt32.dll -p
crypt32_test.exe.so main && touch main.ok
preloader: Warning: failed to reserve range 00110000-68000000
preloader: Warning: failed to reserve range 7f000000-82000000
==15465== Invalid free() / delete / delete[] / realloc()
==15465== at 0x7BC5116B: notify_realloc (heap.c:270)
==15465== by 0x7BC55C2C: RtlReAllocateHeap (heap.c:1896)
==15465== by 0x4C14B5F: CryptMemRealloc (main.c:128)
==15465== by 0x4A51955: test_cryptAllocate (main.c:204)
==15465== by 0x4A52A4A: func_main (main.c:469)
==15465== by 0x4A7EA22: run_test (test.h:603)
==15465== by 0x4A7EE74: main (test.h:687)
==15465== Address 0x48ec340 is 0 bytes after a block of size 0 alloc'd
==15465== at 0x7BC5105F: notify_alloc (heap.c:254)
==15465== by 0x7BC5554D: RtlAllocateHeap (heap.c:1716)
==15465== by 0x4C14B18: CryptMemAlloc (main.c:123)
==15465== by 0x4A51942: test_cryptAllocate (main.c:203)
==15465== by 0x4A52A4A: func_main (main.c:469)
==15465== by 0x4A7EA22: run_test (test.h:603)
==15465== by 0x4A7EE74: main (test.h:687)
==15465==
--
Do not reply 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=43032
Bug ID: 43032
Summary: Unusually high FPS while running Touhou 15
Product: Wine
Version: 2.7
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: lazercannons95(a)gmail.com
Distribution: ---
Created attachment 58184
--> https://bugs.winehq.org/attachment.cgi?id=58184
Picture displaying the high FPS
When launching Touhou 15, the game ramps up to 150+ frames per second instead
of the 59 or 60 frames per second that is supposed to run at.
--
Do not reply 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=34410
Bug #: 34410
Summary: Big blotch in the center of the screen in Might And
Magic 7,8
Product: Wine
Version: 1.7.1
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dmitry.risenberg(a)gmail.com
Classification: Unclassified
Created attachment 45802
--> http://bugs.winehq.org/attachment.cgi?id=45802
Might and Magic 7 screenshot
How to reproduce - install Might and Magic 7, skip through movies and start a
new game. You will see something like the atteched screenshot.
I have intel i915 video driver vrsion 2.21.6
--
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=43338
Bug ID: 43338
Summary: Jetopclient
Product: WineHQ Bugzilla
Version: unspecified
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: bugzilla-unknown
Assignee: wine-bugs(a)winehq.org
Reporter: wc006(a)163.com
CC: austinenglish(a)gmail.com
Distribution: ---
Created attachment 58675
--> https://bugs.winehq.org/attachment.cgi?id=58675
backtrace
i install Microsoft .NET Framework 2.0 Service Pack 2\Microsoft .NET Framework
3.5 Service Pack 1\Microsoft Jet 4.0 Service Pack 8\Microsoft 数据访问核心组件 (MDAC)
2.8 SP1\Internet Explorer 8\JetopClientSetup.msi(download
http://lol.tepc.com.cn/JetopSummary/download/JetopClientSetup.msi) on windows 7
32bit bottle.When I login the software JetopClient open the website
(http://lol.tepc.com.cn/JetopSummary/download/JetopClientSetup.msi) than the
error has occur.
CrossOver Linux 16.0.6
Install location: /opt/cxoffice
64-bit OS
Desktop session: deepin
Window manager: Mutter(DeepinGala)
Locale: zh_CN.UTF-8
Contents of /etc/os-release:
PRETTY_NAME="Deepin 15"
NAME="Deepin"
VERSION_ID="15.4.1"
VERSION="15.4.1"
ID=deepin
HOME_URL="https://www.deepin.org/"
BUG_REPORT_URL="http://feedback.deepin.org/feedback/"
cxdiag output:
[MissingLibGphoto2Port]
"Level"="Suggest"
"Title"="Missing 32bit libgphoto2_port.so.10 library"
"Description"="Lets Windows applications access digital cameras."
[MissingLibOpencl]
"Level"="Suggest"
"Title"="Missing 32bit libOpenCL.so.1 library"
"Description"="Provides GPU computation support to Windows applications."
--
Do not reply 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=23294
Summary: Eudora 7.1.0.9: The Icons of the minimized mailboxes
stack on top of each other
Product: Wine
Version: 1.2-rc3
Platform: x86-64
URL: http://www.eudora.com/download/eudora/windows/7.1/Eudo
ra_7.1.0.9.exe
OS/Version: Linux
Status: UNCONFIRMED
Severity: trivial
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: alexandru.balut(a)gmail.com
Created an attachment (id=29033)
--> (http://bugs.winehq.org/attachment.cgi?id=29033)
Two minimized mailboxes create overlapping icons
- Open the "In" mailbox, minimize it, notice the icon appears in the
bottom-left corner;
- Open the "Out" mailbox, minimize it, notice the icon is over the icon of the
"In" mailbox (see attachment). It should be near 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.
https://bugs.winehq.org/show_bug.cgi?id=657
shalinrox1232(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |shalinrox1232(a)gmail.com
--
Do not reply 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=40198
Bug ID: 40198
Summary: Oblivion: corrupted screenshot using the stamp key
Product: Wine
Version: 1.9.3
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: directx-d3dx9
Assignee: wine-bugs(a)winehq.org
Reporter: lorenzofer(a)live.it
Distribution: ---
Created attachment 53705
--> https://bugs.winehq.org/attachment.cgi?id=53705
screen1
Using wine 1.9.3 Staging.
Every time I take a screenshot in the game The Elder Scroll 4: Oblivion, the
screenshot is corrupted.
It's in greyscale, and misaligned
If I take a screenshot with the internal function of Oblivion Reloaded instead
it is all correct.
part of wine stderr.
fixme:d3d:wined3d_check_device_format_conversion wined3d 0x196e10, adapter_idx
0, device_type WINED3D_DEVICE_TYPE_HAL, src_format WINED3DFMT_B8G8R8X8_UNORM,
dst_format WINED3DFMT_B8G8R8X8_UNORM stub!
fixme:d3d:wined3d_check_device_format_conversion wined3d 0x196e10, adapter_idx
0, device_type WINED3D_DEVICE_TYPE_HAL, src_format WINED3DFMT_B5G6R5_UNORM,
dst_format WINED3DFMT_B8G8R8X8_UNORM stub!
fixme:d3dx:D3DXLoadSurfaceFromMemory Unhandled filter 0x80004.
fixme:d3dx:D3DXLoadSurfaceFromMemory Unhandled filter 0x5.
and others things
--
Do not reply 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=4836
Sebastian Lackner <sebastian(a)fds-team.de> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |dmitry(a)baikal.ru,
| |erich.e.hoover@wine-staging
| |.com, michael(a)fds-team.de
--
Do not reply 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=42727
Bug ID: 42727
Summary: obsolete 128MB bitmap size limit
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: gdi32
Assignee: wine-bugs(a)winehq.org
Reporter: claude(a)mathr.co.uk
Distribution: ---
Created attachment 57708
--> https://bugs.winehq.org/attachment.cgi?id=57708
source code to probe supported bitmap size
The current WINE bitmap implementation has a size limit of 128MiB dating back
to 2008 with a comment about Windows XP:
https://source.winehq.org/git/wine.git/blob/39935fe5ad889d537d828cc82771bdb…
197 /* XP doesn't allow creating bitmaps larger than 128 MB */
198 if (bm.bmHeight > 128 * 1024 * 1024 / bm.bmWidthBytes)
199 {
200 SetLastError( ERROR_NOT_ENOUGH_MEMORY );
201 return 0;
202 }
However, recent versions of Windows seem to have a higher limit, of 2GiB.
Attached source code tries to create bitmaps with increasing sizes (each just
under 2^N bytes) and prints successes and eventual failure.
The bitmap test code seems to have a test for individual maximum dimension
(width), but not for maximum total bitmap size:
https://source.winehq.org/git/wine.git/blob/39935fe5ad889d537d828cc82771bdb…
Thanks for testing to users at
http://www.fractalforums.com/windows-fractal-software/windows-bitmap-size-t…
- I'll attach their results after submitting.
--
Do not reply 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=43181
Bug ID: 43181
Summary: NetBSD ptrace.c:678:46: error: 'struct dbreg' has no
member named 'dr0' (and more)
Product: Wine
Version: 2.9
Hardware: x86-64
OS: NetBSD
Status: UNCONFIRMED
Severity: trivial
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: adrien_fernandes2(a)hotmail.com
Created attachment 58452
--> https://bugs.winehq.org/attachment.cgi?id=58452
Entire output
I'm using NetBSD 8.99.1 (GENERIC) amd64
I built successfully Wine for 64 bits ONLY (no 32 and 16 bits compatibility)
with the exact same wip/wine-staging package I made by myself.
To be able to build it to have 32 bits compatibility, I had to use a chroot
with a full set of NetBSD i386 inside. It was working in the past, a few months
earlier on an earlier version of Wine and NetBSD but not anymore now with 2.9
and NetBSD 8.99.1 (if it can be the problem)
I attached the entire output when I "make -C /usr/pkgsrc/wip/wine-staging"
--
Do not reply 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=43313
Bug ID: 43313
Summary: valgrind shows several uninitialized writes in
dlls/dinput/tests/device.c
Product: Wine
Version: 2.12
Hardware: x86
OS: Linux
Status: NEW
Keywords: download, source, testcase, valgrind
Severity: normal
Priority: P2
Component: directx-dinput
Assignee: wine-bugs(a)winehq.org
Reporter: austinenglish(a)gmail.com
CC: 00cpxxx(a)gmail.com
Distribution: Gentoo
==21119== Syscall param write(buf) points to uninitialised byte(s)
==21119== at 0x424DE7F: ??? (syscall-template.S:84)
==21119== by 0x52A6DAE: JoystickWImpl_Acquire (joystick_linuxinput.c:718)
==21119== by 0x52A6F15: JoystickAImpl_Acquire (joystick_linuxinput.c:736)
==21119== by 0x48783BA: test_object_info (device.c:118)
==21119== by 0x4878BBB: enum_devices (device.c:194)
==21119== by 0x5295DD3: ??? (dinput_main.c:351)
==21119== by 0x5296011: IDirectInputAImpl_EnumDevices (dinput_main.c:419)
==21119== by 0x4878EF8: device_tests (device.c:241)
==21119== by 0x4879050: func_device (device.c:266)
==21119== by 0x48822E7: run_test (test.h:603)
==21119== by 0x4882739: main (test.h:687)
==21119== Address 0x4b0f68c is on thread 1's stack
==21119== in frame #1, created by JoystickWImpl_Acquire
(joystick_linuxinput.c:684)
==21119== Uninitialised value was created by a stack allocation
==21119== at 0x52A6B64: JoystickWImpl_Acquire (joystick_linuxinput.c:684)
==21119==
==21119== Syscall param write(buf) points to uninitialised byte(s)
==21119== at 0x424DE7F: ??? (syscall-template.S:84)
==21119== by 0x52A700D: JoystickWImpl_Unacquire (joystick_linuxinput.c:762)
==21119== by 0x52A70F0: JoystickAImpl_Unacquire (joystick_linuxinput.c:774)
==21119== by 0x4878441: test_object_info (device.c:121)
==21119== by 0x4878BBB: enum_devices (device.c:194)
==21119== by 0x5295DD3: ??? (dinput_main.c:351)
==21119== by 0x5296011: IDirectInputAImpl_EnumDevices (dinput_main.c:419)
==21119== by 0x4878EF8: device_tests (device.c:241)
==21119== by 0x4879050: func_device (device.c:266)
==21119== by 0x48822E7: run_test (test.h:603)
==21119== by 0x4882739: main (test.h:687)
==21119== Address 0x4b0f68c is on thread 1's stack
==21119== in frame #1, created by JoystickWImpl_Unacquire
(joystick_linuxinput.c:743)
==21119== Uninitialised value was created by a stack allocation
==21119== at 0x52A6F36: JoystickWImpl_Unacquire (joystick_linuxinput.c:743)
==21119==
==21119== Syscall param write(buf) points to uninitialised byte(s)
==21119== at 0x424DE7F: ??? (syscall-template.S:84)
==21119== by 0x52A6DAE: JoystickWImpl_Acquire (joystick_linuxinput.c:718)
==21119== by 0x52A6F15: JoystickAImpl_Acquire (joystick_linuxinput.c:736)
==21119== by 0x48785AF: test_object_info (device.c:131)
==21119== by 0x4878BBB: enum_devices (device.c:194)
==21119== by 0x5295DD3: ??? (dinput_main.c:351)
==21119== by 0x5296011: IDirectInputAImpl_EnumDevices (dinput_main.c:419)
==21119== by 0x4878EF8: device_tests (device.c:241)
==21119== by 0x4879050: func_device (device.c:266)
==21119== by 0x48822E7: run_test (test.h:603)
==21119== by 0x4882739: main (test.h:687)
==21119== Address 0x4b0f68c is on thread 1's stack
==21119== in frame #1, created by JoystickWImpl_Acquire
(joystick_linuxinput.c:684)
==21119== Uninitialised value was created by a stack allocation
==21119== at 0x52A6B64: JoystickWImpl_Acquire (joystick_linuxinput.c:684)
==21119==
==21119== Syscall param write(buf) points to uninitialised byte(s)
==21119== at 0x424DE7F: ??? (syscall-template.S:84)
==21119== by 0x52A700D: JoystickWImpl_Unacquire (joystick_linuxinput.c:762)
==21119== by 0x52A70F0: JoystickAImpl_Unacquire (joystick_linuxinput.c:774)
==21119== by 0x4878683: test_object_info (device.c:136)
==21119== by 0x4878BBB: enum_devices (device.c:194)
==21119== by 0x5295DD3: ??? (dinput_main.c:351)
==21119== by 0x5296011: IDirectInputAImpl_EnumDevices (dinput_main.c:419)
==21119== by 0x4878EF8: device_tests (device.c:241)
==21119== by 0x4879050: func_device (device.c:266)
==21119== by 0x48822E7: run_test (test.h:603)
==21119== by 0x4882739: main (test.h:687)
==21119== Address 0x4b0f68c is on thread 1's stack
==21119== in frame #1, created by JoystickWImpl_Unacquire
(joystick_linuxinput.c:743)
==21119== Uninitialised value was created by a stack allocation
==21119== at 0x52A6F36: JoystickWImpl_Unacquire (joystick_linuxinput.c:743)
==21119==
==21119== Syscall param write(buf) points to uninitialised byte(s)
==21119== at 0x424DE7F: ??? (syscall-template.S:84)
==21119== by 0x52A6DAE: JoystickWImpl_Acquire (joystick_linuxinput.c:718)
==21119== by 0x52A6F15: JoystickAImpl_Acquire (joystick_linuxinput.c:736)
==21119== by 0x48788F9: test_object_info (device.c:161)
==21119== by 0x4878BBB: enum_devices (device.c:194)
==21119== by 0x5295DD3: ??? (dinput_main.c:351)
==21119== by 0x5296011: IDirectInputAImpl_EnumDevices (dinput_main.c:419)
==21119== by 0x4878EF8: device_tests (device.c:241)
==21119== by 0x4879050: func_device (device.c:266)
==21119== by 0x48822E7: run_test (test.h:603)
==21119== by 0x4882739: main (test.h:687)
==21119== Address 0x4b0f68c is on thread 1's stack
==21119== in frame #1, created by JoystickWImpl_Acquire
(joystick_linuxinput.c:684)
==21119== Uninitialised value was created by a stack allocation
==21119== at 0x52A6B64: JoystickWImpl_Acquire (joystick_linuxinput.c:684)
==21119==
==21119== Syscall param write(buf) points to uninitialised byte(s)
==21119== at 0x424DE7F: ??? (syscall-template.S:84)
==21119== by 0x52A700D: JoystickWImpl_Unacquire (joystick_linuxinput.c:762)
==21119== by 0x52A70F0: JoystickAImpl_Unacquire (joystick_linuxinput.c:774)
==21119== by 0x48789BD: test_object_info (device.c:166)
==21119== by 0x4878BBB: enum_devices (device.c:194)
==21119== by 0x5295DD3: ??? (dinput_main.c:351)
==21119== by 0x5296011: IDirectInputAImpl_EnumDevices (dinput_main.c:419)
==21119== by 0x4878EF8: device_tests (device.c:241)
==21119== by 0x4879050: func_device (device.c:266)
==21119== by 0x48822E7: run_test (test.h:603)
==21119== by 0x4882739: main (test.h:687)
==21119== Address 0x4b0f68c is on thread 1's stack
==21119== in frame #1, created by JoystickWImpl_Unacquire
(joystick_linuxinput.c:743)
==21119== Uninitialised value was created by a stack allocation
==21119== at 0x52A6F36: JoystickWImpl_Unacquire (joystick_linuxinput.c:743)
==21119==
==21119== Syscall param write(buf) points to uninitialised byte(s)
==21119== at 0x424DE7F: ??? (syscall-template.S:84)
==21119== by 0x52A6DAE: JoystickWImpl_Acquire (joystick_linuxinput.c:718)
==21119== by 0x48783BA: test_object_info (device.c:118)
==21119== by 0x4878C4C: enum_devices (device.c:200)
==21119== by 0x5295DD3: ??? (dinput_main.c:351)
==21119== by 0x5296011: IDirectInputAImpl_EnumDevices (dinput_main.c:419)
==21119== by 0x4878EF8: device_tests (device.c:241)
==21119== by 0x4879050: func_device (device.c:266)
==21119== by 0x48822E7: run_test (test.h:603)
==21119== by 0x4882739: main (test.h:687)
==21119== Address 0x4b0f6cc is on thread 1's stack
==21119== in frame #1, created by JoystickWImpl_Acquire
(joystick_linuxinput.c:684)
==21119== Uninitialised value was created by a stack allocation
==21119== at 0x52A6B64: JoystickWImpl_Acquire (joystick_linuxinput.c:684)
==21119==
==21119== Syscall param write(buf) points to uninitialised byte(s)
==21119== at 0x424DE7F: ??? (syscall-template.S:84)
==21119== by 0x52A700D: JoystickWImpl_Unacquire (joystick_linuxinput.c:762)
==21119== by 0x4878441: test_object_info (device.c:121)
==21119== by 0x4878C4C: enum_devices (device.c:200)
==21119== by 0x5295DD3: ??? (dinput_main.c:351)
==21119== by 0x5296011: IDirectInputAImpl_EnumDevices (dinput_main.c:419)
==21119== by 0x4878EF8: device_tests (device.c:241)
==21119== by 0x4879050: func_device (device.c:266)
==21119== by 0x48822E7: run_test (test.h:603)
==21119== by 0x4882739: main (test.h:687)
==21119== Address 0x4b0f6cc is on thread 1's stack
==21119== in frame #1, created by JoystickWImpl_Unacquire
(joystick_linuxinput.c:743)
==21119== Uninitialised value was created by a stack allocation
==21119== at 0x52A6F36: JoystickWImpl_Unacquire (joystick_linuxinput.c:743)
==21119==
==21119== Syscall param write(buf) points to uninitialised byte(s)
==21119== at 0x424DE7F: ??? (syscall-template.S:84)
==21119== by 0x52A6DAE: JoystickWImpl_Acquire (joystick_linuxinput.c:718)
==21119== by 0x48785AF: test_object_info (device.c:131)
==21119== by 0x4878C4C: enum_devices (device.c:200)
==21119== by 0x5295DD3: ??? (dinput_main.c:351)
==21119== by 0x5296011: IDirectInputAImpl_EnumDevices (dinput_main.c:419)
==21119== by 0x4878EF8: device_tests (device.c:241)
==21119== by 0x4879050: func_device (device.c:266)
==21119== by 0x48822E7: run_test (test.h:603)
==21119== by 0x4882739: main (test.h:687)
==21119== Address 0x4b0f6cc is on thread 1's stack
==21119== in frame #1, created by JoystickWImpl_Acquire
(joystick_linuxinput.c:684)
==21119== Uninitialised value was created by a stack allocation
==21119== at 0x52A6B64: JoystickWImpl_Acquire (joystick_linuxinput.c:684)
==21119==
==21119== Syscall param write(buf) points to uninitialised byte(s)
==21119== at 0x424DE7F: ??? (syscall-template.S:84)
==21119== by 0x52A700D: JoystickWImpl_Unacquire (joystick_linuxinput.c:762)
==21119== by 0x4878683: test_object_info (device.c:136)
==21119== by 0x4878C4C: enum_devices (device.c:200)
==21119== by 0x5295DD3: ??? (dinput_main.c:351)
==21119== by 0x5296011: IDirectInputAImpl_EnumDevices (dinput_main.c:419)
==21119== by 0x4878EF8: device_tests (device.c:241)
==21119== by 0x4879050: func_device (device.c:266)
==21119== by 0x48822E7: run_test (test.h:603)
==21119== by 0x4882739: main (test.h:687)
==21119== Address 0x4b0f6cc is on thread 1's stack
==21119== in frame #1, created by JoystickWImpl_Unacquire
(joystick_linuxinput.c:743)
==21119== Uninitialised value was created by a stack allocation
==21119== at 0x52A6F36: JoystickWImpl_Unacquire (joystick_linuxinput.c:743)
==21119==
wine-2.12.
Note: I had a Sony DS4 plugged in via USB when the tests were run, which may be
related
--
Do not reply 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=36183
Bug ID: 36183
Summary: valgrind shows a potential leaks in atl100/tests/atl.c
Product: Wine
Version: 1.3.13
Hardware: x86
OS: Linux
Status: NEW
Keywords: download, source, testcase
Severity: normal
Priority: P2
Component: atl
Assignee: wine-bugs(a)winehq.org
Reporter: austinenglish(a)gmail.com
==13578== 8 bytes in 1 blocks are possibly lost in loss record 37 of 602
==13578== at 0x7BC4C6B7: notify_alloc (heap.c:255)
==13578== by 0x7BC50EFB: RtlAllocateHeap (heap.c:1716)
==13578== by 0x7B8457FF: HeapAlloc (heap.c:271)
==13578== by 0x7B845AD4: GlobalAlloc (heap.c:376)
==13578== by 0x4E29357: OLEClipbrd_Initialize (clipboard.c:1732)
==13578== by 0x4E626C6: OleInitialize (ole2.c:215)
==13578== by 0x4DE5CA0: AtlAxWinInit (atl_ax.c:108)
==13578== by 0x4C9708E: test_ax_win (atl.c:600)
==13578== by 0x4C97273: func_atl (atl.c:627)
==13578== by 0x4C98072: run_test (test.h:584)
==13578== by 0x4C98460: main (test.h:654)
==13578==
==13578== 32 bytes in 1 blocks are possibly lost in loss record 208 of 602
==13578== at 0x7BC4C6B7: notify_alloc (heap.c:255)
==13578== by 0x7BC50EFB: RtlAllocateHeap (heap.c:1716)
==13578== by 0x7BC39A6B: RtlInitializeCriticalSectionEx (critsection.c:326)
==13578== by 0x7B876AE5: InitializeCriticalSectionEx (sync.c:356)
==13578== by 0x7B876A64: InitializeCriticalSection (sync.c:313)
==13578== by 0x4DE4213: AtlWinModuleInit (atl.c:436)
==13578== by 0x4C950D9: test_winmodule (atl.c:89)
==13578== by 0x4C9725A: func_atl (atl.c:622)
==13578== by 0x4C98072: run_test (test.h:584)
==13578== by 0x4C98460: main (test.h:654)
==13578==
==1611== 32 bytes in 1 blocks are possibly lost in loss record 217 of 629
==1611== at 0x7BC4C6B7: notify_alloc (heap.c:255)
==1611== by 0x7BC50EFB: RtlAllocateHeap (heap.c:1716)
==1611== by 0x7BC39A6B: RtlInitializeCriticalSectionEx (critsection.c:326)
==1611== by 0x7B876AE5: InitializeCriticalSectionEx (sync.c:356)
==1611== by 0x7B876A64: InitializeCriticalSection (sync.c:313)
==1611== by 0x4E62252: test_winmodule (atl.c:101)
==1611== by 0x4E6425A: func_atl (atl.c:622)
==1611== by 0x4E65072: run_test (test.h:584)
==1611== by 0x4E65460: main (test.h:654)
==1611==
==1611== 32 bytes in 1 blocks are possibly lost in loss record 218 of 629
==1611== at 0x7BC4C6B7: notify_alloc (heap.c:255)
==1611== by 0x7BC50EFB: RtlAllocateHeap (heap.c:1716)
==1611== by 0x5B300B4: alloc_bstr (oleaut.c:162)
==1611== by 0x5B3044A: SysAllocStringLen (oleaut.c:324)
==1611== by 0x5B535E8: TLB_MultiByteToBSTR (typelib.c:1753)
==1611== by 0x5B580A8: ITypeLib2_Constructor_MSFT (typelib.c:3706)
==1611== by 0x5B57398: TLB_ReadTypeLib (typelib.c:3460)
==1611== by 0x5B4F6BC: LoadTypeLibEx (typelib.c:478)
==1611== by 0x5B4F5F8: LoadTypeLib (typelib.c:454)
==1611== by 0x4E639C1: Dispatch_GetTypeInfo (atl.c:520)
==1611== by 0x4F853FA: AtlGetObjectSourceInterface (oaidl.h:811)
==1611== by 0x4E63D58: test_source_iface (atl.c:576)
==1611== by 0x4E6426E: func_atl (atl.c:626)
==1611== by 0x4E65072: run_test (test.h:584)
==1611== by 0x4E65460: main (test.h:654)
==1611==
==1659== 32 bytes in 1 blocks are possibly lost in loss record 218 of 630
==1659== at 0x7BC4C6B7: notify_alloc (heap.c:255)
==1659== by 0x7BC50EFB: RtlAllocateHeap (heap.c:1716)
==1659== by 0x7BC39A6B: RtlInitializeCriticalSectionEx (critsection.c:326)
==1659== by 0x7B876AE5: InitializeCriticalSectionEx (sync.c:356)
==1659== by 0x7B876A64: InitializeCriticalSection (sync.c:313)
==1659== by 0x4E62252: test_winmodule (atl.c:101)
==1659== by 0x4E6425A: func_atl (atl.c:622)
==1659== by 0x4E65072: run_test (test.h:584)
==1659== by 0x4E65460: main (test.h:654)
==1659==
==1986== 80 bytes in 1 blocks are possibly lost in loss record 348 of 630
==1986== at 0x7BC4C6B7: notify_alloc (heap.c:255)
==1986== by 0x7BC50EFB: RtlAllocateHeap (heap.c:1716)
==1986== by 0x5B040B4: alloc_bstr (oleaut.c:162)
==1986== by 0x5B045F5: SysAllocStringByteLen (oleaut.c:413)
==1986== by 0x5B29DA8: MSFT_ReadAllStrings (typelib.c:2879)
==1986== by 0x5B2B9F0: ITypeLib2_Constructor_MSFT (typelib.c:3581)
==1986== by 0x5B2B398: TLB_ReadTypeLib (typelib.c:3460)
==1986== by 0x5B236BC: LoadTypeLibEx (typelib.c:478)
==1986== by 0x5B235F8: LoadTypeLib (typelib.c:454)
==1986== by 0x4A349C1: Dispatch_GetTypeInfo (atl.c:520)
==1986== by 0x4F553FA: AtlGetObjectSourceInterface (oaidl.h:811)
==1986== by 0x4A34D58: test_source_iface (atl.c:576)
==1986== by 0x4A3526E: func_atl (atl.c:626)
==1986== by 0x4A36072: run_test (test.h:584)
==1986== by 0x4A36460: main (test.h:654)
==1986==
--
Do not reply 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=43299
Bug ID: 43299
Summary: Browse App fails to find application.
Product: WineHQ Apps Database
Version: unspecified
Hardware: x86
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: appdb-unknown
Assignee: wine-bugs(a)winehq.org
Reporter: leslie_alistair(a)hotmail.com
Distribution: ---
When filtering on "Cloud Pirates" to see if it was in the database, it failed
to find the entry.
However when "submitting" an application, it found the entry straight away on
the duplicate check.
--
Do not reply 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=43298
Bug ID: 43298
Summary: World of Warcraft and Windows XP out of date.
Product: Wine
Version: 2.12
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: arnaud.his(a)free.fr
Distribution: ---
Created attachment 58641
--> https://bugs.winehq.org/attachment.cgi?id=58641
Screenshot
For some weeks, every time I start the software, I get this message: "Your
operating system will no longer be supported". "Windows XP support will stop
soon. We recommend that you upgrade to Windows 7 at a minimum."
--
Do not reply 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=41363
Bug ID: 41363
Summary: Starcraft Editor crash when accessing Triggers.
Product: Wine
Version: 1.9.19
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: zombie_ryushu(a)yahoo.com
Distribution: ---
In all versions of Starcraft (Brood War) under Wine 1.9.12 to current,
Starcraft Map editor Crashes whenever the "Triggers" Dialogue is accessed. Wine
will report that the program had a serious problem, and dump a backtrace.
--
Do not reply 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=43297
Bug ID: 43297
Summary: Hello Neighbor crashes on startup
Product: Wine
Version: 2.10
Hardware: x86
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: leslie_alistair(a)hotmail.com
Distribution: ---
Prompts with message
The global shader cache file 'C:/Program Files
(x86)/Steam/steamapps/common/Hello Neighbor
Demo/Engine/GlobalShaderCache-GLSL_150.bin' is missing.
You're running a version of the application built to load COOKED content only,
however no COOKED content was found. Consider cooking content for this b...
--
Do not reply 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=41585
Bug ID: 41585
Summary: Rogue Operatives won't launch
Product: Wine
Version: 1.9.21
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: spleefer90(a)gmail.com
Distribution: ---
Created attachment 55923
--> https://bugs.winehq.org/attachment.cgi?id=55923
crash log - steam
Only a window opens saying
Your application is built to load COOKED content. No COOKED content was found;
This usually means you did not cook content for this build.
It also may indicate missing cooked data for a shader platform(e.g., OpenGL
under Windows): Make sure your platform's packaging settings include this
Targeted RHI.
--
Do not reply 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=35278
Bug ID: 35278
Summary: KindleforPC crashes with big books
Product: Wine
Version: 1.7.9
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: wine(a)staerk.de
Classification: Unclassified
Created attachment 47052
--> http://bugs.winehq.org/attachment.cgi?id=47052
backtrace when clicking onto a large book in Amazon Kindle reader for PC
When starting Kindle.exe to read my e-books, wine crashes with the attached
backtrace. I tried with SUSE 13.1 and SUSE 12.2, in both cases it crashes.
--
Do not reply 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=35142
Bug ID: 35142
Summary: Lara Croft and the Guardian of Light: screen filled
with artefacts when StrictDrawOrdering disabled
Product: Wine
Version: 1.7.8
Hardware: x86
OS: Linux
Status: NEW
Severity: minor
Priority: P2
Component: directx-d3d
Assignee: wine-bugs(a)winehq.org
Reporter: gyebro69(a)gmail.com
Classification: Unclassified
Created attachment 46879
--> http://bugs.winehq.org/attachment.cgi?id=46879
terminal output
Strange polygons are flashing in and out in the game, cutscenes are affected
too.
'winetricks strictdrawordering=enabled' makes those artefacts go away (but
performance suffers).
Demo version is available on Steam:
http://store.steampowered.com/app/35130/
Nvidia binary drivers 325.15
--
Do not reply 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=43257
Bug ID: 43257
Summary: winetricks -q art2kmin fails
Product: Wine
Version: 2.11
Hardware: x86
OS: Linux
Status: NEW
Keywords: download, regression
Severity: normal
Priority: P2
Component: msi
Assignee: wine-bugs(a)winehq.org
Reporter: austinenglish(a)gmail.com
CC: hans(a)meelstraat.net, z.figura12(a)gmail.com
Regression SHA1: a388906a1a963b77125dc0f184484c0993b9fb49
Distribution: Gentoo
commit a388906a1a963b77125dc0f184484c0993b9fb49
Author: Zebediah Figura <z.figura12(a)gmail.com>
Date: Mon Jun 26 20:28:00 2017 -0500
msi: Send the correct UI messages upon calling MsiDoAction().
Signed-off-by: Zebediah Figura <z.figura12(a)gmail.com>
Signed-off-by: Hans Leidekker <hans(a)codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard(a)winehq.org>
$ winetricks -q art2kmin
Executing w_do_call art2kmin
Executing load_art2kmin
Executing cd /Users/austin/.cache/winetricks/art2kmin
Executing wine AccessRuntime.exe /q
fixme:ntdll:NtLockFile I/O completion on lock not implemented yet
err:msi:ACTION_CallDllFunction Custom action
(L"C:\\users\\austin\\Temp\\msi4da4.tmp":L"ExportTempHxDs") caused a page
fault: c0000005
err:ntdll:RtlpWaitForCriticalSection section 0x110060 "heap.c: main process
heap section" wait timed out in thread 003f, blocked by 004f, retrying (60 sec)
--
Do not reply 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=42597
Bug ID: 42597
Summary: Mouse wheel doesn't scroll in MyLifeOrganized
Product: Wine
Version: 2.2
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: ddascalescu+wine(a)gmail.com
Distribution: ---
I'm using Ubuntu with Unity and in MLO for Windows
(https://www.mylifeorganized.net/todo-list-windows.shtml), the mouse wheel
doesn't do anything.
I'm not sure, but I think this is a regression from 1.8.
--
Do not reply 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=33301
Bug #: 33301
Summary: FeiQ can't display its window, the client area is
black.
Product: Wine
Version: 1.5.27
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: fangendoucg(a)gmail.com
Classification: Unclassified
Hi, forks
I tested a LAN chat app called FeiQ, it can't run normally under wine.
Just do as follow:
1. Download FeiQ.exe from http://www.feiq18.com/forum.php or the attachment
I've uploaded here.
sha1sum:
2. It has only one .exe file, so you can save it to anywhere. Then run it: $
wine FeiQ.exe
3. When FeiQ runs for the first time, you'll see a window displayed normally.
You can just click on the default focused button or wait a minute until it
disappears.
4. Then you can see a small window with black client area. After clicking on
the close button, another one comes out. Click on the close button again, the
main window of FeiQ displays. It also has a black client area.
Under Ubuntu 12.04 & wine-1.5.27.
--
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=30020
Bug #: 30020
Summary: Tribes Ascend does not connect to the authentication
service
Product: Wine
Version: 1.4-rc5
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: rmlipman(a)gmail.com
Classification: Unclassified
Tribes Ascend installs successfully, but the launcher never connects to the
update service. The only thing that shows up in the console is
fixme:thread:NtQueryInformationThread info class 16 not supported yet
spammed over and over again.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=37299
Bug ID: 37299
Summary: Smite does not connect to the authentication service
Product: Wine
Version: 1.7.27
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: blocker
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: correo.cuervo(a)gmail.com
Created attachment 49608
--> https://bugs.winehq.org/attachment.cgi?id=49608
Smite failed to start
I'm trying to run Smite on wine but the installation process is aborted.
I'm attaching screenshots and console messages.
--
Do not reply 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=19201
Summary: don't delete accounts after 6 months of inactivity
Product: WineHQ Apps Database
Version: unspecified
Platform: All
OS/Version: All
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: appdb-unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: nlmdejonge(a)telfort.nl
Please do not delete accounts after 6 months of inactivity.
-----
Warning: inactivity detected
-------------------------------------------------------
You didn't log in in the past six months to the AppDB.
Please log in or your account will automatically be deleted in one month.
http://appdb.winehq.org/account.php?sCmd=login
Best regards.
The AppDB team
http://appdb.winehq.org/
-----
Six months isn't that much, and accounts that are barely used don't hurt
anyone, do they? People shouldn't have to login every 6 months just to keep
their accounts.
--
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=17613
Summary: Add tags to AppDB.
Product: WineHQ Apps Database
Version: unspecified
Platform: All
OS/Version: All
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: appdb-unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: fallenblood(a)gmail.com
The current category system is quite inflexible. How about a standardized
tagging system? The possibilities are endless, for example, which Wine
components does the app depend on. This could completely replace categories.
--
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=39625
Bug ID: 39625
Summary: TeamViewer 11 File Transfer denied on remote computer
Product: Wine
Version: 1.7.55
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: sasha969(a)hotmail.com
Distribution: ---
Created attachment 52800
--> https://bugs.winehq.org/attachment.cgi?id=52800
Info copied from trminal using winedbg.
File Transfer asks for password and after clicking "Log On" file transfer
window pops up with correct folder structure of remote computer but then "The
file transfer could not be started because it was denied on the remote
computer." without crash.
--
Do not reply 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=39617
Bug ID: 39617
Summary: Starting TeamViewer 11 takes few minutes instead of
few seconds
Product: Wine
Version: 1.7.55
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: sasha969(a)hotmail.com
Distribution: ---
Created attachment 52788
--> https://bugs.winehq.org/attachment.cgi?id=52788
Info copied from trminal using winedbg.
Starting TeamViewer 11 takes few minutes instead of few seconds how it usually
takes in Windows.
Starting app creates "Teamviewer.exe" and "TeamViewer_Service.exe" processes
immediately but needs few minutes to show it's window with "tv_w32.exe" and
"tv_x64.exe".
Starting app does not use any extra PC resources just takes long time.
Tested on Linux Mint 17.2 Cinnamon.
--
Do not reply 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=3846
zaplo00(a)mailfence.com changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |zaplo00(a)mailfence.com
--- Comment #35 from zaplo00(a)mailfence.com ---
Broken in wine-staging 2.11
--
Do not reply 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=40605
Bug ID: 40605
Summary: Launched LeagueofLegends immediate crash
Product: Wine
Version: 1.9.8
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: rufus_1_2(a)yahoo.com
Distribution: Fedora
Created attachment 54460
--> https://bugs.winehq.org/attachment.cgi?id=54460
debug launched at launching
Installed with download client just fine to NTFS logic drive mounted at
/home/user/.wine/Games/Ó¢ÐÛÁªÃË/Game/LeagueofLegend.exe
The following crash report is exactly the same as when I had air adobe and all
the "required" listed from other LOL installations installed with winetricks,
but this is under a fresh install of wine 1.9.8 that shows no libraries
installed in winecfg.
--
Do not reply 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=43229
Bug ID: 43229
Summary: Use alsa card name instead ID
Product: Wine
Version: unspecified
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: sc.olivier(a)gmail.com
Distribution: ---
Hello dear Wine community,
I wanted to point out that in audio devices, you use the "name" instead of
"ID".
It seems that this is a non-priority bug but has existed since the beginning of
the project.
Indeed, it is well specified by the community of alsa that the unique OS name
of the sound cards is "ID".(Do not confuse with index)
The "name" flag is used to define the manufacturer name of the card. This entry
is therefore not unique.
When we have the same sound card several times or if have used loopback alsa,
we find nothing when you search your device in wine...
If you could fix this in a near release this to be really ideal.
Thanks in advance.
Good continuation for this very good project that I follow a long time.
--
Do not reply 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=42261
Bug ID: 42261
Summary: Evoland 2 is very slow
Product: Wine
Version: 2.0-rc5
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: spleefer90(a)gmail.com
Distribution: ---
Evoland 2 is $1 for the next 2 weeks.
https://www.humblebundle.com/best-of-2016-bundle
The game lags badly in all bigger areas, and little in small areas.
There doesn't seem to be any relevant wine output to it, but I'll post a game
startup log soon.
--
Do not reply 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=41192
Bug ID: 41192
Summary: No crashes but always error reporting without further
issues on the invoked Windows applications.
Product: Wine
Version: 1.9.17
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: benedict.thienpont(a)gmail.com
Distribution: ---
Created attachment 55426
--> https://bugs.winehq.org/attachment.cgi?id=55426
The error reporting.
>Description:
All windows applications I have (none are games) result in a nagging popup of
an error. It has no effect on the functionality of the software. With or
without closing the error report I can continue using the Windows application
and ignore the error reporting.
>cat /proc/version:
Linux version 3.13.0-77-generic (buildd@lcy01-35) (gcc version 4.8.2 (Ubuntu
4.8.2-19ubuntu1) ) #121-Ubuntu SMP Wed Jan 20 10:50:59 UTC 2016
>lscpu:
Architecture: i686
CPU op-mode(s): 32-bit
Byte Order: Little Endian
CPU(s): 2
On-line CPU(s) list: 0,1
Thread(s) per core: 2
Core(s) per socket: 1
Socket(s): 1
Vendor ID: GenuineIntel
CPU family: 15
Model: 4
Stepping: 1
CPU MHz: 2990.571
BogoMIPS: 5981.14
L1d cache: 16K
L2 cache: 1024K
>lshw -short:
H/W path Device Class Description
===================================================
system ()
/0 bus 09F0h
/0/1 memory 128KiB BIOS
/0/5 processor Intel(R) Pentium(R) 4 CPU 3.00GHz
/0/5/7 memory 28KiB L1 cache
/0/5/8 memory 1MiB L2 cache
/0/5/1.1 processor Logical CPU
/0/5/1.2 processor Logical CPU
/0/6 processor CPU [empty]
/0/36 memory System Memory
/0/36/0 memory 512MiB DIMM DDR2 Synchronous 533 MHz
(1.9 ns)
/0/36/1 memory 512MiB DIMM DDR2 Synchronous 667 MHz
(1.5 ns)
/0/36/2 memory 512MiB DIMM DDR2 Synchronous 667 MHz
(1.5 ns)
/0/36/3 memory 512MiB DIMM DDR2 Synchronous 533 MHz
(1.9 ns)
/0/37 memory Flash Memory
/0/37/0 memory 1MiB Chip FLASH Non-volatile
/0/0 memory
/0/2 memory
/0/100 bridge 82945G/GZ/P/PL Memory Controller Hub
/0/100/2 display 82945G/GZ Integrated Graphics
Controller
/0/100/1b multimedia NM10/ICH7 Family High Definition Audio
Controller
/0/100/1c bridge NM10/ICH7 Family PCI Express Port 1
/0/100/1c/0 bus uPD720200 USB 3.0 Host Controller
/0/100/1c.1 bridge NM10/ICH7 Family PCI Express Port 2
/0/100/1c.1/0 eth0 network NetXtreme BCM5752 Gigabit Ethernet PCI
Express
/0/100/1d bus NM10/ICH7 Family USB UHCI Controller #1
/0/100/1d.1 bus NM10/ICH7 Family USB UHCI Controller #2
/0/100/1d.2 bus NM10/ICH7 Family USB UHCI Controller #3
/0/100/1d.3 bus NM10/ICH7 Family USB UHCI Controller #4
/0/100/1d.7 bus NM10/ICH7 Family USB2 EHCI Controller
/0/100/1e bridge 82801 PCI Bridge
/0/100/1f bridge 82801GB/GR (ICH7 Family) LPC Interface
Bridge
/0/100/1f.1 storage 82801G (ICH7 Family) IDE Controller
/0/100/1f.2 storage NM10/ICH7 Family SATA Controller [IDE
mode]
/0/3 scsi0 storage
/0/3/0.0.0 /dev/cdrom disk DVDRAM GSA-H10N
/0/4 scsi2 storage
/0/4/0.0.0 /dev/sda disk 64GB SAMSUNG SSD PB22
/0/4/0.0.0/1 /dev/sda1 volume 59GiB Extended partition
/0/4/0.0.0/1/5 /dev/sda5 volume 57GiB Linux filesystem partition
/0/4/0.0.0/1/6 /dev/sda6 volume 1908MiB Linux swap / Solaris partition
/0/7 scsi3 storage
/0/7/0.0.0 /dev/sdb disk 250GB ST3250820AS
/0/7/0.0.0/1 /dev/sdb1 volume 39GiB Darwin/OS X HFS+ partition
/0/7/0.0.0/2 /dev/sdb2 volume 59GiB EXT4 volume
/0/7/0.0.0/2/5 /dev/sdb5 volume 57GiB Linux filesystem partition
/0/7/0.0.0/2/6 /dev/sdb6 volume 1801MiB Linux swap / Solaris partition
/0/7/0.0.0/3 /dev/sdb3 volume 17GiB Windows NTFS volume
/0/7/0.0.0/4 /dev/sdb4 volume 116GiB Darwin/OS X HFS+ partition
/0/8 scsi4 storage
/0/8/0.0.0 /dev/sdc disk 8036MB Cruzer Micro
/0/8/0.0.0/0 /dev/sdc disk 8036MB
/0/8/0.0.0/0/1 /dev/sdc1 volume 7662MiB Windows FAT volume
--
Do not reply 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=17896
Summary: Cups not detected on OpenBSD
Product: Wine
Version: 1.1.18
Platform: PC
OS/Version: OpenBSD
Status: NEW
Keywords: download, source
Severity: minor
Priority: P2
Component: build-env
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
Compile script is:
#!/bin/sh
export CFLAGS="-I/usr/local/include -I/usr/local/include/libpng"
export LDFLAGS="-lm -lz -lcrypto -L/usr/local/lib"
export X_EXTRA_LIBS="-lXau -lXdmcp"
export CPPFLAGS="-I/usr/local/include"
./configure
>From config.log:
configure:16073: checking for -lcups
configure:16108: gcc -o conftest -I/usr/local/include
-I/usr/local/include/libpng -I/usr/local/include -I/usr/local/include -lm -lz
-lcrypto -L/usr/local/lib conftest.c -lcups -Wl,-R/usr/local/lib
-L/usr/local/lib -lossaudio -li386 >&5
/usr/local/lib/libcups.so.3.0: warning: strcpy() is almost always misused,
please use strlcpy()
/usr/local/lib/libcups.so.3.0: warning: sprintf() is often misused, please use
snprintf()
/usr/local/lib/libcups.so.3.0: undefined reference to `pthread_getspecific'
/usr/local/lib/libcups.so.3.0: undefined reference to `pthread_once'
/usr/local/lib/libcups.so.3.0: undefined reference to `pthread_key_create'
/usr/local/lib/libcups.so.3.0: undefined reference to `pthread_mutex_unlock'
/usr/local/lib/libcups.so.3.0: undefined reference to `pthread_mutex_lock'
/usr/local/lib/libcups.so.3.0: undefined reference to `pthread_setspecific'
collect2: ld returned 1 exit status
perhaps we need to #include pthread.h?
--
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=42818
Bug ID: 42818
Summary: MIDI Time Code Quarter Frame messages not passed to
ALSA
Product: Wine
Version: 1.6
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: winealsa.drv
Assignee: wine-bugs(a)winehq.org
Reporter: mdmayfield(a)yahoo.com
Distribution: ---
MIDI Time Code (MTC) Quarter Frame messages are not correctly passed to ALSA,
causing sync to fail when the Windows application running under Wine (such as
REAPER) is the master timekeeper.
The problem is in dlls/winealsa.drv/midi.c, lines 931-945, which tries to use
snd_seq_ev_set_sysex to send these messages. Based on the discussion in
https://bugs.winehq.org/show_bug.cgi?id=26928 this must have once worked, but
apparently with more recent versions of ALSA these messages are never actually
sent via snd_seq_ev_set_sysex (it must have become more strict in its
definition of "SysEx").
Commit 53454ce9359f4ec485aa9411a0e9b14e3d1ed0fa "Fix handling of system real
time MIDI messages" by 00cpxxx appears to address a very similar issue with
some messages, but does not address Quarter Frames.
By using that approach as a template I was able to make Quarter Frame messages
work again:
https://github.com/mdmayfield/wine/commit/ab1763e7287a7062f658c40def5bf9919…
Without this patch I could reproduce the issue on Wine 1.6, 1.8, 1.9,and 2.4.
Once I have time I will try to create a proper patch submission. Otherwise
please feel free to use or adapt the fix from the GitHub link above.
Thanks,
Matt
--
Do not reply 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=42739
Bug ID: 42739
Summary: CUPS PDF creation, font encoding, garbled / glibberish
text
Product: Wine
Version: 2.4
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wineps.drv
Assignee: wine-bugs(a)winehq.org
Reporter: quatze(a)t-online.de
Distribution: ---
Created attachment 57734
--> https://bugs.winehq.org/attachment.cgi?id=57734
Original docx file
This has originally been posted in the forum, see here:
https://forum.winehq.org/viewtopic.php?f=8&t=28673
I am running MSOffice 2007 on Wine 2.4 on Arch. It is running very well and I
am using it to prepare PDF files from various office files in the background.
The PDF files look very good and are searchable. However, they contain text,
which is malformed. This depends on the font encoding, I suppose.
As a test setup I copied my Fonts directory from my windows machine to the
respectuive wine prefeix/drive_c/windows/Fonts and also installed them in the
truetype fonts directory on the linux machine (/usr/share/fonts/TTF + fc-cache
and fc-cache-32). So the PDF printing picks up all necessary fonts.
Printing is done via cups-pdf. Currently at 3.0.1, but I have tried several
versions starting from 2.6 inclduding and not indcluding several patches found
on the internet:
https://github.com/alexivkin/CUPS-PDF-to-PDFhttp://www.linuxquestions.org/questions ... 175440557/
https://launchpadlibrarian.net/15378121 ... port.patch
It seems that the cups-pdf driver is not the culprit here, as the result is
always the same.
My test.docx is attached and contains two lines ('test') the first one in
Calibri, the second one in Arial. When I print this docx with wine 2.4, Word
2007 and cups-pdf, a pdf file is created, which looks fine (s. attached), but
when I copy and paste the text, I get:
'[garbled text]
test'
So apparently, the Calibri-font part is somehow problematic.
pdffonts test_wine.pdf
OQHKQC+ArialMT Type 1C WinAnsi yes yes no 10 0
YIGKZZ+Calibri Type 1C Custom yes yes no 8 0
I know I can directly save the docx as a pdf in word and I can also automate
this via a makro, but I also would like to print from Outlook, which is not as
easy to automate as Word via makros, but easily prints via tjhe /p command line
switch.
When I directly save the docx as pdf, I get:
'Test
test'
pdffonts test_wine_savepdf.pdf
ABCDEE+Calibri TrueType WinAnsi yes yes no 5 0
Arial TrueType WinAnsi no no no 7 0
The difference is that the Calibri font is encoded WinAnsi and not custom.
I checked whether the cups-pdf driver might be the culprit by opening and
printing the test.docx file with a native copy of libreoffice and I get:
'Test
test'
pdffonts test_lo.pdf
BAAAAA+Calibri TrueType WinAnsi yes yes yes 14 0
CAAAAA+ArialMT TrueType WinAnsi yes yes yes 9 0
So, basically, both the cups-pdf driver and wine/word are able to encode
WinAnsi, but printing via Word apparently forces the cups-pdf driver to include
custom-encoded font-subsets. I somewhere read that ghostscript cannot do
anything related to reencoding fonts, so I assume that there is something wrong
before cups-pdf starts.
Further observations:
If I use the 'print to file' option in Word (wine) and Word (Windows machine)
to produce a PS file, further processing with ghostscript produces a PDF with
garbled copied text and Type 1C, Custom encoding Calibri, whilst the same
command produces a PDF with copiable text and TrueType, WinAnsi encoding
Calibri.
--
Do not reply 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=36975
Bug ID: 36975
Summary: Printing to PDF using cups-pdf as default always
prints as USA letter.
Product: Wine
Version: 1.7.0
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: pedro.m.ferreira(a)gmail.com
Im using a software called AIRC, it is a portuguese townhall management
software.
With wine version 1.4 i could create A4 pdf files directly from the software,
but now with wine 1.6 or wine 1.7 the pdf are always size usa letter.
It is not a cups-pdf problem because printing directly to the printer it prints
only as usa letter and a little part of the data.
How can i troubleshoot the bug ? Thanks
--
Do not reply 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=43258
Bug ID: 43258
Summary: Spooky's Jump Scare Mansion: HD Renovation crashes
Product: Wine
Version: 2.11
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: laevos(a)laevos.com
Distribution: ---
The game will play correctly up to around level 100 or so, but then (randomly,
since the layout of the mansion is randomly generated) upon entering a room,
this error eventually pops up:
err:seh:raise_exception Unhandled exception code c0000005 flags 0 addr 0xaa8cf6
Causing the game to immediately crash
--
Do not reply 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=42832
Bug ID: 42832
Summary: The Sims 4 Bug Report
Product: Wine
Version: unspecified
Hardware: x86
OS: Mac OS X
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: lessist48(a)gmail.com
Created attachment 57924
--> https://bugs.winehq.org/attachment.cgi?id=57924
Bug file.
Hello,i got a bug on The Sims 4. When i click on The Sims 4, this make me this:
What can i do? Thanks You!
--
Do not reply 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=7316
Ken Sharp <imwellcushtymelike(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Resolution|--- |ABANDONED
Status|ASSIGNED |RESOLVED
--- Comment #43 from Ken Sharp <imwellcushtymelike(a)gmail.com> ---
Long abandoned.
--
Do not reply 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=43243
Bug ID: 43243
Summary: HirezLauncher.exe: crashes during install.
Product: Wine
Version: 2.11
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: shasharala(a)outlook.com
Distribution: ---
Created attachment 58550
--> https://bugs.winehq.org/attachment.cgi?id=58550
This is the backtrace from when HirezLauncher.exe crashed
During a download and install of Smite through InstallSmite.exe(available from
https://www.smitegame.com/download/) HirezLauncher.exe will crash 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=33694
Bug #: 33694
Summary: AppDB need a lot of time to commit a screenshot and
shows an error message
Product: WineHQ Apps Database
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: appdb-unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: mywine(a)schiermeier-it.de
Classification: Unclassified
Created attachment 44612
--> http://bugs.winehq.org/attachment.cgi?id=44612
AppDB commit fails (or not?)
I got a message about a new qued screenshot. Proccessing it I got
acontradictory message. At least the screenshot was commited to the database.
--
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=38168
Bug ID: 38168
Summary: Keyword field unused
Product: WineHQ Apps Database
Version: unspecified
Hardware: x86
URL: https://appdb.winehq.org/help/?sTopic=maintainer_guide
lines
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: appdb-unknown
Assignee: wine-bugs(a)winehq.org
Reporter: jhansonxi(a)gmail.com
Distribution: ---
The maintainer guidelines indicate that "Keywords are used by the search
engine" but this does not seem to be true. The application "Pony Art CD"
(https://appdb.winehq.org/objectManager.php?sClass=version&iId=31453) has the
keyword "horses" set but the term does not appear (singular or plural) in its
description, version description, or test results. It is not listed when
searched for with the WineHQ search box, Google directly, or the AppDB search
(https://appdb.winehq.org/objectManager.php?sClass=application&bIsQueue=fals…).
Either this needs to be fixed or the field removed and maintainer guidelines
updated accordingly.
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.