http://bugs.winehq.org/show_bug.cgi?id=8426
------- Additional Comments From stefandoesinger(a)gmx.at 2007-21-05 18:31 -------
One more thing that came to my mind: If you set up the gl format as format =
GL_BGRA and type = GL_UNSIGNED_SHORT_5_5_5_1_REV, then you can skip the
masking and shifting altogether and just set the highest bit (1 << 15) to 1 or
0. You'll have to set it to 0 explicitly ( *Dest &= ~(1 << 15) ) if the color
key applies to remove junk that is possibly set in this bit.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.
http://bugs.winehq.org/show_bug.cgi?id=8295
------- Additional Comments From stefandoesinger(a)gmx.at 2007-21-05 18:23 -------
Could be caused by capatiblity flags reported that the game doesn't expect.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=8459
------- Additional Comments From stefandoesinger(a)gmx.at 2007-21-05 18:20 -------
Ah yes, this is the clipper issue. I have a patch for that in my tree, but its
deep down in my sending queue(behind the thread safety patches). I will see
how the sending goes, if the thread safety patches will take some more time
I'll do a bit of reworking on that queue.
I can't find the other bug report at the moment, but if I stumble over it I'll
close this report as a duplicate.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=7696
------- Additional Comments From stefandoesinger(a)gmx.at 2007-21-05 18:18 -------
This bug should be fixed by now. can you retest it and close it if it is
fixed?
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=8459
------- Additional Comments From horscht(a)gmail.com 2007-21-05 18:03 -------
(From update of attachment 6406)
This is the Error I get when trying to save a game. Note that this appeared
after i clicked "Spiel Speichern" (Save game), entered a filename and pressed
"save"
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=8459
------- Additional Comments From horscht(a)gmail.com 2007-21-05 18:01 -------
Added: Screenshot
Updated: Wine console output (this time from an own compile)
I started a new regression testing session, with the same result. Final GIT
output stays the same.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=8459
horscht(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #6398 is|0 |1
obsolete| |
------- Additional Comments From horscht(a)gmail.com 2007-21-05 17:58 -------
Created an attachment (id=6405)
--> (http://bugs.winehq.org/attachment.cgi?id=6405&action=view)
Wine console output
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=8378
------- Additional Comments From thunderbird2k(a)gmx.net 2007-21-05 16:25 -------
Could you add +opengl as well? So +wgl,+opengl? The 'buggy' code was at a
different location at the time. Now it is available using +wgl, in the past not.
I fear that I won't be able to fix the bug but I'll see what can be done.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=8304
------- Additional Comments From julliard(a)winehq.com 2007-21-05 15:58 -------
The app is passing a garbage value as expiration, it worked before by pure luck.
I'll add a proper fix.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=3412
------- Additional Comments From markknecht(a)gmail.com 2007-21-05 15:39 -------
BTW - This is not a Vista or even an XP program. LAst time I used it was
probably Win ME or early XP. For kicks I jsut tried it on my current Win XP box
and it installed and runs fine.
I'll be happy to continue trying things. Note that I haven't used Wine in quite
awhile so I may need some detailed instructions if things go beyond just
installing and running the program.
Cheers
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=8304
------- Additional Comments From wine.dev(a)web.de 2007-21-05 15:36 -------
Created an attachment (id=6404)
--> (http://bugs.winehq.org/attachment.cgi?id=6404&action=view)
good_thread.txt
Part of the log with the last good state:
When kernel32.SetWaitableTimer is called, expire in set_timer() is 0
and the following kernel32.WaitForMultipleObjects result in select() = PENDING
Afterwards the next thread is started.
When the Main-Menu is up, both threads alternate from
*wakeup* to select() = PENDING
(ret from kernel32.WaitForMultipleObjects is equal in both threads)
--
By by ... Detlef
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=8371
------- Additional Comments From stefandoesinger(a)gmx.at 2007-21-05 15:30 -------
You could try to insert a glReadBuffer(GL_BACK) right before glxswapbuffers in
dlls/wined3d/swapchain.c to see if that fixes the problem. Wine doesn't keep
track of the currently set read buffer. All functions that need a specific
setting set it without caring for restoring the previous value.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=8304
------- Additional Comments From wine.dev(a)web.de 2007-21-05 15:25 -------
Created an attachment (id=6403)
--> (http://bugs.winehq.org/attachment.cgi?id=6403&action=view)
bad_thread.txt
Part of the log after the bad commit:
When kernel32.SetWaitableTimer is called, expire in set_timer() is != 0
and every following kernel32.WaitForMultipleObjects result in select() = 1
--
By by ... Detlef
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=3412
------- Additional Comments From markknecht(a)gmail.com 2007-21-05 15:14 -------
Terminal data for MathCAD 8 were sent as new attachment. Not sure it says enough
to help much.
I have no need to run this program immediately under Wine these days so let's
work to see if we can solve the problems correctly. I'm in no rush. This bug is
almost 2 years old!
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=8371
------- Additional Comments From tom(a)dbservice.com 2007-21-05 15:01 -------
Probably. I just didn't come across any app that needs it.. guess I found one :)
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=8460
Summary: DVD Profiler: returns "Invalid floating point operation"
Product: Wine
Version: 0.9.37.
Platform: PC-x86-64
URL: http://www.invelos.com/Downloads.aspx
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: test
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: Stuart(a)houseofanime.org
Basic instalation apears to work correctly (creating folders, files, entering
registration key).
When loading the application, the session hangs part way through. Choosing to
terminate (by right clicking and selecting 'close' on the menu bar) enable the
initiation to continue all the way through to complete loading, but get numerous
"Invalid floating point operation" in the process.
Once loaded and action creates a new "Invalid floating point operation" error
and terminates the request.
i.e. application is completely unusable.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=3412
vitaliy(a)kievinfo.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Component|wine-loader |wine-misc
------- Additional Comments From vitaliy(a)kievinfo.com 2007-21-05 14:25 -------
> Is it really that the app developer *forgot* to include these dlls or
> is it that applications simply *expect* them to be included by M$?
I really doubt that. Unless minimum required OS is vista. AFAIK even winxp does
not have vc8.0 dlls.
So back to installer - which did not installed everything. Please rename ~/.wine
dir and reinstall the MathCAD, redirecting all output into a file. Then attach
it here DO NOT PASTE!
As far as Dan's suggestion - we are not interested in workarounds, we interested
in fixing bugs. If you want to just run this program do whatever it takes to get
it to run. However that won't get it any closer to making it work as-is in Wine.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=8388
------- Additional Comments From bduchaj(a)gmail.com 2007-21-05 14:18 -------
OK I am back :-) I compiled and installed the GIT version of wine, Help is again
visible, but if you search for a keyword application stops to respond. I started
Flash from console, and it appears then when you select a topic out of the index
everything works fine, but when you search a phrase and select a search query it
ends in endless loop, but if you press ctrl+c it continues e.g. is shows the
contents of the query...
Here is what wine spits out
...this repeats after searching and selecting a query
fixme:mshtml:HTMLTxtRange_moveStart (0x65842d0)->(L"character" 1 0x33f984)
fixme:mshtml:HTMLTxtRange_moveEnd (0x65842d0)->(L"textedit" 1 0x33f984)
fixme:mshtml:HTMLTxtRange_findText (0x65842d0)->(L"gethours" 0 00000000 0x33f9e2)
fixme:mshtml:nsnode_to_nsstring_rec Unhandled type 11
fixme:mshtml:HTMLTxtRange_pasteHTML (0x65842d0)->(L"<span
class=\"searchhilite\"></span>")
fixme:mshtml:HTMLTxtRange_moveStart (0x65842d0)->(L"character" 1 0x33f984)
fixme:mshtml:HTMLTxtRange_moveEnd (0x65842d0)->(L"textedit" 1 0x33f984)
fixme:mshtml:HTMLTxtRange_findText (0x65842d0)->(L"gethours" 0 00000000 0x33f9e2)
fixme:mshtml:nsnode_to_nsstring_rec Unhandled type 11
fixme:mshtml:HTMLTxtRange_pasteHTML (0x65842d0)->(L"<span
class=\"searchhilite\"></span>")
fixme:mshtml:HTMLTxtRange_moveStart (0x65842d0)->(L"character" 1 0x33f984)
fixme:mshtml:HTMLTxtRange_moveEnd (0x65842d0)->(L"textedit" 1 0x33f984)
fixme:mshtml:HTMLTxtRange_findText (0x65842d0)->(L"gethours" 0 00000000 0x33f9e2)
fixme:mshtml:nsnode_to_nsstring_rec Unhandled type 11
fixme:mshtml:HTMLTxtRange_pasteHTML (0x65842d0)->(L"<span
class=\"searchhilite\"></span>")
fixme:mshtml:HTMLTxtRange_moveStart (0x65842d0)->(L"character" 1 0x33f984)
fixme:mshtml:HTMLTxtRange_moveEnd (0x65842d0)->(L"textedit" 1 0x33f984)
fixme:mshtml:HTMLTxtRange_findText (0x65842d0)->(L"gethours" 0 00000000 0x33f9e2)
fixme:mshtml:nsnode_to_nsstring_rec Unhandled type 11
fixme:mshtml:HTMLTxtRange_pasteHTML (0x65842d0)->(L"<span
class=\"searchhilite\"></span>")
fixme:mshtml:HTMLTxtRange_moveStart (0x65842d0)->(L"character" 1 0x33f984)
fixme:mshtml:HTMLTxtRange_moveEnd (0x65842d0)->(L"textedit" 1 0x33f984)
fixme:mshtml:HTMLTxtRange_findText (0x65842d0)->(L"gethours" 0 00000000 0x33f9e2)
fixme:mshtml:nsnode_to_nsstring_rec Unhandled type 11
fixme:mshtml:HTMLTxtRange_pasteHTML (0x65842d0)->(L"<span
class=\"searchhilite\"></span>")
fixme:mshtml:HTMLTxtRange_moveStart (0x65842d0)->(L"character" 1 0x33f984)
fixme:mshtml:HTMLTxtRange_moveEnd (0x65842d0)->(L"textedit" 1 0x33f984)
fixme:mshtml:HTMLTxtRange_findText (0x65842d0)->(L"gethours" 0 00000000 0x33f9e2)
fixme:mshtml:nsnode_to_nsstring_rec Unhandled type 11
fixme:mshtml:HTMLTxtRange_pasteHTML (0x65842d0)->(L"<span
class=\"searchhilite\"></span>")
fixme:mshtml:HTMLTxtRange_moveStart (0x65842d0)->(L"character" 1 0x33f984)
fixme:mshtml:HTMLTxtRange_moveEnd (0x65842d0)->(L"textedit" 1 0x33f984)
fixme:mshtml:HTMLTxtRange_findText (0x65842d0)->(L"gethours" 0 00000000 0x33f9e2)
fixme:mshtml:nsnode_to_nsstring_rec Unhandled type 11
fixme:mshtml:HTMLTxtRange_pasteHTML (0x65842d0)->(L"<span
class=\"searchhilite\"></span>")
fixme:mshtml:HTMLTxtRange_moveStart (0x65842d0)->(L"character" 1 0x33f984)
fixme:mshtml:HTMLTxtRange_moveEnd (0x65842d0)->(L"textedit" 1 0x33f984)
fixme:mshtml:HTMLTxtRange_findText (0x65842d0)->(L"gethours" 0 00000000 0x33f9e2)
fixme:mshtml:nsnode_to_nsstring_rec Unhandled type 11
fixme:mshtml:HTMLTxtRange_pasteHTML (0x65842d0)->(L"<span
class=\"searchhilite\"></span>")
fixme:mshtml:HTMLTxtRange_moveStart (0x65842d0)->(L"character" 1 0x33f984)
fixme:mshtml:HTMLTxtRange_moveEnd (0x65842d0)->(L"textedit" 1 0x33f984)
fixme:mshtml:HTMLTxtRange_findText (0x65842d0)->(L"gethours" 0 00000000 0x33f9e2)
fixme:mshtml:nsnode_to_nsstring_rec Unhandled type 11
fixme:mshtml:HTMLTxtRange_pasteHTML (0x65842d0)->(L"<span
class=\"searchhilite\"></span>")
fixme:mshtml:HTMLTxtRange_moveStart (0x65842d0)->(L"character" 1 0x33f984)
fixme:mshtml:HTMLTxtRange_moveEnd (0x65842d0)->(L"textedit" 1 0x33f984)
fixme:mshtml:HTMLTxtRange_findText (0x65842d0)->(L"gethours" 0 00000000 0x33f9e2)
fixme:mshtml:nsnode_to_nsstring_rec Unhandled type 11
fixme:mshtml:HTMLTxtRange_pasteHTML (0x65842d0)->(L"<span
class=\"searchhilite\"></span>")
fixme:mshtml:HTMLTxtRange_moveStart (0x65842d0)->(L"character" 1 0x33f984)
fixme:mshtml:HTMLTxtRange_moveEnd (0x65842d0)->(L"textedit" 1 0x33f984)
fixme:mshtml:HTMLTxtRange_findText (0x65842d0)->(L"gethours" 0 00000000 0x33f9e2)
fixme:mshtml:nsnode_to_nsstring_rec Unhandled type 11
fixme:mshtml:HTMLTxtRange_pasteHTML (0x65842d0)->(L"<span
class=\"searchhilite\"></span>")
fixme:mshtml:HTMLTxtRange_moveStart (0x65842d0)->(L"character" 1 0x33f984)
fixme:mshtml:HTMLTxtRange_moveEnd (0x65842d0)->(L"textedit" 1 0x33f984)
fixme:mshtml:HTMLTxtRange_findText (0x65842d0)->(L"gethours" 0 00000000 0x33f9e2)
fixme:mshtml:nsnode_to_nsstring_rec Unhandled type 11
fixme:mshtml:HTMLTxtRange_pasteHTML (0x65842d0)->(L"<span
class=\"searchhilite\"></span>")
fixme:mshtml:HTMLTxtRange_moveStart (0x65842d0)->(L"character" 1 0x33f984)
fixme:mshtml:HTMLTxtRange_moveEnd (0x65842d0)->(L"textedit" 1 0x33f984)
fixme:mshtml:HTMLTxtRange_findText (0x65842d0)->(L"gethours" 0 00000000 0x33f9e2)
fixme:mshtml:nsnode_to_nsstring_rec Unhandled type 11
fixme:mshtml:HTMLTxtRange_pasteHTML (0x65842d0)->(L"<span
class=\"searchhilite\"></span>")
fixme:mshtml:HTMLTxtRange_moveStart (0x65842d0)->(L"character" 1 0x33f984)
fixme:mshtml:HTMLTxtRange_moveEnd (0x65842d0)->(L"textedit" 1 0x33f984)
fixme:mshtml:HTMLTxtRange_findText (0x65842d0)->(L"gethours" 0 00000000 0x33f9e2)
fixme:mshtml:nsnode_to_nsstring_rec Unhandled type 11
fixme:mshtml:HTMLTxtRange_pasteHTML (0x65842d0)->(L"<span
class=\"searchhilite\"></span>")
fixme:mshtml:HTMLTxtRange_moveStart (0x65842d0)->(L"character" 1 0x33f984)
fixme:mshtml:HTMLTxtRange_moveEnd (0x65842d0)->(L"textedit" 1 0x33f984)
fixme:mshtml:HTMLTxtRange_findText (0x65842d0)->(L"gethours" 0 00000000 0x33f9e2)
fixme:mshtml:nsnode_to_nsstring_rec Unhandled type 11
fixme:mshtml:HTMLTxtRange_pasteHTML (0x65842d0)->(L"<span
class=\"searchhilite\"></span>")
fixme:mshtml:HTMLTxtRange_moveStart (0x65842d0)->(L"character" 1 0x33f984)
fixme:mshtml:HTMLTxtRange_moveEnd (0x65842d0)->(L"textedit" 1 0x33f984)
fixme:mshtml:HTMLTxtRange_findText (0x65842d0)->(L"gethours" 0 00000000 0x33f9e2)
fixme:mshtml:nsnode_to_nsstring_rec Unhandled type 11
fixme:mshtml:HTMLTxtRange_pasteHTML (0x65842d0)->(L"<span
class=\"searchhilite\"></span>")
fixme:mshtml:HTMLTxtRange_moveStart (0x65842d0)->(L"character" 1 0x33f984)
fixme:mshtml:HTMLTxtRange_moveEnd (0x65842d0)->(L"textedit" 1 0x33f984)
fixme:mshtml:HTMLTxtRange_findText (0x65842d0)->(L"gethours" 0 00000000 0x33f9e2)
fixme:mshtml:nsnode_to_nsstring_rec Unhandled type 11
fixme:mshtml:HTMLTxtRange_pasteHTML (0x65842d0)->(L"<span
class=\"searchhilite\"></span>")
fixme:mshtml:HTMLTxtRange_moveStart (0x65842d0)->(L"character" 1 0x33f984)
fixme:mshtml:HTMLTxtRange_fixme:mshtml:HTMLTxtRange_moveStart
(0x64e16a8)->(0x189ae8)
...here I pressed CTRL+C
fixme:shdocvw:InPlaceActiveObject_TranslateAccelerator (0x64e16a8)->(0x189ae8)
fixme:shdocvw:InPlaceActiveObject_TranslateAccelerator (0x64e16a8)->(0x189ae8)
fixme:shdocvw:InPlaceActiveObject_TranslateAccelerator (0x64e16a8)->(0x189ae8)
fixme:shdocvw:InPlaceActiveObject_TranslateAccelerator (0x64e16a8)->(0x189ae8)
fixme:shdocvw:InPlaceActiveObject_TranslateAccelerator (0x64e16a8)->(0x189ae8)
fixme:shdocvw:InPlaceActiveObject_TranslateAccelerator (0x64e16a8)->(0x189ae8)
err:mshtml:nsIOService_NewURI Could not get nsIWineURI: 80004002
err:mshtml:nsIOService_NewURI Could not get nsIWineURI: 80004002
err:mshtml:nsIOService_NewURI Could not get nsIWineURI: 80004002
err:mshtml:nsIOService_NewURI Could not get nsIWineURI: 80004002
err:mshtml:nsIOService_NewURI Could not get nsIWineURI: 80004002
err:mshtml:nsIOService_NewURI Could not get nsIWineURI: 80004002
err:mshtml:nsIOService_NewURI Could not get nsIWineURI: 80004002
err:mshtml:nsIOService_NewURI Could not get nsIWineURI: 80004002
err:mshtml:nsIOService_NewURI Could not get nsIWineURI: 80004002
err:mshtml:nsIOService_NewURI Could not get nsIWineURI: 80004002
err:mshtml:nsIOService_NewURI Could not get nsIWineURI: 80004002
err:mshtml:nsIOService_NewURI Could not get nsIWineURI: 80004002
err:mshtml:nsIOService_NewURI Could not get nsIWineURI: 80004002
err:mshtml:nsIOService_NewURI Could not get nsIWineURI: 80004002
err:mshtml:nsIOService_NewURI Could not get nsIWineURI: 80004002
err:mshtml:nsIOService_NewURI Could not get nsIWineURI: 80004002
err:mshtml:nsIOService_NewURI Could not get nsIWineURI: 80004002
err:mshtml:nsIOService_NewURI Could not get nsIWineURI: 80004002
err:mshtml:nsIOService_NewURI Could not get nsIWineURI: 80004002
err:mshtml:nsIOService_NewURI Could not get nsIWineURI: 80004002
err:mshtml:nsIOService_NewURI Could not get nsIWineURI: 80004002
err:mshtml:nsIOService_NewURI Could not get nsIWineURI: 80004002
err:mshtml:nsIOService_NewURI Could not get nsIWineURI: 80004002
err:mshtml:nsIOService_NewURI Could not get nsIWineURI: 80004002
err:mshtml:nsIOService_NewURI Could not get nsIWineURI: 80004002
err:mshtml:nsIOService_NewURI Could not get nsIWineURI: 80004002
err:mshtml:nsIOService_NewURI Could not get nsIWineURI: 80004002
err:mshtml:nsIOService_NewURI Could not get nsIWineURI: 80004002
err:mshtml:nsIOService_NewURI Could not get nsIWineURI: 80004002
err:mshtml:nsIOService_NewURI Could not get nsIWineURI: 80004002
err:mshtml:nsIOService_NewURI Could not get nsIWineURI: 80004002
err:mshtml:nsIOService_NewURI Could not get nsIWineURI: 80004002
err:mshtml:nsIOService_NewURI Could not get nsIWineURI: 80004002
err:mshtml:nsIOService_NewURI Could not get nsIWineURI: 80004002
err:mshtml:nsIOService_NewURI Could not get nsIWineURI: 80004002
err:mshtml:nsIOService_NewURI Could not get nsIWineURI: 80004002
err:mshtml:nsIOService_NewURI Could not get nsIWineURI: 80004002
err:mshtml:nsIOService_NewURI Could not get nsIWineURI: 80004002
err:mshtml:nsIOService_NewURI Could not get nsIWineURI: 80004002
err:mshtml:nsIOService_NewURI Could not get nsIWineURI: 80004002
err:mshtml:nsIOService_NewURI Could not get nsIWineURI: 80004002
err:mshtml:nsIOService_NewURI Could not get nsIWineURI: 80004002
err:mshtml:nsIOService_NewURI Could not get nsIWineURI: 80004002
err:mshtml:nsIOService_NewURI Could not get nsIWineURI: 80004002
err:mshtml:nsIOService_NewURI Could not get nsIWineURI: 80004002
err:mshtml:nsIOService_NewURI Could not get nsIWineURI: 80004002
err:mshtml:nsIOService_NewURI Could not get nsIWineURI: 80004002
err:mshtml:nsIOService_NewURI Could not get nsIWineURI: 80004002
err:mshtml:nsIOService_NewURI Could not get nsIWineURI: 80004002
err:mshtml:nsIOService_NewURI Could not get nsIWineURI: 80004002
err:mshtml:nsIOService_NewURI Could not get nsIWineURI: 80004002
err:mshtml:nsIOService_NewURI Could not get nsIWineURI: 80004002
err:mshtml:nsIOService_NewURI Could not get nsIWineURI: 80004002
err:mshtml:nsIOService_NewURI Could not get nsIWineURI: 80004002
err:mshtml:nsIOService_NewURI Could not get nsIWineURI: 80004002
err:mshtml:nsIOService_NewURI Could not get nsIWineURI: 80004002
err:mshtml:nsIOService_NewURI Could not get nsIWineURI: 80004002
err:mshtml:nsIOService_NewURI Could not get nsIWineURI: 80004002
err:mshtml:nsIOService_NewURI Could not get nsIWineURI: 80004002
err:mshtml:nsIOService_NewURI Could not get nsIWineURI: 80004002
err:mshtml:nsIOService_NewURI Could not get nsIWineURI: 80004002
err:mshtml:nsIOService_NewURI Could not get nsIWineURI: 80004002
err:mshtml:nsIOService_NewURI Could not get nsIWineURI: 80004002
err:mshtml:nsIOService_NewURI Could not get nsIWineURI: 80004002
err:mshtml:nsIOService_NewURI Could not get nsIWineURI: 80004002
err:mshtml:nsIOService_NewURI Could not get nsIWineURI: 80004002
err:mshtml:nsIOService_NewURI Could not get nsIWineURI: 80004002
err:mshtml:nsIOService_NewURI Could not get nsIWineURI: 80004002
err:mshtml:nsIOService_NewURI Could not get nsIWineURI: 80004002
err:mshtml:nsIOService_NewURI Could not get nsIWineURI: 80004002
err:mshtml:nsIOService_NewURI Could not get nsIWineURI: 80004002
err:mshtml:nsIOService_NewURI Could not get nsIWineURI: 80004002
err:mshtml:nsIOService_NewURI Could not get nsIWineURI: 80004002
fixme:shdocvw:InPlaceActiveObject_TranslateAccelerator (0x64e16a8)->(0x189ae8)
fixme:shdocvw:InPlaceActiveObject_TranslateAccelerator (0x64e16a8)->(0x189ae8)
fixme:shdocvw:InPlaceActiveObject_TranslateAccelerator (0x64e16a8)->(0x189ae8)
fixme:shdocvw:InPlaceActiveObject_TranslateAccelerator (0x64e16a8)->(0x189ae8)
fixme:shdocvw:InPlaceActiveObject_TranslateAccelerator (0x64e16a8)->(0x189ae8)
fixme:shdocvw:InPlaceActiveObject_TranslateAccelerator (0x64e16a8)->(0x189ae8)
fixme:shdocvw:InPlaceActiveObject_TranslateAccelerator (0x64e16a8)->(0x189ae8)
fixme:shdocvw:InPlaceActiveObject_TranslateAccelerator (0x64e16a8)->(0x189ae8)
So using CTRL+C "resolves" the glitch, but it is a temporarly solutions. I was
looking what could be the source of the problem, but I did not find out.. Maybe
someone who knows mshtml in wine....
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=3412
------- Additional Comments From markknecht(a)gmail.com 2007-21-05 14:02 -------
MathCAD did not start with the command above and nothing is installed under
Common Files:
mark@lightning ~ $ cd ~ && wine start Mathcad.exe
fixme:exec:SHELL_execute flags ignored: 0x00000500
Application could not be started, or no application associated with the
specified file.
ShellExecuteEx failed: File not found
mark@lightning ~ $
mark@lightning ~ $ ls -la .wine/drive_c/Program\ Files/Common\ Files/
total 8
drwxr-xr-x 2 mark users 4096 2007-05-21 09:47 .
drwxr-xr-x 4 mark users 4096 2007-05-21 09:48 ..
mark@lightning ~ $
Now, should I try Dan's suggestion?
Is it really that the app developer *forgot* to include these dlls or is it that
applications simply *expect* them to be included by M$?
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=7571
------- Additional Comments From inckie(a)gmail.com 2007-21-05 13:13 -------
Created an attachment (id=6399)
--> (http://bugs.winehq.org/attachment.cgi?id=6399&action=view)
Half a solution for Bug 7571 - another try
> I several times noted that introducing Wine own, internal flags to public
APIs
> is not acceptable.
Would this be better, then?
> > While EnumFontFamilies() enumerated only 3 fonts for RUSSIAN_CHARSET,
> > EnumFontFamiliesEx() enumerated 30.
>
> Are you sure that it's not the other way around? Here is a comment a added
> to test_EnumFontFamilies():
>
> /* Observed behaviour: EnumFontFamilies enumerates aliases like "Arial
Cyr"
> * while EnumFontFamiliesEx doesn't.
> */
Yes, I am pretty sure, as the trace() at dlls/gdi32/tests/font.c:1243 comes
just after the call to EnumFontFamilies() at line 1240, and the trace at
dlls/gdi32/tests/font.c:1316 comes just after the call to EnumFontFamiliesEx()
at line 1313. Please see the next two attachments.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=6194
------- Additional Comments From hans(a)it.vu.nl 2007-21-05 13:10 -------
Patches went in to fix the setupapi issues described in this bug.
Here's how to get the installer up to the point where it stumbles
over stubs in wintrust:
rm -rf ~/.wine
wine ~/WindowsXP-KB842773-v2-x86-enu.exe /x:c:\\temp /q
cat > set-winver.reg <<_EOF_
REGEDIT4
[HKEY_CURRENT_USER\Software\Wine]
"Version"="winxp"
[HKEY_LOCAL_MACHINE\\System\\CurrentControlSet\\Control\\Windows]
"CSDVersion"=dword:00000100
_EOF_
wine regedit set-winver.reg
rm -f set-winver.reg
mkdir -p
~/.wine/drive_c/windows/system32/CatRoot/{F750E6C3-38EE-11D1-85E5-00C04FC295EE}
touch
~/.wine/drive_c/windows/system32/CatRoot/{F750E6C3-38EE-11D1-85E5-00C04FC295EE}/oem0.cat
cp ~/.wine/drive_c/windows/system32/kernel32.dll
~/.wine/drive_c/windows/system32/hal.dll
wine ~/.wine/drive_c/temp/update/update.exe
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.
http://bugs.winehq.org/show_bug.cgi?id=3412
------- Additional Comments From vitaliy(a)kievinfo.com 2007-21-05 13:09 -------
Dan please DO NOT offer something that is not required yet!
Mat, please try to locate these dlls under ~/.wine/drive_c. They might have been
installed under c:\Program Files\Common Files\...
If so, then you should run MathCAD in this way (exact command):
cd ~ && wine start Mathcad.exe
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=7316
tehstealth(a)yahoo.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Summary|Tablet Pressure Sensitivty |Tablet Pressure Sensitivty
|Not Working in Flash 8 |Not Working...
------- Additional Comments From tehstealth(a)yahoo.com 2007-21-05 13:04 -------
Installed openCanvas and it doesn't have sensitivity either, I think this is
more of a complete tablet support issue with WINE rather then the programs. Does
anyone have a working program that can use tablet pressure properly?
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=3412
------- Additional Comments From dank(a)kegel.com 2007-21-05 12:15 -------
Errors like
err:module:import_dll Library MSVCIRT.dll ... not found
are probably because the app forgot to bundle a needed Visual C++ library.
Try
wget http://kegel.com/wine/winetricks
sh winetricks vcrun6
and see if that helps.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=3412
------- Additional Comments From markknecht(a)gmail.com 2007-21-05 11:55 -------
OK, I've tried tried installing with Wine-0.9.37. The installation proceeds more
or less correctly until it gets to the end when I get a pop up message telling
me that a number of dll's failed to 'self register', whatever that is.
When I attempt to run the main program I see this in the terminal:
mark@lightning ~/.wine/drive_c/Program Files/MathSoft/Mathcad 8 $ wine Mathcad.exe
err:module:import_dll Library MSVCIRT.dll (which is needed by L"C:\\Program
Files\\MathSoft\\Mathcad 8\\VSFC80.dll") not found
err:module:import_dll Library VSFC80.dll (which is needed by L"C:\\Program
Files\\MathSoft\\Mathcad 8\\MathDllSE.dll") not found
err:module:import_dll Library MSVCIRT.dll (which is needed by L"C:\\Program
Files\\MathSoft\\Mathcad 8\\MathDllSE.dll") not found
err:module:import_dll Library MathDllSE.dll (which is needed by L"C:\\Program
Files\\MathSoft\\Mathcad 8\\Mathcad.exe") not found
err:module:import_dll Library MSVCIRT.dll (which is needed by L"C:\\Program
Files\\MathSoft\\Mathcad 8\\VSFC80.dll") not found
err:module:import_dll Library VSFC80.dll (which is needed by L"C:\\Program
Files\\MathSoft\\Mathcad 8\\MathDllSE.dll") not found
err:module:import_dll Library MSVCIRT.dll (which is needed by L"C:\\Program
Files\\MathSoft\\Mathcad 8\\MathDllSE.dll") not found
err:module:import_dll Library MathDllSE.dll (which is needed by L"C:\\Program
Files\\MathSoft\\Mathcad 8\\ResDllSE.dll") not found
err:module:import_dll Library ResDllSE.dll (which is needed by L"C:\\Program
Files\\MathSoft\\Mathcad 8\\Mathcad.exe") not found
err:module:LdrInitializeThunk Main exe initialization for L"C:\\Program
Files\\MathSoft\\Mathcad 8\\Mathcad.exe" failed, status c0000135
mark@lightning ~/.wine/drive_c/Program Files/MathSoft/Mathcad 8 $
These may well be the same dlls that were in the pop up. Not sure.
Please note that this was a brand new Wine install on a machine that hasn't
run Wine before. I let the MathCAD install attempt to create the .wine directory
itself. If there is a better way to do the install that you'd like me to try let
me know and I'll be happy to do it.
I would say that this is decidedly better than before but since the program
had install plans maybe it stays in wine-loader for the short term?
Cheers,
Mark
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=8459
------- Additional Comments From vitaliy(a)kievinfo.com 2007-21-05 11:34 -------
If you compile Wine yourself please run it directly from the build directory
(/path/to/wine.git/wine program.exe) and don't install it. This is preferred
over using binary packages - which do not contain debug information.
Also please follow this instructions:
err:wave:DSDB_MapBuffer Please run winecfg, open "Audio" page and set "Hardware
Acceleration" to "Emulation".
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=8371
------- Additional Comments From tom(a)dbservice.com 2007-21-05 10:59 -------
All yukon does is 'hook' into glXSwapBuffers() and glReadPixels() the buffer (it
currently uses whatever buffer the app has selected when glXSwapBuffers() is
called) and save it into a video-file. Yukon doesn't touch any buffers and
doesn't change the opengl state.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=8459
------- Additional Comments From horscht(a)gmail.com 2007-21-05 10:48 -------
I'm gonna try and re-do the git testing. It's probably something i did wrong
inbetween. I will post again afterwards
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=8459
------- Additional Comments From stefandoesinger(a)gmx.at 2007-21-05 10:41 -------
This bu could be releated to a bug that slipped in in
IDirectDrawSurfaceImpl_SetClipper, where ddraw dereferences a NULL pointer if
a NULL clipper is set.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=8459
------- Additional Comments From horscht(a)gmail.com 2007-21-05 10:36 -------
I don't build 0.9.37 myself. I am using the wine rep and apt-get to install it.
I can only assume that I screwed up with git. :(
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=8459
------- Additional Comments From stefandoesinger(a)gmx.at 2007-21-05 10:16 -------
Honestly I am missing debug symbols from ddraw.dll in the crash dump. Are you
sure that you rebuilt wine correclty? Can you try a make distclean?
I am also kinda puzzled that this patch would cause a crash in ddraw. If I
remember correctly it only modified wined3d, and it modified parts that do not
pass anything back to directdraw.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=8388
------- Additional Comments From rrl125(a)gmail.com 2007-21-05 09:04 -------
If you cant use git from tutorials, it is probably best that you revert to the
previous version of wine, and wait for the next release which will include this
fix. You wont miss much by going back a version for some period of time.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=8459
vitaliy(a)kievinfo.com changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |stefandoesinger(a)gmx.at
Severity|major |normal
Keywords| |regression
Summary|Windows I/O Error when |Rollercoaster Tycoon 1 & 2
|saving on Rollercoaster |crashes when saving game
|Tycoon 1 & 2 |
------- Additional Comments From vitaliy(a)kievinfo.com 2007-21-05 08:24 -------
Please attach the complete terminal output. Don't describe it in your own words
- that's hard to do.
Adding author of the patch to CC
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=8388
------- Additional Comments From bagbiter(a)gmail.com 2007-21-05 08:22 -------
if i only knew how to install this git.. even with the tutorials i don't know
how to do it.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=8457
vitaliy(a)kievinfo.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
------- Additional Comments From vitaliy(a)kievinfo.com 2007-21-05 08:20 -------
Closing dup
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=8388
vitaliy(a)kievinfo.com changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |bagbiter(a)gmail.com
------- Additional Comments From vitaliy(a)kievinfo.com 2007-21-05 08:20 -------
*** Bug 8457 has been marked as a duplicate of this bug. ***
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=8457
vitaliy(a)kievinfo.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |DUPLICATE
------- Additional Comments From vitaliy(a)kievinfo.com 2007-21-05 08:20 -------
Duplicate
*** This bug has been marked as a duplicate of 8388 ***
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=7937
power(a)telusmail.net changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |DUPLICATE
------- Additional Comments From power(a)telusmail.net 2007-21-05 07:40 -------
A later bug, 7959 is the same issue, however more progress has been made
identifying the source of this problem, in bug 7959. Despite the earlier posting
of this bug, bug 7959 is more helpful. Marking this as a dupe to reduce clutter.
*** This bug has been marked as a duplicate of 7959 ***
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=7959
power(a)telusmail.net changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |power(a)telusmail.net
------- Additional Comments From power(a)telusmail.net 2007-21-05 07:40 -------
*** Bug 7937 has been marked as a duplicate of this bug. ***
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=8459
Summary: Windows I/O Error when saving on Rollercoaster Tycoon 1
& 2
Product: Wine
Version: 0.9.37.
Platform: PC
OS/Version: other
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: wine-directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: horscht(a)gmail.com
When running Rollercoaster Tycoon 2 in wine 0.9.36 everything works fine.
in 0.9.37 when trying to save a game, wine crashes with an error "Access
Violation, Error Location: Windows I/O driver"
I did some regression testing and the bug seems to have been introduced with a
patch by Stefan Dösinger.
git output is attached
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=8458
Summary: Civilization IV: some 3d objects aren't rendered
correctly
Product: Wine
Version: 0.9.37.
Platform: Other
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-directx
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: spam(a)mrplanlos.de
Hello,
after I could install and start Civilization IV I recognized this small error,
perhaps some kind of directx error. The Screenshot shows the error. Usually
you can see the whoe person, not only the mouth and eyes.
I also have the latest cedega version running, there the error doesn't occur.
But I would really like to throws cedega away and only use wine.
Regards
Andy
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=8457
Summary: Gecko: not working..
Product: Wine
Version: 0.9.37.
Platform: Other
URL: http://pastebin.ca/499997
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-multimedia
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: bagbiter(a)gmail.com
Tried uninstalling and reinstalling wine 0.9.37 but after gecko install
notification and installation, the Windows app that need web support, is still
blank / white.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=7959
------- Additional Comments From citizenr(a)gmail.com 2007-21-05 06:03 -------
7937 is about the same bug, and was first, but lacks the info that is peresent
here so i suggest marking 7937 as a dupe of this one
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=8371
------- Additional Comments From stefandoesinger(a)gmx.at 2007-21-05 04:42 -------
I guess that Yukon uses auxilliary buffers for its work. Since my patch
wined3d uses them on its own, overwriting Yukons buffer. You can try to play
with the offscreen rendering registry key to make wined3d use pbuffers or
fbos. Maybe there is some configuration option to change which buffers yukon
is using. Wined3d uses GL_AUX0 and GL_AUX1.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=8363
------- Additional Comments From russofris(a)hotmail.com 2007-21-05 03:22 -------
Will re-read the docs on how to get a backtrace and re-run tonight with the
suggested changes.
Frank
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=8266
------- Additional Comments From o.oudin(a)free.fr 2007-21-05 02:43 -------
I've test on a clean ubuntu feisty (up-to-date) with 3d driver enabled (nvidia
6600gt), and wine 0.9.37 (installed with binaries packages from winehq).
It works ! (but I removed setting rpcrt4 as native, because it crash).
I'll retry with a fresh Edgy to check if it was my system that was buggy, or
it's really a incompatibility between fp-wine-edgy.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=2285
------- Additional Comments From truiken(a)gmail.com 2007-21-05 00:31 -------
Either way, you're not supposed to change the reported version. The version
field represents the first version that has been tested that has the bug.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=2285
------- Additional Comments From jpakkane(a)yahoo.com 2007-21-05 00:26 -------
That was the newest release that I had personally tested that with 100%
certainty still has the bug. (It is probably in there still, but I have not
tested CVS/git version for quite some time.)
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=8456
truiken(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |DUPLICATE
------- Additional Comments From truiken(a)gmail.com 2007-21-05 00:17 -------
Duplicate. Please search the database before reporting bugs.
*** This bug has been marked as a duplicate of 7959 ***
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=7959
truiken(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |scott(a)open-vote.org
------- Additional Comments From truiken(a)gmail.com 2007-21-05 00:17 -------
*** Bug 8456 has been marked as a duplicate of this bug. ***
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=8456
Summary: uTorrent crashes when setting an upload cap, system tray
icon persists
Product: Wine
Version: 0.9.37.
Platform: Other
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-x11driver
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: scott(a)open-vote.org
This crash is fairly reproducible for me. Have uTorrent be downloading
something, then right click on the system tray icon to select an upload cap (I
chose 30kbps). Sometimes then, and sometimes after right clicking again and
selecting "hide/show uTorrent", the application will then crash.
This gets output into the window:
X Error of failed request: BadPixmap (invalid Pixmap parameter)
Major opcode of failed request: 54 (X_FreePixmap)
Resource id in failed request: 0x3415b1c
Serial number of failed request: 942320
Current serial number in output stream: 976240
Also, the system tray icon weirdly stays in the window after this happens. When
relaunching uTorrent, only the newest systray icon can be used for its context
menu, however the other ones will display a tooltip if hovered over.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=2285
truiken(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Version|20050725 |20040505
------- Additional Comments From truiken(a)gmail.com 2007-20-05 23:01 -------
Why did you change the version?
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=7571
------- Additional Comments From dmitry(a)codeweavers.com 2007-20-05 22:59 -------
> - return EnumFontFamiliesExA( hDC, &lf, efproc, lpData, 0 );
> + return EnumFontFamiliesExA( hDC, &lf, efproc, lpData,
> ENUM_FONT_FAMILIES );
I several times noted that introducing Wine own, internal flags to public APIs
is not acceptable.
> While EnumFontFamilies() enumerated only 3 fonts for RUSSIAN_CHARSET,
> EnumFontFamiliesEx() enumerated 30.
Are you sure that it's not the other way around? Here is a comment a added
to test_EnumFontFamilies():
/* Observed behaviour: EnumFontFamilies enumerates aliases like "Arial Cyr"
* while EnumFontFamiliesEx doesn't.
*/
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=2285
jpakkane(a)yahoo.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Version|20040505 |20050725
------- Additional Comments From jpakkane(a)yahoo.com 2007-20-05 21:30 -------
Yes, you can use the shareware Doom 1 wad file. You can get it e.g. from this
page: http://www.indiegamejam.com/igj0/wads.html
Steps needed to use it.
- start Wadauthor
- select Doom 1
- give path to doom1.wad
- file > open
- select doom1.wad again
You now have the first level open. You can crash it using the instructions
above. I usually just grab the vertical scroll bar and wiggle it up and down.
I don't have access to Wine atm, so it may be possible that Doom 2 is required
to trigger the event (different graphics and whatnot). If it does not crash, try
changing to some level with more items.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=8447
------- Additional Comments From truiken(a)gmail.com 2007-20-05 20:53 -------
If you don't know what component a bug belongs to, don't guess, just put it
under wine-misc.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=8371
vitaliy(a)kievinfo.com changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |stefandoesinger(a)gmx.at
------- Additional Comments From vitaliy(a)kievinfo.com 2007-20-05 20:17 -------
Adding author to CC.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=8371
------- Additional Comments From d1m1(a)gmx.ch 2007-20-05 17:48 -------
applying that patch reversed to wine-0.9.37 solves this problem temporarily
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=8371
------- Additional Comments From d1m1(a)gmx.ch 2007-20-05 16:50 -------
I don't know if that is enough information or the right information at all, but
that's the result i got of the regression tests.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=8140
vitaliy(a)kievinfo.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
------- Additional Comments From vitaliy(a)kievinfo.com 2007-20-05 16:39 -------
Closing
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=8140
vitaliy(a)kievinfo.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |WORKSFORME
------- Additional Comments From vitaliy(a)kievinfo.com 2007-20-05 16:39 -------
It "worksforme"
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=8140
vitaliy(a)kievinfo.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |UNCONFIRMED
Resolution|ABANDONED |
------- Additional Comments From vitaliy(a)kievinfo.com 2007-20-05 16:38 -------
It's not abandoned.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
logitech cordless mouse&keyboard MX700
X-Bugzilla-Reason: AssignedTo
X-Bugzilla-Product: Wine
X-Bugzilla-Component: wine-misc
http://bugs.winehq.org/show_bug.cgi?id=7694
fraujansen(a)yahoo.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
------- Additional Comments From fraujansen(a)yahoo.com 2007-20-05 16:37 -------
ok... i will try...
i change the status to closed.
thank u for your responses!
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=8455
vitaliy(a)kievinfo.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
------- Additional Comments From vitaliy(a)kievinfo.com 2007-20-05 16:36 -------
Closing dup
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=8455
vitaliy(a)kievinfo.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Component|wine-programs |wine-misc
Resolution| |DUPLICATE
------- Additional Comments From vitaliy(a)kievinfo.com 2007-20-05 16:36 -------
Duplicate. Please search bugs before creating exact duplicates.
*** This bug has been marked as a duplicate of 8130 ***
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=8130
vitaliy(a)kievinfo.com changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |kennethrc(a)gmail.com
------- Additional Comments From vitaliy(a)kievinfo.com 2007-20-05 16:36 -------
*** Bug 8455 has been marked as a duplicate of this bug. ***
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=8450
------- Additional Comments From rankincj(a)yahoo.com 2007-20-05 16:35 -------
"Minor"? The games is unplayable! *And* you rate it as "Platinum". Sheesh.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=8085
vitaliy(a)kievinfo.com changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |mgmiller(a)optonline.net
------- Additional Comments From vitaliy(a)kievinfo.com 2007-20-05 16:34 -------
*** Bug 8454 has been marked as a duplicate of this bug. ***
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=8454
vitaliy(a)kievinfo.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Severity|blocker |normal
Status|UNCONFIRMED |RESOLVED
Component|wine-programs |wine-misc
Resolution| |DUPLICATE
------- Additional Comments From vitaliy(a)kievinfo.com 2007-20-05 16:34 -------
Duplicate
*** This bug has been marked as a duplicate of 8085 ***
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=8450
vitaliy(a)kievinfo.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Severity|major |minor
------- Additional Comments From vitaliy(a)kievinfo.com 2007-20-05 16:32 -------
Upgrade to latest Wine version and test again.
Reseting Severity.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=8455
Summary: internet explorer 6
Product: Wine
Version: 0.9.37.
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-programs
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: kennethrc(a)gmail.com
doesnt install
i istalled las deb in the last ubuntu and it doesnt install internet explorer
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=8454
Summary: DVD Shrink fails to run
Product: Wine
Version: 0.9.37.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: blocker
Priority: P2
Component: wine-programs
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: mgmiller(a)optonline.net
I have recently upgraded my system from Ubuntu Edgy (6.10) to Ubuntu Feisty (7.04).
> I have been using the wine repositories instead of the ubuntu
repos since Dapper and never had a problem.
> I am using wine version 0.9.37 obtained from the
wine.budgetdedicated.com/apt feisty repository. Running DVD Shrink in wine under
Edgy (6.10) worked as expected. After upgrading my system to Feisty (7.04) On
attempting to run DVD Shrink from the created entry in the Applications list,
you get an error message saying xvidcore.dll is not found. This error will not
go away by clicking the OK button, I need to use xkill to end it. If you look in
System Monitor you may find an entry for DVD Shrink running as zombie. If you
attempt to execute DVD Shrink from the command line, you get an unlimited string
of error messages and occasional popups about the missing xvidcore.dll. If you
hit ctrl-c early in the list of error messages, sometimes the application will
load. When loaded, sometimes it will work, sometimes it is frozen. If you place
a copy of xvidcore.dll in the system32 folder in wine, the application will not
work at all. This file was never needed in the past.
>
> Expected behavior:
> Should continue to run normally as before in previous versions
of Ubuntu and wine.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=8431
------- Additional Comments From huw(a)codeweavers.com 2007-20-05 14:54 -------
Could you get me a +ole,+typelib,+seh log of this?
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=8431
ben(a)atomnet.co.uk changed:
What |Removed |Added
----------------------------------------------------------------------------
Severity|normal |major
Status|UNCONFIRMED |NEW
Ever Confirmed| |1
------- Additional Comments From ben(a)atomnet.co.uk 2007-20-05 14:29 -------
This bug also affects the Morrowind installer and I'm guessing other
InstallShields too. Elevating severity.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=8453
Summary: Huge memory leak in WineD3D
Product: Wine
Version: CVS
Platform: PC
URL: http://appdb.winehq.org/appview.php?iVersionId=3764
OS/Version: Linux
Status: NEW
Keywords: regression
Severity: normal
Priority: P2
Component: wine-directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: killertux(a)suomi24.fi
I was running Battlefield Vietnam v. 1.21 and noticed that between Wine 0.9.30
-> 0.9.31 there was regression that continued happening in all Wine versions
after that to the 0.9.37 and with latest git-version I tested one or two days ago.
To reproduce install Battlefield Vietnam v. 1.21 select sigle player->instant
action->Start and after the in-game is nearly loaded kernel will kill the game
because it eats about 95%(numbers might be bit different) of the system memory
RAM+SWAP==1.75GB
acadf3f241be9270799d4dd1007303200d047fc3 is first bad commit
wined3d: Replace the light chain with a hashmap.
http://source.winehq.org/git/wine.git/?a=commit;h=acadf3f241be9270799d4dd10…
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=8451
ben(a)atomnet.co.uk changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |DUPLICATE
------- Additional Comments From ben(a)atomnet.co.uk 2007-20-05 14:27 -------
Duplicate of 8431.
*** This bug has been marked as a duplicate of 8431 ***
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=8431
ben(a)atomnet.co.uk changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |ben(a)atomnet.co.uk
------- Additional Comments From ben(a)atomnet.co.uk 2007-20-05 14:27 -------
*** Bug 8451 has been marked as a duplicate of this bug. ***
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=8140
phobieweb(a)yahoo.de changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |ABANDONED
------- Additional Comments From phobieweb(a)yahoo.de 2007-20-05 14:09 -------
Yes, Vitaliy Margolen removing my wine profiles helped.
At least there is "some" bug...
But since we can not reproduce it, I'll change the resolution to abandoned.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=8452
Summary: J-sig client unable to send information to j-sig server
Product: Wine
Version: 0.9.37.
Platform: PC
URL: http://www.j-sig.com
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-msxml
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: seryh2003(a)hotmail.com
When running j-sig the application will try to send an update to the server.
The in-application error is "Request-failed Unkown response". In the backtrace
I'm theoratically going to attach...you can see the error relevant to the
problem occurring several times in a row ( the app attempts to update at 60
second intervals) referring to Queryinterface...{#####}.. not implemented.
Also, as this is my first bug report -ever- if you need any further information
please just ask and I will do my best.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=8451
------- Additional Comments From greg87(a)online.de 2007-20-05 14:05 -------
9afcaf2ae11061416aeb24cdb6f03c8f25d92bfc is first bad commit
commit 9afcaf2ae11061416aeb24cdb6f03c8f25d92bfc
Author: Huw Davies <huw(a)codeweavers.com>
Date: Thu May 10 13:56:16 2007 +0100
oleaut32: Type references are global to the typelib.
:040000 040000 389aa37730c973cffe1bc1635e272eef11ccb966
b0bf4ff380dcbc613a3cf14b340feaf6442b4958 M dlls
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=8385
------- Additional Comments From vit.hrachovy(a)sandbox.cz 2007-20-05 14:00 -------
Have You tried to erase data/movies/LoadingRing.vp6 file prior runnign the game?
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=7698
------- Additional Comments From montgoss+wine(a)gmail.com 2007-20-05 13:07 -------
I think I'm having the same problem. It crashes seemingly randomly. I don't
get as many headshots as everyone else here seems to, so I don't see a
correlation to that. Something I haven't seen anyone else mention. I have
"-console" on the launch params and the console has a few errors just from
starting. Could these have anything to do with the crash?
Heap: 256.00 Mb
Parsed 359 text messages
Failed to load custom font file 'c:\program
files\steam\steamapps\bob(a)mail.com\counter-strike source\hl2\resource\halflife2.ttf'
Couldn't find custom font file 'resource/HL2EP2.ttf'
Couldn't find custom font file 'materials/vgui/fonts/buttons_32.vbf'
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
You are on the CC list for the bug, or are watching someone who is.
http://bugs.winehq.org/show_bug.cgi?id=8451
Summary: Morrowind fails to install due to InstallShield crash
Product: Wine
Version: CVS
Platform: PC-x86-64
OS/Version: Linux
Status: NEW
Keywords: regression
Severity: normal
Priority: P2
Component: wine-ole
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ben(a)atomnet.co.uk
When trying to install Morrowind it dies almost immediately after running setup.
This is a regression as it used to work, will test it when I get time.
Not sure if it affects other InstallShield installers, if it does the severity
needs to be ramped up.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=8450
------- Additional Comments From rankincj(a)yahoo.com 2007-20-05 12:34 -------
Created an attachment (id=6385)
--> (http://bugs.winehq.org/attachment.cgi?id=6385&action=view)
Screen-shot of attempt to play Deus Ex at 1280x1024 fullscreen
Interestingly, I noticed that while the Gimp's "screen capture" dialog box had
the focus, Deus Ex's video window started to move again.
So Deus Ex plays, *provided* it does not have focus! That doesn't sound like
"Platinum" to me.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=8450
Summary: Deus Ex OpenGL window "locked" unless pressing
<Alt><TAB>
Product: Wine
Version: 0.9.36.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: wine-opengl
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: rankincj(a)yahoo.com
I am trying to run DeusEx in full-screen 1280x1024 mode, using OpenGL. However,
the video window is frozen, and is only updated while I am pressing the
<Alt><TAB> keys. The sound plays fine despite the frozen video window.
Also, despite requesting full-screen mode, the video window looks like it has
"slipped" a few centimeters down the screen, and the FC5 menu bar is still
visible along the bottom.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=8371
------- Additional Comments From tom(a)dbservice.com 2007-20-05 12:12 -------
Most likely something in direct3d changed between .32 and .36 that broke yukon.
If yukon creates the file and the file contains _any_ frames, than it means
yukon hooked into the libraries successfully and is indeed capturing frames. If
the image is flipped upside down, it means yukon is being invoked while the
framebuffer contains and flipped frame or is being invoked while the framebuffer
isn't yet fully drawn.
Can you git-bisect to find where exactly it stops working?
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=8447
------- Additional Comments From austinenglish(a)gmail.com 2007-20-05 12:03 -------
I was not sure what category to place it under, so my apologies...I just test, I
don't code :-P.
As for a small test DVD, I don't have one handy, but when I get some spare time
in the next couple days, I'll see if I can't make something that triggers it.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=3615
------- Additional Comments From hightower(a)tregt.net 2007-20-05 11:50 -------
Created an attachment (id=6383)
--> (http://bugs.winehq.org/attachment.cgi?id=6383&action=view)
console output of Darkstone Demo
Darkstone Demo(and full game) seems to suffer from the same issue.
I can however run the game with the libGL.so.1 supplied with xorg and it works
exelent(although somewhat extremely slow).
Attached a console output of the crash.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=6433
------- Additional Comments From damjan.jov(a)gmail.com 2007-20-05 09:58 -------
There is 3 different reports of DC++ progress bar bugs. The other 2 need to be
found, and 2 of them marked as duplicates of the best (most detailed) bug
report.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=6761
cheaterjs(a)gmx.de changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |FIXED
------- Additional Comments From cheaterjs(a)gmx.de 2007-20-05 09:50 -------
Fixed in GIT for Wine 0.9.38.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=7478
------- Additional Comments From mail(a)science.su 2007-20-05 08:14 -------
Is this one still a problem? Unreal Tournament works perfectly for me with current git (and it probably will work with latest 0.9.37 and maybe with some older versions).
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=7687
------- Additional Comments From Wouter_Cox(a)yahoo.co.uk 2007-20-05 03:59 -------
"can someone fill in the hardware/os/version fields?"
Fill them in where?
For my screenshot, I used:
OpenSUSE 10.2 - nvidia Geforce 6600GT with 1.0-9631 drivers
kernel 2.6 - Xorg 11.0
My screenshot was with 0.9.35 but it still acts like this in 0.9.37
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=2276
------- Additional Comments From thestig(a)google.com 2007-20-05 03:36 -------
Wine today's wine-git, I get a MSVC++ debug assertion failure.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=2221
------- Additional Comments From thestig(a)google.com 2007-20-05 03:34 -------
I downloaded the v7.5 student edition from the website and the installer failed
on me, so I can't test this one.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=2285
thestig(a)google.com changed:
What |Removed |Added
----------------------------------------------------------------------------
URL| |http://www.doomworld.com/idg
| |ames/?id=11183
------- Additional Comments From thestig(a)google.com 2007-20-05 03:30 -------
are there any free wad files to try with wadauthor?
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=7691
------- Additional Comments From xerox_xerox2000(a)yahoo.co.uk 2007-20-05 03:14 -------
Hi, this game starts just fine for me. Played one minute, and no crash. So this
might be a driver issue? I have an ATI RADEON 9600 Series
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=8449
Summary: Freedom Force dies on startup with Unhandled page fault
Product: Wine
Version: 0.9.37.
Platform: Other
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-misc
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: Rincebrain(a)gmail.com
I installed Freedom Force 1.0 on a clean install of Wine that had never seen
Freedom Force before.
I attempted to run it, and logged the output displayed in the attachment.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=8442
------- Additional Comments From julliard(a)winehq.com 2007-20-05 03:01 -------
You need to figure out which headers have to be included before sys/sysctl.h for
it to compile properly.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=8447
thestig(a)google.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Keywords| |download
------- Additional Comments From thestig(a)google.com 2007-20-05 02:53 -------
is there a small test dvd image that triggers this problem?
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=6433
------- Additional Comments From thestig(a)google.com 2007-20-05 02:49 -------
Can we mark this fixed then? (and open a new bug for the incorrectly drawn
progress bar)
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=6244
thestig(a)google.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |NEW
Ever Confirmed| |1
Keywords|regression |
Summary|Suneido database IDE no |newer versions of Suneido
|longer works with wine |database IDE do not work
------- Additional Comments From thestig(a)google.com 2007-20-05 02:48 -------
Uh, the problem here is Suneido version 050905 works in Wine, but Suneido
version 070204 does not. This is not a regression in Wine.
Still broken with today's wine-git, btw.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=4261
thestig(a)google.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Keywords| |Abandoned?
------- Additional Comments From thestig(a)google.com 2007-20-05 02:42 -------
Have you tried a newer version of Wine?
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=4689
thestig(a)google.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Keywords| |Abandoned?
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=4675
thestig(a)google.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Keywords| |Abandoned?
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=7585
------- Additional Comments From thestig(a)google.com 2007-20-05 02:35 -------
It looks like there's a demo for the game. Does the demo have the same problem?
If so, others can do the regression testing.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=7691
thestig(a)google.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |NEW
Ever Confirmed| |1
------- Additional Comments From thestig(a)google.com 2007-20-05 02:33 -------
confirming.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
logitech cordless mouse&keyboard MX700
X-Bugzilla-Reason: AssignedTo
X-Bugzilla-Product: Wine
X-Bugzilla-Component: wine-misc
http://bugs.winehq.org/show_bug.cgi?id=7694
thestig(a)google.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |INVALID
------- Additional Comments From thestig(a)google.com 2007-20-05 02:28 -------
please try running the latest version of Wine.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=6458
------- Additional Comments From thestig(a)google.com 2007-20-05 02:23 -------
The content of the downloaded program can be extracted with unzip.
With the latest-git, I can only run the demo in a virtual desktop. The game
looked playable to me. I haven't tried it on Windows, so I can't really compare.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=7760
truiken(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
------- Additional Comments From truiken(a)gmail.com 2007-20-05 02:13 -------
Closing.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=7760
truiken(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |ABANDONED
------- Additional Comments From truiken(a)gmail.com 2007-20-05 02:13 -------
Abandoned.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=7760
truiken(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |UNCONFIRMED
Resolution|INVALID |
------- Additional Comments From truiken(a)gmail.com 2007-20-05 02:13 -------
Lei, the correct resolution is 'abandoned'. I'm sure the bug itself is not
invalid, the user just isn't helping us out, so it's abandoned.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=7687
thestig(a)google.com changed:
What |Removed |Added
----------------------------------------------------------------------------
URL| |http://www.dreamfall.com/
Status|UNCONFIRMED |NEW
Ever Confirmed| |1
Summary|Problem selecting with mouse|graphics problem selecting
|a thing, it's distorted |with mouse in Dreamfall
------- Additional Comments From thestig(a)google.com 2007-20-05 02:12 -------
can someone fill in the hardware/os/version fields?
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=7760
thestig(a)google.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |INVALID
------- Additional Comments From thestig(a)google.com 2007-20-05 02:10 -------
This is a really poorly written bug report. Please read
http://wiki.winehq.org/Bugs and learn to properly file bug reports. Since it's
been two month without a reply, I'm marking this invalid.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=8362
thestig(a)google.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |NEW
Ever Confirmed| |1
------- Additional Comments From thestig(a)google.com 2007-20-05 02:06 -------
The game doesn't work well at all without running it inside a virtual desktop. I
get similar graphical problems.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=8292
thestig(a)google.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |NEW
Ever Confirmed| |1
------- Additional Comments From thestig(a)google.com 2007-20-05 02:01 -------
I got the same results with the demo with wine-git.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=8140
thestig(a)google.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Keywords| |download
------- Additional Comments From thestig(a)google.com 2007-20-05 01:59 -------
is this still a problem? can anyone else reproduce the problem?
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=7661
truiken(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |DUPLICATE
------- Additional Comments From truiken(a)gmail.com 2007-20-05 01:56 -------
Duplicate.
*** This bug has been marked as a duplicate of 7189 ***
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=7189
truiken(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |rog_per(a)hotmail.com
------- Additional Comments From truiken(a)gmail.com 2007-20-05 01:56 -------
*** Bug 7661 has been marked as a duplicate of this bug. ***
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=7661
truiken(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |UNCONFIRMED
Resolution|INVALID |
------- Additional Comments From truiken(a)gmail.com 2007-20-05 01:55 -------
It's a dupe.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=7739
thestig(a)google.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Severity|critical |normal
Status|UNCONFIRMED |RESOLVED
Resolution| |WORKSFORME
------- Additional Comments From thestig(a)google.com 2007-20-05 01:48 -------
I honestly don't think there's a typo in the current version of Wine.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=7661
thestig(a)google.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |INVALID
------- Additional Comments From thestig(a)google.com 2007-20-05 01:45 -------
I'm sorry, but you don't provide more information, we can't really help you.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=7460
------- Additional Comments From thestig(a)google.com 2007-20-05 01:40 -------
I tried my civ 3 cd and the setup crashed. Could this be safedisc related?
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=8447
truiken(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Component|wine-shell32 |wine-misc
------- Additional Comments From truiken(a)gmail.com 2007-20-05 01:40 -------
Why do you think this bug is wine-shell32?
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=8448
vitaliy(a)kievinfo.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
------- Additional Comments From vitaliy(a)kievinfo.com 2007-20-05 01:32 -------
Closing duplicate
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=8388
vitaliy(a)kievinfo.com changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |bduchaj(a)gmail.com
------- Additional Comments From vitaliy(a)kievinfo.com 2007-20-05 01:32 -------
*** Bug 8448 has been marked as a duplicate of this bug. ***
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=8448
vitaliy(a)kievinfo.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |DUPLICATE
------- Additional Comments From vitaliy(a)kievinfo.com 2007-20-05 01:32 -------
Old news.
*** This bug has been marked as a duplicate of 8388 ***
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=7929
------- Additional Comments From d13f00l(a)gmail.com 2007-20-05 01:30 -------
I really can't think of a sane way to do this...SO_BINDTODEVICE is root
only...so we can't use that. I posted a few comments on linux-net, hoping
someone would have something interesting to say.
http://www.uwsg.iu.edu/hypermail/linux/net/0705.1/0029.htmlhttp://www.uwsg.iu.edu/hypermail/linux/net/0705.1/0028.html
We can use IP_PKTINFO with sendmsg() and recvmsg()....and keep a table of what
each socket should listen and send on. If you bind a socket to INADDR_ANY under
linux, you'll be able to receive from any interface, but sending defaults on the
default route.
sendmsg() can be persuaded to send out on other interfaces _I THINK_ by setting
that socket option, and giving it a struct in_pktinfo filled out w/ the device
ip/interface index.
So Wine's recv and send implementations would have to be changed slightly...we'd
have to maintain a list of what each socket should map to, since we override
what windows programs suggest and bind to 0.0.0.0...probably with a linked
list...adding new elements on bind()...but this can create all sorts of memory
leaks if applications don't close() sockets...
It's pretty silly...so_bindtodevice does all this flawlessly in kernel space.
Another person suggested on the boards that the kernel be modified to have a
socket option to be able to recv broadcasts even if sockets are bound to an ip
other than INADDR_ANY.....that's looking to be a good option at this point. I
wonder if people can be persuaded this is a good idea...
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.
http://bugs.winehq.org/show_bug.cgi?id=8440
truiken(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Keywords| |download, regression
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=8448
Summary: HTML content not visible in wine 0.9.37 + wine gecko
Product: Wine
Version: 0.9.37.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-programs
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: bduchaj(a)gmail.com
After installing wine 0.9.37 and wine gecko. Wine doesn't display web page
content for example in Flash 8 Help or Steam. There is only white blank space.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=8437
truiken(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Keywords| |download, Installer
Summary|msiexec: can't install a |Fahrenheit: can't install a
|Patch |Patch
------- Additional Comments From truiken(a)gmail.com 2007-20-05 01:14 -------
The log is unnecessary; MsiApplyPatch isn't implemented.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=5652
thestig(a)google.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
------- Additional Comments From thestig(a)google.com 2007-20-05 01:05 -------
the game starts up again, horray.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=6581
thestig(a)google.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Component|wine-programs |wine-misc
------- Additional Comments From thestig(a)google.com 2007-20-05 00:47 -------
Is this still a problem?
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=6832
thestig(a)google.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Component|wine-richedit |wine-misc
Summary|40tude Dialog - richedit |40tude Dialog - control
|control refresh lag |refresh lag
------- Additional Comments From thestig(a)google.com 2007-20-05 00:36 -------
The control is an instance of TPlusMemoU.
http://www.ecmqc.com/plusmemo/pmHome.htm
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=4522
thestig(a)google.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |DUPLICATE
------- Additional Comments From thestig(a)google.com 2007-20-05 00:13 -------
it is the same problem as bug 8080, and it has been fixed.
*** This bug has been marked as a duplicate of 8080 ***
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=8080
thestig(a)google.com changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |martopolis(a)gmail.com
------- Additional Comments From thestig(a)google.com 2007-20-05 00:13 -------
*** Bug 4522 has been marked as a duplicate of this bug. ***
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=4620
thestig(a)google.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Keywords| |Abandoned?
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=4382
thestig(a)google.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Keywords| |Abandoned?
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=3412
thestig(a)google.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Keywords|Abandoned? |
------- Additional Comments From thestig(a)google.com 2007-19-05 23:49 -------
Whoops, looks like I missed your message too.
Here's some info on running Wine on a 64-bit system:
http://wiki.winehq.org/WineOn64bit
Please (always) try the latest version of Wine, which is currently 0.9.37.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=94
Bug 94 depends on bug 2003, which changed state.
Bug 2003 Summary: WindowFromPoint Returns Wrong Window
http://bugs.winehq.org/show_bug.cgi?id=2003
What |Old Value |New Value
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |ABANDONED
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.
http://bugs.winehq.org/show_bug.cgi?id=2003
thestig(a)google.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |ABANDONED
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=5089
thestig(a)google.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Keywords| |Abandoned?
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=8446
vitaliy(a)kievinfo.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |NEW
Ever Confirmed| |1
------- Additional Comments From vitaliy(a)kievinfo.com 2007-19-05 22:49 -------
Indeed it is a bug.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=8418
------- Additional Comments From vitaliy(a)kievinfo.com 2007-19-05 22:45 -------
> Nevertheless, it's not at all uncommon for some releases to incorporate patches
that fix or implement something, and break other things.
Such patches are unacceptable. Outright hacks are not allowed in Wine. Anyway,
you said whole lot of something not related to bug at all.
Lets limit this bug to only unmanaged mode. Managed mode is a dup of number of
other bugs including bug 7702.
If you need to understand how things work and why - please ask that on wine-user
mailing list, not here. Bugzilla is not a forum!
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=8445
vitaliy(a)kievinfo.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |INVALID
------- Additional Comments From vitaliy(a)kievinfo.com 2007-19-05 22:37 -------
Same, only applicable to your distro. Wine creates only one menu structure that
does not contain any notepads, winecfgs, etc.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=8444
vitaliy(a)kievinfo.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |WONTFIX
------- Additional Comments From vitaliy(a)kievinfo.com 2007-19-05 22:36 -------
Wine does not register any mime types - this is responsibility of the distro
packages.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=8443
vitaliy(a)kievinfo.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |WONTFIX
------- Additional Comments From vitaliy(a)kievinfo.com 2007-19-05 22:35 -------
Wine does not create any menu entries for itself. That includes notepad,
winecfg, etc. This is your distro's packages. Please open a bug/request with
your distribution instead for such problems.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=8447
Summary: VobBlanker Crashes when openin some DVDs
Product: Wine
Version: 0.9.37.
Platform: PC
URL: http://jsoto.posunplugged.com/vobblanker.htm
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-shell32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
VobBlanker, on some DVDs, crashes after opening the VIDEO_TS.IFO file.
Attachment contains terminal output.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=8036
------- Additional Comments From sick_soul(a)yahoo.it 2007-19-05 19:05 -------
Just got confirmation,
it was indeed Windows XP.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=8446
Summary: setupapi,InstallHinfSection doesn't delete keys
Product: Wine
Version: 0.9.37.
Platform: All
OS/Version: All
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-setupapi
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jm(a)jm10.no-ip.com
The bug is in the do_reg_operation function :
http://source.winehq.org/source/dlls/setupapi/install.c#L279
RegDeleteKeyW is called with a null second parameter, and that is forbidden.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=7957
xerox_xerox2000(a)yahoo.co.uk changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
------- Additional Comments From xerox_xerox2000(a)yahoo.co.uk 2007-19-05 18:29 -------
closing
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=7957
xerox_xerox2000(a)yahoo.co.uk changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |FIXED
------- Additional Comments From xerox_xerox2000(a)yahoo.co.uk 2007-19-05 18:29 -------
>The patch got into the Git and it should be fixed. Could you check?
Yip, it works fine now. Thanks.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=8444
marius.andreiana(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Component|wine-programs |wine-msi
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=8445
Summary: merge the two wine menus
Product: Wine
Version: 0.9.36.
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-misc
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: marius.andreiana(a)gmail.com
Wine creates two menus (named "Wine") (fedora, gnome 2.18)
One has Notepad, Software uninstaller.. other has just Programs (and installed
programs).
Please merge them into one
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=8444
Summary: make .msi easier to install
Product: Wine
Version: 0.9.36.
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-programs
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: marius.andreiana(a)gmail.com
A possible solution: wrapper for wine cmd line to install msi, and have this
registered in mime types to open .msi (as wine is opening .exe in nautilus)
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=8443
Summary: Add menu entry for wineboot
Product: Wine
Version: 0.9.36.
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-programs
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: marius.andreiana(a)gmail.com
In Wine menu (near Notepad, software uninstaller...) there should be an item
"Simulate restart", which should run wineboot. Some installs require this (e.g.
menu items appear only after running it)
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=8418
------- Additional Comments From jasmine.aura(a)yahoo.com 2007-19-05 17:44 -------
In reply to comment #13
> Please don't post the same thing 2 times.
I apologize about that.. I made an error (trying to put <a href="url">link</a>
tags before i realized keywords comment and bug are automatically linked.
I tried to go back and edit my post - hoping it would commit changes and not a
new post. Not smart indeed.
> The suggested patch is not acceptable _exactly_ because of the errors you have.
Of course not. I didn't try to imply that I would expect that. That's why I put
"in reply to Comment #5" at the beginning of that post, as it was directed to
Karsten just to bring it to their attention.
Nevertheless, it's not at all uncommon for some releases to incorporate patches
that fix or implement something, and break other things. It happens. Recent
example is a regression introduced possibly caused by the new Xcursor support in
0.9.34, and as of 0.9.37 has not yet been fixed and the proposed patch(es) not
yet reviewed/approved - though it works for me..
> You can't arbitrary change "managed" flag of the window.
Of course not. I think you misunderstood what I meant to say or I'm
misinterpreting what you're saying.
I have a hard time understanding the last statement you said:
>It can only be made "madaged" if it was not managed before. But not the other
> way around.
Are you commenting on what the patch does, or the behavior of the application in
"managed" mode?
I originally had selected "Allow the window manager to control the windows" in
the graphics section of winecfg. Remote Administrator main screen (that lists
the connections i previously added) displays correctly with it's "managed"
window, when a connection is established, the new (viewer) screen that comes up
creates another taskbar entry (meaning it's being managed by the window manager
and not the application) as expected, but missing it's window/frame.
Not trying to arbitrarily change anything. I can care less about the functions
in the system menu dialog, so i dont really _need_ non-managed mode, though it
would be nice if it could work in 'managed' mode as well is I all I was saying -
though I know it's not possible.
My main concern is the title, the missing window/frame in managed mode, and
that's what this bug report is for.
Your comment reminds me of a question I had: why is the Managed & Virtual
Desktop modes in winecfg's Graphics tab checkbox type selection? Could both
modes be enabled at the same time? A radio type selection would make more
sense, I think.
sorry about the lengthy (and the dup) post.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=8066
xerox_xerox2000(a)yahoo.co.uk changed:
What |Removed |Added
----------------------------------------------------------------------------
Keywords| |download
------- Additional Comments From xerox_xerox2000(a)yahoo.co.uk 2007-19-05 17:39 -------
Confirming. I used the download from http://www.gamershell.com/download_17028.shtml
Somehow a stupid NULL-pointer for bitmapinfo is passed to CreateDIBSection. A
simple check for that is enough to make the application happy again. I'll send a
patch to wine-patches.
BTW, after that it complains that it cannot find any updates. Using native
wininet works around that bug. Didn't test any further, there was gameguard
stuff again :(
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=8442
Summary: configure finds sysctl.h but it does not compile on
OpenBSD 4.1
Product: Wine
Version: 0.9.37.
Platform: Other
OS/Version: OpenBSD
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: wine-ports
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: utg_vrtz(a)yahoo.se
configure: WARNING: sys/sysctl.h: present but cannot be compiled
configure: WARNING: sys/sysctl.h: check for missing prerequisite headers?
configure: WARNING: sys/sysctl.h: see the Autoconf documentation
configure: WARNING: sys/sysctl.h: section "Present But Cannot Be Compiled"
configure: WARNING: sys/sysctl.h: proceeding with the preprocessor's result
configure: WARNING: sys/sysctl.h: in the future, the compiler will take precedence
configure: WARNING: ## ------------------------------------ ##
configure: WARNING: ## Report this to wine-devel(a)winehq.org ##
configure: WARNING: ## ------------------------------------ ##
I didn't manage to get the header dependencies right, so I leave
this to those who are used to working with configure scripts.
>From config.log:
configure:6235: checking sys/sysctl.h usability
configure:6247: gcc -c -g -O2 conftest.c >&5
In file included from /usr/include/sys/sysctl.h:46,
from conftest.c:105:
/usr/include/sys/ucred.h:49: error: `NGROUPS' undeclared here (not in a function
)
In file included from /usr/include/sys/sysctl.h:47,
from conftest.c:105:
/usr/include/sys/proc.h:65: error: `MAXLOGNAME' undeclared here (not in a functi
on)
/usr/include/sys/proc.h:91: error: syntax error before "int"
/usr/include/sys/proc.h:215: error: syntax error before "sigset_t"
/usr/include/sys/proc.h:230: error: `MAXCOMLEN' undeclared here (not in a functi
on)
In file included from conftest.c:105:
/usr/include/sys/sysctl.h:327: error: `MAXLOGNAME' undeclared here (not in a fun
ction)
I got around the problem by putting an include directive of sys/param.h
into sys/proc.h and sys/ucred.h, but that is extremely hard to turn into
a patch for the wine package. ;)
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=8441
Summary: configure script test with wrong outcome on OpenBSD
Product: Wine
Version: 0.9.37.
Platform: Other
OS/Version: OpenBSD
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: wine-ports
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: utg_vrtz(a)yahoo.se
The test shown below succeeds, which it shouldn't on OpenBSD.
(One workaround is to remove some AC_TRY_FLAGS lines
in configure.ac, but I haven't come up with a proper solution.)
>From configure:
echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -Wl,--rpath,\
$ORIGIN/../lib" >&5
>From configure.ac:
WINE_TRY_CFLAGS([-fPIC -Wl,--rpath,\$ORIGIN/../lib],
[LIBWINE_LDFLAGS="-Wl,--rpath,\\\$\$ORIGIN/\`\$(RELPATH) \
$(bindir) \$(libdir)\`"],
[WINE_TRY_CFLAGS([-fPIC -Wl,-R,\$ORIGIN/../lib],
[LIBWINE_LDFLAGS="-Wl,-R,\\\$\$ORIGIN/\`\$(RELPATH) \
$(bindir) \$(libdir)\`"])])
>From config.log:
configure:13138: checking whether the compiler supports -fPIC -Wl,--rpath,$ORIGI
N/../lib
configure:13161: gcc -o conftest -g -O2 -fPIC -Wl,--rpath,$ORIGIN/../lib conft
est.c -lossaudio -li386 >&5
configure:13167: $? = 0
configure:13171: test -z
|| test ! -s conftest.err
configure:13174: $? = 0
configure:13177: test -s conftest
configure:13180: $? = 0
configure:13193: result: yes
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=6667
------- Additional Comments From winter.blood(a)gmail.com 2007-19-05 17:16 -------
I had thought of that and tried that.
Did not solve the problem for me.
Though, i'm going to hve a hard time helping to solve this bug now, as
wine_gecko has decided that its going to completly lock up my patch client now.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=6359
xerox_xerox2000(a)yahoo.co.uk changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
------- Additional Comments From xerox_xerox2000(a)yahoo.co.uk 2007-19-05 17:10 -------
closed
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=6359
xerox_xerox2000(a)yahoo.co.uk changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |FIXED
------- Additional Comments From xerox_xerox2000(a)yahoo.co.uk 2007-19-05 17:10 -------
This one is fixed. Please open new bugs for other bugs you run into. Regards
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=6228
xerox_xerox2000(a)yahoo.co.uk changed:
What |Removed |Added
----------------------------------------------------------------------------
URL| |http://www.mindprobe.nl/rare
| |ware/files/games/clockwerx.z
| |ip
Keywords| |download
------- Additional Comments From xerox_xerox2000(a)yahoo.co.uk 2007-19-05 16:49 -------
Hi, could you retest with current wine and report back? There are stille a few:
err:syslevel:_EnterSysLevel (0x7eda2040, level 2): Holding 0x7ec99820, level 3.
Expect deadlock!
messages in the console, but the game seems to run fine here. Thanks
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=3183
vitaliy(a)kievinfo.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |FIXED
------- Additional Comments From vitaliy(a)kievinfo.com 2007-19-05 16:35 -------
Reported fixed.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.