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=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=26593
Summary: It is not possible to discover compile options
Product: Wine
Version: 1.3.16
Platform: x86-64
OS/Version: Linux
Status: NEW
Keywords: download, source
Severity: enhancement
Priority: P2
Component: build-env
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: kennybobs(a)o2.co.uk
Unless I'm mistaken, there is no way to figure out what the compile options of
a pre-built Wine were.
It would be quite useful for wine --version to display this information, or the
About tab in winecfg, but if there was any way at all, even a text file, to
figure out what compile options were used it would make it much easier to find
compile bugs, or following a custom build to discover what the custom build
entailed.
-- I searched for a similar open bug a number of different ways but could not
find anything. Apologies if this is a duplicate.
I would have a go of solving this myself, but it would be very simple and
almost definitely wrong.
--
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=3542
Martin Roth <captain_rage(a)hotmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |captain_rage(a)hotmail.com
--
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=16324
Summary: Darius Gaiden exits with message "CD-ROM music problem."
Product: Wine
Version: 1.1.9
Platform: Other
URL: http://appdb.winehq.org/objectManager.php?sClass=version
&iId=8744
OS/Version: other
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: madewokherd(a)gmail.com
At random times, Darius Gaiden pops up a message saying 'CD-ROM music problem.
See "README.DOC"' and exits.
"fixme:ntdll:server_ioctl_file Unsupported ioctl 24004 (device=2 access=1
func=1 method=0)" appears once in the console. It may or may not be related.
--
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=26607
Summary: Xtrap fail in wine
Product: Wine
Version: unspecified
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: adripillo14(a)hotmail.com
Hello i wish to colaborate with this suggestion for the next Debian
distribution.
This is what happen to many users that want to play masive rpg games online
like WoW, Jade Dynasty, Prison Tale and a lot more. This kind of games has an
anti-cheater program like X-trap that can not run under wine or any other
program, there is no way to run this under linux. This is one of the reason for
a lot of user must intall windows sadly.
Imagine this, im playing 2 of this games that represent a community of like
2000 or 3000 people, so imagine that between friends and family and that expand
to the others games. Becouse are like more of 20 of this kind of games with a
very big community and each day are more bigger becouse they realize new
versions of this games, so it gives like 60.000 people that can use linux.
This is not a tinny thing, this is important, there is a lot of people that
want to use linux but they cant cos of this.
Im sure you can solve this. Thanks in advance.
--
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=21084
Summary: Cannot load programs with the GUI but works fine in
the command line
Product: Wine
Version: 1.1.32
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: loader
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: mcavinuep(a)att.net
Wine will not load programs with the GUI interface but will load programs fine
in the terminal which is fine for me but for my wife, who is a non-geek, will
pull her hair out and demand I re-install windows. (Yeh like that's going
really happen!) The details: (FYI: I also have a 32 bit laptop running
fedora 9 and wine works fine in all aspects) Running a 64 bit system; distro:
Fedora 11. Proccessor: AMD Atholon (tm)64 x2 Dual Core 4600+. Motherboard:
Gigabit GA-MA770-UD3 (dual Bios)
The Error Codes:
err:ole:CoCreateInstance apartment not installed
err:ole:CoCreateInstance apartment not installed
fixme:shdocvw:taskbar_list_HrInit iface 0x1e99dc8 stub!
fixme:shdocvw:taskbar_list_HrInit 0x1f2580 stub!
fixme:win:EnumDisplayDevicesW ((null),0,0x33eeac,0x00000000), stub!
fixme:win:EnumDisplayDevicesW ((null),0,0x33e844,0x00000000), stub!
fixme:win:EnumDisplayDevicesW ((null),0,0x33e904,0x00000000), stub!
fixme:devenum:DEVENUM_ICreateDevEnum_CreateClassEnumerator Catagory
{cc7bfb41-f175-11d1-a392-00e0291f3959} not found
fixme:devenum:DEVENUM_ICreateDevEnum_CreateClassEnumerator Catagory
{cc7bfb46-f175-11d1-a392-00e0291f3959} not found
fixme:win:EnumDisplayDevicesW ((null),0,0x33e894,0x00000000), stub!
fixme:win:EnumDisplayDevicesW ((null0,0,0x33e22c,0x00000000), stub!
fixme:win:EnumDisplayDevicesW ((null),0,0x33e2ec,0x00000000), stub!
fixme:devenum:DEVENUM_ICreateDevEnum_CreateClassEnumerator Catagory
{cc7bfb46-f175-11d1-a392-00e0291f3959} not found
fixme:devenum:DEVENUM:ICreateDevEnum_CreateClassEnumerator Catagory
{cc7bfb41-f175-11d1-a392-00e0291f3959} not found
fixme:advapi:SetEntriesInAclA 1 0x98e880 (nil) 0x98e8e0
fixme:reg:RegSetKeySecurity:(0X64,4,0x579078): stub!
fixme:shdocvm:Unknown_QueryInterface The IShellLinkA interface in not yet
supported by InternetShortcut
fixme:Shell:DllCanUnloadNow stub
fixme:Win:EmunDisplayDevicesW ((null),0,0x33f060,0x00000000) stub!
This sound card's driver does not support direct access The (slower)
DirectSound HEL mode will be used instead
fixme:dsound:DllCanUnloadNow(void): stub
Hope these help
P.S. I'm 51 yrs old and have never been to colledge. I got my computer
education at Barnes and Noble U.
--
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=16136
Summary: Full-screen app losing focus hangs when focus is
returned
Product: Wine
Version: 1.1.8
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: winex11.drv
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: aardvark(a)krl.com
Linux: 2.6.26.6-79 (Redhat distro)
X.Org X Server 1.5.0
Window manager: fvwm 2.5.24 (running with virtual screens)
When running Lord of the Rings Onine in full screen mode, if I switch screens
away from the app and then switch back, the app is hung, or at least can't
redraw.
A workaround is to not let the focus go to the desktop is by commenting out the
SetForegroundWindow() call in event.c, X11DRV_FocusOut().
--
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.