http://bugs.winehq.org/show_bug.cgi?id=5948
killertux <killertux(a)suomi24.fi> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|CLOSED |REOPENED
Resolution|FIXED |
--- Comment #24 from killertux <killertux(a)suomi24.fi> 2008-03-15 14:47:31 ---
Seems like this started happening once again... 0.9.53 is good but 0.9.54 is
bad and all Wine versions at lest up to 0.9.57-211-gfad0f48 are bad.
tested Civilization: Call to Power when running setup.exe inside setup folder
or in cd main directory it fails in very start.
so I reopen this and do regression test.
--
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=7098
--- Comment #5 from Dan Kegel <dank(a)kegel.com> 2008-03-15 14:39:40 ---
I downloaded the .net 1.1 version of RufzXP,
http://www.darc.de/referate/dx/software/rufzxp/rufzxp_fw1_1_setup_1_1_1.exe
and installed it after doing 'winetricks dotnet11' with a fresh winetricks.
Sadly, it aborts fairly quickly with the dialog
"Fatal Execution Engine Error (0x7925698a)"
There are numerous suspicious lines in the log, e.g.
fixme:shell:URL_ParseUrl failed to parse L"mscorlib"
fixme:shell:URL_ParseUrl failed to parse L"System.Drawing"
which look awfully like the ones in
http://bugs.winehq.org/show_bug.cgi?id=11742
that were supposedly fixed.
--
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=7098
Alistair Leslie-Hughes <leslie_alistair(a)hotmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |leslie_alistair(a)hotmail.com
--- Comment #4 from Alistair Leslie-Hughes <leslie_alistair(a)hotmail.com> 2008-03-15 14:37:01 ---
RufzXP still crashes.
--
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=1733
Austin English <austinenglish(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Keywords| |regression
--
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=7098
Lionel Debroux <lionel_debroux(a)yahoo.fr> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |lionel_debroux(a)yahoo.fr
--- Comment #3 from Lionel Debroux <lionel_debroux(a)yahoo.fr> 2008-03-15 14:15:24 ---
On 2008/03/14, Alexandre committed (69272d1f5204c106da8a480709bc392ec70b71ff) a
patch from Alistair Leslie-Hughes which adds a stub for CorBindToRuntimeEx:
HRESULT WINAPI CorBindToRuntimeEx(LPWSTR szVersion, LPWSTR szBuildFlavor, DWORD
nflags, REFCLSID rslsid,
REFIID riid, LPVOID *ppv)
{
FIXME("%s %s %d %s %s %p\n", debugstr_w(szVersion),
debugstr_w(szBuildFlavor), nflags, debugstr_guid( rslsid ),
debugstr_guid( riid ), ppv);
*ppv = NULL;
return E_NOTIMPL;
}
Is this enough to make the RufzXP and/or Tournament.com client applications
start ?
--
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=7284
--- Comment #8 from Alexander Dorofeyev <alexd4(a)inbox.lv> 2008-03-15 13:28:03 ---
I checked wine 0.9.53 - same thing. Maybe it depends on some codepath in Wine
that is used only with specific hardware, so some people don't see this. I've
integrated Geforce 6100 and nvidia drivers 100.14.11-4.
--
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=7284
--- Comment #7 from Alexander Dorofeyev <alexd4(a)inbox.lv> 2008-03-15 13:23:05 ---
Created an attachment (id=11408)
--> (http://bugs.winehq.org/attachment.cgi?id=11408)
screeshot with 0.9.57, the very first room of the game
On this screenshot I adjusted the camera to such a view that this bug is most
visible. Nothing like that happens on windows.
--
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=7284
Alexander Dorofeyev <alexd4(a)inbox.lv> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |alexd4(a)inbox.lv
--- Comment #6 from Alexander Dorofeyev <alexd4(a)inbox.lv> 2008-03-15 13:19:24 ---
I don't know if it truly was fixed, but if so then I think it has crept back
in. All characters are extremely over-lighted. It has been in the last few
releases at least, and still there in 0.9.57. Another person is reporting the
same in AppDB. Can somebody please reopen 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=5776
Rico <kgbricola(a)web.de> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |kgbricola(a)web.de
--- Comment #6 from Rico <kgbricola(a)web.de> 2008-03-15 12:48:01 ---
I think there isn't anything needed ... a workaround is here in the attachment
of this post http://bugs.winehq.org/show_bug.cgi?id=7924#c5 . This was probably
posted in the wrong 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=10548
Summary: UltraVNC Viewer works fine at first but becomes always
unresponsive after ~10 minutes
Product: Wine
Version: 0.9.49.
Platform: PC
URL: http://www.uvnc.com/
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-gui
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: unggnu(a)googlemail.com
I use UltraVNC because with it and SingleClickVNC it is easy possible to
support people without installation, with only one file and encryption in
listen mode.
It works fine at first but always after around 10 minutes UltraVNC becomes
unresponsive. Systray icon blends out for some time If I click on it and I can
only see new viewer updates around my mouse.
If I start it in console I get many "err:region:CombineRgn Invalid rgn=(nil)"
messages after this happens.
This only seems to happen if window is in use with mouse clicks and so on.
If this happens I have to close UltraVNC Viewer which is possible after some
waiting but the problem is that the listen mode port is in use for around 30
seconds or more so I have to wait until restart. Should I make another bug
report for this issue or is this a Linux problem?
So every time this happens the customer have to wait around a minute until I
can support him again and this every ten minutes.
This happens with every UltraVNC version I have used until now in Wine.
(1.0,1.2 and 1.4 rc5).
It has nothing to do with listen mode since it happens with UltraVNC Viewer and
a local Xvnc-Session too. Important is to use the session otherwise it wouldn't
happen at least not so fast.
I am using Ubuntu Gutsy Gibbon 7.10 with winehq repository.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=7801
Tobias Jakobi <liquid.acid(a)gmx.net> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |liquid.acid(a)gmx.net,
| |jb.faq(a)gmx.de
--
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=7380
Dan Kegel <dank(a)kegel.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|REOPENED |RESOLVED
Resolution| |FIXED
--- Comment #44 from Dan Kegel <dank(a)kegel.com> 2008-03-15 11:56:36 ---
It's fixed, just can't be closed yet.
--
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=7380
Dan Kegel <dank(a)kegel.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|CLOSED |REOPENED
Resolution|FIXED |
--- Comment #43 from Dan Kegel <dank(a)kegel.com> 2008-03-15 11:56:10 ---
Can't close it until we have a release with the fix.
--
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=7380
Lei Zhang <thestig(a)google.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
--- Comment #42 from Lei Zhang <thestig(a)google.com> 2008-03-15 11:38:28 ---
Fixed for coreftp as well. Looks like just about everyone's happy. Closing.
--
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=9407
Summary: scanner cannot bring up TWAIN GUI
Product: Wine
Version: 0.9.43.
Platform: Other
OS/Version: other
Status: NEW
Keywords: download
Severity: enhancement
Priority: P2
Component: wine-misc
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: thestig(a)google.com
I tried using a Canon N1240U scanner in Wine. This scanner works with
sane.
Whenever I try to scan an image, it tries to bring up a TWAIN GUI but fails
with a segfault. This occurs in both Irfanview and Picasa.
With Irfanview, goto File -> Acquire/batch scanning, and hit ok in the dialog
box. (You can get past bug 9404 by removing gphoto2.ds.so)
With Picasa, do an import and select the scanner from the list of sources.
(select device)
There is no backtrace from the segfault, but I tracked it down to
psane_control_option() in create_item() in dlls/sane.ds/ui.c.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=9218
Lei Zhang <thestig(a)google.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
--- Comment #5 from Lei Zhang <thestig(a)google.com> 2008-03-15 11:29:04 ---
closing
--
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=9217
Lei Zhang <thestig(a)google.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
--- Comment #3 from Lei Zhang <thestig(a)google.com> 2008-03-15 11:28:57 ---
closing
--
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=9110
Lei Zhang <thestig(a)google.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
--- Comment #6 from Lei Zhang <thestig(a)google.com> 2008-03-15 11:28:36 ---
closing
--
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=7568
Lei Zhang <thestig(a)google.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
--- Comment #3 from Lei Zhang <thestig(a)google.com> 2008-03-15 11:28:25 ---
closing
--
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=7756
Lei Zhang <thestig(a)google.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
--- Comment #2 from Lei Zhang <thestig(a)google.com> 2008-03-15 11:28:09 ---
closing
--
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=7662
Lei Zhang <thestig(a)google.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
--- Comment #3 from Lei Zhang <thestig(a)google.com> 2008-03-15 11:27:34 ---
closing
--
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=9331
Summary: add gdiplus component
Product: WineHQ Bugzilla
Version: unspecified
Platform: Other
OS/Version: other
Status: NEW
Severity: enhancement
Priority: P3
Component: misc-bugs
AssignedTo: jnewman(a)codeweavers.com
ReportedBy: thestig(a)google.com
Evan Stade requested this last week, but no responses so far. Can we add a
gdiplus component to bugzilla please?
http://www.winehq.org/pipermail/wine-devel/2007-August/058539.html
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=2738
Dan Kegel <dank(a)kegel.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Keywords|Abandoned? |
Resolution| |ABANDONED
--- Comment #23 from Dan Kegel <dank(a)kegel.com> 2008-03-15 10:04:27 ---
OK, thanks for the update!
--
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=2738
--- Comment #22 from Maciej Szeliga <mszeliga(a)msnet.dk> 2008-03-15 09:39:23 ---
I've switched to Notes 6.5.5 some years ago. I can't check since I don't have
my Notes 5.x.
I don't have any problems like that in Notes 6.5.5 with current wine (0.9.57).
--
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=9096
Gregor Münch <greg87(a)online.de> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |FIXED
--- Comment #5 from Gregor Münch <greg87(a)online.de> 2008-03-15 07:26:23 ---
Thx, the crash is gone.
Although, console now is getting spamed with:
fixme:msxml:domdoc_QueryInterface interface
{df0b3d60-548f-101b-8e65-08002b2bd119} not implemented
But game is working. :)
--
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=8776
Alexandre Julliard <julliard(a)winehq.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
--- Comment #17 from Alexandre Julliard <julliard(a)winehq.org> 2008-03-15 05:57:32 ---
It's implemented now.
--
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=4650
--- Comment #12 from Georg Hennig <georg298(a)gmx.de> 2008-03-15 05:48:19 ---
I seems to be an openal32.dll issue. Using latest openal, game doesn't crash,
but sound is just noise. So this doesn't help much.
--
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=4907
Gregor Münch <greg87(a)online.de> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |FIXED
--- Comment #6 from Gregor Münch <greg87(a)online.de> 2008-03-15 05:35:17 ---
Fixed by 102b9d12e48cdc58254aa3e098d00af92480a5d8
Great work, thx.
--
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=4650
Georg Hennig <georg298(a)gmx.de> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |georg298(a)gmx.de
--- Comment #11 from Georg Hennig <georg298(a)gmx.de> 2008-03-15 05:26:36 ---
(In reply to comment #10)
> Is this still an issue in current (0.9.52 or newer) wine?
>
I can confirm this bug, using wine 0.9.57, game crashes with sound enabled.
--
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=3972
Anastasius Focht <focht(a)gmx.net> changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #9285 is|0 |1
obsolete| |
--- Comment #30 from Anastasius Focht <focht(a)gmx.net> 2008-03-15 05:25:36 ---
(From update of attachment 9285)
Hello,
obsoleting my patch, issue has been fixed in GIT now.
http://source.winehq.org/git/wine.git/?a=commit;h=de4cab20a8be7234144612133…
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=8630
James Hawkins <truiken(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
--- Comment #12 from James Hawkins <truiken(a)gmail.com> 2008-03-15 02:29:04 ---
Closing.
--
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=8630
James Hawkins <truiken(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |INVALID
--- Comment #11 from James Hawkins <truiken(a)gmail.com> 2008-03-15 02:28:54 ---
Invalid then.
--
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=8630
--- Comment #10 from Jonas Aaberg <cja(a)gmx.net> 2008-03-15 02:20:46 ---
I followed L. Rahyen's suggestion, and the graphics are now shown! So you
were right Stefan, some old setting must be stored somewhere that caused
the graphics to stay black.
But wroth noticing is that I still get the same error message as before:
--
jonas@lanfear:~/.wine/drive_c/Program Files/PENDULO Studios/RUNAWAY - A road
adventure$ wine Runaway.exe
fixme:win:EnumDisplayDevicesW ((null),0,0x33f924,0x00000000), stub!
fixme:d3d:IWineD3DDeviceImpl_Release (0x13dca8) Device released with resources
still bound, acceptable but unexpected
fixme:d3d:dumpResources Leftover resource 0x13a690 with type
1,WINED3DRTYPE_SURFACE
fixme:xrandr:X11DRV_XRandR_SetCurrentMode Cannot change screen BPP from 32 to
16
err:x11settings:X11DRV_ChangeDisplaySettingsEx No matching mode found
1024x768x24 @0! (XRandR)
--
But as I said, it works anyway. I'll try to find some time during the weekend
to test it on my laptop with an ATI graphics card as well.
--
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=3270
--- Comment #67 from Austin English <austinenglish(a)gmail.com> 2008-03-15 01:13:50 ---
(In reply to comment #66)
> So, could this be such a 'taskmgr' bug instead, and not really one in Wine? In
> that case it'd be either Invalid or a bug on Alexandre's field.
>
Taskmgr is a wine program, so either way it's a wine bug. Odds are the problem
lies somewhere other than taskmgr/utorrent, but in wine itself
(gdi32/x11driver/etc.)
--
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=7229
Austin English <austinenglish(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Summary|WoW locks up |Using sound in WoW causes a
| |lockup
--
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=8724
Austin English <austinenglish(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Component|-unknown |winmm&mci
--
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=1347
--- Comment #16 from Lei Zhang <thestig(a)google.com> 2008-03-14 23:00:45 ---
I'm not familiar with the code, but the screen blanking happens in:
BitBlt()
called by x11_copy_to_screen()
called by IWineGDISurfaceImpl_UnlockRect()
called by IDirectDrawSurfaceImpl_Unlock()
--
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=8630
L. Rahyen <mail(a)science.su> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |mail(a)science.su
--- Comment #9 from L. Rahyen <mail(a)science.su> 2008-03-14 21:47:19 ---
> During the weekend I'll install the game as a different user and see
> if it helps.
There is no point to use different user account. Just run this:
mv ~/.wine{,.backup}
wineprefixcreate
This method guarantees that you are using really clean WINE prefix. Then
install your game as usually.
--
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=7229
Gawain Lynch <gawain.lynch(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |gawain.lynch(a)gmail.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=7675
--- Comment #16 from Dan Kegel <dank(a)kegel.com> 2008-03-14 20:04:12 ---
winetricks cc580 doesn't seem to change "save as" much;
either way it works sometimes, but is flaky.
winetricks dcom98 seems to let the app start without crashing.
Oddly, it seems you only need that the first time;
after that, you can remove all overrides and run ok.
I didn't have to remove the problem plugin this run, either!
Without dcom98, the first run crashes like this:
fixme:typelib2:ICreateTypeInfo2_fnSetVarDocString (0x59d1b50,64,L"White"),
stub!
fixme:typelib2:ICreateTypeInfo2_fnSetVarHelpContext (0x59d1b50,0,0), stub!
trace:typelib2:ICreateTypeInfo2_fnLayOut (0x59d1b50), stub!
trace:typelib2:ICreateTypeInfo2_fnRelease (0x59d1b50)->(1)
trace:typelib2:ICreateTypeLib2_fnCreateTypeInfo
(0x58395e8,L"idCursorTypes",0,0x33fa68)
trace:typelib2:ICreateTypeInfo2_Constructor Constructing ICreateTypeInfo2 for
L"idCursorTypes" with tkind 0
wine: Unhandled page fault on write access to 0x0000039c at address 0x7ef9e94a
(thread 0009), starting debugger...
but no stack dump is shown.
--
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=6971
--- Comment #69 from Vitaliy Margolen <vitaliy(a)kievinfo.com> 2008-03-14 19:34:18 ---
(In reply to comment #68)
> using events device would be linux specific, the bug would still remain for
> freebsd, solaris, etc etc.
>
Correct, so the only available options is getting these events from the X
server (pretty much where Wine gets them now).
But the problem with that - it's the absolute coords of the pointer (not the
actual mouse movements). These coordinates don't change if the pointer on the
edge of the screen and doesn't move past it. While mouse can still move.
Which means Wine have to get actual hardware mouse events from X server. The
only way to do that is via XInput extension. However core pointer and core
keyboard can not be opened this way.
--
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=6971
--- Comment #68 from Dean Hamstead <dean(a)bong.com.au> 2008-03-14 19:23:02 ---
using events device would be linux specific, the bug would still remain for
freebsd, solaris, etc etc.
--
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=6971
--- Comment #67 from Vitaliy Margolen <vitaliy(a)kievinfo.com> 2008-03-14 19:17:16 ---
Capturing mouse is not a problem - see XGrabPointer. Reading any mouse
movements _ON THE EDGE_ of the window/display _IS_ the problem. The only way to
do that is:
1. Warp the mouse
2. Read mouse events directly from the device. Be it xevents from XInput (via
the X server - the right way), the evdev events from the device itself. Or some
other source of events (dunno what else is left).
This bug is about consequence of doing 1) because 2) is not available (X server
won't allow to open primary pointer device as an XInput device) or is the wrong
way to do it (reading evdev events directly from the mouse device).
--
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=6071
--- Comment #6 from Austin English <austinenglish(a)gmail.com> 2008-03-14 18:33:04 ---
Still present in wine 0.9.57. Native dcom98 works around the issue.
--
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=6971
Victor <ErV2005(a)rambler.ru> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |ErV2005(a)rambler.ru
--- Comment #66 from Victor <ErV2005(a)rambler.ru> 2008-03-14 18:32:17 ---
An idea for possible workaround.
What about using Wine's virtual desktop (if enabled and available) for tracking
mouse outside the window? I mean - comments say, that without a window tracking
mouse position is impossible. But virtual desktop has it's own window, so (as
I understand) this window can be made fullscreen (without decorations, etc) and
used for tracking mouse.
Will this help?
--
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=312
Odair Trujillo <haldrik(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |haldrik(a)gmail.com
--- Comment #10 from Odair Trujillo <haldrik(a)gmail.com> 2008-03-14 17:51:00 ---
Audio record is an important part of audio edit with comercial software like
Adobe Audition, Sondforge, CoolEdit, etc.
--
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=8630
--- Comment #8 from Jonas Aaberg <cja(a)gmx.net> 2008-03-14 16:20:36 ---
Thanks for the explanation!
However I couldn't find any settings like that. I even ran the "Video Setup"
utility that came along the game, but no changes in behaviour.
During the weekend I'll install the game as a different user and see
if it helps.
--
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=8630
--- Comment #7 from Stefan Dösinger <stefandoesinger(a)gmx.at> 2008-03-14 15:31:50 ---
0 hz update frequency means default or selection what the OS prefers. The
interesting thing here is the @24. Since a few wine revisions Wine only
advertises and accepts 8, 16 and 32 bpp, like every video card on Windows that
is newer than 10 years does. We do not accept 24 bpp any longer. This was
needed to clean up the 24 vs 32 bpp mess, and it seems that no Windows card
supports both 24 and 32 bpp.
To add to this confusion, 24 bpp and 32 bpp are the same, except that 32 bpp
has 8 unused bits which are used for alignment padding so the GPU can access
the memory much faster. For 3D games this can be used as alpha information. X11
only advertises bit depth 24, it swallows the 8 unused channels, even though
the driver internally works in 32 bpp mode and has support for framebuffer
alpha.
Could it be that the game has some outdated settings stored from old Wine
versions?
--
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=1347
--- Comment #15 from Bruno Cabral <brataodream(a)gmail.com> 2008-03-14 14:58:17 ---
Ahh, forget to say that in CrossOffice this black problem does NOT happen !
--
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=8630
--- Comment #6 from Jonas Aaberg <cja(a)gmx.net> 2008-03-14 14:33:57 ---
Yes, it was "opengl" before. (I thought you only gdi and opengl are valid
options.)
I finished the game while having wine 0.9.31 installed in a separete directory,
And after that I have not tested it.
However, tested it today with wine 0.9.57, both gdi and opengl render.
And it was just black. I hear the game sound in the background, but
no picture.
I guess this is the cause:
--
err:x11settings:X11DRV_ChangeDisplaySettingsEx No matching mode found
1024x768x24 @0! (XRandR)
--
0 hz updating frequency is no fun.
--
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=8345
--- Comment #15 from Jonas Aaberg <cja(a)gmx.net> 2008-03-14 14:16:48 ---
Works perfectly with my new computer with a NVIDIA graphic card, wine 0.9.57
and opengl selected as render.
--
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=6971
kfs1(a)online.no changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |kfs1(a)online.no
--- Comment #65 from kfs1(a)online.no 2008-03-14 14:01:17 ---
Gnome 2.22 in rel notes say: "the ability to capture the pointer within a
region of the screen;"
Is this of some use to the wine developers? I also heard that a patch on the
xserver might fix this, is this correct and if so how?
--
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=1347
Bruno Cabral <brataodream(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |brataodream(a)gmail.com
--- Comment #14 from Bruno Cabral <brataodream(a)gmail.com> 2008-03-14 13:44:34 ---
I think that this is the same bug that VLC has when playing videos in DirectX
mode.
The video plays fine, but all screen around the video become black.
--
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=5713
Dan Hipschman <dsh(a)linux.ucla.edu> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |dsh(a)linux.ucla.edu
--- Comment #5 from Dan Hipschman <dsh(a)linux.ucla.edu> 2008-03-14 12:45:24 ---
The version from May 25, 2006 will install and run but doesn't detect any
installed software (I only tried with firefox). It's also missing the install
software link and has other problems. I don't think these are BITS problems
anymore. The current version doesn't run at all. It fails with the error
"Invalid command line -install -extra" followed by a lot of unprintable
characters. I didn't investigate any more since it didn't look like it had
anything to do with BITS yet.
--
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=5054
Dan Hipschman <dsh(a)linux.ucla.edu> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |dsh(a)linux.ucla.edu
--- Comment #6 from Dan Hipschman <dsh(a)linux.ucla.edu> 2008-03-14 12:28:39 ---
Now that BITS is partially implemented it gets further still, but it needs
more:
trace:qmgr:BITS_IBackgroundCopyJob_QueryInterface IID:
{54b50739-686f-45eb-9dff-d6a9a0faa9af}
err:ole:marshal_object object doesn't expose interface
{54b50739-686f-45eb-9dff-d6a9a0faa9af}, failing with error 0x80004002
{54b50739-686f-45eb-9dff-d6a9a0faa9af} is IBackgroundCopyJob2.
--
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=12034
Summary: ies4linux IE6: after update 0.9.56 -> 0.9.57 each rebars
display is broken
Product: Wine
Version: 0.9.57.
Platform: PC
OS/Version: FreeBSD
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: mirya(a)zoc.com.ua
After wine was updated from 0.9.56 to 0.9.57 the rebars in ies4linux IE6
installation are aligned in a strange way (see the attached image). In 0.9.56
the rebars behaved correctly.
--
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=12032
Summary: libGL warning: 3D driver claims to not support visual
Product: Wine
Version: 0.9.57.
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: opengl
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: software_xin(a)163.com
libGL warning: 3D driver claims to not support visual
--
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=3543
Adys <adys.wh+winehqdotorg(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |adys.wh+winehqdotorg(a)gmail.c
| |om
--- Comment #5 from Adys <adys.wh+winehqdotorg(a)gmail.com> 2008-03-14 09:04:14 ---
Same bug for Where in the World is Carmen Sandiego, and Zoombinis: Logical
Odysseus. See bug http://bugs.winehq.org/show_bug.cgi?id=11163
--
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=8439
Adam Dempsey <dempsey(a)weirdfish.net> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |dempsey(a)weirdfish.net
--
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=8563
--- Comment #16 from Georg Hennig <georg298(a)gmx.de> 2008-03-14 06:46:50 ---
This seems to be a problem with blade.dll, and therefore all (?) games using
blade.dll are affected (I tried Mechwarrior 4 Vengeance, Black Knight,
Mercenaries and Mechcommander 2). blade.dll seems to be a software rasterizer.
All those games can be launched without blade.dll using the switch
"/gosnoblade" (with additional switches).
--
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=8345
--- Comment #14 from Daniel Skorka <daniel.skorka(a)stud.uni-karlsruhe.de> 2008-03-14 06:21:07 ---
joaopa,
I suspect you are right. I have an Intel 900 GMA, and both versions 1.7.2 and
2.0.0 of the video driver show this behaviour; the kernel is 2.6.23.
If I disable hardware acceleration (thus falling back to the MESA software
renderer), all the artifacts are gone and the game works perfectly.
--
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=7106
Dmitry Timoshkov <dmitry(a)codeweavers.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Keywords| |win16
--
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=7106
Jeff Zaroyko <jeffzaroyko(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |jeffzaroyko(a)gmail.com
--- Comment #5 from Jeff Zaroyko <jeffzaroyko(a)gmail.com> 2008-03-14 04:59:24 ---
The crash is in winedvm.exe, the autorun program AR.EXE appears to crash in
16bit code.
The cause of the crash isn't clear to me, so there's an +all log here:
http://members.iinet.net.au/~something/nfs3-AR.EXE.txt.bz2 - see around line
648474
someone should add the win16 keyword to the keyword field for 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=8785
Dmitry Timoshkov <dmitry(a)codeweavers.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
--- Comment #23 from Dmitry Timoshkov <dmitry(a)codeweavers.com> 2008-03-14 01:24:40 ---
Closing.
--
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=12028
Summary: Dont support Ukrainian fonts by default
Product: Wine
Version: 0.9.57.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: patriotyk(a)gmail.com
Created an attachment (id=11365)
--> (http://bugs.winehq.org/attachment.cgi?id=11365)
Some characters displayed as " : "
In some buttons some chars displayed as - ":"
Please see attachments
--
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=7675
--- Comment #15 from Caleb Gray <caleb(a)calebgray.com> 2008-03-13 21:17:39 ---
I have this on hold, I will look into it as much as I can while time allows. As
for my previous comment about it working 100% -- I should have said 99% because
after this problem there is still a small hack (listed under my test data) to
get the "Open" dialog to popup. Otherwise, I look forward to using CS2 under
Wine soon! :D
--
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=7380
--- Comment #41 from Nick Couchman <nick.couchman(a)seakr.com> 2008-03-13 20:39:39 ---
(In reply to comment #37)
Tornado 2.2.1 (from dup bug 9869) works.
--
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=7380
--- Comment #40 from Dan Kegel <dank(a)kegel.com> 2008-03-13 20:14:20 ---
WinMerge is ok. 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=11027
Summary: Starcraft: unable to install from the CD - CPU goes to
63%
Product: Wine
Version: 0.9.52.
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-programs
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: louis(a)qdcec.co.za
I have used the Fedora 7 x86_64 builds of 0.9.49, 0.9.51 and 0.9.52. In all
three cases I am unable to install Starcraft from the original CD (v1.00). (I
was able to install it on an older version under Fedora Core 6 x86_64.)
When I double click the setup.exe file, the CD spins up, reads, pauses, reads
again, stops reading the CD, and then the CPU runs at about 77% contstantly,
with the following processes:
14730 ? Rs 0:19 /usr/lib/../bin/wineserver
14742 ? Sl 0:14 D:\install.exe
14744 ? Ssl 0:00 c:\windows\system32\explorer.exe /desktop
And from top you see that wineserver and install.exe take 35% and 27% of the
CPU respectively:
14730 louis 20 0 4232 1856 628 R 35.3 0.2 0:34.48 wineserver
14742 louis 20 0 3620m 9320 6556 S 27.3 0.9 0:26.80 install.exe
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=5322
James Hawkins <truiken(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |nodisgod(a)yahoo.com
--- Comment #28 from James Hawkins <truiken(a)gmail.com> 2008-03-13 19:08:02 ---
*** Bug 12029 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=7229
Dennis Hedegaard <neo2k(a)neo2k.dk> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC|neo2k(a)neo2k.dk |
--
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=7065
IBBoard <wine(a)ibboard.co.uk> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |wine(a)ibboard.co.uk
--- Comment #75 from IBBoard <wine(a)ibboard.co.uk> 2008-03-13 18:07:23 ---
Has any more progress been made with SecuROM recently? I've just bought Dawn of
War: Soulstorm and after Relic released Dark Crusade copy protection free it
turns out they've gone back to it for Soulstorm.
I can still play the game at the moment (and it runs about the same as on
Windows :) ) but it's via the normal 'workaround of dubious legality'.
I'll provide what I can in the way of debugging if it'll help.
--
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=4144
--- Comment #14 from Dan Kegel <dank(a)kegel.com> 2008-03-13 17:45:11 ---
I thought it did.
Honestly, we need a better test case. This one is too complex.
--
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=4144
--- Comment #13 from Lei Zhang <thestig(a)google.com> 2008-03-13 17:34:08 ---
(In reply to comment #11)
> Adding keyword 'regression' since find used to work,
> but doesn't anymore.
>
Are you sure? I went back to wine 0.9.25 and find didn't see to work there
either.
--
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=12024
Summary: Cannot install MS .NET by conventional means
Product: Wine
Version: 0.9.55.
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: winehq-bugs(a)dotancohen.com
Created an attachment (id=11360)
--> (http://bugs.winehq.org/attachment.cgi?id=11360)
Gui output when trying to install MS .NET
Many applications depend upon Microsoft .NET Framework 2.0. However, it does
not install using conventional means. See attached screenshot of error, and
description. This was tested on Ubuntu 7.04 running KDE 3.5.8 and wine 0.9.55
--
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=6217
karaluh <karaluh(a)karaluh.pl> changed:
What |Removed |Added
----------------------------------------------------------------------------
URL| |http://www.sigma-
| |team.net/download-
| |document/alienshooterdemo.ht
| |ml
Keywords| |download
--
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=5930
karaluh <karaluh(a)karaluh.pl> changed:
What |Removed |Added
----------------------------------------------------------------------------
URL| |http://www.sigma-
| |team.net/download-
| |document/alienshooterdemo.ht
| |ml
Keywords| |download
--
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=9002
Gustavo <gugamilare(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC|gugamilare(a)gmail.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=11868
Summary: Adobe Acrobat 6 -- Zoom toolbar does not display %
Product: Wine
Version: 0.9.56.
Platform: Other
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jens(a)porup.com
The zoom function works, but the zoom toolbar does not display current level of
zoom (it remains blank no matter what the current level of zoom).
--
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=8785
Ben Hodgetts (Enverex) <ben(a)atomnet.co.uk> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
--- Comment #22 from Ben Hodgetts (Enverex) <ben(a)atomnet.co.uk> 2008-03-13 16:06:26 ---
Seems fixed.
--
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=8776
Marcus Meissner <marcus(a)jet.franken.de> changed:
What |Removed |Added
----------------------------------------------------------------------------
Summary|Armed Assault: crashes into |kernel32.ReadFileScatter
|"Call to unimplemented |unimplemented
|function ReadFileScatter" |
--- Comment #16 from Marcus Meissner <marcus(a)jet.franken.de> 2008-03-13 15:56:32 ---
adjusted subject
--
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=9002
killertux <killertux(a)suomi24.fi> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |gugamilare(a)gmail.com
--- Comment #8 from killertux <killertux(a)suomi24.fi> 2008-03-13 15:55:35 ---
*** Bug 10235 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=6861
Ben Hodgetts (Enverex) <ben(a)atomnet.co.uk> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
--- Comment #21 from Ben Hodgetts (Enverex) <ben(a)atomnet.co.uk> 2008-03-13 15:45:24 ---
Closing.
--
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=7914
Ben Hodgetts (Enverex) <ben(a)atomnet.co.uk> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
--- Comment #2 from Ben Hodgetts (Enverex) <ben(a)atomnet.co.uk> 2008-03-13 15:45:17 ---
Closing.
--
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=8832
Ben Hodgetts (Enverex) <ben(a)atomnet.co.uk> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
--- Comment #3 from Ben Hodgetts (Enverex) <ben(a)atomnet.co.uk> 2008-03-13 15:45:13 ---
Closing.
--
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=8876
Ben Hodgetts (Enverex) <ben(a)atomnet.co.uk> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
--- Comment #3 from Ben Hodgetts (Enverex) <ben(a)atomnet.co.uk> 2008-03-13 15:45:09 ---
Closing.
--
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=8920
foobard <jens(a)porup.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |jens(a)porup.com
--- Comment #1 from foobard <jens(a)porup.com> 2008-03-13 15:42:54 ---
maybe related to bug 11847?
http://bugs.winehq.org/show_bug.cgi?id=11847
--
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=9008
Stefan Dösinger <stefandoesinger(a)gmx.at> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |stefandoesinger(a)gmx.at
--- Comment #6 from Stefan Dösinger <stefandoesinger(a)gmx.at> 2008-03-13 15:15:48 ---
The patch breaks some of our tests, which show that an explicit backbuffer is
not valid. Maybe there is a version difference between the various ddraw
interface versions, and some maybe allow explicit backbuffers.
This patch needs a test showing that it is valid.
--
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=9008
Marcus Meissner <marcus(a)jet.franken.de> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |marcus(a)jet.franken.de
URL| |http://download.sleepteam.co
| |m/bulanci.exe
--- Comment #5 from Marcus Meissner <marcus(a)jet.franken.de> 2008-03-13 15:13:44 ---
bulanci is another program exhibiting this behaviuour, see URL
--
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=5926
Timo-Heikki Mäkelä <imaxfun(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |imaxfun(a)gmail.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=7036
Timo-Heikki Mäkelä <imaxfun(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |imaxfun(a)gmail.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=6577
--- Comment #25 from Timo-Heikki Mäkelä <imaxfun(a)gmail.com> 2008-03-13 11:50:47 ---
Neil, if there's a new regression, but the original has been fixed, could you
open a new bug for it and close this one?
--
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=5031
--- Comment #14 from Lei Zhang <thestig(a)google.com> 2008-03-13 09:51:34 ---
(In reply to comment #13)
> It also suffers from dinput8 bug. It's necessarry to use native dinput8.dll.
>
If a separate bug has not been filed for the dinput issue, please do so.
--
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=7932
Lei Zhang <thestig(a)google.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
--- Comment #5 from Lei Zhang <thestig(a)google.com> 2008-03-13 09:46:15 ---
reported fixed.
--
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=8889
--- Comment #4 from Timo-Heikki Mäkelä <imaxfun(a)gmail.com> 2008-03-13 08:18:23 ---
Could you test with an earlier version of Wine (say 0.9.38 or whichever worked
for you before) on your new computer, whether the program works on that
hardware even then?
It may be due to your hardware or drivers or whatever, and we need to cut off
such a possibility first. If you find out the program does work with an earlier
version of Wine but not with the current, then it's a regression in Wine.
Otherwise it's something else. If it's a regression, then you need to run a
regression test to find out the exact cause:
http://wiki.winehq.org/RegressionTesting
--
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=2527
--- Comment #15 from Jim Doutt <jdoutt(a)whoi.edu> 2008-03-13 08:07:43 ---
Still happening with Fedora core 5 and wine 0.9.57 compiled from source
--
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=2527
--- Comment #14 from RBEmerson <n5470(a)pinefields.com> 2008-03-13 07:48:55 ---
While the details are outside of my skill set, I do follow much of the
discussion and see this as being a plausible approach to the outstanding
problems with WXTide32 in particular and, I hope, to outstanding problems with
Wine in general.
--
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=7952
Roderick Colenbrander <thunderbird2k(a)gmx.net> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |FIXED
--- Comment #10 from Roderick Colenbrander <thunderbird2k(a)gmx.net> 2008-03-13 05:37:50 ---
Lots of people these days run WoW on Wine and they don't have much issues. This
WoW version is old and as WoW works fine I consider this bug fixed.
--
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=11971
Summary: Civilization4 msxml bug
Product: Wine
Version: 0.9.56.
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: msxml3
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: luis.busquets(a)ilidium.com
when running Civ 4 with the wine implementation of msxml3 it stops because of
erro location node. The fix that it appears are
fixme:msxml:schema_cache_add (0x13fc98)->(L"x-schema:CIV4GameInfoSchema.xml",
var(vt 9)): stub
fixme:msxml:domdoc_putref_schemas (0x13fcb0): semi-stub
--
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=8107
Louis Lenders <xerox_xerox2000(a)yahoo.co.uk> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |luis.busquets(a)ilidium.com
--- Comment #5 from Louis Lenders <xerox_xerox2000(a)yahoo.co.uk> 2008-03-13 04:50:02 ---
*** Bug 11971 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=8152
Louis Lenders <xerox_xerox2000(a)yahoo.co.uk> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |FIXED
--- Comment #6 from Louis Lenders <xerox_xerox2000(a)yahoo.co.uk> 2008-03-13 04:27:49 ---
Yip, the crash is gone. Cool. 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=7932
--- Comment #4 from Alistair Leslie-Hughes <leslie_alistair(a)hotmail.com> 2008-03-13 04:13:22 ---
With the latest git, this program no longer crashes on exit.
--
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=7675
Dan Kegel <dank(a)kegel.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Component|-unknown |ole
--- Comment #14 from Dan Kegel <dank(a)kegel.com> 2008-03-13 00:41:45 ---
OK, I'll bite; changing category.
Anyone know what functions in oleaut32 don't work right for this app yet?
--
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=7675
Caleb Gray <caleb(a)calebgray.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |caleb(a)calebgray.com
--- Comment #13 from Caleb Gray <caleb(a)calebgray.com> 2008-03-13 00:38:48 ---
To correct this issue all you need is the: oleaut32.dll
I assume the APIs in Wine do not replicate this DLL's functions quite yet..
Once the development on this DLL is finished, the app will work 100% out of the
box.
--
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=2738
--- Comment #21 from Dan Kegel <dank(a)kegel.com> 2008-03-12 23:57:51 ---
No, no, can't do that unless you actually have evidence...
without evidence you can only close it abandoned.
--
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=6311
EA Durbin <ead1234(a)hotmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #10910|0 |1
is obsolete| |
Attachment #11087|0 |1
is obsolete| |
--- Comment #28 from EA Durbin <ead1234(a)hotmail.com> 2008-03-12 22:39:12 ---
Created an attachment (id=11348)
--> (http://bugs.winehq.org/attachment.cgi?id=11348)
+trace,+server
--
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=6046
--- Comment #7 from Timo-Heikki Mäkelä <imaxfun(a)gmail.com> 2008-03-12 22:02:03 ---
Could you try wine 0.9.15 still, because very similar problems appeared in
0.9.16 due to a major rewrite in DirectDraw, please? (See e.g. Bug 6068)
--
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=7564
--- Comment #10 from Timo-Heikki Mäkelä <imaxfun(a)gmail.com> 2008-03-12 21:48:49 ---
Richard, do you still see this bug? If you do, could you at first try this with
wine 0.9.15? (Just my wild guess, because there was a major rewrite in
DirectDraw for 0.9.16.) Then, could you retry running regression test with
these instructions:
http://wiki.winehq.org/RegressionTesting
--
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=7477
Dan Kegel <dank(a)kegel.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |dank(a)kegel.com
Severity|minor |normal
Target Milestone|--- |1.0.0
--- Comment #15 from Dan Kegel <dank(a)kegel.com> 2008-03-12 21:41:52 ---
This affects quite a few apps (including SPSS 15),
so raising priority and nominating for 1.0.
--
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=2738
Timo-Heikki Mäkelä <imaxfun(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |dank(a)kegel.com
--- Comment #20 from Timo-Heikki Mäkelä <imaxfun(a)gmail.com> 2008-03-12 21:19:57 ---
All versions of Lotus notes have been either Gold or Platinum in the AppDB
since Wine 0.9.19. It should be safe calling this FIXED by now.
CC:ing Dan Kegel as the App maintainer to confirm.
--
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=5031
--- Comment #13 from Andras Kovacs <andras(a)csevego.net> 2008-03-12 20:08:04 ---
It also suffers from dinput8 bug. It's necessarry to use native dinput8.dll.
--
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=8946
Timo-Heikki Mäkelä <imaxfun(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |imaxfun(a)gmail.com
--- Comment #17 from Timo-Heikki Mäkelä <imaxfun(a)gmail.com> 2008-03-12 19:32:59 ---
In fact the same symptoms appear with the same wine version 0.9.41 in Bug 9459,
although the bisection is different. Reverting that patch has also been
verified to fix that bug and bug 9459 also has been tagged for 1.0.0, so it
might be worth taking a look on that one, too.
--
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=2527
Jason Edmeades <us(a)edmeades.me.uk> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |us(a)edmeades.me.uk
--- Comment #13 from Jason Edmeades <us(a)edmeades.me.uk> 2008-03-12 18:16:31 ---
(Put in both 11562 and the recently identified dup)
The results of my investigations into this bug... No solutions, but it
identifies 2 'bugs' / 'issues' (MoveWindow not updating clipping region of
DCEx, and ExposeEvent forcing redraw of popup when it wouldnt on windows)
http://article.gmane.org/gmane.comp.emulators.wine.devel/57736
--
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=8946
Timo-Heikki Mäkelä <imaxfun(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |stefan(a)codeweavers.com
--- Comment #16 from Timo-Heikki Mäkelä <imaxfun(a)gmail.com> 2008-03-12 16:56:04 ---
Adding Stefan as the author of the buggy patch.
--
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=5031
Louis Lenders <xerox_xerox2000(a)yahoo.co.uk> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |xerox_xerox2000(a)yahoo.co.uk
Status|UNCONFIRMED |NEW
Component|directx-d3d |directx-dsound
Ever Confirmed|0 |1
--- Comment #12 from Louis Lenders <xerox_xerox2000(a)yahoo.co.uk> 2008-03-12 16:08:07 ---
Someone has git this running now according to appdb( using this patch
http://www.winehq.org/pipermail/wine-patches/2008-March/051162.html)
The first problem looks like a sound problem after all according to the test
results here
http://appdb.winehq.org/objectManager.php?sClass=version&iId=5159&iTestingI…
I guess the patch mentioned above is for a crash encountered lateron
For now change category to dsound
--
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=7905
--- Comment #13 from Paul Romanyszyn <pgr(a)arcelectronicsinc.com> 2008-03-12 15:48:45 ---
Still a problem with wine-0.9.57-84-g9ab07d5
It is easy to check.
Just set xorg.conf default depth to 16 (close all of your X app's) reboot X and
run the program.
--
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=6288
--- Comment #16 from Lei Zhang <thestig(a)google.com> 2008-03-12 15:41:13 ---
I'll give SOA + TOB (5 CDs, sigh) a try...
--
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=8197
James Hawkins <truiken(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |FIXED
--- Comment #26 from James Hawkins <truiken(a)gmail.com> 2008-03-12 14:49:19 ---
Reported fixed. Reopen if it's not.
--
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=8197
--- Comment #25 from Timo-Heikki Mäkelä <imaxfun(a)gmail.com> 2008-03-12 14:44:42 ---
Works for me on 0.9.57.
--
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=7984
--- Comment #9 from Timo-Heikki Mäkelä <imaxfun(a)gmail.com> 2008-03-12 14:28:46 ---
Probably we should mark this 'Later', as Michael said, or downgrade to 'minor'
and set low priority, because this doesn't stop using applications nor is
fixing this urgent.
--
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=8976
Anthon Pang <anthon.pang(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |FIXED
--- Comment #7 from Anthon Pang <anthon.pang(a)gmail.com> 2008-03-12 13:49:07 ---
Thanks for the reminder. Yes, it is fixed (but I can't say which point release
this occurred, as I'm now on the latest).
--
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=8976
Dmitry Timoshkov <dmitry(a)codeweavers.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Keywords| |Abandoned?
--
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=7905
Timo-Heikki Mäkelä <imaxfun(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |mikolaj.zalewski(a)gmail.com
--- Comment #12 from Timo-Heikki Mäkelä <imaxfun(a)gmail.com> 2008-03-12 12:20:21 ---
Could someone confirm, whether this old bug still is alive or fixed, please. If
it still exists, could that patch be developed further to fix this?
Adding author of the buggy patch to CC.
--
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=9034
Dan Kegel <dank(a)kegel.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Keywords| |patch
--- Comment #5 from Dan Kegel <dank(a)kegel.com> 2008-03-12 12:17:14 ---
Thanks for the nudge; I'll retest when I get a chance.
For the record, I think there's a trial in CDs shipped with a few books, e.g.
http://www.amazon.com/Fireworks-Bible-CD-ROM-Joseph-Lowery/dp/product-descr…
but I haven't found a downloadable copy anywhere yet.
--
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=9034
Timo-Heikki Mäkelä <imaxfun(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |hans(a)it.vu.nl
--- Comment #4 from Timo-Heikki Mäkelä <imaxfun(a)gmail.com> 2008-03-12 12:12:35 ---
Adding Hans to CC
--
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=9034
--- Comment #3 from Timo-Heikki Mäkelä <imaxfun(a)gmail.com> 2008-03-12 12:10:47 ---
What's the status of this bug now? Does the problem still exist? If yes, what
happened to the patch here? Does it work? Was it ever sent to
wine-patches(a)winehq.org?
Also the keyword 'patch' might be appropriate here.
--
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=8976
--- Comment #6 from Timo-Heikki Mäkelä <imaxfun(a)gmail.com> 2008-03-12 11:46:46 ---
Does this bug still exist? Fixed/abandoned?
--
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=7189
Adam Dempsey <dempsey(a)weirdfish.net> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |dempsey(a)weirdfish.net
--
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=8292
Fernando Luís Herrmann <nandolh(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |nandolh(a)gmail.com
--- Comment #12 from Fernando Luís Herrmann <nandolh(a)gmail.com> 2008-03-12 11:17:36 ---
Its this problem solved??
--
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=8345
--- Comment #13 from joaopa <jeremielapuree(a)yahoo.fr> 2008-03-12 09:53:30 ---
For the people who has the problem. Can you post your configuration (GPU/
processor / and linux?)
Because, I tried this game in 3 differents PC's, but all with nvidia card, and
I do not have any glitches neither others bugs. It is surely related driver
bug.
I guess that you have a intel GPU or a ATI/AMD gpu, right?
Joaopa
--
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=8945
--- Comment #61 from Dan Kegel <dank(a)kegel.com> 2008-03-12 09:24:28 ---
Here's Louis' recipe for installing flash cs3:
http://appdb.winehq.org/objectManager.php?sClass=version&iId=7120#Comment-3…
1. copy mshtml, shdocvw, urlmon, shlwapi, mlang and jscript.dll from my XP
partition to ~/.wine/drive_c/windows/system32
2. Do 'regsvr32 jscript.dll'
3. Do winetricks msxml3
4. Set mshtml, shdocvw, urlmon, shlwapi, mlang to native in winecfg
All this is only needed to make the installer happy and finish fine. The actual
Flash.exe doesn't need any native dlls set here, only you need gdiplus.
5. Do winetricks gdiplus
Now start Flash.exe, and it comes up fine here (Note: "fine" is maybe not a
good word, the toolbars are quite messed up, if i use native comctl32 it all
looks better)
--
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=4924
Dan Kegel <dank(a)kegel.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |ABANDONED
Target Milestone|1.0.0 |---
--- Comment #11 from Dan Kegel <dank(a)kegel.com> 2008-03-12 08:58:14 ---
Yes, if the servers are no longer online, that sounds like abandoned to me.
--
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=8345
--- Comment #12 from Daniel Skorka <daniel.skorka(a)stud.uni-karlsruhe.de> 2008-03-12 08:50:10 ---
I just tried the method outlined in
http://appdb.winehq.org/commentview.php?iAppId=1906&iVersionId=7879&iThread…
It works in 0.9.57, after a fashion.
Once the game starts, I have to press Alt+Tab, which just tells my window
manager to show a list of windows. After this, no more black screen and the
movies can be seen.
However, there are a lot of glitches inside the game:
* Rendering order is messed up; the hidden parts of 3D objects show through.
* Background pictures cannot be seen, however 2D objects that are not part of
the background, like the banister in the first screen can be seen.
* These objects appear in front of everything else.
Caution: If you try this, be prepared to reset your X server after quitting the
game.
--
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=8345
Daniel Skorka <daniel.skorka(a)stud.uni-karlsruhe.de> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |daniel.skorka(a)stud.uni-
| |karlsruhe.de
--- Comment #11 from Daniel Skorka <daniel.skorka(a)stud.uni-karlsruhe.de> 2008-03-12 08:02:19 ---
Yes, still present.
--
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=8922
--- Comment #4 from Jonatas Miguel <wiseallec(a)gmail.com> 2008-03-12 07:49:31 ---
Ah, sorry bout that... I uploaded it to rapidshare, since it's used more and
whatnot...
http://rapidshare.com/files/98956683/screencast.ogg.html
The other site works, but you have to click on the Request Ticket button
towards the bottom of the page to access the download.
--
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=7193
--- Comment #10 from Cliffton Beach <killmorejedi(a)hotmail.com> 2008-03-12 06:33:47 ---
I don't know exactly when it happened, but this seems to be fixed in 0.9.56.
Bernhard, I'd be curious if it's fixed for you as well. If so (or barring
response) I'd be inclined to mark this one resolved fixed.
--
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=7987
Julian Rüger <jr98(a)gmx.net> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |jr98(a)gmx.net
--- Comment #5 from Julian Rüger <jr98(a)gmx.net> 2008-03-12 05:48:42 ---
I get a very similar crash, description and log in Bug 9359.
It seems there are a lot of Bugs about Most Wanted crashing, I'm not sure but
they seem duplicate.
Also see Bug 6183 and Bug 10501.
--
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=6288
--- Comment #14 from el <elton(a)schiert.net> 2008-03-12 04:47:27 ---
BG2 works
BG2 + Patch 2.0.23037 works
BG2 + Addon works
BG2 + Addon + Patch 2.5.26498 works
BG2 + Addon + Patch 2.5.26499 fails
(works when switching to ME, 98, 95, NT4.0, NT3.5, 3.1, 3.0 or 2.0)
--
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=4924
Jeff Zaroyko <jeffzaroyko(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |jeffzaroyko(a)gmail.com
--- Comment #10 from Jeff Zaroyko <jeffzaroyko(a)gmail.com> 2008-03-12 04:22:21 ---
(In reply to comment #9)
> This looks easy enough to fix, let's try to do it for 1.0.
>
Looks like this software is defunct,
"The World Chess Network (WCN) was a commercial Internet chess server devoted
to the play and discussion of chess that launched in 1997 and closed ten years
later in 2007 when it was bought by Internet Chess Club and merged with Chess
Live to form World Chess Live."
http://en.wikipedia.org/wiki/World_Chess_Networkhttp://www.worldchesslive.com/wcn/
The new client appears to be different software and further more appears that
it requires a paid subscription.
Maybe this should be abandoned?
--
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=7509
Andrew Riedi <andrewriedi(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |andrewriedi(a)gmail.com
--- Comment #8 from Andrew Riedi <andrewriedi(a)gmail.com> 2008-03-12 03:34:21 ---
I wrote a 'workarounds' plug-in for Compiz Fusion a while back. Please test
with and without that plug-in enabled with Wine 0.9.57. With it enabled, make
sure "Legacy Fullscreen Support" is checked. All this can be done in CCSM
(CompizConfig Settings Manager).
--
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=6311
--- Comment #27 from EA Durbin <ead1234(a)hotmail.com> 2008-03-12 01:17:50 ---
commenting these 2 lines out does the trick, the error lies here and causes
wine to crash
if (!is_desktop_window(win))
offset_region( win_rgn, -client_rect->left, -client_rect->top );
--
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=9305
Summary: Wine crash on Baldurs Gate II subclass menu
Product: Wine
Version: 0.9.43.
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: wine-kernel
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: riklaunim(a)gmail.com
Created an attachment (id=7575)
--> (http://bugs.winehq.org/attachment.cgi?id=7575)
whole crash dump
Wine 0.9.43 and older releases crash with Baldurs Gate II (Polish Edition BG II
SoA + ToB + Patches) when creating a character and clicking on a class which
has subclasses like fighter or thief (except mages). The whole error dump is in
the attachment.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=6288
Lei Zhang <thestig(a)google.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |riklaunim(a)gmail.com
--- Comment #13 from Lei Zhang <thestig(a)google.com> 2008-03-12 01:13:42 ---
*** Bug 9305 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=6288
Lei Zhang <thestig(a)google.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #3708|application/octet-stream |text/plain
mime type| |
--
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=6288
--- Comment #12 from Lei Zhang <thestig(a)google.com> 2008-03-12 01:10:07 ---
Well, does the problem happen with patch 26498 as well?
Hmm, I got stuck in the underdark ~7 years ago and never bothered to finish the
game.
--
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=6311
--- Comment #26 from EA Durbin <ead1234(a)hotmail.com> 2008-03-12 01:01:05 ---
Created an attachment (id=11335)
--> (http://bugs.winehq.org/attachment.cgi?id=11335)
bug demonstration
the addition of the !valid_rects in the client_changed assignment causes it to
enter into the if (frame_changed || client_changed) block as client_changed is
now set because !valid_rects is true, whereas before this commit it never
entered into this if statement.
skipping this chunk of code within this if statement also fixes my application
-----
if (!is_desktop_window(win))
offset_region( win_rgn, -client_rect->left, -client_rect->top );
if (exposed_rgn)
{
union_region( exposed_rgn, exposed_rgn, win_rgn );
if (win_rgn != old_vis_rgn) free_region( win_rgn );
}
else
{
exposed_rgn = win_rgn;
if (win_rgn == old_vis_rgn) old_vis_rgn = NULL;
}
----
--
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=6311
--- Comment #25 from EA Durbin <ead1234(a)hotmail.com> 2008-03-11 23:34:20 ---
Created an attachment (id=11333)
--> (http://bugs.winehq.org/attachment.cgi?id=11333)
this patch demonstrates the cause of the bug, fixes my application
This one line in the patch is what broke this application's functionality
@@ -1500,42 +1500,46 @@ static void set_window_pos( struct windo
client_changed = (client_rect->left - old_client_rect.left !=
x_offset ||
+ !valid_rects ||
If I revert this one line in the client_changed assignment then the application
works again.
--
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=6311
EA Durbin <ead1234(a)hotmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Component|-unknown |wineserver
--
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=11555
Summary: Need a real WinHttpDetectAutoProxyConfigUrl, not a stub
for .NET
Product: Wine
Version: 0.9.54.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: joshudson(a)gmail.com
Am trying very slowly to get a particular large .NET app working under Wine.
I can't test anything under .55 due to a regression that makes the .NET
installer fail.
A first pass indicates we need a WinHttpDetectAutoProxyConfigUrl (it dies hard
otherwise). Funny, this always fail implementation is good enough, possibly
because it sets an error code or nulls out its result pointer.
OK, this patch creates one.
--- wine-0.9.54/dlls/winhttp/main.bak 2008-02-11 20:54:48.000000000 -0800
+++ wine-0.9.54/dlls/winhttp/main.c 2008-02-11 21:00:01.000000000 -0800
@@ -129,3 +129,16 @@
SetLastError(ERROR_NOT_SUPPORTED);
return NULL;
}
+
+/**********************************************************************
+ * WinHttpDetectAutoProxyUrl
+ */
+
+BOOL WINAPI WinHttpDetectAutoProxyConfigUrl(DWORD flags, LPWSTR *url)
+{
+ /* This can never work in this environment.
+ * Hope that it assumes transparent. */
+ SetLastError(ERROR_NOT_SUPPORTED);
+ *url = NULL;
+ return FALSE;
+}
--- wine-0.9.54/dlls/winhttp/winhttp.spec 2008-02-11 20:54:39.000000000
-0800
+++ wine-0.9.54/dlls/winhttp/winhttp.spec.bak 2008-02-11 20:52:39.000000000
-0800
@@ -8,7 +8,7 @@
@ stub WinHttpConnect
@ stub WinHttpCrackUrl
@ stub WinHttpCreateUrl
-@ stdcall WinHttpDetectAutoProxyConfigUrl(long ptr)
+@ stub WinHttpDetectAutoProxyConfigUrl
@ stub WinHttpGetDefaultProxyConfiguration
@ stdcall WinHttpGetIEProxyConfigForCurrentUser(ptr)
@ stub WinHttpGetProxyForUrl
--
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=7189
--- Comment #32 from Dan Kegel <dank(a)kegel.com> 2008-03-11 19:34:55 ---
Just tried your recipe now. I couldn't quite see
what you meant by
* .NET Framework SDK
so I selected that, and deselected Quickstart samples and Tools under it.
The installation put up an error dialog
saying "Microsoft .NET Framework 2.0 has encountered a problem during setup."
but the overall setup succeeded.
The app looked installed, but:
cl.exe failed with "Library mspdb80.dll not found",
even though it looks like that dll is present in plausible places
(C:/Program Files/Microsoft Visual Studio 8/Common7/IDE,
c:/Program Files/Common Files/Microsoft Shared/VSA/8.0/VsaEnv).
and
devenv.exe crashed after putting up a splash screen.
So I guess the minimal installer bug is down to that one dialog I saw?
--
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=11960
Summary: Legacy 5 - created web pages cannot be viewed in browser
from within Legacy.
Product: Wine
Version: 0.9.57.
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: aganderson(a)ukonline.co.uk
While checking out functionality of Legacy 5, I created a set of web pages
successfully, except that the dialog option to view the pages in a browser did
not work, either with Konqueror or Firefox.
I had created the pages to a folder in my home folder [drive y:], and I think
the browsers were objecting to this address. Drive d: caused same trouble,
etc.
The window for selecting the location for the creation of the web pages cannot
give access to conventional linux drive addresses, instead it offers only
windows drives.
The pages are accessible directly via browser, just not via Legacy.
--
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=8922
--- Comment #3 from Dan Kegel <dank(a)kegel.com> 2008-03-11 19:03:14 ---
I can't download that screencast, can you
upload it to a different site?
--
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=8922
Jonatas Miguel <wiseallec(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |wiseallec(a)gmail.com
--- Comment #2 from Jonatas Miguel <wiseallec(a)gmail.com> 2008-03-11 18:54:22 ---
I was using Dreamweaver for a project the other day and I noticed some ways
that this bug can be reproduced... It's a bit difficult for me to explain so I
created a screen capture of both instances of the bug... Here is the link:
http://ifile.it/36vcid4
Notice that when the cursor is in some parts of the window the redraw problem
does not occur whilst in others it does. Good Luck.
--
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=8945
--- Comment #60 from Dan Kegel <dank(a)kegel.com> 2008-03-11 17:58:13 ---
Correction: I forgot to mention setting winxp. The recipe now is:
Apply AF's msi fix from #33
rm -rf .wine
sh winetricks -q corefonts vcrun6 wsh56 msxml3 winver=winxp
wine ADBEPHSPCS3_WWE.exe
The installer then just sort of sits there without a window
after having done a bunch of mshtml and shdocvw fixmes.
Still, that's progress!
What's the accepted recipe for getting native
mshtml, shdocvw, shlwapi, urlmon as suggested in #30 ?
--
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=8945
--- Comment #59 from Anastasius Focht <focht(a)gmx.net> 2008-03-11 17:34:59 ---
Hello,
just look at 2nd part of my comment #33 for possible fix (UserName is allowed
to be null/empty -> per-machine installation case not correctly handled).
No need for -O0 ... even on -O2 is pretty obvious.
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=7189
--- Comment #31 from James Hawkins <truiken(a)gmail.com> 2008-03-11 17:14:42 ---
Minimal scenario that works for me:
$ proper setup (winxp, mfc42)
$ wine setup.exe
* custom install, only pick the following (+) (- means deselect)
* VS->Language Tools->Visual C++
+ Visual C++*
* .NET Framework SDK
- Quickstart samples
- Tools
Takes about 20 minutes but it's successful.
--
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=7643
--- Comment #61 from Lei Zhang <thestig(a)google.com> 2008-03-11 17:12:06 ---
No, you can use native gdiplus. I'll file a bug for the missing function.
--
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=8945
James Hawkins <truiken(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Component|msxml3 |msi
--
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=8945
--- Comment #58 from Dan Kegel <dank(a)kegel.com> 2008-03-11 16:48:25 ---
Seems to get further, but installing Photoshop CS3 still crashes for me
in advapi32 from msi.
Here's my recipe:
rm -rf .wine
sh winetricks -q corefonts vcrun6 wsh56 msxml3
wine ADBEPHSPCS3_WWE.exe
The installer unpacks to ~/Desktop/Adobe CS3/Photoshop/Adobe CS3
and you can repeat the problem by cd'ing there and running Setup.exe.
To get a better stack dump, recompile advapi32 with -O0, then do
$ WINEDEBUG=+msi,+security,+relay wine Setup.exe
0025:Call msi.MsiSourceListAddSourceW(008c8868
L"{D1BB4446-AE9C-4256-9A7F-4D46604D2462}",00000000,00000000,0133eb88
L"Z:\\home\\dkegel\\Desktop\\Adobe CS3\\Photoshop\\Adobe CS3") ret=00432e4a
trace:msi:MsiSourceListAddSourceW L"{D1BB4446-AE9C-4256-9A7F-4D46604D2462}"
(null) L"Z:\\home\\dkegel\\Desktop\\Adobe CS3\\Photoshop\\Adobe CS3"
0025:Call
advapi32.LookupAccountNameW(00000000,00000000,00000000,7cbcdf04,00000000,7cbcdf00,00000000)
ret=7ca897d3
fixme:advapi:LookupAccountNameW (null) (null) (nil) 0x7cbcdf04 (nil) 0x7cbcdf00
(nil) - stub
...
Unhandled exception: page fault on read access to 0x00000000 in 32-bit code
(0xb7eda0b8).
...
=>1 0xb7eda0b8 strcmpW+0xa(str1=0x0, str2=0x7e39af08)
[include/wine/unicode.h:230] in libwine.so.1 (0x7cbcddb8)
2 0x7e3893b6 LookupAccountNameW+0xe4(lpSystemName=0x0, lpAccountName=0x0,
Sid=0x0, cbSid=0x7cbcdf04, ReferencedDomainName=0x0,
cchReferencedDomainName=0x7cbcdf00, peUse=0x0) [advapi32/security.c:2488]
3 0x7bc51c20 call_entry_point+0x20() in ntdll (0x7cbcde48)
4 0x7bc52b85 relay_call_from_32+0x1a1(descr=0x7e3a281c, idx=<?>,
stack=0x7cbcdecc) [ntdll/relay.c:372]
5 0x7e36dbe1 in advapi32 (+0xdbe1) (0x7cbcdf18)
6 0x7bc51c20 call_entry_point+0x20() in ntdll (0x7cbcdf3c)
7 0x7bc52b85 relay_call_from_32+0x1a1(descr=0x7cab5618, idx=<?>,
stack=0x7cbcdfc0) [ntdll/relay.c:372] in ntdll (0x7cbcdfac)
8 0x7ca36109 in msi (+0x6109) (0x7cbce10c)
0xb7eda0b8 strcmpW+0xa
...
[include/wine/unicode.h:230] in libwine.so.1: movzwl 0x0(%ecx),%eax
230 while (*str1 && (*str1 == *str2)) { str1++; str2++; }
--
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=7643
--- Comment #60 from Andy Brook <javahollic(a)gmail.com> 2008-03-11 16:44:13 ---
(In reply to comment #59)
> 1.1.3280
>
I upgraded from 3220 to 3223 (still crashes), tried upgrading from 3223 (in
wine) but the updater barfed (3223->3251) gives:
./supcom_patch_1.0.3223_to_1.1.3251.exe
wine: Call from 0x7b841ae0 to unimplemented function
gdiplus.dll.GdipCreateFontFamilyFromName, aborting
err:seh:setup_exception stack overflow 0 bytes in thread 003d eip 68f236d5 esp
00411000 stack 0x411000-0x620000
given this isn't fixed in current wine, assuming the only way to get to 3280 is
to update via windows?
--
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=8945
--- Comment #57 from Louis Lenders <xerox_xerox2000(a)yahoo.co.uk> 2008-03-11 16:11:27 ---
And here's Flash CS3 running in current git:
http://appdb.winehq.org/appimage.php?bThumbnail=true&iId=16487
So basically the installation of Photoshop CS3 and Flash CS 3 seems to be ok
with native shdocvw/mshtml etc. Apparently no msi bugs or so.
Indesign CS3 install was apparently wrong, so there's still another bug to
solve there i guess
--
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=7189
--- Comment #30 from Dan Kegel <dank(a)kegel.com> 2008-03-11 16:04:30 ---
Can you give me a minimal install scenario that
completes properly for you? I'll see if it works for me, too.
This thing takes so long I'd rather not experiment too much!
--
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=7643
--- Comment #59 from haarp <liquitsnake(a)gmx.net> 2008-03-11 16:02:09 ---
1.1.3280
--
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=7643
--- Comment #58 from Andy Brook <javahollic(a)gmail.com> 2008-03-11 16:00:13 ---
what rev are you using?
--
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=8945
--- Comment #56 from Louis Lenders <xerox_xerox2000(a)yahoo.co.uk> 2008-03-11 15:49:40 ---
Created an attachment (id=11323)
--> (http://bugs.winehq.org/attachment.cgi?id=11323)
Photoshop CS3 in current git
Right, got Photoshop CS3 running now in current git. Looks like interface
suffers from quite some bugs though, see screenshot
--
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=11853
Summary: regression 0.56
Product: Wine
Version: 0.9.56.
Platform: Other
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: chepioq(a)hotmail.fr
Created an attachment (id=11132)
--> (http://bugs.winehq.org/attachment.cgi?id=11132)
0.55 log
I am on fedora 8 and I think there is a bug with 056 wine version. I play with
Kyodai mahjjong and in the begin of game there is a lot of ideogram who move
around the different game
This is true for wine 0.55 but not for 0.56. in 0.56 this ideogram is
transformed in a bar who move also.
I add an attachement for 0.55 ans0.56
--
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=7189
--- Comment #29 from James Hawkins <truiken(a)gmail.com> 2008-03-11 15:47:42 ---
Yea, that custom action performs a join on three tables with thousands of rows
each. I'm thinking of ways to optimize this (keep in mind it's already
optimized, but it can be faster in special cases.) How is it failing for you?
For me, on a full install, only mysql fails to install.
--
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=7189
--- Comment #28 from Dan Kegel <dank(a)kegel.com> 2008-03-11 14:55:14 ---
Didn't hang - just took a very, very long time.
Still failed in the end.
The +msi log is 7MB compressed with rzip, so probably not worth
posting.
--
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=6288
haen <mrc(a)post.pl> changed:
What |Removed |Added
----------------------------------------------------------------------------
Ever Confirmed|0 |1
--- Comment #11 from haen <mrc(a)post.pl> 2008-03-11 14:44:04 ---
*** This bug has been confirmed by popular vote. ***
--
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=6288
haen <mrc(a)post.pl> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |mrc(a)post.pl
--- Comment #10 from haen <mrc(a)post.pl> 2008-03-11 14:43:21 ---
I agree with el - this issue should be reopened. This buf manifest itself in
clearly defined place if and only if winver > Win Me. This is clearly diffrebt
than random crashes on genuine Windows. And using the other patch is no-go for
some ppl, e.g. I own special edition (BG1+BG2 on 2 DVDs) and both games have
the final patch applied.
--
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=7189
--- Comment #27 from Dan Kegel <dank(a)kegel.com> 2008-03-11 14:09:22 ---
With today's git, we get a lot further!
Trying the freely downloadable .img trial,
the installer now hangs in installing "Microsoft Visual Studio 2005".
I retried, asking for a custom install, disabling nearly all
components except C++. Still hangs. Seems to hang somewhere after
trace:msi:ACTION_CallDllFunction calling L"CustomAction_SxsMsmInstall"
The last line in the +msi log is
trace:msi:MSI_ViewExecute 0x1352c70 (nil)
--
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=7125
M.S. <wine(a)sukimashita.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |NEW
Ever Confirmed|0 |1
--- Comment #4 from M.S. <wine(a)sukimashita.com> 2008-03-11 11:27:42 ---
*** This bug has been confirmed by popular vote. ***
--
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=8204
Dan Kegel <dank(a)kegel.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
--- Comment #2 from Dan Kegel <dank(a)kegel.com> 2008-03-11 10:13:41 ---
Looks like in the forums people are saying 0.9.45 did the trick.
Thanks, closing.
--
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=8204
Ryan Rawdon <flieslikeabrick(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |flieslikeabrick(a)gmail.com
--- Comment #1 from Ryan Rawdon <flieslikeabrick(a)gmail.com> 2008-03-11 10:01:48 ---
Soldat 1.4 fonts work 100% fine in 0.9.57 and probably some older versions as
well, even without Soldat's video compatability enabled. This bug can be
closed (I would do it if I saw how to change the status).
--
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=7380
--- Comment #39 from kapouer <kapouer_wine(a)melix.org> 2008-03-11 07:06:56 ---
wonderful
now flash cs3 crashes later... but not at gdi32
--
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=7380
--- Comment #38 from Kirill K. Smirnov <lich(a)math.spbu.ru> 2008-03-11 07:03:01 ---
Foxit PDF reader 2.0 is working OK now. Other apps?
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=7380
Alexandre Julliard <julliard(a)winehq.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
--- Comment #37 from Alexandre Julliard <julliard(a)winehq.org> 2008-03-11 06:05:42 ---
This should be fixed now.
--
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=4969
--- Comment #16 from Philip Nilsson <leffeman(a)gmail.com> 2008-03-11 05:09:17 ---
I think that would be the best course of action.
--
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=8351
--- Comment #5 from Saulius K. <saulius2(a)gmail.com> 2008-03-11 02:10:05 ---
ead1234, a trace of +loaddll,+tid,+process would be usefull to identify type of
particular copy protection (by finding out exact name of the driver module).
--
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=1798
Jeff Zaroyko <jeffzaroyko(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |jeffzaroyko(a)gmail.com
--- Comment #58 from Jeff Zaroyko <jeffzaroyko(a)gmail.com> 2008-03-11 01:46:53 ---
wine-0.9.57, I tested the app that was originally reported not to work, atleast
the demo version I've tested from here:
http://public.planetmirror.com/pub/gameaholic/demos/stv_eliteforcedemo.exe
I'm able to use the keyboard to play both in fullscreen and in virtual desktop
without issue, looks like this is fixed?
--
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=6120
James Hawkins <truiken(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
--- Comment #14 from James Hawkins <truiken(a)gmail.com> 2008-03-10 23:30:45 ---
Reported fixed. Reopen if it's not.
--
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=6120
Jeff Zaroyko <jeffzaroyko(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |jeffzaroyko(a)gmail.com
--- Comment #13 from Jeff Zaroyko <jeffzaroyko(a)gmail.com> 2008-03-10 23:28:44 ---
wine-0.9.57
rm -rf ~/.wine
wine msiexec /i SteamInstall.msi
Installed gecko when prompted
Created a new account
Viewed the online store, can sort by Metascore and price, no crash here.
Looks fixed to me.
--
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=6988
Jeff Zaroyko <jeffzaroyko(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |jeffzaroyko(a)gmail.com
--- Comment #4 from Jeff Zaroyko <jeffzaroyko(a)gmail.com> 2008-03-10 23:08:57 ---
This look like the reported issue might be fixed, I don't know where to get the
old version reported originally, but version 0.97 works fine for me.
wine-0.9.57
rm -rf ~/.wine
winecfg -> virtual desktop 800x600
wine MiniRacingOnLine.exe
cancel @ gecko install download prompt
offline
create a new player
start a race and I can drive around the map
No black screen and no error.
--
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=8246
Dan Kegel <dank(a)kegel.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |dank(a)kegel.com
Keywords| |patch
Target Milestone|--- |1.0.0
--- Comment #28 from Dan Kegel <dank(a)kegel.com> 2008-03-10 18:02:44 ---
Affects several apps, and Andrey has a patch, so nominating for 1.0
--
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=8246
--- Comment #27 from Hin-Tak Leung <htl10(a)users.sourceforge.net> 2008-03-10 17:58:39 ---
I just wrote to wine-patches - finger crossed...
--
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=7342
--- Comment #39 from Bryan Christ <bryan.christ(a)gmail.com> 2008-03-10 17:36:26 ---
I'm by no means an expert on licensing, but I thought it was possible to link
against a piece of GPL3 software without repercussion:
"The “Corresponding Source” for a work in object code form means all the
source code needed to generate, install, and (for an executable work) run the
object code and to modify the work, including scripts to control those
activities. However, it does not include the work's System Libraries, or
general-purpose tools or generally available free programs which are used
unmodified in performing those activities but which are not part of the work."
If I understand this correctly, it should be okay to link to and unmodified
version of libmapi, run whatever function, and return.
--
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=8246
--- Comment #26 from Andrey Turkin <andrey.turkin(a)gmail.com> 2008-03-10 17:19:23 ---
Wow! I completely forgot about this one, until my name in comment caught my
attention :) Something from 0.9.36 era... I should have been submit this a year
ago, but something distracted my attention.
Please go on and send the patch to wine-patches, this bug really should be
fixed.
--
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=10996
Summary: Mozart9 app can't find its *.tff fonts. Regression from
wine-0.9.50
Product: Wine
Version: 0.9.52.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-files
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: let02do(a)earthlink.net
Custom tff fonts allow the pgm to be a wsiwyg music editor. Its display
is ugly/un-usable without them. The fonts are installed by the program's
installer in .wine/dirve_c/windows/fonts This has been correctly pcked up in
wine versions 0.9.46 through 0.9.50 I skipped wine-0.9.51 (the
holidays--sorry.) Mozart also can't find other user selected fonts (Arial
etc.). reverting back to 0.9.50 corrects the problem.
A free but completly functional dowload of the program is available at:
http://www.mozart.co.uk
The full version is labled "Try Mozart for free" on the left side of the page
above a blue download link.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=7643
--- Comment #57 from haarp <liquitsnake(a)gmx.net> 2008-03-10 16:56:47 ---
It appears that you're using an older SupCom version. I can't test your
savegame :/ What version did you use? Maybe someone who's using that has a use
for it.
Also I doubt that building is related to crashing, it may have been a
coincidence
--
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=6801
Hin-Tak Leung <htl10(a)users.sourceforge.net> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |htl10(a)users.sourceforge.net
--- Comment #4 from Hin-Tak Leung <htl10(a)users.sourceforge.net> 2008-03-10 16:49:01 ---
Wanna give this patch (in bug 8246):
http://bugs.winehq.org/attachment.cgi?id=11306
a try and see if it does the job?
--
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=8246
--- Comment #25 from Hin-Tak Leung <htl10(a)users.sourceforge.net> 2008-03-10 16:41:44 ---
Ooh, thanks Andrey Turkin for having done the heavy work. AFAIK, the current
patch
(11306) does its job and should be committed. The windows-close crash is the
subject matter for another bug report.
--
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=8246
--- Comment #24 from Hin-Tak Leung <htl10(a)users.sourceforge.net> 2008-03-10 16:38:26 ---
Created an attachment (id=11308)
--> (http://bugs.winehq.org/attachment.cgi?id=11308)
the backtrace when wine crashes, when one tries to close the help
This is the full text backtrace I mentioned earlier, when wine crashes,
if one tries to close the host-managed help windows.
I think there is a problem with windows management and parent/child
relationship,
probably related to these messages when the help windows are created in the
first place:
fixme:urlmon:URLMonikerImpl_BindToObject use running object table
fixme:win:WIN_CreateWindowEx Parent is HWND_MESSAGE
fixme:shdocvw:BindStatusCallback_OnProgress status code 11
fixme:shdocvw:bind_to_object BindToObject failed: 80004005
It is also curious that, although the help windows are created,
and correct content is displayed, the application (R) didn't receive
the right reply and behaves as if the help launch was a failed. These are
probably all related - i.e. "crash on close" =
"wrong parent/child relationship" = "wrong status to application launching
help"
--
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=8246
Hin-Tak Leung <htl10(a)users.sourceforge.net> changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #11276|0 |1
is obsolete| |
Attachment #11278|0 |1
is obsolete| |
--- Comment #23 from Hin-Tak Leung <htl10(a)users.sourceforge.net> 2008-03-10 16:32:28 ---
Created an attachment (id=11307)
--> (http://bugs.winehq.org/attachment.cgi?id=11307)
screenshot after patch 11306
screenshot after 11306, showing that the help content navigation now works
correctly.
It also shows that there is something wrong with the windows management -
The help window should be inside and part of the MDI/EDI main windows rather
than
being managed by the host's windows managers (note different window both style
between the "R Graphics device 2" at the back generated by plot(), and the help
windows generated by ?str in the front.
Closing the host-managed help windows sometimes result in crash like this:
2 0x7dca845c WebBrowser_Release+0x5c(iface=<register EDI not in topmost
frame>
) [/usr/src/redhat/BUILD/wine-0.9.57/dlls/shdocvw/webbrowser.c:155] in shdocvw
(
0x00e1f198)
3 0x7dca1475 OleObject_Release+0x15(iface=0x27d6f74)
[/usr/src/redhat/BUILD/wi
ne-0.9.57/dlls/shdocvw/oleobject.c:270] in shdocvw (0x00e1f1a8)
4 0x7de3e949 ReleaseWebBrowser+0xa9(info=<register ESI not in topmost frame>)
[/usr/src/redhat/BUILD/wine-0.9.57/dlls/hhctrl.ocx/webbrowser.c:661] in hhctrl
(
0x00e1f1d8)
I'll attach the full log.
--
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.