https://bugs.winehq.org/show_bug.cgi?id=2624
Alexey Slepov <sir-lexa(a)yandex.ru> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC|sir-lexa(a)yandex.ru |
--
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=2624
--- Comment #35 from Artem S. Tashkinov <t.artem(a)mailcity.com> ---
(In reply to rebe from comment #34)
> How to write a test case for this one-liner patch? How would it get tested?
It's always been here an attachment: gzip'ed source + exe
To make a testcase out of it, just run it and test the resulting image (a
single pixel will suffice) against what should be.
--
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=2624
rebe(a)gmx.net changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |rebe(a)gmx.net
--- Comment #34 from rebe(a)gmx.net ---
How to write a test case for this one-liner patch? How would it get tested?
--
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=34794
Bug #: 34794
Summary: SolidWorks 2010: Error message at assigning material
in manager
Product: Wine
Version: 1.7.4
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: msxml4
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: lukasz.wojnilowicz(a)gmail.com
Classification: Unclassified
Created attachment 46400
--> http://bugs.winehq.org/attachment.cgi?id=46400
Error message
Steps to reproduce:
1) remove ~/.wine
2) winetricks vcrun2005 vcrun2008 mfc40 dotnet30
3) install SolidWorks 2010
4) start SolidWorks 2010
5) create new part
6) RMB on material
7) choose "edit material"
8) choose any material and click "apply"
Behaviour:
Error message (see attachment). Material changes properly though.
Expected behaviour:
No error message.
Error message translation:
Failed to save following database, returning to previous database now. There
may be no last modifications.
Terminal output:
fixme:msxml:domdoc_get_url (0x7ee3cd0)->(0x33e504)
fixme:msxml:schema_cache_QueryInterface interface
{00000126-0000-0000-c000-000000000046} not implemented
I/O warning : failed to load external entity "colorswatch.xsd"
err:msxml:Schema_parse error code 3004: element decl. 'swatchcolor', attribute
'type': The QName value
'{http://www.solidworks.com/sldcolorswatch}opticalcolor' does not resolve to
a(n) type definition.
fixme:msxml:cache_entry_from_xsd_doc failed to parse doc
fixme:msxml:domdoc_putref_schemas (0x7fb8110)->({VT_DISPATCH: 0x7fb8210}):
semi-stub
fixme:msxml:domdoc_get_parseError (0x7fb812c)->(0x33e4c4): creating a dummy
parseError
fixme:msxml:domdoc_get_url (0x7ee3cd0)->(0x33e55c)
fixme:msxml:schema_cache_QueryInterface interface
{00000126-0000-0000-c000-000000000046} not implemented
I/O warning : failed to load external entity "colorswatch.xsd"
err:msxml:Schema_parse error code 3004: element decl. 'swatchcolor', attribute
'type': The QName value
'{http://www.solidworks.com/sldcolorswatch}opticalcolor' does not resolve to
a(n) type definition.
fixme:msxml:cache_entry_from_xsd_doc failed to parse doc
fixme:msxml:domdoc_putref_schemas (0x7fc91b0)->({VT_DISPATCH: 0x7fc92b0}):
semi-stub
fixme:msxml:domdoc_get_parseError (0x7fc91cc)->(0x33e51c): creating a dummy
parseError
--
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=39621
Bug ID: 39621
Summary: TeamViewer 11 activating menu shows it's content with
large offset
Product: Wine
Version: 1.7.55
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: trivial
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: sasha969(a)hotmail.com
Distribution: ---
TeamViewer 11 activating menu shows it's content with large offset. Menus work
fine just content is shown around middle of window.
Could not get image because Print Screen in Linux Mint 17.2 Cinnamon auto
closes menu before taking image.
--
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=17098
Summary: Allow using iso images (via fuseiso) in drives setup @
winecfg.
Product: Wine
Version: 1.1.13
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: chalkerx(a)gmail.com
To mount an iso image to wine one should create a mountpoint, mount it manually
there, and use wincfg to point wine to that directory. After reboot it must be
done again (the mounting part).
If fuseiso in installed, it could be simplified to the user by allowing to
point to an image file in winecfg, auto creating a drive_* folder and mounting
an iso there via fuseiso on wine startup and unmounting on wine shutdown.
This would allow user to point a drive to an iso directly from gui and just
once.
--
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=19800
Summary: cygwin's tar -cz crashes when run from a shell script
Product: Wine
Version: 1.1.27
Platform: PC
OS/Version: Linux
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
To reproduce, create a dummy tar file, e.g.
echo foo > foo
then create the one-line shell script bad.sh containing
tar -czvf foo.tar.gz foo
then run bad.sh in a cygwin shell. It crashes, and leaves behind the
file tar.exe.stacktrace containing
Exception: STATUS_ACCESS_VIOLATION at eip=2D313133
eax=00000000 ebx=36313637 ecx=00851682 edx=FFFFFFFB esi=32313232 edi=39372D31
ebp=38353136 esp=0064C640 program=C:\cygwin\bin\tar.exe, pid 46, thread main
cs=0023 ds=002B es=002B fs=0063 gs=006B ss=002B
Stack trace:
Frame Function Args
12 [main] tar 46 _cygtls::handle_exceptions: Error while dumping state
(probably corrupted stack)
Switching to bsdtar (another package in cygwin) gives same results,
so it's not a bug in tar per se.
tar -xz crashes similarly when given a large input file,
and when that happens, one also sees 'gzip: stdout: Communication error on
send'
Found by trying to automate the chromium build setup instructions,
http://dev.chromium.org/developers/how-tos/install-gclient
--
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=40797
Bug ID: 40797
Summary: Distortion of certain icons in PDF Eraser
Product: Wine
Version: 1.9.12
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: yousifjkadom(a)yahoo.com
Distribution: ---
Created attachment 54711
--> https://bugs.winehq.org/attachment.cgi?id=54711
windows
Hi. There are certain icons inside PDF Eraser being distorted.
Look for attached screenshots:
- windows: from within windows 7
- Linux: from within Linux Mint 17.3 X64 xfce live USB OS
Look for red markers (oval shape & arrow) at upper right sector.
--
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=4209
--- Comment #11 from Bruno Jesus <00cpxxx(a)gmail.com> ---
Still crashes, no backtrace unfortunately so the problem may have
evolved/regressed. The steps to reproduce:
1) Run Bugslayer203.exe to extract the files;
2) Run notepad;
3) Run ReleaseUNICODE\TestRec.exe;
4) Press the blue button to Record (the application goes to taskbar);
5) Type something in notepad;
6) Click back in the TestRec in the taskbar to stop recording.
Wine crashes at step 4. After step 6 when you see the TestRec editor window you
must see that the program added source code lines to reproduce what you typed
in notepad, example:
tInput.PlayInput ( "ffdsffw~~wefwefweffew" ) ;
tInput.PlayInput ( "efwefwewe" ) ;
--
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=40337
Bug ID: 40337
Summary: Mouse pointer translation & mouse-keyboard combination
of VerbAce Dictionary do not working
Product: Wine
Version: 1.9.6
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: yousifjkadom(a)yahoo.com
Distribution: ---
Hi.
Site of dictionary:
http://www.verbace.com/VerbAce-Pro_Arabic-English_Dictionary.htm
I installed it by Wine on Linux Mint Live USB OS version 17.3 (X 64 bit) xfce.
program is far away from work fine because:
1) Alt+Left mause combination (or any other mouse-keyboard combination)DOES NOT
WORK AT ALL. It should translate word if user click on Alt then click by left
mause click on that word. This currently not work in LibreOffice writer or PDF
or odt. or docx. or any other document type. Also not work on firefox.
2) translation by put pointer of mause on a word in any document type (pdf,
docx. , odt. ......) does not work. Also it does not work on firefox.
For both point (1) & (2) I understand program have plugin for firefox (windows
version) & it may be impossible to make it work on Linux firefox. But what
about other type of documents like PDF, odt. , docx. ...... At least make it
work on such documents. Currently user need to clopy/past every word(s) need to
translate to program & this is anouying.
Best.
--
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.