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.
https://bugs.winehq.org/show_bug.cgi?id=50779
Bug ID: 50779
Summary: winegstreamer is leaking something
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: winegstreamer
Assignee: wine-bugs(a)winehq.org
Reporter: galtgendo(a)o2.pl
Distribution: ---
A rough summary of the problem and things said on chat.
Awhile ago a thing, that had been working reasonably well for quite a few years
(with exception of a short period when code changes made the music stop
looping), has began to randomly freeze to a point that you'd needed to wait for
wm's kill dialog to appear after trying to close the main window.
The messages in the console were saying something about being unable to create
thread due to running out of resources. The freezes usually took a quite a bit
of time, but didn't seem to have any obvious trigger.
As far as free memory went, the situation was still fine at such time, but zf
suggested it was an address space problem. Forcibly setting the executable to
LARGE_ADDRESS_AWARE gave it more running time, but eventually seem to have
resulted in a whole system freeze.
As such, I was once put into realm of wild ass guesses and even crazier
attempted solutions.
So, I took a gamble and removed gst_object_ref calls from
mpeg_audio_parser_init_gst and wave_parser_init_gst first.
This didn't seem to have any effect.
Then I've removed the last gst_object_ref - one in pad_added_cb.
This resulted in a flood of 'gst_object_unref: assertion '((GObject *)
object)->ref_count > 0' failed', yet after running for quite awhile the freeze
is yet to happen.
Now, this is far from conclusive, as we're trying to literally prove a negative
here, but it would align well with the fact that free memory used at the time
of freeze isn't all that significant.
I'm not sure when the problem began. I think it was somewhere between 5.22 and
6.1 (though only the upper bound being definite).
--
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=54356
Bug ID: 54356
Summary: Beyond Good & Evil: configuration tool has buggy
interface buttons
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: matheus.venturini(a)acad.ufsm.br
Distribution: ---
Created attachment 73925
--> https://bugs.winehq.org/attachment.cgi?id=73925
BG&E configuration window on Windows
I had previously reported on Bug 53659 that the configuration tool had some
missing images, but this has since been fixed (I suspect it may have been a
fluke since I don't really know what could have caused it and didn't try to
reproduce it on other systems, that issue can marked as closed). The buttons in
the interface are still wrong however.
--
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=54360
Bug ID: 54360
Summary: Itunes Ubuntu 22.04 - Crash on launch
Product: Wine
Version: 7.0
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: cliffordfowkes12345(a)gmail.com
Distribution: ---
Created attachment 73932
--> https://bugs.winehq.org/attachment.cgi?id=73932
Backtrace report from the crash
After attempting to install the latest version of iTunes (as of 23rd Jan 2023)
it crashes as soon as I open the program.
The installer completed okay, no issues there, but whenever i attempt to load
the actual itunes program, it just crashes immediately.
Any help would be greatly appreciated, as I've got an Ipod nano 7th gen, and
its a pain in the backside to use a windows vm whenever i want to sync my
library.
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.