https://bugs.winehq.org/show_bug.cgi?id=56484
Bug ID: 56484
Summary: LACiE Toolkit: Error message on startup: mscorlib: The
method or operation is not implemented.
Product: Wine
Version: 8.21
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: linards.liepins(a)gmail.com
Distribution: ---
Created attachment 76255
--> https://bugs.winehq.org/attachment.cgi?id=76255
Screnshot
After closing the window, app works as expected.
--
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=56590
Bug ID: 56590
Summary: Buffer Overflow in jpeg_decoder_initialize
Product: Wine
Version: 9.7
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: windowscodecs
Assignee: wine-bugs(a)winehq.org
Reporter: franco(a)blackwinghq.com
Distribution: ---
The vulnerable jpeg_decoder_initialize function in file libjpeg.c
(https://github.com/wine-mirror/wine/blob/master/dlls/windowscodecs/libjpeg.…)
is used to decompress jpegs and create a raw bitmap version of the image.
In jpeg_decoder_initialize, the values for cinfo.output_width and
cinfo.output_height are retrieved directly from a jpeg file's header.
cinfo.output_width and cinfo.output_height can be manipulated by editing the
header of the jpeg file being processed. They are two bytes each in the image's
header so their values can range from 0x0000 to 0xFFFF. These variables are
multiplied with frame.bpp.
When these three values are multiplied together they can exceed the limit of a
32-bit unsigned integer, leading to an integer overflow vulnerability. This
product is used to set the size of the image_data buffer, which will store the
decompressed jpeg
(https://github.com/wine-mirror/wine/blob/master/dlls/windowscodecs/libjpeg.…).
When the sizing arguments overflow, the buffer becomes too small to store the
decompressed data.
The program writes the decompressed image to the buffer using the
jpeg_read_scanlines function. The function ends up writing to out-of-bounds
memory due to the buffer’s small size
(https://github.com/wine-mirror/wine/blob/master/dlls/windowscodecs/libjpeg.…).
This causes data in memory adjacent to the buffer to be overwritten.
An attacker is in control of the image's height, width, and contents. This
allows an attacker to craft an exploit to overwrite data in memory with data
they control.
--
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=56849
Bug ID: 56849
Summary: [Regression] Ableton Live 12 undo history broken
Product: Wine
Version: 9.11
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: tileacids946(a)gmail.com
Distribution: ---
After updating to Wine 9.11, Ableton Live complains about not being able to
access the undo history file:
"Live cannot access the undo history file and is switching to a memory based
undo"
--
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=21227
Summary: cmd doesn't echo redirection like native
Product: Wine
Version: 1.1.35
Platform: x86
OS/Version: Linux
Status: NEW
Keywords: download, source, testcase
Severity: normal
Priority: P3
Component: programs
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
Native cmd echoes commands after some canonicalization has been done
on their redirects. A batch file containing
dir 1> ok
dir > bad
dir | bad
dir > blah > bad
echoes as
dir 1> ok
dir 1> bad
dir | bad
dir 1> bad
(note the extra space inserted before the > or |).
Wine's cmd doesn't currently do this, but it could probably
do so without too much trouble; it already collects redirects
separately for each command.
For the moment I'll probably put a kludge in the cmd conformance
test runner to compensate.
--
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=54335
Bug ID: 54335
Summary: fp.exe has no mouse, resize does not work, escape
string don't work
Product: Wine
Version: 8.0-rc4
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: margers.roked(a)inbox.lv
Distribution: ---
fp.exe download link
http://downloads.freepascal.org/fpc/dist/3.2.2/i386-win32/fpc-3.2.2.i386-wi…
Fail to start from shortcut/launcher.
Starting form terminal:
1) has no mouse support
2) not all escape strings work for example Alt+F does not open File menu
3) resize terminal window does not resize program window accordingly.
Starting from cmd has the same problems + after exit cmd is broken
--
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=24026
Summary: Tab completion for cmd
Product: Wine
Version: 1.3.0
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: cmd
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: andrew.millington(a)gmail.com
Pressing tab only creates a space but should complete a file name in the same
way that Windows does with their Command Prompt.
--
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=56778
Bug ID: 56778
Summary: Nextion Editor crash on startup
Product: Mono
Version: main
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: mono
Assignee: wine-bugs(a)winehq.org
Reporter: wghralbwklqcocselg(a)cazlq.com
CC: madewokherd(a)gmail.com
Distribution: ---
Link to download: https://nextion.tech/download/nextion-setup-v1-65-1.exe
Wine log:
0170:fixme:ntdll:NtQuerySystemInformation info_class
SYSTEM_PERFORMANCE_INFORMATION
Failed to run module constructor due to (null)
assembly:C:\windows\mono\mono-2.0\lib
--
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=56841
Bug ID: 56841
Summary: virtual desktop "explorer.exe
/desktop=shell,1920x1080" broken in 9.11 (regression
since 9.10)
Product: Wine
Version: 9.11
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: kolAflash(a)kolahilft.de
Distribution: ---
Since wine-9.11 the virtual desktop doesn't work when started via "/desktop".
There's simply no X11 window coming up.
Example running winecfg:
explorer.exe /desktop=shell,1920x1080 winemine.exe
OS: Debian-12 Linux
wine-9.10 was working fine.
Bad commit (did a git bisect):
https://gitlab.winehq.org/wine/wine/-/commit/b89c9c60d50cf21650331d1528ff96…
--
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=53711
Bug ID: 53711
Summary: Final Fantasy XI Crashes
Product: Wine
Version: 7.17
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: pandora.xero(a)gmail.com
Distribution: ---
Created attachment 73136
--> https://bugs.winehq.org/attachment.cgi?id=73136
most recent backtrace, 20220920 122500 US Central.
I have multiple occurrences over the past several months (most of which I have
saved the backtraces for) of the game crashing.
Symptoms include:
Game crash on logout
Occasional Game crash on zone
Failure to load textures, or glitched textures loaded
I am unable to glean any information from the backtraces, primarily because I
am not familiar with x86 assembly, but I have had issues like these for a while
now. They mostly occur after switching between characters multiple times, or
zoning a large number of times, but the most recent one (attached) was totally
random as I was walking through a zone.
--
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=56580
Bug ID: 56580
Summary: Xdefiant Beta pdh.dll.PdhGetFormattedCounterArrayA
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: pdh
Assignee: wine-bugs(a)winehq.org
Reporter: hippo1555(a)gmail.com
Distribution: ---
Launch game, after getting to main menu load any mode.
during loading land on:
wine: Call from 000000007B013AD7 to unimplemented function
--
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.