http://bugs.winehq.org/show_bug.cgi?id=27368
Summary: IDriver.exe crahses during installation of Peachtree
Complete Accounting 2004
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: loader
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: m_almazan(a)yahoo.com
"The program IDriver.exe has encountered a serious problem and needs to close."
Problem message: 1628 Failed to complete installation
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=18935
Summary: Peachtree First Accounting 2010 install fails because
it can't find AVManagerUnified.dll
Product: Wine
Version: 1.1.23
Platform: PC
URL: http://www.peachtree.com/productsServices/tryPeachtree
/
OS/Version: Linux
Status: NEW
Keywords: download, Installer
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
The installer aborts with the error
Error Number: 0x80040702
Description: Failed to load DLL: SASLib
Setup will now terminate.
SASLib.dll and its dependency AVManagerUnified.dll
are located in c:\windows\temp\{*}\
SASLib.dll fails to load because it can't find AVManagerUnified.dll.
Is Wine supposed to search the directory containing a DLL
for things that DLL depends on?
--
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=27385
Summary: Peachtree First Accounting 2012 install fails because
USER32.DLL GetListBoxInfo not found
Product: Wine
Version: 1.3.21
Platform: x86-64
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: frederic.delanoy(a)gmail.com
Installation aborts due to (popup) error stating that "The procedure
GetListBoxInfo could not be located in the DLL USER32.dll"
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=46304
Bug ID: 46304
Summary: Fog handling seems to be off in Prince of Persia
Product: Wine
Version: 3.21
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
Assignee: wine-bugs(a)winehq.org
Reporter: gw.fossdev(a)gmail.com
Distribution: ---
Created attachment 63028
--> https://bugs.winehq.org/attachment.cgi?id=63028
apitrace dump of frame that contains shader:
Hello, I came across this by trying out Prince of Persia with virgl ad a driver
and comparing it to the host. Initially I thought it was a virgl bug, but it
seems to be proper wine where things go wrong:
Here are my findings:
When I run "wine PrinceOfPersia.exe" on the host (r600) the game is playable
but when run with the virgl driver there is not contrast in the images.
However, a apitrace created with virgl as driver and replayed on host also
renders wrong, where a apitrace recorded on the host and run via virgl renders
correctly (only op-side down, because virgl doesn't support
GL_ARB_clip_control, but disabling this extension when recording the apitrace
makes it possible to get exactly the same output like when run on the r600
host.
The difference between the two runs in the apitrace is that when run on r600 I
get a vertex shader that does:
R6.w = (R6.w * vs_c[20].z);
R6.w = (vs_c[20].z + -R6.w);
vs_out[11].x = (vs_c[16].y + -R6.w);
vs_out[10].xyzw = (R8.xyzw);
setup_vs_output(vs_out);
The same shader created via virgl does:
R6.w = (vs_c[16].y + -R6.w);
vs_out[11].x = (R6.w * vs_c[20].z);
vs_out[10].xyzw = (R8.xyzw);
setup_vs_output(vs_out);
ffp_varying_fogcoord = gl_Position.z;
gl_Position.y = gl_Position.y * pos_fixup.y;
The value ffp_varying_fogcoord is not assigned a value with the r600 version.
However, the following fragment shader uses this value in both cases:
float fog = (ffp_fog.end - ffp_varying_fogcoord) * ffp_fog.scale;
ps_out[0].xyz = mix(ffp_fog.color.xyz, ps_out[0].xyz, clamp(fog, 0.0, 1.0));
In the r600 version ffp_fog.end=0 and ffp_fog.scale=-1, and I assume that this
results in clamp(fog, 0.0, 1.0) returning 1.0, and in the scene the fog effect
seems to be generated differently. In the virgl version the values are
ffp_fog.end=1 and ffp_fog.scale=1, and I can only assume that gl_Position too
large so that clamp(fog, 0.0, 1.0) returns very small values (or even 0) and
the scene gets rendered in the fog colour overlayed by some post processing
effects.
I have not yet investigated why wine creates different code path for the two
drivers, I guess that it depends on some extension(s) that may or may not be
available.
The initial but report for virglrenderer can be found here:
https://gitlab.freedesktop.org/virgl/virglrenderer/issues/62
--
Do not reply 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=30173
Bug #: 30173
Summary: Adobe Lightroom 4 fails to start: Unimplemented
function KERNEL32.dll.SleepConditionVariableCS
Product: Wine
Version: 1.4
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: kernel32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: robert.munteanu(a)gmail.com
Classification: Unclassified
fixme:thread:GetThreadPreferredUILanguages 52, 0x33f8e8, 0x33fb64 0x33f8f0
fixme:thread:GetThreadPreferredUILanguages 52, 0x33f6d4, 0x33f950 0x33f6dc
err:secur32:SECUR32_initSchannelSP TLS library not found, SSL connections will
fail
fixme:thread:GetThreadPreferredUILanguages 52, 0x33f734, 0x33f9b0 0x33f73c
fixme:heap:HeapSetInformation (nil) 1 (nil) 0
fixme:heap:HeapSetInformation 0x110000 0 0x33fa74 4
fixme:thread:GetThreadPreferredUILanguages 52, 0x33f494, 0x33f710 0x33f49c
fixme:shell:IShellLinkW_fnGetPath (0x14ad48): WIN32_FIND_DATA is not yet
filled.
fixme:shell:IShellLinkW_fnGetPath (0x14ad48): WIN32_FIND_DATA is not yet
filled.
fixme:process:InitializeConditionVariable stub: 0x4e77cd8
fixme:process:InitializeConditionVariable stub: 0x4e77d68
fixme:process:InitializeConditionVariable stub: 0x4e78708
wine: Call from 0x7bc4e1a0 to unimplemented function
KERNEL32.dll.SleepConditionVariableCS, aborting
wine: Unimplemented function KERNEL32.dll.SleepConditionVariableCS called at
address 0x7bc4e1a0 (thread 004a), starting debugger...
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=44274
Bug ID: 44274
Summary: Windows Media Audio and Video 8 codecs installer needs
sfc.dll.8
Product: Wine
Version: 3.0-rc4
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: jhansonxi(a)gmail.com
Distribution: ---
Created attachment 60091
--> https://bugs.winehq.org/attachment.cgi?id=60091
Wine log with builtin sfc.dll
Windows Media Audio and Video 8 codecs installer aborts because function
sfc.dll.8 is missing. Installing native sfc.dll (Win2K) corrects the problem.
With the native dll the installer wants sfcfiles.dll but seems to complete
installation without it. Using a native sfcfiles.dll results in a page fault.
--
Do not reply 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=35374
Bug ID: 35374
Summary: unimplemented function mscoree.dll.CLRCreateInstance
Product: Wine
Version: 1.7.10
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: mscoree
Assignee: wine-bugs(a)winehq.org
Reporter: denis.bonnenfant(a)diderot.org
Classification: Unclassified
Created attachment 47177
--> http://bugs.winehq.org/attachment.cgi?id=47177
backtrace
SolidWorks 2013 32bits crashes with :
Unimplemented function mscoree.dll.CLRCreateInstance called at address
0x7bc54010
vcrun2008, vcrun2010, dotnet35 and dotnet40 are installed with winetricks, as
they are normal prerequisites even in windows.
mscoree is configured as native
--
Do not reply 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=44014
Bug ID: 44014
Summary: Unhandled exception: page fault on execute access to
0x00209520 in 32-bit code (0x00209520).
Product: WineHQ Apps Database
Version: unspecified
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: appdb-unknown
Assignee: wine-bugs(a)winehq.org
Reporter: cadunn(a)vt2000.com
Distribution: ---
Created attachment 59676
--> https://bugs.winehq.org/attachment.cgi?id=59676
Unhandled exception
This occurred in Poker Stars running in Wine, Linux Mint 18.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=50464
Bug ID: 50464
Summary: Process Hacker 3.x needs
ntdll.dll.RtlGetFullPathName_UEx
Product: Wine
Version: 6.0-rc5
Hardware: x86-64
URL: https://ci.appveyor.com/api/buildjobs/9slxi3pkcyxcd2kf
/artifacts/processhacker-3.0.3701-bin.zip
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: ntdll
Assignee: wine-bugs(a)winehq.org
Reporter: the.ideals(a)gmail.com
Distribution: ---
wine: Call from 7BC2AEFA to unimplemented function
ntdll.dll.RtlGetFullPathName_UEx, aborting
sha1sum processhacker-3.0.3701-bin.zip
8192c09315794887e144b6e499588fb633923bae processhacker-3.0.3701-bin.zip
du -sh processhacker-3.0.3701-bin.zip
6.1M processhacker-3.0.3701-bin.zip
https://github.com/processhacker/processhacker/search?q=RtlGetFullPathName_…
RtlGetFullPathName_UEx(
_In_ PCWSTR FileName,
_In_ ULONG BufferLength,
_Out_writes_bytes_(BufferLength) PWSTR Buffer,
_Out_opt_ PWSTR *FilePart,
_Out_opt_ ULONG *BytesRequired
);
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.