https://bugs.winehq.org/show_bug.cgi?id=54363
Bug ID: 54363
Summary: Can't install 64 bit applications which use 32 bit
installers.
Product: Wine
Version: 5.0
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: mattyshires(a)gmail.com
Distribution: ---
The installation of some 64bit software which use 32bit installers fail due to
"VersionNT64 >= v6.2" evaluating to false but as the install is 32bit I cannot
run it under wine64.
There should be a way to override this system variable for installers such as
this.
--
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=53946
Bug ID: 53946
Summary: Some applications produced with Delphi crash on Wine
before WinMain
Product: Wine
Version: 7.21
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: mterrisse(a)free.fr
Distribution: ---
Created attachment 73522
--> https://bugs.winehq.org/attachment.cgi?id=73522
'Hello from Wine' compiled with Delphi and source code
Wine 7.21 on Ubuntu 22.10
Hello,
I attach a very small program built with Delphi 11.2 and source code
(TestWine.dpr).
It is a console application that says 'Hello from Wine' but it crashes on Wine,
page fault. It works fine on Windows.
I tried with winedbg and got this
=========
0084:fixme:wineusb:query_id Unhandled ID query type 0x5.
0084:fixme:wineusb:query_id Unhandled ID query type 0x5.
0084:fixme:hid:handle_IRP_MN_QUERY_ID Unhandled type 00000005
0084:fixme:hid:handle_IRP_MN_QUERY_ID Unhandled type 00000005
0084:fixme:hid:handle_IRP_MN_QUERY_ID Unhandled type 00000005
0084:fixme:hid:handle_IRP_MN_QUERY_ID Unhandled type 00000005
WineDbg starting on pid 0120
0x000001700570a5 ntdll+0x570a5: ret
Wine-dbg>0044:fixme:imm:ImeSetActiveContext (0000000000010026, 0): stub
0044:fixme:imm:ImmReleaseContext (0000000000010020, 0000000000010026): stub
012c:fixme:imm:ImeSetActiveContext (0000000000010052, 1): stub
012c:fixme:imm:ImmReleaseContext (0000000000030046, 0000000000010052): stub
c
Unhandled exception: page fault on execute access to 0x0000000000447000 in
64-bit code (0x00000000447000).
Register dump:
rip:0000000000447000 rsp:000000000057fe38 rbp:0000000000000000 eflags:00010a82
( R- --O I S - - - )
rax:0000000170088050 rbx:0000000000000000 rcx:00000000003f0000
rdx:00000000004424c0
rsi:0000000000000000 rdi:0000000000000000 r8:00000000003f0000
r9:000000017007bca8 r10:0000000000000000
r11:0000000000000000 r12:0000000000000000 r13:0000000000000000
r14:0000000000000000 r15:0000000000000000
Stack dump:
0x0000000057fe38: 000000007b6291b9 0000000000000000
0x0000000057fe48: 000000000057fe90 0000000000000000
0x0000000057fe58: 0000000000000000 0000000000000000
0x0000000057fe68: 000000017005f8f3 0000000000000000
0x0000000057fe78: 0000000000000000 0000000000000000
0x0000000057fe88: 0000000000000000 00000000004424c0
0x0000000057fe98: 00000000003f0000 ffffffffffffffff
0x0000000057fea8: 000000017006ab30 0000000170027380
0x0000000057feb8: 0000000000000000 000000000057fea0
0x0000000057fec8: 0000000000000000 000000000057fe70
0x0000000057fed8: 0000000000000000 0000000000000000
0x0000000057fee8: 0000000000000000 0000000000000000
Backtrace:
=>0 0x00000000447000 in testwine (+0x47000) (0000000000000000)
1 0x0000007b6291b9 BaseThreadInitThunk+0x9(unknown=<internal error>,
entry=<internal error>, arg=<internal error>)
[Z:\usr\src\packages\BUILD\dlls\kernel32\thread.c:61] in kernel32
(0000000000000000)
2 0x0000017005f8f3 __wine_pop_frame(entry=00000000004424C0,
arg=00000000003F0000) [Z:\usr\src\packages\BUILD\include\wine\exception.h:277]
in ntdll (0000000000000000)
3 0x0000017005f8f3 RtlUserThreadStart+0x83(entry=[<register RSP not
accessible in this frame>, arg=[<register RSP not accessible in this frame>)
[Z:\usr\src\packages\BUILD\dlls\ntdll\thread.c:285] in ntdll (0000000000000000)
0x00000000447000 testwine+0x47000: addb %al,(%rax)
=========
I tried step by step but it seams that the code in WinMain function is never
executed.
Can you see what is wrong with this executable?
Regards,
Michel Terrisse
--
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=54157
Bug ID: 54157
Summary: dir command of cmd fails on Z: on Ubuntu under WSL
Product: Wine
Version: 8.0-rc1
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: mterrisse(a)free.fr
Distribution: ---
Wine 8.0 rc1, Ubuntu 22.10 under WSL (Windows SubSystem for Linux, Windows 11
22H2)
Hello,
You will probably think it is a weird idea running Wine in Ubuntu under WSL.
I tried it to avoid copying many files with my program to test it under Wine.
I noticed this:
wine64 cmd.exe
dir
This works fine on C:
But if I do
Z:
dir
I receive
Invalid function.
I tried this
WINEDEBUG=warn+file wine64 cmd.exe
Z:
dir
and there is something more explicit
0108:warn:file:get_mountmgr_fs_info failed to retrieve filesystem type from
mountmgr, status 0xc000000e
Invalid function.
Do you know what is wrong?
Regards,
Michel Terrisse
--
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=54370
Bug ID: 54370
Summary: d3d display mode ww2 combat road to berlin
Product: Wine
Version: 8.0
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: d3d
Assignee: wine-bugs(a)winehq.org
Reporter: pankrock_(a)list.ru
Distribution: ---
Created attachment 73941
--> https://bugs.winehq.org/attachment.cgi?id=73941
out console, screen in game
32 bit arch, win xp mode, clear prefix
ubuntu 22.10
wine 8.0
--
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=53224
Bug ID: 53224
Summary: Systray icon windows haven't a title
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: winex11.drv
Assignee: wine-bugs(a)winehq.org
Reporter: emonkak(a)gmail.com
Distribution: ---
According to System Tray Protocol Specification by freedesktop.org, the title
should be set for the tray icon, but it isn't set.
https://github.com/wine-mirror/wine/blob/e909986e6ea5ecd49b2b847f321ad89b2a…
> _NET_WM_NAME, UTF8_STRING
>
> This hint should be set as it would be for a normal toplevel window, as defined in the Extended Window Manager Hints Specification (EWMH). The hint MUST be in UTF-8 encoding. It provides a human-readable, localized name for the tray icon.
https://specifications.freedesktop.org/systemtray-spec/systemtray-spec-0.2.…
--
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=54365
Bug ID: 54365
Summary: Mono io layer error
Product: Wine
Version: 8.0-rc5
Hardware: x86-64
OS: Mac OS X
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: chen.jenilee(a)gmail.com
Created attachment 73936
--> https://bugs.winehq.org/attachment.cgi?id=73936
Mono io layer error
Mono io layer error
--
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=54274
Bug ID: 54274
Summary: NtMapViewOfSection + MEM_IMAGE + BaseAddress broken in
multiple ways
Product: Wine
Version: 7.22
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: ntdll
Assignee: wine-bugs(a)winehq.org
Reporter: novae.harpist06(a)icloud.com
Distribution: ---
Created attachment 73838
--> https://bugs.winehq.org/attachment.cgi?id=73838
Reproducer
See reproducer (attached).
Windows output:
nt_path: \??\C:\Users\user\repro.exe
NtOpenFile status: 00000000
NtCreateSection status: 00000000
#1 NtMapViewOfSection status: 40000036
#1 base: 00000BADF00D0000
#1 ImageBase: 00000BADF00D0000
#2 NtMapViewOfSection status: 40000003
#2 base: 00000BADBEEF0000
#2 ImageBase: 00007FF6122E0000
Wine output:
LdrFindEntryForAddress status: 00000000
RtlDosPathNameToNtPathName_U_WithStatus status: 00000000
nt_path: \??\Z:\home\user\repro.exe
NtOpenFile status: 00000000
NtCreateSection status: 00000000
#1 NtMapViewOfSection status: 40000003
#1 base: 0000000000B80000
#1 ImageBase: 0000000140000000
#2 NtMapViewOfSection status: 40000003
#2 base: 0000000000C10000
#2 ImageBase: 0000000140000000
In case #1 the base is completely ignored, and the flag telling to relocate is
ignored. Win7 returns STATUS_INVALID_ARGUMENT (as it does not support the
flag), while Win8+ correctly relocates to the new base. Wine does not return an
error status, but also does not relocate.
In case #2 the base is completely ignored. Relocation does not happen, but this
is expected. The returned status is correct.
--
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=54290
Bug ID: 54290
Summary: RtlAddFunctionTable does not work for modules with
empty IMAGE_DIRECTORY_ENTRY_EXCEPTION
Product: Wine
Version: 7.22
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: ntdll
Assignee: wine-bugs(a)winehq.org
Reporter: novae.harpist06(a)icloud.com
Distribution: ---
Created attachment 73859
--> https://bugs.winehq.org/attachment.cgi?id=73859
Reproducer
RtlAddFunctionTable is generally called for code allocated by JIT engines and
similar, however on Windows it also works for images, as long as the image has
an empty IMAGE_DIRECTORY_ENTRY_EXCEPTION. This is sometimes used by packers.
On Wine, this does not work.
The problem is that dynamic entries are only enumerated if the memory does not
belong to an image:
https://github.com/wine-mirror/wine/blob/0adec25f92219b5626b8ee3c1c13396d36…
Code that reproduces the issue is attached.
Windows output:
VirtualAddress: 00072000
hello!!!!
Wine output:
VirtualAddress: 00072000
wine: Unhandled exception 0x80000003 in thread 2a4 at address 0000000180001007
(thread 02a4), starting debugger...
--
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=54366
Bug ID: 54366
Summary: Microsoft Word 2016 Equation Editor Causes App Crash
Product: Wine
Version: 8.0-rc5
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: pjahelka(a)caltech.edu
Distribution: ---
Created attachment 73937
--> https://bugs.winehq.org/attachment.cgi?id=73937
Error Log
Hi all,
Creating an equation in Word 2016 causes the app to crash. Wine error log is
attached. I'm running 32bit office on 64bit OpenSUSE Tumbleweed.
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.
https://bugs.winehq.org/show_bug.cgi?id=43287
Bug ID: 43287
Summary: Farming Simualtor 17
Product: Wine
Version: 2.11
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3dx11
Assignee: wine-bugs(a)winehq.org
Reporter: sascha.spaces(a)yandex.ru
Distribution: ---
Created attachment 58629
--> https://bugs.winehq.org/attachment.cgi?id=58629
Backtrace
Farming Simulator 17 does not start. The log is here.
I'm from Russia and use google translator. There may be errors in the text.
closed the game for abit but when i got back and tried playing it said could
not init 3d system shader model is required and this is confusing me since a
just played it and i check if anything needed a driver update.
--
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.