https://bugs.winehq.org/show_bug.cgi?id=39097
Bug ID: 39097
Summary: comdlg32/tests/filedlg.c hangs under valgrind
Product: Wine
Version: 1.7.49
Hardware: x86
OS: Linux
Status: NEW
Keywords: download, source, testcase, valgrind
Severity: normal
Priority: P2
Component: ntdll
Assignee: wine-bugs(a)winehq.org
Reporter: austinenglish(a)gmail.com
CC: sebastian(a)fds-team.de
Distribution: Fedora
Regression, introduced by:
[austin@localhost wine-valgrind]$ git bisect good
4a1629c4117fda9eca63b6f56ea45771dc9734ac is the first bad commit
commit 4a1629c4117fda9eca63b6f56ea45771dc9734ac
Author: Sebastian Lackner <sebastian(a)fds-team.de>
Date: Fri Jul 17 06:46:47 2015 +0200
ntdll: Avoid possible deadlock by using _exit() in NtTerminateProcess.
When threads are killed with SIGQUIT some locks can be in an undefined
state, and it not safe to call exit handlers.
:040000 040000 f8e2115ed5cca792efaf44c7d8e4ffd84255f1aa
5f5b86ac550c0d754ed0fdb5a89540bd5947a967 M dlls
Using valgrind from svn:
[austin@localhost valgrind]$ svn info
Path: .
Working Copy Root Path: /home/austin/src/valgrind
URL: svn://svn.valgrind.org/valgrind/trunk
Relative URL: ^/trunk
Repository Root: svn://svn.valgrind.org/valgrind
Repository UUID: a5019735-40e9-0310-863c-91ae7b9d1cf9
Revision: 15540
Node Kind: directory
Schedule: normal
Last Changed Author: philippe
Last Changed Rev: 15540
Last Changed Date: 2015-08-13 18:49:32 -0400 (Thu, 13 Aug 2015)
--
Do not reply 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=3548
Josh Holland <anowlcalledjosh(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |anowlcalledjosh(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.
http://bugs.winehq.org/show_bug.cgi?id=32251
Bug #: 32251
Summary: ... i dont know
Product: WineHQ Apps Database
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: appdb-unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dandazadiego(a)gmail.com
Classification: Unclassified
>Runes of magic cant run.
I followed the instructions you have given and I'll get up in the middle of the
game and update locks. how do I?
--
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=24963
Summary: Okad2: Unhandled page fault at address 0x00007f8a
during startup
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: user32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: pandolfo(a)gis.net
Created an attachment (id=31617)
--> (http://bugs.winehq.org/attachment.cgi?id=31617)
a description of the page fault plus an annotated backtrace
During program startup, Okad2-xx-pd (xx = version) generates an unhandled page
fault when loading an icon. The page fault is caused by CreateFileW as it
processes the name of the file from the parameter list. The name pointer is
0x00007f8a, which is an address in an unmapped page. This value is also an
index into Windows resources, selecting the hourglass icon.
What has happened is that the application was attempting to load the hourglass
icon and passed in BOTH the Windows resource index and a flag indicating
LOADFROMFILE. Wine attempted to load-from-file and looked for the file name
through the "name" parameter (0x00007f8a) generating the page fault. Native
Windows appears to give the value of the "name" pointer precedence and
determines that the "name" parameter is actually a resource number; hence it
does not page fault and runs Okad2 normally.
Wine *DOES* check the "name" parameter to see if it is a resource index, but
several subroutine calls later it forgets this fact and branches based on the
LOADFROMFILE bit. The backtrace has been annotated to provide both a
description and source lines involved in the decision.
This behavior was found in the latest version of Wine for Debian (.1.42) and in
a MacOS X version.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=46367
Bug ID: 46367
Summary: Visual Basic Game has "Run-time error 91"
Product: Wine
Version: 4.0-rc1
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: alexterranova81(a)gmail.com
Distribution: ---
When trying to run a visual basic game there's a "Run-time error 91"
Homepage for the game: https://jrmus.webcindario.com/jrtute.html
Link to game: https://app.box.com/s/l9byadx2cknjq4gvz7cx (It's free and legal)
The game requires a dll: Msvbvm50.dll
Logs: https://www.pastiebin.com/5c22cd45a912c
--
Do not reply 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=46337
Bug ID: 46337
Summary: Autodesk Inventor 2016
Product: Wine
Version: 4.0-rc1
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: magr198(a)gmail.com
Distribution: ---
Created attachment 63087
--> https://bugs.winehq.org/attachment.cgi?id=63087
Error to install Autodesk Inventor 2016 64 bits
"The accoreconsole.exe program has encountered a serious problem and needs to
close." When leaving this error the installation process fails and Inventor and
its components are not installed
--
Do not reply 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=46363
Bug ID: 46363
Summary: Accordance 12 (Lite) UI Render Issues
Product: Wine-staging
Version: 4.0-rc3
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: ewomer(a)gmail.com
CC: leslie_alistair(a)hotmail.com, z.figura12(a)gmail.com
Distribution: ---
Created attachment 63095
--> https://bugs.winehq.org/attachment.cgi?id=63095
WINEDEBUG="-all,warn-all,+tid,+seh,+relay" wine Accordance.exe
When running Accordance 12 (Lite) the UI experiences several rendering issues
with specific parts of the UI. The menu's render fine, its the tool bar and the
rest of the interface that has the issues.
--
Do not reply 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=46307
Bug ID: 46307
Summary: Dishonored 2 blackscreen on startup
Product: Wine
Version: 4.0-rc2
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: werifGX(a)gmail.com
Distribution: ---
Created attachment 63034
--> https://bugs.winehq.org/attachment.cgi?id=63034
default_debug.log
Dishonored 2 (Steam Version) opens in blackscreen and became unresponsive.
Installed xact, dxdx9, corefonts.
Dishonored 2 is able to open with performance issues on lutris = Suspect
missing libs.
More info: https://github.com/RXT067/Research/tree/master/WINE-Dishonored2
Related bugs(?): #45620 #45855
--
Do not reply 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=42466
Bug ID: 42466
Summary: Accordance fails to load
Product: Wine
Version: 2.1
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: blocker
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: bronsonmathews(a)gmail.com
Distribution: ---
Trying to run Accordance 12 (https://www.accordancebible.com/)
And it fails to load:
wine Accordance.exe
fixme:atl:AtlAxWinInit version 0300 semi-stub
fixme:heap:RtlCompactHeap (0x1f60000, 0x0) stub
fixme:gdiplus:resample_bitmap_pixel Unimplemented interpolation 7
fixme:wlanapi:WlanEnumInterfaces (0x1, (nil), 0x1c2fd74) stub
^Cfixme:console:CONSOLE_DefaultHandler Terminating process 8 on event 0
fabian@f:~/Accordance$ wine --version
wine-2.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.