https://bugs.winehq.org/show_bug.cgi?id=39111
Bug ID: 39111
Summary: Reinstalling Nvidia Physx adds path multiple times to
'HKLM\System\CurrentControlSet\Control\Session
Manager\Environment\Path'
Product: Wine
Version: 1.7.49
Hardware: x86
OS: Linux
Status: NEW
Keywords: download, Installer
Severity: minor
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: gyebro69(a)gmail.com
Distribution: ---
Steps to reproduce the problem:
1. create a new prefix, install Physx: 'winetricks physx'.
Open regedit and see that 'C:\Program Files\NVIDIA Corporation\PhysX\Common'
was added to the PATH registry key under
'HKLM\System\CurrentControlSet\Control\Session Manager\Environment', and it was
added only once.
2. start 'wine uninstaller', select Nvidia Physx entry and click <Modify...>.
In the Nvidia maintenance tool select <Repair>. It should report back that
Physx was (re)installed successfully.
3. open regedit and see that the same path was added again, so it is present
twice.
I tried this on Windows XP running in a VM, and reinstalling Physx added the
path only once.In Wine if you reinstall Physx multiple times, the path will
also be added multiple times.
wine-1.7.49-143-gcfbc37c
--
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=32527
Bug #: 32527
Summary: No Navigation in panel / Heredis 9
Product: Wine-gecko
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-gecko-unknown
AssignedTo: jacek(a)codeweavers.com
ReportedBy: lebon.sylvain(a)gmail.com
Classification: Unclassified
The information panel in Heredis shows information about people. It should be
updated when another person is selected. It is not. Instead, a line is shown in
console:
fixme:ieframe:navigate_url Unsupported args (Flags 0x33f3c4:10; TargetFrameName
0x33f3b4:10)
fixme:ieframe:ClOleCommandTarget_Exec Unimplemented cmdid 67 of
CGID_ShellDocView
This happens with all wine versions up to 1.5.19.
It can be reproduced using Heredis 13 demo version found here:
http://www.heredis.com/en/heredis-pc/download-trial-pc/
--
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=37266
Bug ID: 37266
Summary: Text is unreadable
Product: Wine
Version: 1.7.26
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: scallegari(a)arces.unibo.it
In some applications providing text output, the output cannot be read because
the glyphs are mispaced and overlapped one to the other. Possibly this happens
when the text is monospaced.
To test
1) Install LTSpice this is an application given for free actually promoting the
use of Wine (http://www.linear.com/designtools/software/#LTspice)
2) Run the software
3) File->New Schematic
4) View->Spice Netlist
This only shows a couple of lines, because there is actually no schematic. But
typically the software can provide a lot of textual output that is rather
unreadable, making the software not very useful. The only work around is to
select the text, copy it into the clipboard, paste it into an editor to read.
--
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=9848
Summary: flipviewer fails to load
Product: Wine
Version: 0.9.46.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P3
Component: wine-advapi32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: eyecreate(a)gmail.com
Created an attachment (id=8321)
--> (http://bugs.winehq.org/attachment.cgi?id=8321)
Error log for flipviewer
The flipviewer(www.flipviewer.com) app installs and the library program works,
but the actual program fails. Backtrace log attached.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=39174
Bug ID: 39174
Summary: TP Link CPL administration tool crashed on :
unimplemented function wpcap.dll.pcap_parsesrcstr
Product: Wine
Version: 1.7.50
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: blocker
Priority: P2
Component: winelib
Assignee: wine-bugs(a)winehq.org
Reporter: mvidal0001(a)gmail.com
Distribution: ---
Created attachment 52207
--> https://bugs.winehq.org/attachment.cgi?id=52207
Error when launching the exe file with sudo
Hi
TP Link has an administration program which help to configure a CPL network (I
hope it's usefull if you consider the huge security lack of these stuffs).
In french only (I didn't find this product on main site)
http://www.tp-link.fr/support/download/?model=TL-PA4025PKIT&version=V1#tbl_b
This tool seems to use libpcap.
Running a simple user instance of this exe do not detect the CPL device.
Running a root installation of this exe give the following result :
PS: component wpcap should be added in the component list when filling a bug.
--
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=37451
Bug ID: 37451
Summary: python 3.1.1: test_test_decimal failed
Product: Wine
Version: 1.7.28
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: litimetal(a)gmail.com
Distribution: ---
Created attachment 49821
--> https://bugs.winehq.org/attachment.cgi?id=49821
terminal output.txt
0. Download python from
https://www.python.org/ftp/python/3.1.1/python-3.1.1.msi
sha1sum python-3.1.1.msi
dcf93cb7d5432aa6e47479351f3cbeefddb0bd62 python-3.1.1.msi
1. Install it
2. wine python.exe -m test.test_decimal
FAIL: test_create_decimal_from_float (__main__.DecimalPythonAPItests)
--
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=36300
Bug ID: 36300
Summary: valgrind shows an invalid read in
msxml3/tests/saxreader.c
Product: Wine
Version: 1.7.18
Hardware: x86
OS: Linux
Status: NEW
Keywords: download, source, testcase
Severity: normal
Priority: P2
Component: msxml3
Assignee: wine-bugs(a)winehq.org
Reporter: austinenglish(a)gmail.com
==30812== Invalid read of size 1
==30812== at 0x61B1797: update_position (saxreader.c:698)
==30812== by 0x61B43E1: libxmlStartElementNS (saxreader.c:1600)
==30812== by 0x648AAA5: ??? (in /usr/lib/libxml2.so.2.9.1)
==30812== by 0x648F5B0: xmlParseElement (in /usr/lib/libxml2.so.2.9.1)
==30812== by 0x648FC41: xmlParseDocument (in /usr/lib/libxml2.so.2.9.1)
==30812== by 0x61B6D79: internal_parseBuffer (saxreader.c:2552)
==30812== by 0x61B7193: internal_parse (saxreader.c:2637)
==30812== by 0x61B94B0: isaxxmlreader_parse (saxreader.c:3395)
==30812== by 0x4A7EEC3: test_saxreader (msxml2.h:18632)
==30812== by 0x4A963FA: func_saxreader (saxreader.c:5592)
==30812== by 0x4AAC96C: run_test (test.h:584)
==30812== by 0x4AACD5B: main (test.h:654)
==30812== Address 0x4550ef7 is 1 bytes before a block of size 4,096 alloc'd
==30812== at 0x4006B11: malloc (in
/usr/lib/valgrind/vgpreload_memcheck-x86-linux.so)
==30812== by 0x64F5E6D: xmlBufCreate (in /usr/lib/libxml2.so.2.9.1)
==30812== by 0x6477115: ??? (in /usr/lib/libxml2.so.2.9.1)
==30812== by 0x64786F2: xmlSwitchEncoding (in /usr/lib/libxml2.so.2.9.1)
==30812== by 0x648FF25: xmlParseDocument (in /usr/lib/libxml2.so.2.9.1)
==30812== by 0x61B6D79: internal_parseBuffer (saxreader.c:2552)
==30812== by 0x61B7193: internal_parse (saxreader.c:2637)
==30812== by 0x61B94B0: isaxxmlreader_parse (saxreader.c:3395)
==30812== by 0x4A7EEC3: test_saxreader (msxml2.h:18632)
==30812== by 0x4A963FA: func_saxreader (saxreader.c:5592)
==30812== by 0x4AAC96C: run_test (test.h:584)
==30812== by 0x4AACD5B: main (test.h:654)
==30812==
--
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=28186
Summary: uninstaller has no proper usage message
Product: Wine
Version: 1.3.26
Platform: x86
OS/Version: All
Status: NEW
Severity: normal
Priority: P2
Component: programs
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: fgouget(a)codeweavers.com
First uninstaller uses WINE_ERR() to tell the user he got the usage wrong (like
when he forgets a parameter). That's wrong as this is not a Wine error.
Second it never prints a usage message thus leaving the user guessing.
Finally if run in the wineconsole the user will see no output at all but that's
a somewhat independent issue (see bug 28185).
--
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=38870
Bug ID: 38870
Summary: regsvr32: Flags specified after the DLL file are not
handled
Product: Wine
Version: 1.7.46
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: programs
Assignee: wine-bugs(a)winehq.org
Reporter: hugh.mcmaster(a)outlook.com
Distribution: ---
MediaInfo does not follow the usual regsvr32.exe <flags> <DLL> syntax.
During install it does this: regsvr32 "C:\Program
Files\MediaInfo\MediaInfo_InfoTip.dll" /s
This prints output to the terminal, even though the /s flag should invoke
Silent mode:
regsvr32: Failed to register DLL 'C:\Program
Files\MediaInfo\MediaInfo_InfoTip.dll'
Note that this failure is a different issue.
What makes this bug serious is the uninstall routine:
regsvr32 "C:\Programs Files\MediaInfo\MediaInfo_InfoTip.dll" /u /s
This prints the same error in the terminal:
regsvr32: Failed to register DLL 'C:\Program
Files\MediaInfo\MediaInfo_InfoTip.dll'
Note the issue here, though. Wine has attempted to register the DLL, not
unregister it.
MediaInfo is the only program that I currently know of using regsvr32 in this
way. There will be others.
Testers: be aware of ad-supported installer. Choose 'I do not accept' when
asked if you want to install 'One System Care'.
The bug is caused by Wine's handling of regsvr32 arguments. We process them in
a linear way, whereas Windows processes all flags first.
Using a dynamic array of char or int would probably fix the issue.
--
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=32213
Bug #: 32213
Summary: Tales of Pirates II Randomly Closes out.
Product: WineHQ Bugzilla
Version: unspecified
Platform: x86-64
URL: http://top2.igg.com/download/client.php
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: bugzilla-unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: SolisX007(a)yahoo.com
Classification: Unclassified
Created attachment 42487
--> http://bugs.winehq.org/attachment.cgi?id=42487
TalesofPiratesII
Tales of Pirates II Randomly Closes out on wine-1.5.17.
--
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.