http://bugs.winehq.org/show_bug.cgi?id=6316
--- Comment #51 from rdonnelly <rdonnelly(a)hvc.rr.com> 2009-09-10 10:52:58 ---
(In reply to comment #47)
> Error on my part, reopening.
>
> Sorry about that.
Austin, Thanks for your efforts.
Bob
--
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=20003
Summary: ShellExecuteEx() Fails for http://rh-software.com/.
OK with mailto:siv@nospam.com
Product: Wine
Version: 1.1.29
Platform: PC
URL: http://rh-software.com/
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: shell32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ray(a)pobox.co.uk
When SIV (http://rh-software.com/) does a ShellExecuteEx() with the URL
http://rh-software.com/ this fails and the following error reported.
err:winebrowser:get_url_from_dde Unable to retrieve URL from string L"\""
err:winebrowser:wmain Usage: winebrowser URL
Doing the same with mailto:siv@nospam.com though works. To reproduce this
download http://rh-software.com/downloads/siv.zip unpack the files, run
SIV.exe, press [About] and then press one of the hot links as shown in the
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=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=6594
Gustavo <gugamilare(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |gugamilare(a)gmail.com
--- Comment #12 from Gustavo <gugamilare(a)gmail.com> 2009-09-10 09:59:00 ---
(In reply to comment #9)
> (In reply to comment #8)
> > (In reply to comment #7)
> > > Is this still an issue in current (1.1.10 or newer) wine?
> > >
> >
> >
> > I will try to test this weekend if I have time.
> >
>
>
> Ok, testing with 1.1.10. wine eject works fine. But now I am not able to finish
> the install at all. After using wine eject, I put in the next cd, it is
> mounted, and in the install window there is a popup that says "Click OK when CD
> 2 is in the CDRom drive". I keep on clicking "OK" but nothing happens. I see no
> errors in the wine window.
See #9002
--
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=1660
--- Comment #27 from Markus <mst(a)collogia.de> 2009-09-10 09:51:11 ---
forgot to say that result of failing call is DDERR_NOTFOUND.
--
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=18416
Summary: Crash in executing SimCity 3000
Product: Wine
Version: 1.1.21
Platform: PC
OS/Version: Windows XP
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: darthsteel(a)gmail.com
Created an attachment (id=21015)
--> (http://bugs.winehq.org/attachment.cgi?id=21015)
SimCity 3000 crash
I'm trying play SimCity 3000 and this game crash....not video output.
--
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=1660
--- Comment #26 from Markus <mst(a)collogia.de> 2009-09-10 09:24:41 ---
Upps, the last post was into the wrong direction. Better this time...
1. The application calls an DDRAW:GetSurfaceDesc and wants dwBackBufferCount.
2. If this is 1 it calls an DDRAW:GetAttachedSurface with dwCaps = 4.
3. Afterwards a call to DDRAW:CreatePalette is made.
4. Finally the application works on the surface pointers of step 2.
The exception occurs in my opinion because the app does not check the result of
step 2. So in step 4 it fails and it looks as if the CreatePalette is the
cause. Implementing some debug messages seems to solve the riddle.
...
fixme:ddraw_thunk:IDirectDrawImpl_CreatePalette
function called
fixme:ddraw_thunk:IDirectDrawSurface3Impl_GetSurfaceDesc
surface 1285364 has 1 backbuffers
fixme:ddraw_thunk:IDirectDrawSurface3Impl_GetAttachedSurface
1285364 wants surface with dwCaps 4
fixme:ddraw_thunk:IDirectDrawSurface3Impl_GetAttachedSurface
got surface 1285936
fixme:ddraw_thunk:IDirectDrawImpl_CreatePalette
function called
fixme:ddraw_thunk:IDirectDrawSurface3Impl_GetSurfaceDesc
surface 1285940 has 1 backbuffers
fixme:ddraw_thunk:IDirectDrawSurface3Impl_GetAttachedSurface
1285940 wants surface with dwCaps 4
fixme:ddraw_thunk:IDirectDrawSurface3Impl_GetAttachedSurface
ERROR! CALL FAILED! FASTEN SEATBELTS! *ppAttached=NULL
fixme:ddraw_thunk:IDirectDrawImpl_CreatePalette
function called
wine: Unhandled page fault on read access to 0x00000000 at address 0x401c3a
...
Maybe some expert can dig further into the deeps of GetAttachedSurface.
--
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=19999
Summary: Two programs became unusable after the wine upgrading
Product: Wine
Version: 1.1.29
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ozerski(a)list.ru
After I upgraded wine 1.1.28 to 1.1.29 on Mandriva 2008.1 (i586) the
win32-native text recognizing program, FineReader Sprint formerly succefully
worked became to be unusable. It fails at start. If I try to start it from
terminal, I get a message about a missing function in STI.DLL. The problem was
solved after I used "wine wincfg" and set windows native STI DLL. I'm not sure
that it is a good solution because that may be a violation of M$'s copyright.
The second problen that I found after this upgrade is an unusabitlity of FAR
manager, an Win32 console file manager. It worked under wineconsole befiore
this upgrade but now the wineconsole window is fully black when FAR manager is
running.
--
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=19866
Summary: Eve crash
Product: Wine
Version: 1.1.28
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: klinskih(a)gmail.com
After last patch game begin crush on starting.
Fix: download last installer and clean reinstall EVE into prefix directory then
lunch game and patch. All works fine 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=19995
Summary: Running extremely slow on windows based games.
Product: Wine
Version: 1.0.1
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: talongd(a)gmail.com
Wine runs extremely slow, and tells me that i need more ram to run games. The
games that do run from wine, lock up often, and sometimes crash. specifically
Quest for glory, Superhero league of Hoboken, and Companions of Xanth. Which I
downloaded all of them recently, from abandonia.com.
Talon
--
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.