https://bugs.winehq.org/show_bug.cgi?id=46951
Bug ID: 46951
Summary: MSXML Multi line attribute value - #10 char lost
Product: Wine
Version: 4.0
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: msxml3
Assignee: wine-bugs(a)winehq.org
Reporter: alexeev(a)krista.ru
Distribution: ---
Created attachment 64076
--> https://bugs.winehq.org/attachment.cgi?id=64076
Sample xml with command line test
Multy line attribule values parsed by XMLDOM in Wine, but such values lost all
CR chars and looks like single line (maybe with #10 to #32 replace). Attached
example with simble command line test (fails on not found #10 in value)
--
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=21061
Summary: Superantispyware crashes when preferences button
clicked.
Product: Wine
Version: 1.1.34
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: bugzilla(a)technicalbloke.com
Created an attachment (id=25258)
--> (http://bugs.winehq.org/attachment.cgi?id=25258)
The error messages that appear in the shell
This software stops working and triggers it's own error reporting mechanism
whenever I click the 'preferences' button in it's main dialog.
Software is available to download here...
http://www.superantispyware.com/onlinescan.html
I have also uploaded a copy to my server to aid with debugging if that one
isn't available or changes or whatever...
http://www.technicalbloke.com/sas_ols.exe
--
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.
http://bugs.winehq.org/show_bug.cgi?id=21062
Summary: Superantispyware crashes at end of custom scan folder
selection process.
Product: Wine
Version: 1.1.34
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: bugzilla(a)technicalbloke.com
Created an attachment (id=25259)
--> (http://bugs.winehq.org/attachment.cgi?id=25259)
Contents of my console window during this process.
App crashes at the end of this sequence of events...
Perform Custom Scan Selected
Memory, Registry, Startup Locations, Cookies all Deselected
Select Folders Clicked
Add Clicked
Folder Selected from Dialog
OK Clicked
Close Clicked
This causes the apps internal error reporting mechanism to trigger, the app
doesn't close until this dialog is dismissed so controls on the underlying
window are still clickable however, clicking next demonstrates that the
settings entered above have not taken.
--
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=39233
Bug ID: 39233
Summary: setupapi:misc crashes if privileges not high enough
Product: Wine
Version: unspecified
Hardware: x86
OS: Windows
Status: NEW
Severity: normal
Priority: P2
Component: setupapi
Assignee: wine-bugs(a)winehq.org
Reporter: fgouget(a)codeweavers.com
The crash is followed by messages reporting errors:
misc.c:233: Test failed: Expected TRUE, got 0
misc.c:234: Test failed: Expected ERROR_SUCCESS, got 5
misc.c:240: Test failed: Expected TRUE, got 0
misc.c:241: Test failed: Expected ERROR_SUCCESS, got 2
misc.c:248: Test failed: Expected ERROR_FILE_EXISTS, got 5
misc.c:254: Test failed: Expected TRUE, got 0
misc.c:255: Test failed: Expected ERROR_SUCCESS, got 5
misc.c:257: Test failed: Expected destination inf to exist
misc.c:258: Test failed: Expected %windir%\inf\OEMx.inf, got þ"
misc.c:272: Test failed: Expected ERROR_INSUFFICIENT_BUFFER, got 5
misc.c:275: Test failed: Expected dest inf to exist
misc.c:277: Test failed: Expected size to be lstrlen(dest_save) + 1
misc.c:282: Test failed: Expected TRUE, got 0
misc.c:283: Test failed: Expected ERROR_SUCCESS, got 5
misc.c:284: Test failed: Expected sizes to match, got (3, 0)
misc.c:285: Test failed: Expected destination inf to exist
misc.c:286: Test failed: Expected %windir%\inf\OEMx.inf, got aaa
misc.c:288: Test failed: Expected size to be lstrlen(dest_save) + 1
misc.c:116: this is the last test seen before the exception
misc: unhandled exception c0000005 at 78409A5F
test failed: crash
This crash happens specifically on the following WineTest box:
fg-win2000-rusr: Windows 2000 with a Restricted user account
Interestingly it neither crashes nor fails in non-Restricted/Limited user
accounts on the following boxes:
fg-win2000-susr: Windows 2000 with a Standard (Power) user account.
fg-winxp-lusr: Windows XP with a Limited user account.
fg-win7u64-1spie9usr: Windows 7 with a regular user account.
See:
https://test.winehq.org/data/tests/setupapi:misc.html
--
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=39234
Bug ID: 39234
Summary: setupapi:query fails if privileges not high enough
Product: Wine
Version: unspecified
Hardware: x86
OS: Windows
Status: NEW
Severity: normal
Priority: P2
Component: setupapi
Assignee: wine-bugs(a)winehq.org
Reporter: fgouget(a)codeweavers.com
The following failures only happen if the test is run in a restricted user
account.
query.c:283: Test failed: Expected SetupGetInfInformation to succeed: 2
query.c:284: Test failed: Expected returned filename to be equal
query.c:291: Test failed: Expected SetupGetInfInformation to succeed
query.c:292: Test failed: Expected returned filename to be equal
This can be seen on the following WineTest box:
fg-win2000-rusr: Windows 2000 with a Restricted user account
Note however that it succeeds in non-Restricted user accounts on the following
boxes for instance:
fg-win2000-susr: Windows 2000 with a Standard (Power) user account.
fg-winxp-lusr: Windows XP with a Limited user account.
fg-win7u64-1spie9usr: Windows 7 with a regular user account.
The failing tests were introduced by this commit:
commit ac6c9410587c7b0c3ec5614ba1c8289dd525a407
Author: James Hawkins <truiken(a)gmail.com>
Date: Tue Jan 31 12:22:48 2006 +0100
setupapi: Add tests for SetupGetInfInformation.
See:
https://test.winehq.org/data/tests/setupapi:query.html
--
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=14221
Summary: After Wineboot startup
Product: Wine
Version: 1.0.0
Platform: Other
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: deepblu(a)poczta.fm
Created an attachment (id=14508)
--> (http://bugs.winehq.org/attachment.cgi?id=14508)
wine_dump
After Wineboot start i have message like in attachment;
--
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.
http://bugs.winehq.org/show_bug.cgi?id=14827
Summary: Autocad 2005 : Multiline text edit crashes application
Product: Wine
Version: CVS/GIT
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: max(a)veneto.com
If you try to edit a multiline text (MTEXT) or a dimension text on autocad
(tested on 2005), following happens :
1) The editor is (correctly) shown, but edited text is not visible on text area
2) If you use ESC to abort command, you retourns on autocad correctly
3) If you press OK button to accept changes, the whole autocad hangs.
Ciao
Max
--
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=40821
Bug ID: 40821
Summary: Java JRE 8 installer 'jre-8u60-windows-i586.exe' and
latter hang during installation
Product: Wine
Version: 1.9.12
Hardware: x86
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: wylda(a)volny.cz
Distribution: ---
Since bug 38811 was fixed, i wanted to re-test:
* jre-8u45-windows-i586.exe ... installer runs
* jre-8u51-windows-i586.exe ... installer runs
* jre-8u55-windows-i586.exe ... installer runs
* jre-8u60-windows-i586.exe ... installer stalls
* jre-8u77-windows-i586.exe ... installer stalls
* jre-8u91-windows-i586.exe ... installer stalls
Last line in that case is:
fixme:jscript:JSGlobal_eval No active exec_ctx
--
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=14422
Summary: AutoCAD 2005 fails to start
Product: Wine
Version: 1.1.0
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: gdiplus
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: r.snajdr(a)coramexport.cz
AutoCAD 2005 now installs but it wont start. It reports some problems about
gdiplus. I tryed to istall another one from ddl.com but it did not help
--
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.