https://bugs.winehq.org/show_bug.cgi?id=55003
Bug ID: 55003
Summary: Several 'fixme' when using Adobe Acrobat Reader DC and
trying to add signature
Product: Wine
Version: 8.0.1
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: ittay.dror(a)gmail.com
Distribution: ---
The below happens when I use the fill&sign tool and try to add a signature
(which would normally open a window to draw a signature or select a signature
file)
036c:fixme:win:RegisterTouchWindow hwnd 001801FA, flags 0 stub!
036c:fixme:imm:NotifyIME IMC_SETCANDIDATEPOS
074c:fixme:ntdll:NtFilterToken flags 0x2 unsupported
074c:fixme:ntdll:NtFilterToken support for restricting sids not yet implemented
074c:fixme:advapi:SetEntriesInAclW unhandled access mode 4
074c:fixme:ntdll:NtSetInformationToken TokenIntegrityLevel stub!
074c:fixme:ntdll:NtFilterToken flags 0x2 unsupported
074c:fixme:ntdll:NtFilterToken support for restricting sids not yet implemented
074c:fixme:advapi:SetEntriesInAclW unhandled access mode 4
074c:fixme:ntdll:NtSetInformationToken TokenIntegrityLevel stub!
074c:fixme:sync:NtSetInformationJobObject stub: 0x404 4 0xe4af5ec 4
074c:fixme:process:CreateProcessInternalW Unsupported attribute 0x20007.
074c:fixme:ntdll:NtQueryInformationToken QueryInformationToken( ...,
TokenAppContainerSid, ...) semi-stub
0024:err:msg:get_server_queue_handle Cannot get server thread queue
0024:err:win:get_desktop_window failed to create desktop window
0024:err:msg:get_server_queue_handle Cannot get server thread queue
0024:err:win:get_desktop_window failed to create desktop window
--
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=54921
Bug ID: 54921
Summary: ADMS 1J Radio Programmer attempted an unsupported
operation
Product: Wine
Version: 8.7
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: blocker
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: ttvibz(a)tutamail.com
Distribution: ---
Created attachment 74438
--> https://bugs.winehq.org/attachment.cgi?id=74438
RTSystems radio programmer backtrace.
1) When opening the program, a dialog box is displayed that an unsupported
operation was attempted. Clicking "Close", the program opens and displays
normally.
2) Tried to open a data file (previously generated under the program while
running in Windows) and received a Program Error dialog:
"The program RadioEngine_V5.exe has encountered a serious problem and needs to
close. We are sorry for the inconvenience."
--
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=26359
Summary: VMWare Player Setup has no GUI
Product: Wine
Version: 1.3.15
Platform: x86-64
URL: http://www.computerbild.de/download/VMware-Player-9032
75.html
OS/Version: Linux
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: nerv(a)dawncrow.de
Created an attachment (id=33580)
--> (http://bugs.winehq.org/attachment.cgi?id=33580)
console log
VMware-player-3.1.3-324285 Setup only has white screen. From console log i
would guess it's gecko related.
--
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=54953
Bug ID: 54953
Summary: Dotnet472: Memory growth and slowdown in working with
synchronization objects when starting and stopping
multiple threads
Product: Wine
Version: 7.15
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: ykurin(a)gmail.com
Distribution: ---
An issue has been discovered when long-running a multi-threaded application
written in .NET Framework 4.7.2 and 4.8.
With a large number of frequent re-creations of threads, the following was
noticed:
1) Memory begins to leak constantly, and the more frequent re-creation of
threads, the sooner memory begins to leak.
2) When working with synchronization primitives over time, with the constant
re-creation of threads, the time of capturing and releasing the synchronization
object increases (for example, when using Mutex).
3) When working for a long time.NET of the application that recreates the
streams, the application is closed. The greater the number of recreated
threads, the faster the drop occurs.
1) Lack of memory allocation according to wine logs (although there is still
RAM and hard disk memory) 290755.553:0f44:err:virtual:try_map_free_area mmap()
error Unable to allocate memory, range 0xf1530000-0xf2530000, unix_prot 0.
2) Also, errors in the logs of our application indicate a lack of memory
"System.Runtime.InteropServices.COMException Not enough memory to execute the
command. (Exception from HRESULT: 0x80070008
3) AccessViolationException errors in random parts of the code. Windows doesn't
have this kind of error.
4) Synchronization errors 0e60:err:sync:RtlpWaitForCriticalSection section
07B7628C "?" wait timed out in thread 0e60, blocked by 0e5c, retrying (60 sec)
.NET Framework thread pool issue under wine. The issue is reproducible even if
you create threads via Thread without using ThreadPool.
There is a test application that allows you to reproduce the problem. The
sources are here: https://github.com/Drentmort/ThreadPoolTest
The problem was found in WINE 7.15, but we tried WINE 8.6 and WINE-staging.
--
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=54972
Bug ID: 54972
Summary: Lose focus of a modal window
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: m.fondacci(a)gmail.com
Distribution: ---
Reproduced on Linux and macOS:
From my application, on a button click, I open a modal window.
All the controls of the main window are inactive but not the window itself.
On a click on it, the modal window disappears, the main window comes to the
foreground.
The normal display is restored by changing the process and wine redisplays the
windows accordingly.
I saw a bug of this type declared fixed in 2010, it is still not the case.
Keep up the good work!
--
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=55004
Bug ID: 55004
Summary: CloseCombat Last Stand Arnhem: bottom part of screen
blinking
Product: Wine
Version: 8.9
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: clabbe.montjoie(a)gmail.com
Distribution: ---
When playing CCLSA, in the combat mode (the main game) the bottom part of
screen with unit informations (and the truce, zoom+/- buttons) is black. When
hovering with the mouse, it randomly appears and go back to black.
I tryed wintricks d3dx9 and directx9 without success.
I tryed with wine 8.9 but I am sure to have hit this problem years ago so it is
not a recent thing.
--
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=53835
Bug ID: 53835
Summary: cefclient.exe crash on CHECK_EQ(PAGE_READWRITE,
old_protection);
Product: Wine
Version: 7.19
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: ntdll
Assignee: wine-bugs(a)winehq.org
Reporter: 398063392(a)qq.com
Distribution: ---
https://chromium.googlesource.com/v8/v8.git/+/refs/heads/main/src/base/plat…
void OS::SetDataReadOnly(void* address, size_t size) {
DCHECK_EQ(0, reinterpret_cast<uintptr_t>(address) % CommitPageSize());
DCHECK_EQ(0, size % CommitPageSize());
unsigned long old_protection;
CHECK(VirtualProtect(address, size, PAGE_READONLY, &old_protection));
CHECK_EQ(PAGE_READWRITE, old_protection);
}
the last line assume old_protection==PAGE_READWRITE, but it is PAGE_WRITECOPY
in wine, CHECK_EQ failed will raise a int3 break crash.
you can download cefclient.exe from
https://cef-builds.spotifycdn.com/cef_binary_106.1.1%2Bg5891c70%2Bchromium-…
, and run it by "wine64 cefclient.exe --no-sandbox --use-gl=angle
--use-angle=swiftshader --in-process-gpu" to reproduce the problem.
--
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=54970
Bug ID: 54970
Summary: Tribler crashes exc info class OSError 22, invalid
parameter, traceback object at 0x0000000007890880
attachments:[]
Product: Wine
Version: 8.8
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: cedric.dewijs(a)eclipso.eu
Distribution: ---
Steps to reproduce:
$ wget
https://github.com/Tribler/tribler/releases/download/v7.12.1/Tribler_7.12.1…
$ rm -rf ~/wine-tmp
$ mkdir ~/wine-tmp
$ export WINEPREFIX=~/wine-tmp
$ wine Tribler_7.12.1_x64.exe Now the installer starts. Accept the license, and
the defaults
$ cd ~/wine-tmp/drive_c/Program\ Files/Tribler/
$ wine tribler.exe
Now Tribler starts, and then crashes with this error: (i could not copy and
paste the error)
exc info class OSError 22, invalid parameter, traceback object at
0x0000000007890880 attachments:[]
My versions:
$ wine --version
wine-8.8
$ uname -a
Linux cedric 6.3.2-arch1-1 #1 SMP PREEMPT_DYNAMIC Thu, 11 May 2023 16:40:42
+0000 x86_64 GNU/Linux
--
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=54969
Bug ID: 54969
Summary: Playground Sessions crashes after introductory splash
screen
Product: Wine
Version: 8.8
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: mike(a)downlode.uk.net
Distribution: ---
Created attachment 74497
--> https://bugs.winehq.org/attachment.cgi?id=74497
Log trace file output by wine as part of crash message.
Wine 8.8 development version, Ubuntu 22.04.2. Playground Sessions software
(piano learning app) 3.0.42 crashes after showing the initial introductory
splash screen.
Playground Sessions looks to be an Electron app.
--
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.