http://bugs.winehq.org/show_bug.cgi?id=8107
Patrick Leamon <pleamonhp(a)yahoo.com.au> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC|pleamonhp(a)yahoo.com.au |
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=2367
tass0 <tass0(a)zoznam.sk> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |tass0(a)zoznam.sk
--- Comment #12 from tass0 <tass0(a)zoznam.sk> 2010-11-03 18:27:05 CDT ---
I have the sama problem. How can I mount image without unhide option?
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=3276
realdar(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |realdar(a)gmail.com
--- Comment #29 from realdar(a)gmail.com 2010-11-03 17:47:32 CDT ---
Sorry to reopen this issue but seems most appropriate for the problems I'm
experiencing.
I am using wine version 1.2-rc5, installed on a MacBook running OSX 10.6.4. My
graphics card is Nvidia GeForce 9400M.
DoW installs fine, and after adding GraphicsOptions/Data the GraphicConfig
utility runs. The first point is that the card it recognises is Nvidia GeForce
9400 GT. Having selected either this or default and pressing next gives dialog:
"No suitable display modes were found. Make sure that you have a suitable video
card and recent drivers". Once I have pressed okay I am unable to select a
resolution or run a graphics test, and can proceed no further with the utility.
I have attached a log for WINEDEBUG=trace+d3d9,d3d_caps,warn_d3d,d3d_caps, and
the ouput from glxinfo.
Thanks in advance.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=8107
--- Comment #44 from Francisco Pina Martins <f.pinamartins(a)gmail.com> 2010-11-03 17:16:52 CDT ---
Created an attachment (id=31715)
--> (http://bugs.winehq.org/attachment.cgi?id=31715)
+msxml with attachment 31713
Here is mine.
@Xavier:
Thanks for the tip.
Believe it or not I was actually considering wrapping a python script to break
the log in two parts and posting only the final half, but I was not sure it
would have all the required information.
Using tail seems a lot more sensible to me. =-)
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=8107
Xavier Vachon <xvachon(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #31681|0 |1
is obsolete| |
Attachment #31712|0 |1
is obsolete| |
--- Comment #43 from Xavier Vachon <xvachon(a)gmail.com> 2010-11-03 16:43:50 CDT ---
Created an attachment (id=31714)
--> (http://bugs.winehq.org/attachment.cgi?id=31714)
+msxml with attachment 31713
(In reply to comment #42)
> Created an attachment (id=31713)
--> (http://bugs.winehq.org/attachment.cgi?id=31713) [details]
> Dump XML source from domdoc_loadXML()
>
> OK, looks like the error is indeed in domelem_get_dataType(), need to see the
> XML docs we're dealing with tho. Please attach a +msxml log with this patch.
>
> PS- In case you were wondering, this patch fixes nothing.
There. Have fun.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=8107
--- Comment #42 from Adam Martinson <amartinson(a)codeweavers.com> 2010-11-03 16:31:22 CDT ---
Created an attachment (id=31713)
--> (http://bugs.winehq.org/attachment.cgi?id=31713)
Dump XML source from domdoc_loadXML()
OK, looks like the error is indeed in domelem_get_dataType(), need to see the
XML docs we're dealing with tho. Please attach a +msxml log with this patch.
PS- In case you were wondering, this patch fixes nothing.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=8107
--- Comment #41 from Adam Martinson <amartinson(a)codeweavers.com> 2010-11-03 15:03:12 CDT ---
(In reply to comment #40)
> Created an attachment (id=31712)
--> (http://bugs.winehq.org/attachment.cgi?id=31712) [details]
> +msxml,+relay log
>
> The log is indeed huge, I have trimmed it to the last 5000 lines. I think you
> will have enough info.
>
> @Â Francisco : to trim a log, use tail. For example, this command will trim the
> last 5000 lines of a long log : tail -n 5000 name_of_log.txt > new_log.txt
Unfortunately, the last 5k lines are all some busy waiting for some shared
resource farther up xD May take me a lil while to wade through the full one.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=8107
--- Comment #40 from Xavier Vachon <xvachon(a)gmail.com> 2010-11-03 14:53:49 CDT ---
Created an attachment (id=31712)
--> (http://bugs.winehq.org/attachment.cgi?id=31712)
+msxml,+relay log
The log is indeed huge, I have trimmed it to the last 5000 lines. I think you
will have enough info.
@Â Francisco : to trim a log, use tail. For example, this command will trim the
last 5000 lines of a long log : tail -n 5000 name_of_log.txt > new_log.txt
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.