https://bugs.winehq.org/show_bug.cgi?id=52756
Bug ID: 52756
Summary: Unhandled exception: page fault on read access to
0x0000051b in 32-bit code (0x00931673).
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: tanuj.phd(a)gmail.com
Distribution: ---
Created attachment 72122
--> https://bugs.winehq.org/attachment.cgi?id=72122
Unhandled exception: page fault on read access to 0x0000051b in 32-bit code
(0x00931673).
HI, When I open an application ZeroBrane Studio using Wine, it give me an error
and does not allow the program to run. See attached. Thank you
--
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=52754
Bug ID: 52754
Summary: When IME is in the Composition state, the CPS_COMPLETE
event does not occur when clicking the mouse.
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: richedit
Assignee: wine-bugs(a)winehq.org
Reporter: take-me-home(a)kakao.com
Distribution: ---
When IME is in the Composition state, the CPS_COMPLETE event does not occur
when clicking the mouse.
Therefore, when move the cursor, the text in the Composition state is inserted
into the new cursor position.
As a normal operation, should inform IME that Composition has been completed
and handle events related to click buttons after completing IME operations.
--
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=52753
Bug ID: 52753
Summary: Embrilliance: Cursor disappears when trying to
draw/edit stitches in create mode.
Product: Wine
Version: 7.5
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: jmyles57(a)gmail.com
Distribution: ---
Created attachment 72121
--> https://bugs.winehq.org/attachment.cgi?id=72121
Image of buttons to press to recreate issue
Requires any Embrilliance module that lets you interact with the stitches.
(Such as Stitch Artist).
To reproduce:
1) Click the 'Create' button
2) Click any tool that allows you to draw on the canvas
3) Move cursor to the canvas, mouse cursor disappears.
Software otherwise works excellent with Wine!
--
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=48758
Bug ID: 48758
Summary: ConEmu Ctrl+c has different behavior
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: rpisl(a)seznam.cz
Distribution: ---
In ConEmu, Ctrl+c behavior is different on Wine and Windows.
ConEmu+Cmd on Windows:
Ctrl+c breaks current command and starts new empty prompt
Ctrl+C shows ^C
ConEmu+Cmd on Wine:
Ctrl+c shows 'c'
Ctrl+C terminates ConEmu completely
ConEmu+Far Manager+console application on Windows:
Ctrl+c terminates the application
Ctrl+C shows ^C
ConEmu+Far Manager+console application on Wine:
Ctrl+c does nothing or shows 'c'
Ctrl+C terminates the application
--
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=52614
Bug ID: 52614
Summary: 002c:err:module:load_apiset_dll failed to load apiset:
c0000482
Product: Wine
Version: 7.3
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wineserver
Assignee: wine-bugs(a)winehq.org
Reporter: mahg361(a)gmail.com
Distribution: ---
$ WINEPREFIX="/home/m/.wine" WINEARCH=win64 wine64 wineboot
wine: created the configuration directory '/home/m/.wine'
002c:err:module:load_apiset_dll failed to load apiset: c0000482
002c:fixme:actctx:parse_depend_manifests Could not find dependent assembly
L"Microsoft.Windows.Common-Controls" (6.0.0.0)
0034:err:module:load_apiset_dll failed to load apiset: c0000482
0040:err:module:load_apiset_dll failed to load apiset: c0000482
0048:err:module:load_apiset_dll failed to load apiset: c0000482
.
.
.
It happens only with wine64
I installed wine using Arch Linux official repo
--
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=52727
Bug ID: 52727
Summary: Access to window.external in an embedded browser
breaks javascript
Product: Wine
Version: 5.0
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: ieframe
Assignee: wine-bugs(a)winehq.org
Reporter: sergey.bychkow(a)gmail.com
Distribution: ---
I'm not sure that this is problem for ieframe, or shdocw, or gecko component,
but when javascript in an embedded browser tries to access custom
window.external object defined with an implementation of
IDocHostUIHandler.GetExternal() then javascript fails to proceed. The call of
GetExternal() function returns successfully.
A javascript code looks like:
{script}
document.write('external: ');
var obj2 = window.external; -- next lines won't execute on Wine, but work on
Wndws
document.write(obj2);
document.write('<br>');
var obj3 = window.external.myProperty;
{/script}
Embedding is done like in the article:
https://delphidabbler.com/articles/article-22
TODO: Make isolated test case if information is not enough.
--
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=52745
Bug ID: 52745
Summary: ATPDraw not showing title bar
Product: Wine
Version: 7.5
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: hildogjr(a)gmail.com
Distribution: ---
Created attachment 72112
--> https://bugs.winehq.org/attachment.cgi?id=72112
After open (not maximized)
The fix
https://bugs.winehq.org/show_bug.cgi?id=52675
worked fine, but the software do not shows the title bar when maximized. See
the attached images.
Useful information:
Linux Ubuntu 20.04.4 LTS x64
GNOME Version 3.36.8
Windowing System X11
Graphics NV118 / Mesa Intel® HD Graphics 620 (KBL GT2)
--
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=52746
Bug ID: 52746
Summary: Minecraft Windows bedrock server needs chakra.dll
Product: Wine
Version: 7.5
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: mowinebugs(a)mail.com
Distribution: ---
Created attachment 72114
--> https://bugs.winehq.org/attachment.cgi?id=72114
terminal output
Download link: https://www.minecraft.net/en-us/download/server/bedrock
--
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=52710
Bug ID: 52710
Summary: Line wrapping with newlines in command line tool
output (ISCC.exe)
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Mac OS X
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: 20220321.winehq.org(a)darkart.com
[This was discovered using CrossOver by CodeWeavers, going from version 20.0.4
to 21.1.0 and CodeWeavers has asked me to open a bug here for it.]
Output from the command line tool "ISCC.exe" (part of the InnoSetup tools) now
has extra newlines that are doing line wrapping. Unfortunately this breaks up
words in the output which impedes our parsing of the output.
Example output when running under wine from CrossOver 21.1.0:
\r\r\n\u001b[?25h\u001b[?25lCopyright (C) 2001-2004 Alex Yackimoff. All rights
reserved.\r\r\n\u001b[?25h\r\r\n\u001b[?25lCompiler engine version: Inno Setup
5.5.9 (u)\r\r\n\u001b[?25h\r\r\n\u001b[?25l[ISPP]
Preprocessing.\r\r\n\u001b[?25h\u001b[?25l[ISPP]
Preprocessed.\r\r\n\u001b[?25h\r\r\n\u001b[?25lParsing [Setup] section, line
28\r\r\n\u001b[?25h\u001b[?25lParsing [Setup] section, line 29\r\r\n\u001b[?25h
I believe the "[?25h" and "[?25l" are escape sequences that were not present
when running under CrossOver 20.0.4.
The '\r' and '\n' characters are showing up in what used to be single-line
text, like:
Using an external code-signing tool, pleas\r\r\ne attach your digital signature
to the following executable file
Note how the word "please" has been fragmented.
--
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=52744
Bug ID: 52744
Summary: Cisco Jabber 12.x/14.x chat window not displayed
correctly
Product: Wine
Version: 7.5
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: winehq(a)georg-sieber.de
Distribution: ---
Created attachment 72108
--> https://bugs.winehq.org/attachment.cgi?id=72108
Broken Chat Window of Cisco Jabber
Cisco Jabber generally works very well with the latest wine versions, only one
problem persists: the chat window does not display properly.
Mostly, the chat window is black or white, only sometimes it shows the expected
chat messages for a short time (please have a look at the screenshot attached).
The about window seems to have the same issue. So you can also reproduce it by
opening this dialog (using the settings menu), no need to log in into the
application.
--
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.