https://bugs.winehq.org/show_bug.cgi?id=50954
Bug ID: 50954
Summary: Office 365 installer unable to do anything
Product: Wine
Version: 6.5
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: qmgr
Assignee: wine-bugs(a)winehq.org
Reporter: yuri6037(a)yuristudio.net
Distribution: ---
I'm currently experimenting with O365, trying to download and install it under
Linux through wine. I had to hack the website already with a custom client
because the website rejects anything that does not present itself as Windows.
Once that part got passed I could download the online 64 bits installer.
Unfortunatly one of the first steps any of these online installers attempts is
starting IBackgroundCopyJob. From what my wine-staging console is telling me
support for these functions is missing:
- 0160:fixme:qmgr:BackgroundCopyJob_AddFileWithRanges
- 0160:fixme:qmgr:BackgroundCopyJob_SetPriority
- 0160:fixme:qmgr:BackgroundCopyJob_SetNoProgressTimeout
- 0160:fixme:qmgr:BackgroundCopyJob_SetMaximumDownloadTime
- 0160:fixme:qmgr:BackgroundCopyJob_Suspend
Is there any plan to support these functions?
--
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=50951
Bug ID: 50951
Summary: Possible Crash because of wrong initialization of
struct COMBOBOXEXITEM
Product: Wine
Version: 6.5
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: api-ms-win-*
Assignee: wine-bugs(a)winehq.org
Reporter: taxpool(a)protonmail.ch
Distribution: ---
//BUG #1: cchTextMax member of COMBOBOXEXITEM is always 0 (in Windows 260)
//BUG #2: Text can't be copied to pszText
void CMyCombo::GetCBDispString(NMHDR* pNMHDR, LRESULT* pResult)
{
NMCOMBOBOXEX* pncbe = reinterpret_cast<NMCOMBOBOXEX*>(pNMHDR);
COMBOBOXEXITEM& cbei = pncbe->ceItem;
if (cbei.mask & CBEIF_TEXT)
{
//strcpy(cbei.pszText, "xxx"); //CRASH
cbei.pszText = "xxx"; //WORKS
//cbei.mask |= CBEIF_DI_SETITEM;
}
*pResult = 0;
}
--
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=45225
Bug ID: 45225
Summary: Supreme Commander FA does not render many graphical
effects
Product: Wine
Version: 3.5
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: ikk_pl(a)yahoo.co.uk
Distribution: ---
Created attachment 61453
--> https://bugs.winehq.org/attachment.cgi?id=61453
Windows screenshot of the fire effect
The game uses much visual eye-candy for explosions and projectiles that is not
rendered in Wine. Two screenshots from Windows and wine are attached - in one
of them fire from projectiles is rendered, in the other it's missing.
Tested on Nvidia GTX 950M with proprietary drivers.
--
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=30130
Bug #: 30130
Summary: No text displayed in MycoKey 3.2
Product: Wine
Version: 1.4
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
Classification: Unclassified
After "winetricks riched20" to work around bug 30128, the app starts,
but doesn't display any text (except menus).
"winetricks corefonts tahoma" didn't make any difference.
--
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=47970
Bug ID: 47970
Summary: Legends of Runeterra crashes at launch
Product: Wine
Version: unspecified
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: dt(a)zeroitlab.com
Distribution: ---
There's not much else I can attach at the moment. Compiling a 64 bit wine
version with the previous patches for League of Legends (#47198 #47915) does
not seem enough to run the game. Its crashing deep inside the anti cheat during
initialization. I'm trying to track this down.
--
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=38928
Bug ID: 38928
Summary: setup.exe gets interrupted prematurely when installing
a .Net 4.0 application
Product: Wine
Version: 1.7.44
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: cashman51(a)msn.com
Distribution: ---
Created attachment 51860
--> https://bugs.winehq.org/attachment.cgi?id=51860
Command line output from running wine setup.exe
Running WINEARCH=win32 on Windows 2003 configuration using wine 1.7.44 on
Ubuntu Trusty. Trying to install an application I developed using the .Net 4.0
Framework which normally works on Windows 2003 and higher. When attempting to
install, installer displays "The installer was interrupted before
Test_Application could be installed. You need to restart the installer to try
again. Click Close to exit." Attached log. If I try to install dotnet40 using
winetricks, setups seems to install my application, but does not work
correctly. I prefer to use mono rather than dotnet40 as it's more stable.
--
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=48712
Bug ID: 48712
Summary: ws2_32: uninmplemented ws2.32.WSAConnectByNameA
Product: Wine
Version: unspecified
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: winsock
Assignee: wine-bugs(a)winehq.org
Reporter: kogalex(a)gmail.com
Distribution: ---
Created attachment 66585
--> https://bugs.winehq.org/attachment.cgi?id=66585
trace
ws2.32.WSAConnectByNameA is not implemented in any of the versions.
I'm using 5.0 but looked at latest git and still not implemented there.
attaching trace.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.
http://bugs.winehq.org/show_bug.cgi?id=32432
Bug #: 32432
Summary: .NET 2.0 SDK installer fails on builtin atl80.dll
(.spec file contains entries with spelling errors)
Product: Wine
Version: 1.5.19
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: atl
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: focht(a)gmx.net
Classification: Unclassified
Hello folks,
found while installing .NET 2.0 Framework SDK ...
--- snip ---
err:module:find_forwarded_export function not found for forward
'atl100.AltCallTermFunc' used by L"C:\\windows\\system32\\atl80.dll". If you
are using builtin L"atl80.dll", try using the native one instead.
--- snip ---
http://source.winehq.org/git/wine.git/blob/9abb9ffe91f034eb53f5788d915d5551…
These entries have spelling errors (AltXXX vs. AtlXXX):
--- snip ---
49 62 stub AltWinModuleRegisterClassExW
50 63 stub AltWinModuleRegisterClassExA
51 64 stdcall AltCallTermFunc(ptr) atl100.AltCallTermFunc
52 65 stub AltWinModuleInit
53 66 stub AltWinModuleTerm
--- snip ---
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=50908
Bug ID: 50908
Summary: Windows Admin Center fails to install (operating
system not supported)
Product: Wine
Version: 6.5
Hardware: x86-64
URL: https://web.archive.org/web/20210401220916/https://download.microsoft.com/download/1/0/5/1059800B-F375-451C-
B37E-758FFC7C8C8B/WindowsAdminCenter2103.msi
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: the.ideals(a)gmail.com
Distribution: ---
This software is not supported on this operating system.
winecfg # Windows 10 doesn't work.
Windows 10 (version 1709 or later) required.
https://docs.microsoft.com/en-us/windows-server/manage/windows-admin-center…
sha1sum WindowsAdminCenter2103.msi
9a9071d04593f12b471902d5fd645a31c65e0ced WindowsAdminCenter2103.msi
du -sh WindowsAdminCenter2103.msi
71M WindowsAdminCenter2103.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=50886
Bug ID: 50886
Summary: MSCEditor fails to start
Product: Wine
Version: 6.5
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: magunasu.b97(a)gmail.com
Distribution: ---
After upgrading to Wine 6.5 from 6.4, I can no longer start MSCEditor and I get
the following error:
wine: failed to load start.exe: 40000003
I went ahead and tried bisecting it, instead running into `wine: failed to
start L"/b"`, going that route I can bisect it to this:
```
28fe84da45bea7de56539b50eac8ebcec54342de is the first bad commit
commit 28fe84da45bea7de56539b50eac8ebcec54342de
Author: Alexandre Julliard <julliard(a)winehq.org>
Date: Wed Mar 24 10:53:53 2021 +0100
ntdll: Load the main image from the Unix side.
Signed-off-by: Alexandre Julliard <julliard(a)winehq.org>
dlls/ntdll/env.c | 79 +-----------------------
dlls/ntdll/loader.c | 112 +++++++++++++---------------------
dlls/ntdll/unix/env.c | 70 +++++++++++++++++++--
dlls/ntdll/unix/file.c | 135 +++++++++++++++++++++++++++++++++++++++++
dlls/ntdll/unix/loader.c | 112 +++++++++++++++++++++++++++++++---
dlls/ntdll/unix/unix_private.h | 3 +
6 files changed, 349 insertions(+), 162 deletions(-)
```
I wasn't able to hunt down exactly when the error changes, but either way the
program does not launch.
MSCEditor: https://github.com/durkhaz/MSCEditor
Prebuilt binary: https://mscedit.superskalar.org/MSCeditor112.zip
--
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.