http://bugs.winehq.org/show_bug.cgi?id=23307
Summary: Garmin WebUpdater doesn't find device
Product: Wine
Version: 1.2-rc4
Platform: x86
URL: http://www8.garmin.com/products/webupdater/
OS/Version: Linux
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: juan_lang(a)yahoo.com
Created an attachment (id=29055)
--> (http://bugs.winehq.org/attachment.cgi?id=29055)
Screenshot
Download and install the Garmin WebUpdater from the above URL. Run it with a
Garmin device connected. Expect to be able to see a device listed. Instead,
none is. There is no console output.
See the attached screenshot. I had a Garmin Edge 705 attached when I tried it.
--
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=7711
Ken Sharp <kennybobs(a)o2.co.uk> changed:
What |Removed |Added
----------------------------------------------------------------------------
Target Milestone|--- |1.2.0
Alexandre Julliard <julliard(a)winehq.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Target Milestone|1.2.0 |---
Michiel Salters <msalters(a)xs4all.nl> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |msalters(a)xs4all.nl
Juan Lang <juan_lang(a)yahoo.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |juan_lang(a)yahoo.com
--- Comment #69 from Ken Sharp <kennybobs(a)o2.co.uk> 2009-08-13 13:22:11 ---
USB support on the 1.2 release plan --> Nominating for 1.2
--- Comment #70 from Alexandre Julliard <julliard(a)winehq.org> 2009-08-13 13:41:59 ---
USB support is not planned for 1.2 at this point.
--- Comment #71 from Michiel Salters <msalters(a)xs4all.nl> 2009-08-20 04:52:34 ---
(In reply to comment #68)
> (From update of attachment 10196 [details])
> Communication is at the USB level, not the file mount level.
Sorry, that is incorrect. Yes, TomTom HOME will load ActiveSync if that is
available, but that is to support TomTom Navigator (their Windows Mobile
product). Their own PND line, the ones running Linux communicate only via USB
Mass Storage.
The main Wine problem with HOME seems to be recognition of the device. I've
noted that the different HOME versions behave differently. Let's focus on
2.0-2.7 for the moment, the HOME 1.x releases are obsolete. But the 2.x
releases too are not all identical when it comes to spotting the device. Let me
state what I can see for HOME 2.7
The only thing that doesn't go through the file system is retrieving the USB
descriptors (In particular vendor 1390, and serial number). TomTom doesn't use
the USB product field; all devices are 0001. Instead the serial number prefix
is unique. According to <http://www.tomtom.com/products/maps/select.php> its
first two characters determine the model. To retrieve those fields HOME uses
the registry.
The registry keys HOME reads depends on the OS. HOME always needs
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Enum\USB\Vid_1390&Pid_0001. The
subkey here is USB's iSerial field. On XP, HOME also needs a ParentIdPrefix
field. It can find that in
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Enum\USBSTOR\Disk&Ven_TomTom&Prod_ONE_IQ_Routes\<iSerial>
but that Prod_ part will probably depend on the product descriptor of your
particular device. The ParentIdPrefix can then be found in the appropriate
value in HKEY_LOCAL_MACHINE\SYSTEM\MountedDevices (note: these are really in
UTF-16, even though they have type binary).
On Vista, HOME only needs the HKEY_LOCAL_MACHINE\SYSTEM\MountedDevices. The
values of these keys on Vista are now just device instance Ids (as mentioned in
comment 40 above).
--- Comment #72 from Juan Lang <juan_lang(a)yahoo.com> 2010-06-21 13:00:51 ---
*** Bug 23307 has been marked as a duplicate of this bug. ***
--
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=23304
Summary: WM_PAINT message not generated after shrinking window
size
Product: Wine
Version: 1.1.38
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jon(a)jonshouse.co.uk
When making a window smaller no WM_PAINT message is generated when the
operation is complete.
I dont know if this bug is fixed on versions >1.1.38, if so can somebody give
fedora a kick so they update the package.
Thanks
--
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=9087
--- Comment #29 from Klaus Ethgen <Klaus+wine(a)Ethgen.de> 2010-06-21 11:46:58 ---
(In reply to comment #25)
> What happened is this change uncovered another bug somewhere else (d3d/dsound)?
> And that's where you should be concentrating.
Well, it seems to break several thinks. One is sound in the original report
whoo use ALSA. My problem is, that it breaks the iconifying stuff as After
leaving the window just iconify it to a not existing icon (I think) After that
the sound is still playing but there is no window (nor a icon) around to
interact with the game.
And I use it with OpenGL and OSS.
There might be a automatic test that prove it ok. But the real world prove it
to break it.
Regards
--
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=9087
--- Comment #28 from Klaus Ethgen <Klaus+wine(a)Ethgen.de> 2010-06-21 11:39:53 ---
#26: Yes, it still happens. I also test the issue with the newest developing
version 1.2 rc4 and found the problem there also. Ah, and I did the test on a
fully new installed system with also other architecture (amd64 now).
Still just revoking patch d836a50 solve the problem.
Let me guess a bit what the bug could be about. It could be easily reproduced
with fvwm or other simple window managers. However, the major number of users
use a click and play desktop like KDE or Gnome this days. As that two window
managers have a, uhm, very special way to display the background, as they lay a
window in background to display the desktop (very simple explanation) they
might act different than window managers without that broken design. It might
be that d836a50 is correct to work around that strange design but it seems to
be broken on systems which do not implement that thinks.
As I do not see a real technical implication to have this patch (apart if it
might be the right way or not), wouldn't it be better to revoke that patch and
add it in a better and more robust version later on when it is tested enough?
Regards
--
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=21921
Summary: can't open metaeditor (wine 1.1.39)
Product: Wine
Version: 1.1.39
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: blocker
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dyvazar(a)numericable.fr
since wine 1.1.39, i can't open metaeditor either from direct link menu or
inside metatrader icon launcher: try to open then silently abort. Got some
"fixme" into .xsession-errors.
--
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=7900
Wylda <wylda(a)volny.cz> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |wylda(a)volny.cz
--- Comment #12 from Wylda <wylda(a)volny.cz> 2010-06-21 09:37:34 ---
(In reply to comment #11)
> This bug isn't fixedm please reopen. Proofs:
Original reporter itself was satisfied with the fix at comment #9.
So open a new bug...
--
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=22570
Summary: EVE Online: eve crashes when entering a station and
when jumping through a gate
Product: Wine
Version: 1.1.42
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: sorin192(a)gmail.com
EVE Online - version 6.21.127381 - crashes when entering any ship in any
station and when jumping any ship through any gate.
I previously used wine 1.1.24 on Ubuntu 9.10 (1.1.24 was the most convenient
for EVE Online) and this issue was not present.
This problem appeared right after upgrading to Ubuntu 10.04 and automatically
to wine 1.1.42.
(I've also installed wine 1.1.43 and the issue can still be reproduced.)
My system info:
OS: Ubuntu 10.04
Wine: 1.1.43
Machine: Laptop Dell Studio 1535 T5750 2GB RAM, ATI Mobility Radeon HD 3400.
--
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=21257
Summary: EVE online dominion crash
Product: Wine
Version: unspecified
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: zidsoft(a)gmail.com
Wine version: wine-1.1.35-417-gf74e312
01:00.0 VGA compatible controller: nVidia Corporation GT200 [GeForce GTX 260]
(rev a1)
EVE Online is crashing after a few seconds to a minute. It used to not crash
but I have since changed graphics card as well as a patch (Dominion) having
rolled, so I don't know which caused it.
Console contains this, which is not normal:
fixme:d3d_shader:print_glsl_info_log Error received from GLSL shader #35:
fixme:d3d_shader:print_glsl_info_log Vertex info
fixme:d3d_shader:print_glsl_info_log -----------
fixme:d3d_shader:print_glsl_info_log warning: no vertex attribute is
explicitly assigned to vertex attribute zero
--
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.