https://bugs.winehq.org/show_bug.cgi?id=52741
Bug ID: 52741
Summary: Missing chakra.dll to run Minecraft Windows 10 Edition
Product: Wine
Version: 7.5
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: bdard.antoine(a)gmail.com
Distribution: ---
Hello,
I am trying to run Windows 10, but there is this weird missing dll
(chakra.dll).
Could it be added?
--
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=58851
Bug ID: 58851
Summary: amd-software-adrenalin-edition-25.9.2-win10-win11-sep-
rdna.exe
Product: Wine
Version: 10.15
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: lars_martin4(a)hotmail.com
Distribution: ---
Created attachment 79516
--> http://bugs.winehq.org/attachment.cgi?id=79516
issue file
Say:
info: VK_KHR_win32_surface
info: Found device: AMD Radeon RX 5600 XT (RADV NAVI10) (radv 25.2.4)
info: Found device: llvmpipe (LLVM 21.1.2, 256 bits) (llvmpipe 25.2.4)
info: Skipping: Software driver
--
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=58860
Bug ID: 58860
Summary: Hardware monitor missing data
Product: Wine
Version: 10.15
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: lars_martin4(a)hotmail.com
Distribution: ---
Created attachment 79529
--> http://bugs.winehq.org/attachment.cgi?id=79529
hardware monitor
missing data
--
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=58859
Bug ID: 58859
Summary: DxWnd / OpenFileDialog do not show files.
Product: Wine
Version: 10.16
Hardware: x86-64
URL: https://dxwnd.org/wp-content/uploads/2024/10/Dxwnd-v2_
06_06_build.zip
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: janne.kekkonen(a)gmail.com
Distribution: ---
Created attachment 79528
--> http://bugs.winehq.org/attachment.cgi?id=79528
DXWnd filedialog
Tested with Wine 10.16 on Ubuntu Mate 22.04 running on VMware.
Created new 32bit prefix.
DxWnd version: 2.06.06.
Steps to reproduce empty openfiledialog.
1. Start DxWnd
2. Edit -> Add.
3. Press button next to path text area to open OpenFileDialog.
4. Select some file or type it in. I used c:\windows\notepad.exe
5. Press Open.
6. Press OK.
7. Delete created app.
8. Repeat steps 2 & 3.
When OpenFileDialog opens it has no files/directories shown.
Pressing Open/Cancel/Help prints following line to terminal.
0024:err:seh:dispatch_user_callback ignoring exception c0000005
Attached picture of OpenFiledialog opened first and second time.
Note by removing file dxwnd.ini from dxwnd directory openfiledialog starts to
work normally.
--
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=54927
Bug ID: 54927
Summary: grepwinNP3 (part of Notepad3) crashes inside uxtheme
Product: Wine
Version: 8.7
Hardware: x86-64
URL: https://github.com/rizonesoft/Notepad3/releases/downlo
ad/RELEASE_6.23.203.2/Notepad3_6.23.203.2_x64_Setup.ex
e
OS: Linux
Status: NEW
Keywords: download, source
Severity: normal
Priority: P2
Component: uxtheme
Assignee: wine-bugs(a)winehq.org
Reporter: xerox.xerox2000x(a)gmail.com
Distribution: ---
This is a kind of "grep with GUI":
Unhandled exception: page fault on read access to 0x0000000000000004 in 64-bit
code (0x0000006d5089f5).
=>0 0x0000006d5089f5 DrawThemeTextEx+0x45(hTheme=000000000025CA20,
hdc=0000000001410094, iPartId=0x2, iStateId=0, pszText=L"Regex search",
iCharCount=0xffffffff, flags=0x2450, rect=00000000001FC400,
options=0000000000000000)
[/home/louis/sda2/wine64-build/../wine/dlls/uxtheme/draw.c:1790] in uxtheme
(0x000000001fc400)
Apparently crashes in next line because "options" pointer is NULL:
if (options->dwFlags & ~(DTT_TEXTCOLOR | DTT_FONTPROP))
FIXME("unsupported flags 0x%08lx\n", options->dwFlags);
--
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=58881
Bug ID: 58881
Summary: Linux: static link with libvkd3d-utils.a works, but
libvkd3d-shader.a - doesn't
Product: vkd3d
Version: 1.17
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: vkd3d
Assignee: wine-bugs(a)winehq.org
Reporter: q4arus(a)ya.ru
Distribution: ---
Created attachment 79543
--> http://bugs.winehq.org/attachment.cgi?id=79543
Full CI log - static link libvkd3d-utils.a works
I want to create simple app with static link of vkd3d on Linux. Test app with
only 1 call of D3DCreateBlob and static link with libvkd3d-utils.a works fine.
Example:
```
#include <iostream>
#include <vkd3d_utils.h>
int main() {
ID3DBlob* codeBufferBlob = nullptr;
D3DCreateBlob(5760, &codeBufferBlob);
}
```
Full source code and CI here:
https://github.com/q4a/vkd3d-test/tree/16ec3647cb403ecd78c1d79e8d7e0a9bfdaa…
Build instructions:
https://github.com/q4a/vkd3d-test/blob/16ec3647cb403ecd78c1d79e8d7e0a9bfdaa…
Log is here:
https://github.com/q4a/vkd3d-test/actions/runs/18818259522/job/53689750023
and same in file `libvkd3d-utils-static.txt`
If I add 1 call of and add static link with libvkd3d-shader.a I got error:
```
/usr/bin/g++ -g -Wl,--dependency-file=CMakeFiles/dxvk-test.dir/link.d
CMakeFiles/dxvk-test.dir/source.cpp.o -o Debug/dxvk-test
/home/runner/work/dxvk-test/dxvk-test/build/vkd3d-src/.libs/libvkd3d.a
/home/runner/work/dxvk-test/dxvk-test/build/vkd3d-src/.libs/libvkd3d-shader.a
/home/runner/work/dxvk-test/dxvk-test/build/vkd3d-src/.libs/libvkd3d-utils.a:
/usr/bin/ld: /tmp/cc0FiCe9.ltrans0.ltrans.o: in function `D3DStripShader':
/home/runner/work/dxvk-test/dxvk-test/build/Ninja-Debug/../vkd3d-src/libs/vkd3d-utils/vkd3d_utils_main.c:921:(.text+0xb88):
undefined reference to `vkd3d_shader_parse_dxbc'
/usr/bin/ld:
/home/runner/work/dxvk-test/dxvk-test/build/Ninja-Debug/../vkd3d-src/libs/vkd3d-utils/vkd3d_utils_main.c:945:(.text+0xe05):
undefined reference to `vkd3d_shader_serialize_dxbc'
/usr/bin/ld:
/home/runner/work/dxvk-test/dxvk-test/build/Ninja-Debug/../vkd3d-src/libs/vkd3d-utils/vkd3d_utils_main.c:956:(.text+0xe4d):
undefined reference to `vkd3d_shader_free_shader_code'
/usr/bin/ld:
/home/runner/work/dxvk-test/dxvk-test/build/Ninja-Debug/../vkd3d-src/libs/vkd3d-utils/vkd3d_utils_main.c:960:(.text+0xe5f):
undefined reference to `vkd3d_shader_free_dxbc'
/usr/bin/ld:
/home/runner/work/dxvk-test/dxvk-test/build/Ninja-Debug/../vkd3d-src/libs/vkd3d-utils/vkd3d_utils_main.c:930:(.text+0x127e):
undefined reference to `vkd3d_shader_free_dxbc'
collect2: error: ld returned 1 exit status
```
Example:
```
#include <iostream>
#include <vkd3d_utils.h>
int main() {
ID3DBlob* codeBufferBlob = nullptr;
D3DCreateBlob(5760, &codeBufferBlob);
ID3DBlob* stripBuffer = nullptr;
D3DStripShader(codeBufferBlob->GetBufferPointer(),
codeBufferBlob->GetBufferSize(), D3DCOMPILER_STRIP_PRIVATE_DATA, &stripBuffer);
}
```
Full source code and CI here:
https://github.com/q4a/vkd3d-test/tree/6f8f6f45b68a0ac21c2c11041bffba0c7641…
Build instructions:
https://github.com/q4a/vkd3d-test/blob/6f8f6f45b68a0ac21c2c11041bffba0c7641…
Log is here:
https://github.com/q4a/vkd3d-test/actions/runs/18818628712/job/53690638034
and same in file `libvkd3d-shader-static.txt`
--
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=57594
Bug ID: 57594
Summary: Listview columns "swapped" when using
LVS_EX_CHECKBOXES (Defraggler)
Product: Wine
Version: 10.0-rc3
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: comctl32
Assignee: wine-bugs(a)winehq.org
Reporter: kyle.kcsoftwares(a)gmail.com
Distribution: ---
Created attachment 77708
--> https://bugs.winehq.org/attachment.cgi?id=77708
Defraggler Ubuntu
Piriform 2.21 from
https://web.archive.org/web/20200503230319/http://download.piriform.com/dfs…
Checkboxes are overlapping listbox items and columns are having wrong size :
Looks like LVS_EX_CHECKBOXES is not correctly supported as 2 first columns are
drawn in the wrong order
See https://jira.reactos.org/browse/CORE-19313 for more details
--
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=38320
Bug ID: 38320
Summary: HDM_SETORDERARRAY sent to ListView header doesn't
affect column order in a list
Product: Wine
Version: 1.7.39
Hardware: x86
OS: Linux
Status: NEW
Severity: minor
Priority: P2
Component: comctl32
Assignee: wine-bugs(a)winehq.org
Reporter: bunglehead(a)gmail.com
Distribution: ---
We currently only support LVM_SETCOLUMNORDERARRAY to do same thing. When header
items are reordered separately with HDM_SETORDERARRAY cached column data at
ListView side is not updated accordingly (there's no notification to do 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.
http://bugs.winehq.org/show_bug.cgi?id=58880
Bug ID: 58880
Summary: Winecfg in wine 10.17 can not create
controls(buttons,links ...) in some configurations
Product: Wine
Version: 10.17
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: comctl32
Assignee: wine-bugs(a)winehq.org
Reporter: galdralag(a)bk.ru
Distribution: ---
Created attachment 79542
--> http://bugs.winehq.org/attachment.cgi?id=79542
Running winecfg with WINEDEBUG=warn+all on WINEPREFIX from previous wine
version
When wine 10.17 compiled not in wow64 mode can't create controls
(buttons,links). So winecfg is not working on WINEPREFIX'es from previous
versions. Running winecfg with WINEDEBUG=warn+all shows error:
0124:warn:dialog:DIALOG_CreateControls32 control L"Button" L"OK" creation
failed
When creating winecfg new WINEPREFIX it shows window but exits when switching
to "About" tab with error:
0120:warn:dialog:DIALOG_CreateControls32 control L"SysLink" L"<a
href=\"https://www.winehq.org\">https://www.winehq.org</a>" creation failed
After some investigations I found that problem in comctl32 and new component
comctl32_v6 that appeared in 10.17. When I replace comctl32 from 10.16 all
works as earlier.
When wine compiled in wow64 mode winecfg shows main window and switching on
About tab also ok.
--
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=58870
Bug ID: 58870
Summary: Haltech NSP crashes on startup
Product: Wine
Version: 10.0
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: russian.pixie(a)gmail.com
Distribution: ---
Created attachment 79534
--> http://bugs.winehq.org/attachment.cgi?id=79534
Program error details
https://www.haltech.com/wp-admin/admin-ajax.php?action=ht_latest_software
NexusInstallPackageWeb_v1.53.5.exe
I've installed Haltech NSP and Datalog Viewer.
Dataloger opens just fine, however NSP crashes on startup.
I don't have any compontents activated because I can't find what the software
needs.
Thanks
--
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.