http://bugs.winehq.org/show_bug.cgi?id=58160
Bug ID: 58160
Summary: Wine cannot download mono
Product: Wine
Version: 10.5
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: scallegari(a)arces.unibo.it
Distribution: ---
Recently, wine seems uncapable of downloading mono. The progress bar does not
move from 0 an everything hangs. Might be an issue with wine itself or with the
servers from which mono is meant to be developed. In either case, lack of a
proper timeout and diagnostics in wine seems problematic.
To repro: `wine 'C:\windows\system32\control.exe' appwiz.cpl install_mono`
--
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=38284
Bug ID: 38284
Summary: Last Half of Darkness: Society of the Serpent Moon
demo has slow performance without native d3dx9_36
Product: Wine
Version: 1.7.39
Hardware: x86-64
URL: http://www.lasthalfofdarkness.com/moon/demo.htm
OS: Linux
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: directx-d3dx9
Assignee: wine-bugs(a)winehq.org
Reporter: andrey.goosev(a)gmail.com
Distribution: ---
Created attachment 51117
--> https://bugs.winehq.org/attachment.cgi?id=51117
+tid+d3dx
Just when a hero is talking by phone at the beginning.
--
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=50888
Bug ID: 50888
Summary: FlatOut 2 shadows are red with builtin d3dx9_30
Product: Wine
Version: 6.5
Hardware: x86-64
URL: https://www.pcworld.pl/ftp/pobierz/gry/3642.html
OS: Linux
Status: NEW
Keywords: download
Severity: minor
Priority: P2
Component: directx-d3d-util
Assignee: wine-bugs(a)winehq.org
Reporter: andrey.goosev(a)gmail.com
Distribution: ---
Created attachment 69701
--> https://bugs.winehq.org/attachment.cgi?id=69701
+d3dx
wine-6.5-41-g6ca1a92684f
--
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=45469
Bug ID: 45469
Summary: MotoGP 13 Demo - Black screen after launch
Product: Wine
Version: 3.12
Hardware: x86-64
URL: https://www.gamewatcher.com/downloads/motogp-13-downlo
ad/motogp-13-demo
OS: Linux
Status: NEW
Keywords: download
Severity: minor
Priority: P2
Component: directx-d3dx9
Assignee: wine-bugs(a)winehq.org
Reporter: andrey.goosev(a)gmail.com
Distribution: ---
0009:fixme:d3dx:d3dx9_sprite_Begin Flags unsupported: 0x18
0009:fixme:d3dx:d3dx9_sprite_SetWorldViewLH iface 0x130510, world 0x10456c40,
view 0x10456c40 stub!
Solves with native d3dx9_43
wine-3.12-110-g414fe80aeb
--
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=58169
Bug ID: 58169
Summary: Trae installer fails: "Failed to expand shell folder
constant userpf"
Product: Wine
Version: 10.6
Hardware: x86-64
URL: https://lf-cdn.trae.ai/obj/trae-ai-us/pkg/app/releases
/stable/1.0.12120/win32/Trae-Setup-x64.exe
OS: Linux
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: shell32
Assignee: wine-bugs(a)winehq.org
Reporter: xerox.xerox2000x(a)gmail.com
Distribution: Debian
Someone reported this on reddit.
A messagebox appears with the message mentioned in the title, and the installer
exits.
Patch below makes the installer succeed, but I'm too unfamiliar with the code
in shellpath.c to know id this is right. Any pointers welcome.
diff --git a/dlls/shell32/shellpath.c b/dlls/shell32/shellpath.c
index 1a52717651e..20670b854b2 100644
--- a/dlls/shell32/shellpath.c
+++ b/dlls/shell32/shellpath.c
@@ -2039,7 +2039,7 @@ static const CSIDL_DATA CSIDL_Data[] =
},
{ /* 0x6e */
.id = &FOLDERID_UserProgramFiles,
- .type = CSIDL_Type_Disallowed, /* FIXME */
+ .type = CSIDL_Type_User,//CSIDL_Type_Disallowed, /* FIXME */
.category = KF_CATEGORY_PERUSER,
.name = L"UserProgramFiles",
.parent = &FOLDERID_LocalAppData,
--
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=55990
Bug ID: 55990
Summary: KakaoTalk incorrectly renders certain user profile
elements
Product: Wine
Version: 8.21
Hardware: x86-64
URL: https://app-pc.kakaocdn.net/talk/win32/KakaoTalk_Setup
.exe
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: gdiplus
Assignee: wine-bugs(a)winehq.org
Reporter: jinoh.kang.kr(a)gmail.com
CC: gang65(a)poczta.onet.pl, infyquest(a)gmail.com
Distribution: ---
Created attachment 75597
--> https://bugs.winehq.org/attachment.cgi?id=75597
actual profile rendering (gdiplus=builtin)
Attached are some screenshots of the same profile in builtin and native.
Note that the profile has animated elements and "snowing" background; no
attempt has been made to capture the exact same frame.
Steps to reproduce:
1. Create a KakaoTalk account via mobile client (Android or iOS).
2. Log in to the account.
3. Use the "multi-profile" feature to place elements.
Expected behavior:
See attachment "expected profile rendering (gdiplus=native)"
Actual behavior:
See attachment "actual profile rendering (gdiplus=builtin)"
a. Translucent background and border on some widgets/components are absent.
b. Font rendering is slightly different; pay special attention on the kerning.
c. Sampling and anti-aliasing is slightly different.
--
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=50712
Bug ID: 50712
Summary: explorer.exe crash when is closed
Product: Wine
Version: 6.2
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: testing.tigerwolf(a)mail.com
Distribution: ---
Created attachment 69457
--> https://bugs.winehq.org/attachment.cgi?id=69457
explorer.exe crash log
launching explorer.exe from drive_c/windows
It works but when exiting a "page fault" appears
--
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=46699
Bug ID: 46699
Summary: total commander cursor color
Product: Wine
Version: 4.0-rc7
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: andrej8anubis(a)gmail.com
Distribution: ---
Hello, I have a red cursor in total commander, when I am not at the top of the
window, and I open a new tab with "ctrl + t", I have two cursors, one at the
top, and another on the previous position. But the correct one is the one at
the top. When I click down button, only the the one in the second column is
seen as it should be. Can someone reproduce that? Thank you
--
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=46698
Bug ID: 46698
Summary: delete a file name in tabs
Product: Wine
Version: 4.0-rc7
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: andrej8anubis(a)gmail.com
Distribution: ---
A name of the map in the tab of total commander is not shown correctly. It is
only shown correctly if it is in the beginning of the window, but if it is in
the middle or at the end, the name overlaps with the left tabs. The name of the
map is long.
Can someone reproduce that?
--
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=49557
Bug ID: 49557
Summary: Clip Studio Paint paghe faults when using fonts
Product: Wine-staging
Version: 5.9
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: applchu(a)firemail.cc
CC: leslie_alistair(a)hotmail.com, z.figura12(a)gmail.com
Distribution: ---
Created attachment 67696
--> https://bugs.winehq.org/attachment.cgi?id=67696
the error log
Clip Studio Paint (ver.19.11) crashes when accessing fonts on wine-staging 5.9
You may ask "why not use the latest 5.12 version?" and that's because ver 5.9
is the last version Clip Studio Paint opens on. in version 5.12 it wont boot,
as it immediately page faults. using a 32-bit wineprefix does not solve the
issue, nor does it occur naively on windows.
Specs:
Wine build: wine-5.9 (Staging)
Platform: x86_64
Version: Windows 7
Host system: Linux
Host version: 5.7.7-arch1-1
CPU: AMD Ryzen 7 3700X (16) @ 4.050GHz
GPU: AMD ATI Radeon RX 5700/5700 XT
OS: Arch Linux x86_64
Kernel: 5.7.7-arch1-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.