https://bugs.winehq.org/show_bug.cgi?id=50933
Bug ID: 50933
Summary: 00c4:err:regedit:wWinMain failed to restart 64-bit
L"C:\\windows\\system32\\regedit.exe", err 2 (and
Wow6432Node key gone)
Product: Wine
Version: 6.5
Hardware: x86-64
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: xerox.xerox2000x(a)gmail.com
Distribution: Debian
Hi,
Not 100% sure if this is real bug or intentional, but I report anyway as it
happened as of a few days I think.
'wine64 regedit': everything seems to be ok
'wine regedit': error from bugtitle and there`s no Wow6432Node key to navigate
to
--
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=49756
Bug ID: 49756
Summary: Death Stranding requires windows.gaming.input.dll
Product: Wine
Version: 5.16
Hardware: x86
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: leslie_alistair(a)hotmail.com
Distribution: ---
Tracking staging patchset.
--
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=50742
Bug ID: 50742
Summary: FAR: Lone Sails is too dark wih GL renderer
Product: Wine
Version: 6.3
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
Assignee: wine-bugs(a)winehq.org
Reporter: titan.costa(a)gmail.com
Distribution: ---
Created attachment 69514
--> https://bugs.winehq.org/attachment.cgi?id=69514
screenshot 1
No error in console.
--
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=50916
Bug ID: 50916
Summary: Multiple applications need DHTMLEdit to support
'IOleControl' '{B196B288-BAB4-101A-B69C-00AA00341D07}'
(Atomic Mail Sender 4.x)
Product: Wine
Version: 6.5
Hardware: x86-64
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: mshtml
Assignee: wine-bugs(a)winehq.org
Reporter: focht(a)gmx.net
Distribution: ---
Hello folks,
continuation of bug 50697 ("Multiple applications crash due to DHTMLEdit
'IOleObject::GetExtent' stub (Atomic Mail Sender 4.2x)")
Relevant part of trace log:
--- snip ---
$ pwd
/home/focht/.wine/drive_c/Program Files (x86)/AtomPark/Atomic Mail Sender
$ WINEDEBUG=+seh,+relay,+dhtmled wine ./AtomicMailSender.exe >>log.txt 2>&1
...
0104:trace:dhtmled:OleObject_GetClientSite (0029FC68)->(0021FB10)
0104:Call combase.CreateStreamOnHGlobal(0029fe2a,00000000,0021fb14)
ret=004a0e3d
...
0104:Ret combase.CreateStreamOnHGlobal() retval=00000000 ret=004a0e3d
0104:fixme:dhtmled:PersistStreamInit_Load (0029FC68)->(002AC658) stub
...
0104:trace:dhtmled:dhtml_edit_qi
(0029FC68)->({b196b288-bab4-101a-b69c-00aa00341d07}, 018D7C24)
0104:err:dhtmled:dhtml_edit_qi no interface for
{b196b288-bab4-101a-b69c-00aa00341d07}
0104:Call KERNEL32.GetLastError() ret=01651fcf
0104:Ret KERNEL32.GetLastError() retval=00000583 ret=01651fcf
...
0104:Call
KERNEL32.FormatMessageA(00003200,00000000,80004002,00000000,0021f988,00000100,00000000)
ret=0040e808
..
0104:Ret KERNEL32.FormatMessageA() retval=00000000 ret=0040e808
...
0104:trace:seh:dispatch_exception code=eedfade flags=1 addr=7B0101E8
ip=7b0101e8 tid=0104
0104:trace:seh:dispatch_exception info[0]=0049d671
0104:trace:seh:dispatch_exception info[1]=018e62b8
0104:trace:seh:dispatch_exception info[2]=80004002
0104:trace:seh:dispatch_exception info[3]=0021fb50
0104:trace:seh:dispatch_exception info[4]=005c8bf4
0104:trace:seh:dispatch_exception info[5]=0021fb1c
0104:trace:seh:dispatch_exception info[6]=0021fadc
0104:warn:seh:dispatch_exception unknown exception (code=eedfade) raised
...
0104:Call user32.MessageBoxA(00010096,018e5300 "OLE error 80004002.",019015a0
"Atomic Mail Sender",00000010) ret=00498c0f
--- snip ---
Wine source:
https://source.winehq.org/git/wine.git/blob/2fcc1d0ecdebc55a5f515b1390ce715…
Interestingly, the original patchset for adding DHTMLEdit (~3 years ago)
already contained support for IOleControl but it was dropped later. Apparently
only 'RSSeditor' was used for testing needed DHTMLEdit functionality.
Bug 29709 ("Multiple applications crash due to missing 'dhtmled.ocx', DHTMLEdit
object (Atomic Mail Sender 4.25, RSSeditor 0.9.54, High Impact eMail 5)").
https://www.winehq.org/pipermail/wine-devel/2018-February/122433.html
--- quote ---
> Hi Alex,
>
> On 12/05/2017 09:10 AM, Alex Henrie wrote:
>> typedef struct
>> {
>> IDHTMLEdit IDHTMLEdit_iface;
>> + IQuickActivate IQuickActivate_iface;
>
>
> What version did you test it with? As far as I can see, native doesn't
> implement this interface.
Thanks for catching that. You're right: The DHTMLEdit class does not
implement IQuickActivate. I was confused because RSSEdit queries for
this interface.
After more testing, I realized that we actually only need to add
IOleObject and IPersistStreamInit to get RSSEdit's GUI to appear.
Native DHTMLEdit implements IViewObject, IOleControl, and
IConnectionPointContainer too, but they do not appear to be necessary
for basic functionality.
--- quote ---
Atomic Mail Sender 4.x:
https://web.archive.org/web/20210204200155/http://www.massmailsoftware.com/…
$ sha1sum AtomicMailSender_425_setup.exe
cba0226b5bfba9b793f3b40bd732ef64ef23e844 AtomicMailSender_425_setup.exe
$ du -sh AtomicMailSender_425_setup.exe
5.4M AtomicMailSender_425_setup.exe
$ wine --version
wine-6.5-130-g97b420224e7
Regards
--
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=50873
Bug ID: 50873
Summary: reg.exe ignores /f parameter
Product: Wine
Version: 6.5
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: programs
Assignee: wine-bugs(a)winehq.org
Reporter: mywine(a)schiermeier-it.de
Distribution: ---
I tried:
wine reg.exe add 'HKCU\Software\Wine\DllOverrides' /v 'winemenubuilder.exe' /t
REG_SZ /d '' /f
to disable "winemenubuilder.exe'. But when I run the command above I got this
question:
The registry value 'winemenubuilder.exe' already exists. Do you want to
overwrite it? (Yes|No)
But according to reg.exe's help:
/f
Modify the registry without prompting for confirmation.
this question should not happen. I suspect reg.exe to do a mistake.
Also the content of the writen registry key is wrong:
[Software\\Wow6432Node\\Wine\\DllOverrides] 1616887989
#time=1d723618c0b1168
"winemenubuilder.exe"="/f"
Correct would be for the last line:
"winemenubuilder.exe"=""
--
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=50054
Bug ID: 50054
Summary: Can't play online multiplayer on THPS1+2
Product: Wine-staging
Version: 5.20
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: marcoxmeijer(a)gmail.com
CC: leslie_alistair(a)hotmail.com, z.figura12(a)gmail.com
Distribution: ---
When trying to play online, the game says "not signed in: You must be signed in
to access online features"
The terminal prints a lot of errors saying
"0588:fixme:netprofm:ConnectionPointContainer_FindConnectionPoint interface
{dcb00004-570f-4a9b-8d69-199fdba5723b} not implemented"
--
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=50902
Bug ID: 50902
Summary: HvManager requires websocket.dll
Product: Wine
Version: 6.5
Hardware: x86-64
URL: https://web.archive.org/web/20210401062250/https://hv-manager.org/Download/HvManager.msi
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: the.ideals(a)gmail.com
Distribution: ---
winecfg # Windows 10
This application is only supported on Windows 10, Windows Server 2012 R2 or
higher.
HvManager Setup Wizard ended prematurely because of an error.
014c:err:module:import_dll Library websocket.dll (which is needed by
L"C:\\Program Files\\HvManager\\Hvm.exe") not found
014c:err:module:LdrInitializeThunk Importing dlls for L"C:\\Program
Files\\HvManager\\Hvm.exe" failed, status c0000135
https://docs.microsoft.com/en-us/windows/win32/websock/web-socket-protocol-…
sha1sum HvManager.msi
1d009829120a62b154d21fe92ffcf8dfe15b6b0c HvManager.msi
du -sh HvManager.msi
6.6M HvManager.msi
--
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=37996
Bug ID: 37996
Summary: Wine mono does not support https connection
Product: Wine
Version: unspecified
Hardware: x86
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: fracting(a)gmail.com
Distribution: ---
Created attachment 50628
--> https://bugs.winehq.org/attachment.cgi?id=50628
Test https connection
Simple C# program like Client.DownloadFile("https://chocolatey.org/api/v2/",
"index2.html"); doesn't work at all, see source code and logs.
Workaround by `winetricks -q dotnet40`
--
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=5162
Alexandre Julliard <julliard(a)winehq.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
--- Comment #54 from Alexandre Julliard <julliard(a)winehq.org> ---
Closing bugs fixed in 6.6.
--
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=50942
Bug ID: 50942
Summary: Firestorm (viewer for Second Life) stores into a null
pointer and crashes on teleports.
Product: Wine
Version: 6.0
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: nagle(a)animats.com
Distribution: ---
Created attachment 69752
--> https://bugs.winehq.org/attachment.cgi?id=69752
Short crash dump
Firestorm (viewer for Second Life) almost works, but in-world teleports cause a
crash. Merely driving around or walking across a region boundary works.
Crash dump attached.
The workaround for missing fonts
(https://bugs.winehq.org/show_bug.cgi?id=32342) was applied and worked. This is
after getting past that problem.
Firestorm 6.4.13 (63251) Mar 2 2021 18:51:46 (64bit / SSE2)
(Firestorm-Releasex64) with Havok support.
To reproduce:
- Install fonts per BUG-32342 (winetricks -q corefonts)
- Install Firestorm from "firestormviewer.org"
- Launch Firestorm.
- Log in with an existing Second Life account (haven't tried the new user
signup under Wine)
- Login should work. 3D world should appear.
- Try to teleport to another region by typing a region name ("Burns" is a good
choice) in the top bar.
- Crash:
Unhandled exception: page fault on write access to 0x00000000 in 64-bit code
(0x00000001412a6aa9).
So something tried to store into a null pointer.
Short crash dump 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.