https://bugs.winehq.org/show_bug.cgi?id=54912
Bug ID: 54912
Summary: Will not run my file
Product: Wine
Version: 8.7
Hardware: x86-64
OS: Mac OS X
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: josephtownley10(a)icloud.com
Created attachment 74423
--> https://bugs.winehq.org/attachment.cgi?id=74423
Crash report
I am trying to install an application but it will not install and will give me
an error message.
--
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=47808
Bug ID: 47808
Summary: Cygwin's mintty.exe crashes with a stack overflow
Product: Wine
Version: 4.16
Hardware: x86-64
URL: https://cygwin.com/setup-x86_64.exe
OS: Linux
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: ntdll
Assignee: wine-bugs(a)winehq.org
Reporter: z.figura12(a)gmail.com
Distribution: ---
Created attachment 65297
--> https://bugs.winehq.org/attachment.cgi?id=65297
hack: always expand the stack if within the stack reserve
The problem is that Cygwin replaces the default stack with one that they've
manually allocated, for whatever reason. Unlike Wine's stack, their stack is
actually split into reserved and committed parts.
Then somewhere in gdi32, libfreetype jumps multiple pages of stack at once,
skipping the guard page and triggering a stack overflow. It's within the
reserved portion, but it never touches the guard pages, so we abort
immediately. This is never a problem normally, because Wine commits the whole
stack instead of just part of it.
The architecturally correct way to fix this is normally to have any such
function use _chkstk(). But it's within libfreetype, so that isn't going to
work. The attached patch fixes the bug, but it's probably not correct. I don't
know how much better we can do, though...
--
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=54991
Bug ID: 54991
Summary: Chinese IME no longer works in Naver LINE since Wine
8.9
Product: Wine
Version: 8.9
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: winex11.drv
Assignee: wine-bugs(a)winehq.org
Reporter: pq2sx44teeigl7za(a)chyen.cc
Distribution: ---
Since Wine 8.9, I can no longer use fcitx5-chewing IME to enter Chinese
characters into Naver LINE. When I'm compositing some characters, IME seems
fine (the preedit window shows current characters), but when I hit enter to
commit current characters, nothing goes into Naver LINE.
Steps to reproduce:
1. Download and install Naver LINE from
https://desktop.line-scdn.net/win/new/LineInst.exe
2. In the login window, try to enter Chinese into the email field. For example,
with fcitx5-chewing, I can hit "5", "j", "/" and " " (space) to get "ä¸" (or
another Chinese character with the same pronunciation).
3. Hit Enter to commit the preedit string "ä¸"
With Wine 8.8, "ä¸" appears in the email field, while in Wine 8.9, the email
field remains empty.
git bisect indicates that
https://gitlab.winehq.org/wine/wine/-/commit/b9bfd74acc0992ef56f814b60e831c…
(part of https://gitlab.winehq.org/wine/wine/-/merge_requests/2637) is the
first bad commit.
With Wine 8.9, fcitx5-chewing still works fine with Wine Notepad and trivial
Qt5/Qt6 applications. I wonder if Naver LINE uses some special tricks and thus
it is incompatible with the approach taken in the aforementioned merge request.
--
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=54949
Bug ID: 54949
Summary: user32:msg gets an extra WM_NCPAINT in
ShowWindow(child, SW_SHOW)
Product: Wine
Version: 7.21
Hardware: x86-64
OS: Linux
Status: NEW
Keywords: regression
Severity: trivial
Priority: P2
Component: wineserver
Assignee: wine-bugs(a)winehq.org
Reporter: z.figura12(a)gmail.com
CC: jinoh.kang.kr(a)gmail.com
Regression SHA1: 33617af8145b6fadfe41d48968a728ff57b3064b
Distribution: ---
Not a known regression in any application, and not exactly a known regression
in the tests since they don't currently fail, but it was a regression in the
tests that was accidentally hidden by a72bffe768c9fe462010d7e40e20226322fb82c7,
so I'm creating this bug to track it.
--
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=52868
Bug ID: 52868
Summary: TwitchTest crashes.
Product: Wine
Version: 7.6
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: jon9097(a)gmail.com
Distribution: ---
TwitchTest is a free program that allows you to measure the speed to Twitch
servers. It runs, but if you test speed to several servers (for example, select
Europe) - it crashes. Log is not attached, because the program is free and you
can reproduce this bug. The download link is attached.
To test need Twitch key, I can not give his, because it is confidential
information.
https://r1ch.net/projects/twitchtest
--
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=27827
Summary: Creo Elements/Direct Modeling Express 4.0 loader
failure due to missing msvcrt.dll dependency
Product: Wine
Version: 1.3.24
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: focht(a)gmx.net
Hello,
a user reported a problem with this app on IRC #winehq.
It seems there is a dll dependency to msvcrt.dll not present with Wine dlls.
--- snip ---
...
0025:Call PE DLL (proc=0x5c172245,module=0x5c170000
L"redirect.dll",reason=PROCESS_ATTACH,res=0x1)
0025:Call KERNEL32.GetEnvironmentVariableW(5c17309c
L"SDREDIRECTION",5c175f30,00000040) ret=5c171d99
0025:Ret KERNEL32.GetEnvironmentVariableW() retval=00000000 ret=5c171d99
0025:Call KERNEL32.lstrcmpiW(5c173810 L"no",5c1730b8 L"") ret=5c17228a
0025:Ret KERNEL32.lstrcmpiW() retval=00000001 ret=5c17228a
0025:Call KERNEL32.SetEnvironmentVariableW(5c1738c0 L"_NO_DEBUG_HEAP",5c1738bc
L"1") ret=5c1722b1
0025:Ret KERNEL32.SetEnvironmentVariableW() retval=00000001 ret=5c1722b1
0025:Call KERNEL32.GetModuleHandleW(00000000) ret=5c1722e0
0025:Ret KERNEL32.GetModuleHandleW() retval=00400000 ret=5c1722e0
0025:Call KERNEL32.GetProcAddress(00400000,5c173954 "ThreadAttached")
ret=5c1722e7
0025:Ret KERNEL32.GetProcAddress() retval=004e6e20 ret=5c1722e7
0025:Call KERNEL32.GetModuleHandleW(00000000) ret=5c1722f9
0025:Ret KERNEL32.GetModuleHandleW() retval=00400000 ret=5c1722f9
0025:Call KERNEL32.GetProcAddress(00400000,5c173964 "ThreadDetached")
ret=5c172300
0025:Ret KERNEL32.GetProcAddress() retval=004e6e40 ret=5c172300
0025:Call KERNEL32.GetModuleHandleW(5c173624 L"MSVCRT") ret=5c17212b
0025:trace:module:LdrGetDllHandle L"MSVCRT" -> (nil) (load path L"C:\\Program
Files\\PTC\\Creo Elements\\Direct Modeling Express
4.0\\binNT;.;C:\\windows\\system32;C:\\windows\\system;C:\\windows;C:\\windows\\system32;C:\\windows;C:\\windows\\system32\\wbem")
0025:Ret KERNEL32.GetModuleHandleW() retval=00000000 ret=5c17212b
0025:Call KERNEL32.GetProcAddress(00000000,5c173618 "setlocale") ret=5c172132
0025:Ret KERNEL32.GetProcAddress() retval=00000000 ret=5c172132
0025:Call KERNEL32.OutputDebugStringW(5c173650 L"redirect: Cannot find
setlocale() in msvcrt.dll.") ret=5c17214b
0025:Ret KERNEL32.OutputDebugStringW() retval=0032fc80 ret=5c17214b
0025:Call KERNEL32.lstrcmpiW(5c173610 L"try",5c1730b8 L"") ret=5c172230
0025:Ret KERNEL32.lstrcmpiW() retval=00000001 ret=5c172230
0025:Call KERNEL32.RaiseException(0000002c,00000000,00000000,00000000)
ret=5c172243
0025:trace:seh:raise_exception code=2c flags=0 addr=0x683704bb ip=683704bb
tid=0025
0025:trace:seh:raise_exception eax=6835dc85 ebx=683e06c4 ecx=00000000
edx=00000010 esi=0032fd18 edi=0032fc90
0025:trace:seh:raise_exception ebp=0032fc78 esp=0032fc14 cs=0073 ds=007b
es=007b fs=0033 gs=003b flags=00200246
0025:trace:seh:call_stack_handlers calling handler at 0x7b9fbf2e code=2c
flags=0
0025:trace:seh:__regs_RtlUnwind code=2c flags=2
0025:trace:seh:__regs_RtlUnwind calling handler at 0x7b9e0be3 code=2c flags=2
0025:trace:seh:__regs_RtlUnwind handler at 0x7b9e0be3 returned 1
...
--- snip ---
The dll init code from "redirect.dll" assumes "msvcrt.dll" has already been
loaded (hence GetModuleHandleW).
There is an earlier loading attempt of "msvcrt.dll" due to Wine builtin
MSVCR100.dll which is later dropped because native MSVCR100.dll has precedence.
--- snip ---
...
0025:warn:module:load_builtin_dll failed to load .so lib for builtin
L"C:\\windows\\system32\\MSVCR100.dll":
/home/focht/.wine/dosdevices/c:/windows/system32/msvcr100.dll: invalid ELF
header
0025:trace:module:load_builtin_dll Trying built-in L"MSVCR100.dll"
0025:trace:module:load_dll looking for L"msvcrt.dll" in L"C:\\Program
Files\\PTC\\Creo Elements\\Direct Modeling Express
4.0\\binNT;.;C:\\windows\\system32;C:\\windows\\system;C:\\windows;C:\\windows\\system32;C:\\windows;C:\\windows\\system32\\wbem"
0025:trace:module:get_load_order looking for
L"C:\\windows\\system32\\msvcrt.dll"
0025:trace:module:get_load_order got hardcoded default for L"msvcrt.dll"
0025:trace:module:load_dll L"C:\\windows\\system32\\msvcrt.dll" is a fake Wine
dll
0025:trace:module:load_builtin_dll Trying built-in L"msvcrt.dll"
0025:trace:module:load_dll looking for L"kernel32.dll" in L"C:\\Program
Files\\PTC\\Creo Elements\\Direct Modeling Express
4.0\\binNT;.;C:\\windows\\system32;C:\\windows\\system;C:\\windows;C:\\windows\\system32;C:\\windows;C:\\windows\\system32\\wbem"
0025:trace:module:load_dll Found L"C:\\windows\\system32\\KERNEL32.dll" for
L"kernel32.dll" at 0x68350000, count=7
0025:trace:module:load_dll looking for L"ntdll.dll" in L"C:\\Program
Files\\PTC\\Creo Elements\\Direct Modeling Express
4.0\\binNT;.;C:\\windows\\system32;C:\\windows\\system;C:\\windows;C:\\windows\\system32;C:\\windows;C:\\windows\\system32\\wbem"
0025:trace:module:load_dll Found L"C:\\windows\\system32\\ntdll.dll" for
L"ntdll.dll" at 0x7b980000, count=7
0025:trace:module:load_builtin_callback loaded msvcrt.dll 0x116490 0x68780000
0025:trace:loaddll:load_builtin_dll Loaded L"C:\\windows\\system32\\msvcrt.dll"
at 0x68780000: builtin
0025:trace:module:load_dll Loaded module L"C:\\windows\\system32\\msvcrt.dll"
(builtin) at 0x68780000
0025:trace:module:load_dll looking for L"kernel32.dll" in L"C:\\Program
Files\\PTC\\Creo Elements\\Direct Modeling Express
4.0\\binNT;.;C:\\windows\\system32;C:\\windows\\system;C:\\windows;C:\\windows\\system32;C:\\windows;C:\\windows\\system32\\wbem"
0025:trace:module:load_dll Found L"C:\\windows\\system32\\KERNEL32.dll" for
L"kernel32.dll" at 0x68350000, count=8
0025:trace:module:load_builtin_callback loaded msvcr100.dll 0x116398 0x68740000
0025:trace:loaddll:load_builtin_dll Loaded
L"C:\\windows\\system32\\msvcr100.dll" at 0x68740000: builtin
0025:Call PE DLL (proc=0x6874bac4,module=0x68740000
L"msvcr100.dll",reason=WINE_PREATTACH,res=(nil))
0025:Ret PE DLL (proc=0x6874bac4,module=0x68740000
L"msvcr100.dll",reason=WINE_PREATTACH,res=(nil)) retval=0
0025:trace:module:load_dll L"C:\\windows\\system32\\MSVCR100.dll" pre-attach
returned FALSE, preferring native
0025:trace:module:LdrUnloadDll (0x68740000)
0025:trace:module:LdrUnloadDll (L"msvcr100.dll") - START
0025:trace:module:MODULE_DecRefCount (L"msvcr100.dll") ldr.LoadCount: 0
0025:trace:module:MODULE_DecRefCount (L"msvcrt.dll") ldr.LoadCount: 0
0025:trace:module:MODULE_DecRefCount (L"KERNEL32.dll") ldr.LoadCount: 7
0025:trace:module:MODULE_DecRefCount (L"ntdll.dll") ldr.LoadCount: 6
0025:trace:module:MODULE_DecRefCount (L"KERNEL32.dll") ldr.LoadCount: 6
0025:trace:module:free_modref unloading L"C:\\windows\\system32\\msvcrt.dll"
0025:trace:module:free_modref unloading L"C:\\windows\\system32\\msvcr100.dll"
0025:trace:module:LdrUnloadDll END
0025:trace:module:load_native_dll Trying native dll
L"C:\\windows\\system32\\MSVCR100.dll"
...
--- snip ---
It would be helpful if someone could install the app on Windows and load
"SolidDesigner.exe" main executable in Dependency Walker Tool
(http://www.dependencywalker.com/) to figure out which dll pulls in
"msvcrt.dll".
In the listview select "msvcrt.dll" and then right click context menu
"highlight matching module in tree".
This would ideally show the parent dll in tree view that pulls in the
dependency.
Regards
--
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=54810
Bug ID: 54810
Summary: PmxEditor 0.2.7.5 doesn't start after Wine 8.4.
Product: Wine
Version: 8.4
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: winex11.drv
Assignee: wine-bugs(a)winehq.org
Reporter: sagawa.aki+winebugs(a)gmail.com
Distribution: Ubuntu
Created attachment 74303
--> https://bugs.winehq.org/attachment.cgi?id=74303
Full console output
PmxEditor is an editor software for PMX (MikuMikuDance's next generation model
data) file.
It starts fine with Wine 8.3 and some native modules. But, after Wine 8.4, the
executable doesn't start anymore and shows X Error (BadWindow) in the console.
Steps to reproduce:
1. Download PmxEditor_0275.zip from
https://kkhk22.seesaa.net/article/498439954.html because the author disallows
deep linking.
2. Create a new 32-bit Wine prefix, e.g. export
WINEPREFIX=$HOME/.wine-pmxeditor WINEARCH=win32
3. Download winetricks and run as follows:
% ./winetricks d3dcompiler_43 d3dxof d3dx9_43 dotnet48 vcrun2010 vcrun2022
4. Create a work directory for PmxEditor and extract the archive.
% mkdir $WINEPREFIX/drive_c/works
% cd $WINEPREFIX/drive_c/works
% unzip ~/Downloads/PmxEditor_0275.zip
5. Copy the 32-bit executable to the work directory
% cd PmxEditor_0275
% cp x86/PmxEditor_x86.exe* .
6. Run the executable with Wine.
% wine PmxEditor_x86.exe
Expected result:
It starts and shows two windows titled PmxView and Pmx編集.
Actual result:
It doesn't start. The console shows the following message:
---
X Error of failed request: BadWindow (invalid Window parameter)
Major opcode of failed request: 12 (X_ConfigureWindow)
Resource id in failed request: 0x54014a2
Serial number of failed request: 3418
Current serial number in output stream: 3418
---
Resource id and Serial numbers changes with each execution. Full console output
is attached.
This issue was originally reported by @kakurakutekiko1 on Twitter.
--
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=54599
Bug ID: 54599
Summary: Honeygain unimplemented function
IPHLPAPI.DLL.GetCurrentThreadCompartmentId
Product: Wine
Version: 8.0
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: raycekarneal(a)gmail.com
Distribution: ---
Created attachment 74131
--> https://bugs.winehq.org/attachment.cgi?id=74131
Honeygain unimplemented function log
After installing Honeygain from this URL:
https://download.honeygain.com/windows-app/Honeygain_install.exe, the program
will launch fine. Then, waiting a few moments, it will then crash. The wine
debugger gives the error "Unhandled exception: unimplemented function
IPHLPAPI.DLL.GetCurrentThreadCompartmentId called in 32-bit code (0x7bc2bf40)".
The error log has been attached.
--
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=54913
Bug ID: 54913
Summary: ntdll: NtDuplicateToken has wrong prototype
Product: Wine
Version: 8.0
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: ntdll
Assignee: wine-bugs(a)winehq.org
Reporter: ake.rehnman(a)gmail.com
Distribution: ---
Created attachment 74424
--> https://bugs.winehq.org/attachment.cgi?id=74424
patch attempt
NtDuplicateToken should take BOOLEAN EffectiveOnly as 4:th argument and not
SECURITY_IMPERSONATION_LEVEL.
See:
https://learn.microsoft.com/en-us/windows-hardware/drivers/ddi/ntifs/nf-nti…
--
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=54410
Bug ID: 54410
Summary: .NET 3.5 Checkbox checkmarks should be black instead
of "Foreground" color
Product: Wine
Version: 8.0
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: mscoree
Assignee: wine-bugs(a)winehq.org
Reporter: matombo(a)arcor.de
Distribution: ---
On Windows the Checkbox "Foreground" property only affects the color of the
checkbox label, but not the checkmark, which is always black.
On current wine(-mono) the "Foreground" property also affects the color of the
checkmark.
The result is that with Foreground="white" (and Background being unset) the
checkmark is not visible anymore and one cannot tell if a box is checked or
not.
--
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=24946
Summary: uTorrent Release Candidate 2 (2.2 build 22732) hangs
on start up
Product: Wine
Version: 1.3.6
Platform: Other
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: t.artem(a)mailcity.com
µTorrent hangs on start up here in Wine 1.3.5 and 1.3.6. I've double checked
with an empty $HOME/.wine.
I'm using Fedora 14 i686.
--
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=55009
Bug ID: 55009
Summary: DirectX11 application: assertion failed (vulkan)
Product: Wine
Version: 8.9
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: winevulkan
Assignee: wine-bugs(a)winehq.org
Reporter: owl2(a)etersoft.ru
Distribution: ---
Created attachment 74566
--> https://bugs.winehq.org/attachment.cgi?id=74566
Error window screenshot
I have a 3D application made using DirectX11, which works fine in Windows 10,
but fails to run under wine with an error message "assertion failed!" (see
screenshot)
The problem is only present when using vulkan ($winetricks renderer=vulkan).
With opengl it works fine.
Notably, the problem arouse after I added class linkage interface to the app
https://learn.microsoft.com/en-us/windows/win32/direct3dhlsl/overviews-dire…
Before that, it was working in wine without any issues.
The app can be downloaded here
https://drive.google.com/drive/folders/1YvFSYH-lKLwqluxxtPwJysYlWHqfGaOC
"Release.zip" is the compiled app, and "DirectX 11 Engine VS2017.zip" is the
source code, if needed.
I'm using wine-8.9-201-g9e3f1a15066 built from git (64 bit version built using
--enable-win64)
Distro: AltLinux p10
Driver info:
$lspci -k | grep -EA3 'VGA|3D|Display'
07:00.0 VGA compatible controller: Advanced Micro Devices, Inc. [AMD/ATI]
Cezanne [Radeon Vega Series / Radeon Vega Mobile Series] (rev c9)
Subsystem: ASUSTeK Computer Inc. Device 8809
Kernel driver in use: amdgpu
--
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=55020
Bug ID: 55020
Summary: Beyond: Two Souls requires PRIV parsing
Product: Wine
Version: 8.9
Hardware: x86-64
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: d3d-util
Assignee: wine-bugs(a)winehq.org
Reporter: andrey.goosev(a)gmail.com
Distribution: ---
0510:fixme:d3dcompiler:d3dcompiler_shader_reflection_init Unhandled section
"PRIV"!
With no noticeable rendering issues.
8.9-237-g07d0f1f0c0b
--
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=53147
Bug ID: 53147
Summary: kernel32:process - test_QueryInformationJobObject()
fails randomly on Windows 8
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Windows
Status: NEW
Severity: normal
Priority: P2
Component: kernel32
Assignee: wine-bugs(a)winehq.org
Reporter: fgouget(a)codeweavers.com
kernel32:process - test_QueryInformationJobObject() fails randomly on Windows
8:
process.c:2758: Test failed: Expected basic_accounting_info.ActiveProcesses to
be 2 (2) is 3
https://test.winehq.org/data/patterns.html#kernel32:process
--
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=54681
Bug ID: 54681
Summary: Virtual Desktop Streamer Installer: msiexec crashes
while installing
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: pewbustop(a)live.com
Distribution: ---
Created attachment 74194
--> https://bugs.winehq.org/attachment.cgi?id=74194
"The program msiexec.exe has encountered a serious problem and needs to close."
The installer for Virtual Desktop Streamer (a virtual reality streaming app)
runs but appears to install improperly as msiexec crashes in the middle of
installing (particularly right after the step labeled "Copying new files").
The installer finishes successfully but the running installed program does not
launch. I suspect msiexec is supposed to provide some missing file(s)/run some
script(s) that better sets up the installed application.
https://download.vrdesktop.net/files/VirtualDesktop.Streamer.Setup.exe
SHA1 (March 13, 2023): 9bcfa9922a4aafd98a5f6c77b54e8e5b0b316b73
--
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=54529
Bug ID: 54529
Summary: ePubPack 1.3.2.0 :crash when program start
Product: Wine
Version: 7.0
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: cupcapcorn(a)yahoo.co.jp
Distribution: ---
Created attachment 74072
--> https://bugs.winehq.org/attachment.cgi?id=74072
bug report when I start ePubPack
Wine crashes when I run ePubPack.exe
https://sourceforge.net/projects/epubpack/
--
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=54924
Bug ID: 54924
Summary: Cannot allocate memory above 3 GB
Product: Wine
Version: 8.7
Hardware: x86-64
OS: FreeBSD
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: ntdll
Assignee: wine-bugs(a)winehq.org
Reporter: adrien_fernandes2(a)hotmail.com
Hello,
I don't know if I'll find any answer here but I'm a long time FreeBSD player
and used all sorts of tricks to help me play my favourite games on Wine.
So, actually, I built Wine 32-bits myself with zero patch. It builds perfectly
as-is and I use the NTCORE 4gb patch to enjoy more games (it's to apply the
LARGE_ADDRESS_AWARE per .exe).
Most of the time, it runs really great but in some games which need more than 3
GB of RAM, the game will just crash saying that it cannot allocate more memory
(it's understandable).
Is there a way to allocate more memory to Wine 32-bits ? Increasing the 3 GB to
something like 3,5 GB by changing a line in the code?
Thank you very much for your help!
--
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=54961
Bug ID: 54961
Summary: Lagoon 3D Screensaver Dont Begin
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: mrdeathjr28(a)yahoo.es
Distribution: ---
Lagoon 3D Screensaver from 3planesoft
https://www.3planesoft.com/nature-screensavers/lagoon-3d-screensaver/
Configuration app work but when begin load stay close to 99% but after this
stay in black screen
And running in console appear this:
0338:fixme:system:NtUserSystemParametersInfo Unimplemented action: 80
(SPI_GETPOWEROFFTIMEOUT)
0338:fixme:powrprof:GetCurrentPowerPolicies (018FD400, 018FD360) stub!
Status: Request complete:
v=1&tid=UA-68446641-1&ds=app&cid=0F2E6F5D-EA46-472D-A4C9-D1A1322DF466&t=screenview&cd=L
agoon/Screensaver&sr=1024x768&ul=en&av=12&an=Lagoon&cd1=10.0&cd2=False&cd3=False&cd4=1&sc=start
This error appear in many screensavers from 3planesoft
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=55012
Bug ID: 55012
Summary: Settings sometimes opens on Windows Update page,
breaks quartz:videorenderer, quartz:vmr7, quartz:vmr9
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Windows
Status: NEW
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: fgouget(a)codeweavers.com
Settings sometimes opens on Windows Update page, breaks quartz:videorenderer,
quartz:vmr7, quartz:vmr9:
videorenderer.c:1863: Test failed: Got active window 00290408.
...
videorenderer.c:1905: Test failed: Got focus window 01540402.
videorenderer.c:1906: Test failed: Got foreground window 00580356.
...
vmr7.c:1865: Test failed: Got active window 006E03A2.
...
vmr7.c:1907: Test failed: Got focus window 002C0408.
vmr7.c:1908: Test failed: Got foreground window 00580356.
...
vmr9.c:2089: Test failed: Got active window 00510428.
...
vmr9.c:2131: Test failed: Got focus window 007103A2.
vmr9.c:2132: Test failed: Got foreground window 00580356.
...
See https://test.winehq.org/data/patterns.html#quartz:videorendererhttps://test.winehq.org/data/patterns.html#quartz:vmr7https://test.winehq.org/data/patterns.html#quartz:vmr9
Note that this is not an issue with Windows Update not being disabled: when
Windows update triggers it does not pop up this Settings dialog. Instead it
does its job in the background. Even if Windows wanted to notify the user that
updates are needed it would use a notification for that, not open this Settings
dialog.
So some Wine test causes this Settings dialog to open but it's not clear which
one. In the past 8 months the telltale failures have happened on the following
dates but not all 3 tests failed:
* 2022-10-21 fgtb-w10pro64-64 videorenderer vmr7 vmr9
* 2022-10-24 w11pro64-amd-64 videorenderer vmr7
* 2022-10-25 w11pro64-amd-64 videorenderer vmr7
* 2022-10-26 w11pro64-amd-64 videorenderer vmr7
* 2022-10-31 w11pro64-amd-64/ videorenderer vmr7
* 2022-11-01 11pro64-amd-64 videorenderer vmr7
* 2022-12-09 fgtb-w10pro64-rx550-64 videorenderer
* 2023-05-05 fgtb-w10pro64-rx550-64 videorenderer
* 2023-05-30 w10pro64v2004-32 videorenderer vmr7 vmr9
* 2023-06-05 w10pro64v2004-32 videorenderer vmr7 vmr9
The presence of the Settings dialog was confirmed in the final screenshot of
the last two instances. I also confirmed that the dialog is only present in
those two w10pro64v2004 test results in the 2023-05-09..2023-06-07 interval.
Unfortunately the screenshots for earlier WineTest runs are not available
anymore.
--
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=54451
Bug ID: 54451
Summary: V-Rally Crash to desktop
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: adec2011.ac(a)gmail.com
Distribution: ---
V-Rally by Infogrames 1997 crashes to desktop after selecting either directx or
glide mode from the start menu
Unhandled exception: page fault on read access to 0xfffffff8 in 32-bit code
(0x004461bc).
Register dump:
CS:0023 SS:002b DS:002b ES:002b FS:0063 GS:006b
EIP:004461bc ESP:00a5fe50 EBP:00000000 EFLAGS:00010297( R- -- I S -A-P-C)
EAX:00000000 EBX:00000001 ECX:058d056c EDX:058d0458
ESI:00000000 EDI:00754c90
--
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=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.