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.
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.