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=54964
Bug ID: 54964
Summary: i facing this bug
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: build-env
Assignee: wine-bugs(a)winehq.org
Reporter: hoichan62(a)gmail.com
Distribution: ---
Created attachment 74492
--> https://bugs.winehq.org/attachment.cgi?id=74492
microsoft program
when install microsoft edge it shows this look this issue.
--
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.
https://bugs.winehq.org/show_bug.cgi?id=54470
Bug ID: 54470
Summary: Midnight Mansion HD - Text on signs not visible
Product: Wine
Version: 8.1
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: jpleonard12(a)gmail.com
Distribution: ---
Demo Windows version of Midnight Mansion v1.0.1 HD
http://www.actionsoft.com/games/midnightmansionhd/
The game installs and seems to work, but when the player reaches a signpost,
information text is supposed to pop-up when RETURN is pressed. The pop-up
window appears but it is always blank.
Installed with wine32 prefix, tried WinXP, Win7 modes, but result is always the
same.
--
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=53540
Bug ID: 53540
Summary: PowerPoint 2000 - No printers available in dialog
window
Product: Wine
Version: 7.14
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: jpleonard12(a)gmail.com
Distribution: ---
Created attachment 72902
--> https://bugs.winehq.org/attachment.cgi?id=72902
Screenshot of print dialog window
When trying to print in PowerPoint 2000, it does not show the list of installed
printers in the dialog. The box is completely blank. This behavior is present
in Wine 7.14, and at least as far back as Wine 5.19.
It should be noted that in Word 2000 (in the same wine installation) all the
installed printers are shown in its print dialog 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.