https://bugs.winehq.org/show_bug.cgi?id=47127
Bug ID: 47127
Summary: Nioh: unhandled page faults
Product: Wine
Version: 4.6
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: mail(a)ap4y.me
Distribution: ---
Created attachment 64341
--> https://bugs.winehq.org/attachment.cgi?id=64341
console output with lutris + dxvk and steam
Nioh (steam game id 485510) is crashing quite often during gameplay upon
performing death blows and interacting with some objects. It requires dxvk to
run but it doesn't seem to be related as I was able to complete several levels
with crashes. Regular log doesn't show much so I'm attaching warn+all log and
backtrace. There are wmv/quartz related error messages in the log but I don't
think it's related to the crash as there are no cutscenes played when crashes
happen.
--
Do not reply 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=45699
Bug ID: 45699
Summary: Microsoft Office 2016 Pro Plus 64-bit/x64 fails to
install
Product: Wine
Version: 3.14
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: msi
Assignee: wine-bugs(a)winehq.org
Reporter: alexander-winehq(a)xmine128.tk
Distribution: ---
Created attachment 62125
--> https://bugs.winehq.org/attachment.cgi?id=62125
Annotated installation log file
Installation was done using an online installer with name:
Setup.X64.de-de_O365ProPlusRetail_XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX_TX_DB_b_32_.exe
(The included GUID was redacted since I'm not sure whether this is a license
key or not.)
I've added a log file with some observations I've made during install included
inline – you can find these by searching for the letters "!!!" (without
quotes). In particular, the following lines appear several times when the
installer gets stuck at 58% before it aborts:
wine: Call from 0x7bc5be0c to unimplemented function
RPCRT4.dll.NdrClientCall3, aborting
012d:fixme:ntdll:EtwEventUnregister (deadbeef) stub.
014b:err:msi:execute_script Execution of script 0 halted; action
L"[C:\\Program Files\\Common Files\\Microsoft
Shared\\OfficeSoftwareProtectionPlatform\\OSPPOBJS.DLL|C:\\Program
Files\\Common Files\\Microsoft
Shared\\OfficeSoftwareProtectionPlatform\\osppobjs-spp-plugin-manifest-signed.xrm-ms<=>S-1-5-21-0-0-0-1000<=>{90160000-007E-0000-1000-0000000FF1CE}]CAInstallSp"...
returned 1603
014b:err:msi:ITERATE_Actions Execution halted, action L"InstallFinalize"
returned 1603
Most of the other stuff appears unproblematic except maybe for
CreateSymbolicLink being stubbed.
--
Do not reply 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=49621
Bug ID: 49621
Summary: Tableau Desktop crashes (apparently inside
gdi32.GetFontFileInfo)
Product: Wine
Version: 5.13
Hardware: x86
URL: https://downloads.tableau.com/tssoftware/TableauDeskto
p-64bit-2020-2-2.exe
OS: Linux
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: xerox.xerox2000x(a)gmail.com
Distribution: ---
sha1sum TableauDesktop-64bit-2020-2-2.exe
33445211ab66cb07990e11468521ca848a23ed7a TableauDesktop-64bit-2020-2-2.exe
Someone reported this crashing on reddit, he copied it over from windows disk,
i guess because of failing installer (bug 49620)
For me it crashes too; Looks like for me it chokes in GetFontFileInfo
00d4:Call gdi32.GetFontFileInfo(00370009,00000000,00217fa0,00000018,00000000)
ret=7fd5ee6937e3
00d4:trace:seh:dispatch_exception code=c0000005 flags=0 addr=00007FD5F0EB189A
ip=f0eb189a tid=00d4
Hack below makes it start for me into login window. Maybe some font-guru could
have a look at this.
Note: I tried install various fonts with winetricks but that didn't help either
Hack:
diff --git a/dlls/gdi32/freetype.c b/dlls/gdi32/freetype.c
index f82a8c1641..1b60f05354 100644
--- a/dlls/gdi32/freetype.c
+++ b/dlls/gdi32/freetype.c
@@ -8885,6 +8885,8 @@ BOOL WINAPI GetFontFileInfo( DWORD instance_id, DWORD
unknown, struct font_filei
needed = &required_size;
font = entry->obj;
+
+ if(info)
*needed = sizeof(*info) + strlenW(font->fileinfo->path) * sizeof(WCHAR);
if (*needed > 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=49879
Bug ID: 49879
Summary: Minecraft educational version crashes at start (native
concrt140/msvcp140 is workaround)
Product: Wine
Version: 5.17
Hardware: x86-64
OS: Linux
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: msvcrt
Assignee: wine-bugs(a)winehq.org
Reporter: xerox.xerox2000x(a)gmail.com
Distribution: ---
As the title says
After winetricks vcrun2017 the application starts fine, playing a bit with
native dlls i think minimal native set is concrt140/msvcp140
Short +relay log below;
0024:Ret msvcp140._Mtx_init_in_situ() retval=0d792a18 ret=01a54145
0024:Call ucrtbase.malloc(00000008) ret=01a73ca8
0024:Call ntdll.RtlAllocateHeap(039f0000,00000000,00000008) ret=7e943888
0024:Ret ntdll.RtlAllocateHeap() retval=03afffd8 ret=7e943888
0024:Ret ucrtbase.malloc() retval=03afffd8 ret=01a73ca8
0024:Call ucrtbase.malloc(00000038) ret=01a73ca8
0024:Call ntdll.RtlAllocateHeap(039f0000,00000000,00000038) ret=7e943888
0024:Ret ntdll.RtlAllocateHeap() retval=0d792a90 ret=7e943888
0024:Ret ucrtbase.malloc() retval=0d792a90 ret=01a73ca8
0024:trace:seh:dispatch_exception code=c0000096 flags=0 addr=686C9AA2
ip=686c9aa2 tid=0024
0024:trace:seh:dispatch_exception eax=0d7927c0 ebx=00000000 ecx=0d792ab0
edx=01a73ca8 esi=0d792a90 edi=ffffffff
.
.
wine: Unhandled privileged instruction at address 686C9AA2 (thread 0024),
starting debugger...
0024:Call ntdll.RtlInitUnicodeString(0031e628,7b089750
L"\\Registry\\Machine\\Software\\Microsoft\\Windows
NT\\CurrentVersion\\AeDebug") ret=7b010295
--
Do not reply 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=46636
Bug ID: 46636
Summary: Old Avira AntiVir installer is not rendered properly
Product: Wine
Version: 4.1
Hardware: x86
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: dark.shadow4(a)web.de
Distribution: ---
Created attachment 63550
--> https://bugs.winehq.org/attachment.cgi?id=63550
Screenshot wine-4.1
See screenshots.
Note that in wine-4.x it is different and in wine-3.17. Somewhere after
wine-3.17 the screen turned from white into black - not sure if this is a
regression, but it seems so.
--
Do not reply 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=49077
Bug ID: 49077
Summary: Unhandled exception: page fault on read access to
0x00000000 in 32-bit code (0x782795a4)
Product: Wine
Version: 5.7
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: rich.coe2(a)gmail.com
Distribution: ---
distro: opensuse tumbleweed
version wine-32bit-5.7-3.1.x86_64
I upgraded from previous tumbleweed version to new version yesterday.
I'm running AdobeDigitalEditions that I've been using almost daily.
Today was first day to run it after the upgrade yesterday.
I'm getting Unhandled exception: page fault on read access to 0x00000000 in 32-
bit code (0x782795a4) when I run ade after running for about a minute. It does
not seem to be reacting to what I'm doing in the UI at the time.
It's always the same address, 0x782795a4.
I invoke ADE this way:
WINEARCH=win32 WINEPREFIX=$HOME/.winedotnet wine c://Program\
Files//adobe//Adobe\ digital\ editions\ 4.5//digitaleditions.exe
I ran ADE under winedbg, and after a while it crashed. The backtrace is empty.
It suggests to me a stack corruption followed by a return to value overwritten
on the stack.
I am looking for any diagnostics to track down issue.
I can run in debug, compile from source, or provide necessary traces.
--
Do not reply 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=48505
Bug ID: 48505
Summary: WinRAR x64: Unhandled exception: unimplemented
function GDI32.dll.ScriptGetCMap called in 64-bit code
Product: Wine
Version: 5.0
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: gdi32
Assignee: wine-bugs(a)winehq.org
Reporter: esdrastarsis(a)gmail.com
Distribution: ---
The program calls the ScriptGetCMap function in the gdi32 dll, but it only
exists in the usp10 dll, I made a patch to connect the function in both dlls
via the spec file.
--
Do not reply 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=21161
Summary: Still Life 2: Black and broken textures
Product: Wine
Version: 1.1.35
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: blocker
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: otto_rey(a)yahoo.com.ar
Still Life 2 display black and broken textures
--
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=43170
Bug ID: 43170
Summary: Far Cry 4 fills dead air with colored bars
Product: Wine
Version: 2.10
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3dx11
Assignee: wine-bugs(a)winehq.org
Reporter: noonetinone(a)gmail.com
Distribution: Other
Created attachment 58434
--> https://bugs.winehq.org/attachment.cgi?id=58434
Far Cry 4 shot #1
Far Cry 4 looks good. Everything that belongs in the scene is rendered
properly.
Cars, animals, people. buildings, grass, and the trees look ok. The problem is
empty air is being flooded with rapidly flashing bars and strips of different
colors.
While that is happening the following sample lines are being spammed at the
console. I also have some screenshots.
_____________________________________________________________________________
fixme:d3d11:wined3d_map_flags_from_d3d11_map_type Unhandled map_type 0x2.
fixme:d3d11:d3d11_immediate_context_RSSetViewports Multiple viewports not
implemented.
<<REPEATED>>
fixme:d3d11:d3d11_immediate_context_RSSetViewports Multiple viewports not
implemented.
fixme:d3d11:d3d11_immediate_context_Flush iface 0x1027390 stub!
fixme:dxgi:dxgi_swapchain_GetDesc iface 0x1530e670, desc 0x15dfe090 partial
stub!
fixme:dxgi:dxgi_swapchain_GetDesc Ignoring ScanlineOrdering, Scaling and
SwapEffect.
--
Do not reply 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=31526
Bug #: 31526
Summary: Delphi 7: object inspector prevents copy/paste of
components in form editor
Product: Wine
Version: 1.5.11
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: djelinski1(a)gmail.com
Classification: Unclassified
To reproduce this bug:
- place any control on the form designer
- press ctrl-c, ctrl-v. There should be two controls now, which is the correct
behavior
- press f11 to activate the object inspector
- click on any of the previously placed controls
- press ctrl-c, ctrl-v. No new controls appear. If you press ctrl-v repeatedly,
you may notice that new text is pasted in previously selected object inspector
property.
--
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.