Problems With Rich Text I Think

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
dragnrebrn1
Newbie
Newbie
Posts: 4
Joined: Wed Oct 22, 2008 6:58 pm

Problems With Rich Text I Think

Post by dragnrebrn1 »

I am trying to run a program called content composer and the text in the text field is invisible until i highlight it or sometimes just clicking around it will make it pop up for a bit. Also the words aren't wrapping correctly.

Here are the errors i get when i run it command line.

Code: Select all

fixme:mpr:WNetGetConnectionW Don't know how to convert L"\\junker" to an unc
fixme:richedit:RichEditWndProc_common EM_FORMATRANGE: stub
fixme:richedit:RichEditWndProc_common EM_FORMATRANGE: stub
the last one repeats over and over again. I looked on google and found some bug reports that sound close to whats going on and also in the faq there is something about it. i tried the winetricks things and used it to get the riched20.dll but it still is doin what its doin.

I would love some help fixing this problem moreover some advice on how to troubleshoot these things myself would be awesome =) If anyone needs more info then ask away ill gladly supply it.

thank you,
Neil

wine version 1.1.5
running gentoo on a good ole p4
austin987
Wine Developer
Wine Developer
Posts: 2383
Joined: Fri Feb 22, 2008 8:19 pm

Problems With Rich Text I Think

Post by austin987 »

On Wed, Oct 22, 2008 at 7:20 PM, dragnrebrn1 <[email protected]> wrote:
I am trying to run a program called content composer and the text in the text field is invisible until i highlight it or sometimes just clicking around it will make it pop up for a bit. Also the words aren't wrapping correctly.

Here are the errors i get when i run it command line.

Code:
fixme:mpr:WNetGetConnectionW Don't know how to convert L"\\junker" to an unc
fixme:richedit:RichEditWndProc_common EM_FORMATRANGE: stub
fixme:richedit:RichEditWndProc_common EM_FORMATRANGE: stub



the last one repeats over and over again. I looked on google and found some bug reports that sound close to whats going on and also in the faq there is something about it. i tried the winetricks things and used it to get the riched20.dll but it still is doin what its doin.

I would love some help fixing this problem moreover some advice on how to troubleshoot these things myself.

thank you,
Neil





Try riched30

--
-Austin
dragnrebrn1
Newbie
Newbie
Posts: 4
Joined: Wed Oct 22, 2008 6:58 pm

Post by dragnrebrn1 »

hey thanks it worked! i lost the right click menu which was working before. but i think i can live with that.

also any idea what this means?

Code: Select all

fixme:mpr:WNetGetConnectionW Don't know how to convert L"\\junker" to an unc 
\\junker is a samba share on the house server that i have mounted on /junker
austin987
Wine Developer
Wine Developer
Posts: 2383
Joined: Fri Feb 22, 2008 8:19 pm

Problems With Rich Text I Think

Post by austin987 »

On Wed, Oct 22, 2008 at 8:07 PM, dragnrebrn1 <[email protected]> wrote:
hey thanks it worked! i lost the right click menu which was working before. but i think i can live with that.
Please file a bug for the original issue, so we know that it needs to
be fixed. Right click shouldn't have been lost, but native dlls are
always sketchy.

Is this app downloadable?
also any idea what this means?


Code:

fixme:mpr:WNetGetConnectionW Don't know how to convert L"\\junker" to an unc

\\junker is a samba share on the house server that i have mounted on /junker
Your app is trying to mount that network drive, but Wine can't yet
mount network drives as such. It should be able to use a UNC path
though.


--
-Austin
dragnrebrn1
Newbie
Newbie
Posts: 4
Joined: Wed Oct 22, 2008 6:58 pm

Post by dragnrebrn1 »

ahh ok i get it its having trouble mounting drive W which is \\junker.

unfortunately it is a paid for program for so it isn't downloadable but i will post the big and the fix. is there anyway to get the right clock option back you think?

also what does winetricks do are the wine dlls erased now?
austin987
Wine Developer
Wine Developer
Posts: 2383
Joined: Fri Feb 22, 2008 8:19 pm

Problems With Rich Text I Think

Post by austin987 »

On Wed, Oct 22, 2008 at 8:33 PM, dragnrebrn1 <[email protected]> wrote:
ahh ok i get it its having trouble mounting drive W which is \\junker.

unfortunately it is a paid for program for so it isn't downloadable but i will post the big and the fix. is there anyway to get the right clock option back you think?

also what does winetricks do are the wine dlls erased now?





Right click, maybe...I'd try a fresh install and only install riched30.

As for winetricks, no. Your wine 'dlls' are in /usr/bin, or wherever
you installed wine. When you use winetricks, or any other way of
overriding them, you tell Wine to use the native one first, and ignore
the Wine implementation.

--
-Austin
dragnrebrn1
Newbie
Newbie
Posts: 4
Joined: Wed Oct 22, 2008 6:58 pm

Post by dragnrebrn1 »

ahh ok thank you for all the help =)
James McKenzie

Problems With Rich Text I Think

Post by James McKenzie »

Austin English wrote:
On Wed, Oct 22, 2008 at 8:07 PM, dragnrebrn1 <[email protected]> wrote:
hey thanks it worked! i lost the right click menu which was working before. but i think i can live with that.
Please file a bug for the original issue, so we know that it needs to
be fixed. Right click shouldn't have been lost, but native dlls are
always sketchy.

It will be marked as a duplicate. I'm working with Tony Rollo's code
that will implement EM_FORMATRANGE. I have to correct it for all of the
changes.

However, the mouse issue needs to be addresses as this functionality
should NOT be lost by switching to the native riched20.dll.

James McKenzie
Locked