https://bugs.winehq.org/show_bug.cgi?id=56235
Bug ID: 56235
Summary: Windows Sysinternals Process Explorer 17.05 crashes
showing Threads property page.
Product: Wine
Version: 9.0
Hardware: x86-64
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: ntdll
Assignee: wine-bugs(a)winehq.org
Reporter: bernhardu(a)mailbox.org
Distribution: ---
Process Explorer crashes when opening the properties window
and switching to the Threads tab.
This happens because it unconditionally dereferences the LockInformation
member returned by RtlQueryProcessDebugInformation(PDI_MODULES).
--
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=56223
Bug ID: 56223
Summary: winedbg: crashes after loading gecko debug information
Product: Wine
Version: 9.0
Hardware: x86-64
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: dbghelp
Assignee: wine-bugs(a)winehq.org
Reporter: bernhardu(a)mailbox.org
Distribution: ---
Created attachment 75929
--> https://bugs.winehq.org/attachment.cgi?id=75929
stdout of application and winedbg, backtrace for handled and unhandled SIGSEGV
Looking at 56213 gives a crash ending in xul.dll.
Therefore I put the xul.pdb from wine-gecko-2.47.4-x86-pdb.tar.xz
into the directory of xul.dll.
This leads to a crashing winedbg.exe.
I think the address space gets exhausted, because the xul.pdb is 500 MB,
and htop shows for a crashing winedbg.exe VIRT=4072M RES=1588M.
This comes with a few of following lines:
err:virtual:allocate_virtual_memory out of memory for allocation, base (nil)
size 003f4000
But also this line is visible:
err:dbghelp_msc:pe_load_debug_directory Got a page fault while loading symbols
So the loading of the big pdb file is protected by
an exception handler in pe_load_debug_directory.
But afterwards dbghelp.dll tries to work with this partially loaded debug
information and gets a second SIGSEGV, this time unhandled
and unfortunately without any 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=56174
Bug ID: 56174
Summary: Forza Horizon 4 crashes with
concrt140.dll.?_Confirm_cancel@_Cancellation_beacon@de
tails@Concurrency@@QEAA_NXZ
Product: Wine
Version: 9.0-rc5
Hardware: x86-64
OS: Linux
Status: NEW
Severity: minor
Priority: P2
Component: msvcrt
Assignee: wine-bugs(a)winehq.org
Reporter: andrey.goosev(a)gmail.com
Distribution: ---
With reverted bd89ab3040e30c11b34a95072d88f635ade03bdc (bug 55397)
wine: Call from 00006FFFFF463DC7 to unimplemented function
concrt140.dll.?_Confirm_cancel@_Cancellation_beacon@details@Concurrency@@QEAA_NXZ,
aborting
--
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=56062
Bug ID: 56062
Summary: unimplemented function mgmtapi.dll.SnmpMgrOpen
Product: Wine
Version: 9.0-rc2
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: sakul8826(a)gmail.com
Distribution: ---
I tried to run advanced ip scanner and it crashed with following error:
`Unhandled exception: unimplemented function mgmtapi.dll.SnmpMgrOpen called in
wow64 32-bit code (0x7bc82597).`
Here the link to the documentation of this function:
https://learn.microsoft.com/en-us/windows/win32/api/mgmtapi/nf-mgmtapi-snmp…
--
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=55945
Bug ID: 55945
Summary: KakaoTalk crashes when opening certain profiles:
unimplemented function gdiplus.dll.GdipDrawImageFX
Product: Wine
Version: 8.21
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: gdiplus
Assignee: wine-bugs(a)winehq.org
Reporter: jinoh.kang.kr(a)gmail.com
Distribution: ---
gdiplus.dll.GdipDrawImageFX() is not implemented.
Affected applications:
- KakaoTalk crashes when opening certain profiles.
--
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=55000
Bug ID: 55000
Summary: wineserver crashes below save_all_subkeys after
RegUnLoadKey
Product: Wine
Version: 8.9
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wineserver
Assignee: wine-bugs(a)winehq.org
Reporter: bernhardu(a)mailbox.org
Distribution: ---
While trying to reproduce a crash in procexp64 I noticed a crash in
wineserver instead.
I think I found the reason in a call to `RegUnLoadKey(HKEY_USERS, ".Default")`,
which succeeds in wine while it should maybe not.
Program terminated with signal SIGSEGV, Segmentation fault.
208 struct object *parent = key->obj.name->parent;
(gdb) bt
#0 get_parent () at server/registry.c:208
#1 dump_path () at server/registry.c:226
#2 save_all_subkeys () at server/registry.c:2008
#3 save_branch (path="userdef.reg") at server/registry.c:2107
#4 save_branch () at server/registry.c:2134
#5 periodic_save () at server/registry.c:2131
#6 periodic_save () at server/registry.c:2124
#7 get_next_timeout () at server/fd.c:959
#8 main_loop_epoll () at server/fd.c:617
#9 main_loop () at server/fd.c:992
#10 main () at server/main.c:237
(gdb) print key->obj.name
$3 = (struct object_name *) 0x0
The "name" member got set to NULL here before in wineserver:
424 obj->name = NULL;
(rr) bt
#0 unlink_named_object () at server/object.c:424
#1 delete_key () at server/registry.c:1089
#2 req_unload_registry () at server/registry.c:2363
#3 call_req_handler () at server/request.c:305
#4 read_request () at server/request.c:360
With the request originating at process side here:
#14 wine_server_call () at dlls/ntdll/unix/server.c:307
#15 NtUnloadKey () at dlls/ntdll/unix/registry.c:767
#16 __wine_syscall_dispatcher ()
--
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=56135
Bug ID: 56135
Summary: dictionnaire Hachette 98
Product: Wine
Version: 6.0.3
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: cremond.didier(a)neuf.fr
Distribution: ---
Created attachment 75813
--> https://bugs.winehq.org/attachment.cgi?id=75813
error log
I installed DHM98 (Hachette Multimedia Encyclopedic Dictionary 98) with Vine on
linux mint 21.2 cinnamon. he launches but gets an error. Attached is the error
log
--
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=54923
Bug ID: 54923
Summary: Drag and drop is not working in Delphi based
applications
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: winehq.org(a)mail.magynhard.de
Distribution: ---
The drag and drop does not work inside applications that are based on Delphi by
default anymore.
For example, when using HeidiSQL, I'm not able to move entries in the
connection session manager into a folder to organize my connections.
WORKAROUND:
It is working, if i select "Windows XP" in winecfg, but not working for example
for "Windows 10". So it seems that the drag and drop feature got lost at later
"windows versions". On a real Windows 10 machine it works without any problems.
Might be related with "gdiplus_winxp" -> see other Delphi applications with the
same problem:
https://github.com/TES5Edit/TES5Edit/issues/774
--
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=57416
Bug ID: 57416
Summary: xEdit Bethesda Modding Tool Crashes under Wine-9.21
Product: Wine
Version: 9.21
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: nekoNexus(a)protonmail.ch
Distribution: ---
Created attachment 77401
--> https://bugs.winehq.org/attachment.cgi?id=77401
Wine-9.21 Output Log
Problem:
xEdit crashes under Wine 9.21 and prevents basic usage of the app for use with
Bethesda games.
Download location:
https://github.com/TES5Edit/TES5Edit/releases/tag/xedit-4.1.5f
-----
Reproduction Steps:
1) Install a Bethesda game (in my case, I installed Oblivion from GOG using
Heroic and with the system-installed Wine version)
2) cd to where xEdit is downloaded (download it, of course)
3) Depending on the game, change all references to "xEdit" to the specific
game being used by renaming the executables (in this case, it would be
"TES4Edit" instead)
4) Run: WINEPREFIX="/path/to/prefix" WINEARCH="win64" winecfg (then click
okay / closer the window after adding a wincfg entry for xEdit to run in WinXP
mode)
5) Run the game launcher once using that prefix, open the game, then close
it (assuming the launcher doesn't have "Play" greyed out; it was for me, so I
closed the launcher then launched the game directly)
6) Run: WINEPREFIX="/path/to/prefix" WINEARCH="win64" wine start
./TES4Edit64.exe -D "Z:\path\to\game\folder\Data" ("Data" is an actual folder
named that)
7) xEdit Crashes with a runtime error
Note: If you specifically run the 64-bit executable it'll give a message about
considering using the 32-bit mode for speed, and interacting with that message
box works, but it will proceed to crash afterwards.
Running the program without any arguments instead throws an error about there
being a missing registry entry for the game, but the program doesn't crash if
doing this. Normally, this would be to detect the game location, but xEdit was
made for the Steam version in mind in this regard, which is why this separate
error is thrown.
Performing a similar process using Mod Organizer in conjunction makes no
difference as the results are 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=46555
Bug ID: 46555
Summary: cygwin-x86_64.exe: AddAccessAllowedAceEx(, group)
failed: 1337
Product: Wine
Version: 4.0
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: larrowe.semaj11(a)gmail.com
Distribution: ---
Altogether, the Cygwin installer runs wonderfully, however I have noticed one
problem. There are hundreds of lines stating this:
AddAccessAllowedAceEx(, group) failed: 1337
I would assume that these are probably file permission errors, as they are
shown when downloading and extracting packages.
--
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.