https://bugs.winehq.org/show_bug.cgi?id=47429
Bug ID: 47429
Summary: Medieval 2 total war gold crash on launch
Product: Wine
Version: 4.11
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: dam.rocchi(a)gmail.com
Distribution: ---
Created attachment 64777
--> https://bugs.winehq.org/attachment.cgi?id=64777
Debug +loaddll,+module,+wgl in fresh 32 bot prefix
Wine crash after launch, with message box "Unspecified error" and exit.
--
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=43926
Bug ID: 43926
Summary: Medieval: Total War. No mouse pointer and no text in
Battle mode.
Product: Wine
Version: 2.19
Hardware: x86-64
OS: Mac OS X
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
Assignee: wine-bugs(a)winehq.org
Reporter: vir.found(a)gmail.com
Created attachment 59561
--> https://bugs.winehq.org/attachment.cgi?id=59561
wine-2.19 (Staging): WINEDEBUG="fixme-all,+d3d_surface,+d3d9"
Steps to reproduce:
1. Start the game.
2. Press "Quick Battle".
Mouse pointer is invisible.
All text on screen is invisible.
Reproducible on all wine versions I managed to grab:
2.0
2.0.2
2.7
2.18
2.19
2.19 (Staging)
Reproducible with XQuartz and with native macdriver
--
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=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=50199
Bug ID: 50199
Summary: Keyboard failure for cursor keys under vDosPlus since
Ubuntu 18
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: dos
Assignee: wine-bugs(a)winehq.org
Reporter: hheinscher(a)gmail.com
Distribution: ---
In Ubuntu Mate 16 I am running vDosPlus with FoxPro under Wine.
All keys go well - even cursor keys.
But since Ubuntu 18 and 20 the cursor keys are no longer available (no
reaction).
What causes this behavior?
--
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=51333
Bug ID: 51333
Summary: Shogun Total War 2 broken with 6.11
Product: Wine
Version: 6.11
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: msvcrt
Assignee: wine-bugs(a)winehq.org
Reporter: testmode11(a)protonmail.com
Distribution: ---
Shogun Total War 2 crashes on the SEGA logo due to recent musl math function
changes in dlls/msvcrt/math.c. Reverting these changes or using 6.10 fixes the
issue.
--
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.