https://bugs.winehq.org/show_bug.cgi?id=53846
Bug ID: 53846
Summary: Microsoft Office 365: Crashes when trying to activate
with my student account
Product: Wine
Version: 7.7
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: epdo(a)u.dmarc.ro
Distribution: ---
Created attachment 73377
--> https://bugs.winehq.org/attachment.cgi?id=73377
Excel 365 organisation e-mail activation crash, otherwise fully functional as a
5 day trial
When I try to activate any Microsoft Office 365 program, I first sign in using
my student e-mail as a Microsoft account, then it gets redirected to Google
Workspace ("Taking you to your organisation's sign-in page") and as I enter my
e-mail again it crashes. On Windows it works. Getting a key using the e-mail
simply doesn't work. The programs are fully functional as a 5 day trial.
--
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=11846
Summary: tablet pressure sensitivity not working in Sai and many
other key graphic applications
Product: Wine
Version: 0.9.56.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: wintab32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: blurymind(a)gmail.com
tablet pressure sensitivity still not working on crucial graphic software that
is made to be used with tablets.
I am not sure if thats due wintab32,because im not a developer.
Applications like SAI that are wonderfully small ,full featured and even better
than photoshop for CG coloring (better brushes,other key features) work almost
perfectly fine on wine, but their practically useless when tablet pressure
doesnt work..
http://appdb.winehq.org/objectManager.php?sClass=version&iId=11044
another application that is a freeware and a fine substitute for painter is
http://appdb.winehq.org/objectManager.php?sClass=version&iId=7425&iTestingI…
tablet pressure works on photoshop and artrage,but not on many other key
applications in the graphic world that crucially depend on it. This feature is
very important,since there are absolutely no alternatives to these applications
on linux (if you study their key features you'll see there arent any on windows
too at the moment,especially Sai). The applications work almost perfectly on
wine,but that lack of this feature stops people from taking advantage of that.
Another application is Open Canvas...
But especially Sai- If there is any hack or workaround to get pressure
sensitivity working on sai, even a patch..i would gladly test it and report any
progress on Sai on wine.
--
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=53843
Bug ID: 53843
Summary: coturn support
Product: Packaging
Version: unspecified
Hardware: x86-64
OS: other
Status: UNCONFIRMED
Severity: blocker
Priority: P2
Component: wine-packages
Assignee: wine-bugs(a)winehq.org
Reporter: Neustradamus(a)hotmail.com
CC: dimesio(a)earthlink.net
Can you look to add the WINE support of coturn directly in software?
There is a ticket here, answer is needed:
- https://github.com/coturn/coturn/issues/1044
Thanks in advance.
--
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=53464
Bug ID: 53464
Summary: conhost.exe:tty sometimes times out on Windows 10
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Windows
Status: NEW
Severity: normal
Priority: P2
Component: programs
Assignee: wine-bugs(a)winehq.org
Reporter: fgouget(a)codeweavers.com
conhost.exe:tty sometimes times out on Windows 10:
conhost.exe:tty start programs/conhost/tests/tty.c
conhost.exe:tty:1734 done (258) in 120s
https://test.winehq.org/data/patterns.html#conhost.exe:tty
The timeouts are very frequent on Windows 10 1909 as per bug 51182.
However they also happen on other Windows 10 versions like 2004 and 21H1 where
they cannot be blamed on conhost.exe being a buggy early version.
Adding more traces shows that the test gets stuck in
test_read_console_control(). Depending on the run this happens in one of two
locations:
1350: skip_sequence("\x1b[25l"); /* broken hide cursor */
tty.c:1370:4.047 Test succeeded
tty.c:1373:4.047 Test succeeded
tty.c:226:4.047 Test succeeded
tty.c:1705:3.984 Test succeeded
tty.c:1350:4.110 Test succeeded
tty.c:603:4.tty.c:1602:4.047 Test 110 Test succeeded
succeeded
ttytty.c:60.c:6:4.110 T16est succeeded
04:4tty.c:.043477:4.110 Test succeeded
Test succeeded
tty.c:1245:4.110 Test succeeded
conhost.exe:tty:1dbc done (258) in 120s
1406: skip_sequence("\x1b[?25l"); /* hide cursor */
tty.c:1647:6.578 Test succeeded
tty.c:1650:tty.c6.578:140 Test5:6.6 succeeded87 Tes
t succeeded
tty.c:1405:6.687 Test succeeded
tty.c:1405:6.687 Test succeeded
tty.c:1405:6.687 Test succeeded
tty.c:1406:6.687 Test succeeded
tty.c:437:6.750 Test succeeded
tty.c:1245:6.750 Test succeeded
conhost.exe:tty:13d4 done (258) in 120s
The traces are mangled because the main test process and the child process
write to stdout at the same time.
In all cases the last trace is from write_console_pipe():
1245: ok(res, "WriteFile failed: %lu\n", GetLastError());
--
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=53731
Bug ID: 53731
Summary: Wineconsole lacks preferences and menubar like most
consoles
Product: Wine
Version: 7.18
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: winehq(a)regd.hamishmb.com
Distribution: ---
Wineconsole lacks a menubar with preferences like other consoles/terminals.
This would be useful for things like setting the font, font size, and turning
text wrap on or off. I had a look for commandline switches for these things
with "/?" but that just tries to run a program called "/?".
It's not obvious that wineconsole has any of these features if there aren't any
discoverable command line switches, but either way I figured it's worth
reporting this.
--
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=49700
Bug ID: 49700
Summary: Apps crash on discrete NVIDIA card with X error
BadMatch: NV-GLX when emulated virtual desktop is
enabled
Product: Wine
Version: 5.14
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: rockorequin(a)hotmail.com
Distribution: ---
I'm running Ubuntu 20.04, wine-devel 5.14, nvidia 450.57-0ubuntu0~0.20.04.2 on
an Optimus system with prime-select set to on-demand. I'm also running
dxvk-1.7.1 because the games I've tried crash without it.
With a clean wine prefix except for the graphics set to emulate a virtual
desktop of 1920x1080, running a game with the command
"__NV_PRIME_RENDER_OFFLOAD=1 __GLX_VENDOR_LIBRARY_NAME=nvidia wine <exe file">
fails with an error like this:
Error of failed request: BadMatch (invalid parameter attributes)
Major opcode of failed request: 156 (NV-GLX)
Minor opcode of failed request: 43 ()
Serial number of failed request: 334
Current serial number in output stream: 335
With a clean wine prefix (ie no virtual emulated desktop), the games run
without issue, and in wine 5.0.1 they run with and without an emulated desktop.
Both dx9 and dx11 games crash - I don't think DirectX is relevant here because
the crash is when the game first tries to create a 3d 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=53833
Bug ID: 53833
Summary: x-wine-extension-jsx.xml is overriding the plaintext
mimetype
Product: Packaging
Version: unspecified
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: wine-packages
Assignee: wine-bugs(a)winehq.org
Reporter: spamless.9v5xj(a)simplelogin.com
CC: dimesio(a)earthlink.net
Distribution: ---
Wine creates three XML files:
~/.local/share/mime/packages/x-wine-extension-jsx.xml
~/.local/share/mime/packages/x-wine-extension-jsxbin.xml
~/.local/share/mime/packages/x-wine-extension-jsxinc.xml
Which (I presume) are to register files of .jsx, .jsxbin and .jsxinc as
Javascript files in the OS, however current behavior is that it is overriding
the text/plain mimetype and causes all plaintext documents (ie those ending in
TXT) to be misidentified as Javascript files.
--
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=49928
Bug ID: 49928
Summary: Crazy Taxi Control is not working
Product: Wine
Version: 5.18
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: SolisX007(a)yahoo.com
Distribution: ---
Crazy Taxi controller does not work. Tested in a clean wine prefix.
--
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=53575
Bug ID: 53575
Summary: Subtitle Workshop Classic 6.1.4 disabled menu items
are not viewable at all
Product: Wine-staging
Version: 7.15
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: b1779506(a)trbvn.com
CC: leslie_alistair(a)hotmail.com, z.figura12(a)gmail.com
Distribution: ---
Download URL:
https://sourceforge.net/settings/mirror_choices?projectname=subtitle-worksh…
Launch SubtitleWorkshop.exe
Under Wine the items that are greyed out are not viewable (items get available
once actions are available). Under Windows they can be barely seen.
--
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.