http://bugs.winehq.org/show_bug.cgi?id=23466
Summary: IMVU chat client has overlapping text
Product: Wine
Version: 1.2-rc5
Platform: x86
URL: http://imvu.com
OS/Version: Linux
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
Install the IMVU client and enter a busy chat room.
Chat works, and you can even hear music played by
others, but the big scrolling text window has some
overdraw problems. Scrolling it to the bottom manually
clears it until it happens again.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=8107
Francisco Pina Martins <f.pinamartins(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #32005|0 |1
is obsolete| |
--- Comment #58 from Francisco Pina Martins <f.pinamartins(a)gmail.com> 2010-11-18 03:26:19 CST ---
Created an attachment (id=32015)
--> (http://bugs.winehq.org/attachment.cgi?id=32015)
+tid,+msxml+variant logfile with patch (id=32009) + screenshots + Logfile2
It0s not quite working yet. After starting the game, I get hundreds of dialogue
boxes like the ones attached. Just pressing "Enter" will advance the "loading".
The loading screen is getting farther than it used to, tough.
also the resulting log is 3Gb long, so I have attached the last 200k lines,
instead of the usual 100k.
The second logfile contains the last 100k lines until the first error window
pops up.
Keep up the great work. It feels great to see it load further and further each
time.
--
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=2632
--- Comment #7 from Jean-Daniel Dodin <jdd(a)dodin.org> 2010-11-18 01:51:15 CST ---
ok
--
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=8174
ssjgokux3(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |ssjgokux3(a)gmail.com
--- Comment #10 from ssjgokux3(a)gmail.com 2010-11-18 01:45:32 CST ---
I can't get it to connect either Austin. I tried version 2.0.8 which I got from
Filehippo. Still trying to connect.
--
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=2632
--- Comment #6 from Jeff Zaroyko <jeffz(a)jeffz.name> 2010-11-18 01:08:52 CST ---
Please file a new bug report, this one has been closed a long time ago.
--
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=2632
--- Comment #5 from Jean-Daniel Dodin <jdd(a)dodin.org> 2010-11-18 00:56:09 CST ---
there is an offline option, and under this options the program works perfectly,
so only the connect problem seems to forgive it's use
--
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=2632
Jean-Daniel Dodin <jdd(a)dodin.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |jdd(a)dodin.org
--- Comment #4 from Jean-Daniel Dodin <jdd(a)dodin.org> 2010-11-18 00:54:30 CST ---
Hello,
I try to make an application to work in wine.
It's "ploader", an utility coming with the "Piwigo" photo gallery.
It seems to work, but have to connect to the web to upload photos and this
don't works.
This windows program is available here:
http://fr.piwigo.org/ext/extension_view.php?eid=270
when launched from wine it first shows locales loading:
wine pLoader.exe
fixme:msvcrt:MSVCRT__wsetlocale 0 L"Chinese_People's Republic of China.936"
fixme:msvcrt:MSVCRT__wsetlocale 0 L"English_United States.1252"
(....)
then:
fixme:msvcrt:MSVCRT__wsetlocale 0 L"English_United States.1252"
fixme:msvcrt:msvcrt_fdtoh wtf
(several times)
fixme:msvcrt:MSVCRT__sopen : pmode 0x01b6 ignored
fixme:msvcrt:msvcrt_fdtoh wtf
it asks for the gallery URL then is issues an error message: can't connect to
xxxx:80 (unknown error). I can connect from windows or some variant of Linux
(there is a linux debian only version, not working on my openSUSE).
Adding :80 after the URL gives the same result (http://dodin.org:80/piwigo)
the programm is a perl application.
thanks
jdd
--
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
Adam Martinson <amartinson(a)codeweavers.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #32002|0 |1
is obsolete| |
--- Comment #57 from Adam Martinson <amartinson(a)codeweavers.com> 2010-11-17 18:04:56 CST ---
Created an attachment (id=32009)
--> (http://bugs.winehq.org/attachment.cgi?id=32009)
domelem_get_dataType() patch
Awesome, looks like I was right. The program is reading the variant set by
domelem_get_dataType() through V_BSTR() without checking its type first, and
getting garbage data as a pointer. This one should solve that issue. If it
doesn't resolve all of the msxml issues, please attach a +tid,+msxml,+variant
log.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=8107
Francisco Pina Martins <f.pinamartins(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #31989|0 |1
is obsolete| |
--- Comment #56 from Francisco Pina Martins <f.pinamartins(a)gmail.com> 2010-11-17 15:44:43 CST ---
Created an attachment (id=32005)
--> (http://bugs.winehq.org/attachment.cgi?id=32005)
+tid,+msxml+variant logfile with patch (id=32002)
Here you are again. As usual, last 100k lines, let me know what else you
require.
--
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
Adam Martinson <amartinson(a)codeweavers.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #31987|0 |1
is obsolete| |
--- Comment #55 from Adam Martinson <amartinson(a)codeweavers.com> 2010-11-17 14:12:41 CST ---
Created an attachment (id=32002)
--> (http://bugs.winehq.org/attachment.cgi?id=32002)
domelem_get_dataType() + bad pointer test patch
For that element domelem_get_dataType() should legitimately return a VT_NULL
variant... I need to figure out where this bad pointer is coming from if
possible. Try this one with today's git and attach a +tid,+msxml,+variant log
please.
--
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.