The program I am trying to run quits with the following error messages: fixme:richedit:RichEditANSIWndProc EM_EXLIMITTEXT: stub fixme:richedit:RichEditANSIWndProc EM_EXLIMITTEXT: stub fixme:richedit:RichEditANSIWndProc EM_EXLIMITTEXT: stub fixme:richedit:RichEditANSIWndProc EM_EXLIMITTEXT: stub fixme:richedit:RichEditANSIWndProc EM_EXLIMITTEXT: stub fixme:richedit:RichEditANSIWndProc EM_EXLIMITTEXT: stub fixme:richedit:RichEditANSIWndProc EM_EXLIMITTEXT: stub fixme:richedit:RichEditANSIWndProc WM_STYLECHANGING: stub fixme:richedit:RichEditANSIWndProc WM_STYLECHANGED: stub fixme:richedit:RichEditANSIWndProc EM_EXLIMITTEXT: stub fixme:richedit:RichEditANSIWndProc EM_EXLIMITTEXT: stub fixme:richedit:RichEditANSIWndProc EM_EXLIMITTEXT: stub I have tried running winecfg and have entered my program name in the Applications tab, selected it, and then switched to the Libraries tab and entered: [AppDefaults\\\\Olb.exe\\\\DllOverrides] ; address richedit interfaces not displaying \"riched20\" = \"native\", \"riched32\" = \"native\" I have also added the richedit20 and richedit32 libraries as native then builtin, but neither change seems to make a difference. Another thing I noticed is that when I get the fixme messages the terminal seems to lock up and never returns to the prompt. My program file is located on Windows drive D: and I presume the richedit libraries are in the system folder on drive C:. Could that be confusing Wine, or is it smart enough to sort that out? My Windows system is Win2k, btw. Does anyone have any suggestions? Thanks, Bob
Bob Etheridge <bobetheridge@shaw.ca> wrote:> The program I am trying to run quits with the following error messages: > > [...]Those are not error messages. A fixme is non-fatal.> I have tried running winecfg and have entered my program name in the > Applications tab, selected it, and then switched to the Libraries tab > and entered: > > [AppDefaults\\\\Olb.exe\\\\DllOverrides] ; address richedit interfaces > not displaying \"riched20\" = \"native\", \"riched32\" = \"native\"I'm confused by what you mean with "not displaying".> noticed is that when I get the fixme messages the terminal seems to lock > up and never returns to the prompt.What if you hit CTRL-C or CTRL-Z (i.e. quit or suspend) ?> My program file is located on Windows drive D: and I presume the > richedit libraries are in the system folder on drive C:. Could that be > confusing Wine, or is it smart enough to sort that out? My Windows > system is Win2k, btw.You _assume_? Don't you know where you put them? You aren't using your windows installation as C:, are you? Daniel
Daniel Skorka
2006-Jul-14 03:15 UTC
[Wine] Re: Still trying to sort out an override problem
Bob Etheridge <bobetheridge@shaw.ca> wrote:> On 12/07/06 09:11 AM, Daniel Skorka wrote: >> Bob Etheridge <bobetheridge@shaw.ca> wrote: > > [lots of useless quoting deleted]> >> [AppDefaults\\\\Olb.exe\\\\DllOverrides] ; address richedit interfaces > >> not displaying \"riched20\" = \"native\", \"riched32\" = \"native\" > > > > I'm confused by what you mean with "not displaying". > > > > I'm confused also. That line of code is taken word for word from the > Wine database for my program. In some languages the semi-colon is aWhich program would that be? You didn't just enter the whole line as it is into winecfg, did you?> Yes, I assumed since the code was telling Wine to use the native dll > that it was already a part of my Windows system. It turns out that I > don't have those dlls. So, provided I can find them somewhere on the > internet, what do I do with them? Where do I put them so Wine can > access them?Put them into ~/.wine/drive_c/windows/system32 Daniel
Daniel Skorka
2006-Jul-16 09:45 UTC
[Wine] Re: Still trying to sort out an override problem
Bob Etheridge <bobetheridge@shaw.ca> wrote:> Yes, I entered the whole line exactly as it was quoted in the Wine > AppDb. There is nothing there to make me think I should do otherwise.Well, this entry was written back when there was a config file. You can't know that, of course. But looking at the Libraries tab in winecfg, doesn't it strike you as odd?> After that I am not sure whether the information given applies to only > running a fake Windows or to running a real Windows system as well. If > it is the former, where do I find the correct instructions for running a > program from a real Windows?There is no difference.> cd /windows2/program\ files/bible > $ wine olb.exeThat is what you should do.> When I first tried this, Wine created a Bible folder in my home > directory with a few files inside (mostly text files), but no > executables. I don't know what it was supposed to do so I don't know ifThat would be the doing of your program, not wines.> this is normal. Would copying the entire directory from my Windows > system on to my Linux system (home folder) be a possible solution? IShouldn't make a difference.> don't know what to do next, so any help would be appreciated.I guess you won't be able to use your program for the time being, i.e. until wine improves. Daniel