http://bugs.winehq.org/show_bug.cgi?id=26497
Summary: Lost Saga downloader fails because IsValidURL doesn't
like first parameter
Product: Wine
Version: 1.3.16
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: urlmon
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
In
http://appdb.winehq.org/objectManager.php?sClass=version&iId=21165
it says the app's downloader fails. This still happens with current git.
One sees
fixme:urlmon:IsValidURL (0x163f98,
L"http://static.ogplanet.com/static/Launcher/us/1120/ogpupdate.exe", 0): stub
and a dialog box saying that download failed.
msdn says IsValidURL ignores its first parameter, but we were
returning an error if the first parameter was not null.
Removing that check lets the app download properly
and start it's launcher.
--
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=24449
Summary: TomTom HOME2 fails to start - gives a backtrace
Product: Wine
Version: 1.2
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dazo(a)users.sourceforge.net
I managed to install the latest TomTom Home 2 application, but it won't start.
Backtrace attached.
--
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=17431
Summary: SPY_DumpMem shouldn't crash when given an invalid
pointer
Product: Wine
Version: 1.1.15
Platform: Other
URL: http://test.winehq.org/data/3fa05ae6a7c08f9534badfeffbe0
2db9e00ab47a/wine_xp_ae-ub810-all/comctl32:datetime.html
OS/Version: other
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: user32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: madewokherd(a)gmail.com
The linked test was run by Austin English with WINEDEBUG=+all.
The line in the test that caused the crash was probably this one, or a similar
line:
http://source.winehq.org/git/wine.git/?a=blob;f=dlls/comctl32/tests/datetim…
The test is sending DTM_SETMCCOLOR, which has lParam as a COLORREF.
SPY_DumpStructure is checking for several LVM_ messages that have a pointer in
lParam. Apparently, DTM_SETMCCOLOR has the same value as one of those other
symbols, and our message spy code can't tell the difference.
I don't think we can avoid this situation, but it shouldn't crash. SPY_DumpMem
should be able to catch page faults.
--
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=2596
Alexandre Julliard <julliard(a)winehq.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
--- Comment #54 from Alexandre Julliard <julliard(a)winehq.org> 2011-04-01 12:39:50 CDT ---
Closing bugs fixed in 1.3.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.
http://bugs.winehq.org/show_bug.cgi?id=26622
Summary: Visio 2003 no longer installs
Product: Wine
Version: 1.3.13
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: caron(a)codeweavers.com
Created an attachment (id=33890)
--> (http://bugs.winehq.org/attachment.cgi?id=33890)
failed install of visio2003
Visio 2003 no longer installs in current Wine without additional components.
This last worked in wine-1.3.12 and stopped working in wine-1.3.13.
Bisect results:
d49134686190c31d5054b6778ffe7af6d3b51bf8 is the first bad commit
commit d49134686190c31d5054b6778ffe7af6d3b51bf8
Author: Hans Leidekker <hans(a)codeweavers.com>
Date: Mon Jan 31 11:31:46 2011 +0100
mountmgr: Add a stub implementation of ioctl 0x560000.
:040000 040000 cf8a3537ad75746a9962c2a8ac212a5142c18c8c
68c99784a58002f9da77e4632f96d5e105f23ea5 M dlls
--
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=22168
Summary: autowikibrowser does not start with mono from z:
Product: Wine
Version: 1.1.41
Platform: x86
URL: http://sourceforge.net/projects/autowikibrowser/
OS/Version: Linux
Status: NEW
Keywords: dotnet, download
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: madewokherd(a)gmail.com
Created an attachment (id=27050)
--> (http://bugs.winehq.org/attachment.cgi?id=27050)
exception
After installing gdiplus (to work around bug 21798) and mono26 and extracting
AutoWikiBrowser5010.zip to a directory outside of c:, autowikibrowser fails
with an exception (attached) on startup.
A +module log shows that it is trying to load libgtk-x11-2.0.so.0.dll, which
doesn't exist.
I think we have at least two problems here:
* Mingw is finding my Linux gtk libraries and trying to use them.
* Mono on Windows normally does not use gtk at all, but it does in z: in wine.
Apparently, mono has decided I'm running GNOME because I have environment
variables GNOME_DESKTOP_SESSION_ID and DESKTOP_SESSION defined.
Unsetting these variables or moving the program into C: gets it to a later
exception, after the splash screen has started.
Maybe these should be "special" variables?
--
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=8028
--- Comment #14 from Nikolay Sivov <bunglehead(a)gmail.com> 2011-04-01 10:03:34 CDT ---
Most likely still present, I don't remember any patches for that.
--
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=8028
Jerome Leclanche <adys.wh(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |adys.wh(a)gmail.com
--- Comment #13 from Jerome Leclanche <adys.wh(a)gmail.com> 2011-04-01 09:59:36 CDT ---
(In reply to comment #12)
> Still has crazy scrolling when updating a row in 1.3.8.
Looks fine in wine-1.3.16.
--
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.