Hi, I'm running ubuntu 8.04, wine-1.0, and I used the recommended package installation script (hardy.sh). A bit of background on the problem - there was no problem at some point prior to my upgrade to ubuntu 8.04 (I hadn't used the program for some time). I could use the search function just fine. After my upgrade, when you used the "search" function, it would crash the program. I finally figured out that it only occured when the search box was selected (either clicking into it with the mouse, or using tab). After updating to wine-1.0 it doesn't crash, but it has a strange and sort of crippling behavior. When you type in the search box, it moves the cursor to the beginning and inserts a space. For instance, typing "hello" would output " olleh" (that's 5 spaces). It's possible to type the word backward (olleh) and search that way, but it's not the most graceful fix to my problem (also it takes more concentration, especially if it's a long word, like charity). I've logged running the program, typing in "hellow", pressing enter (a window pops up saying no hits found), pressing space for OK, typing "olleh", pressing enter (a box pops up saying no hits found), pressing space for OK, and then pushing alt+f4 to quit. Here's my log file: http://docs.google.com/Doc?id=dccvcjf7_0c6d64zds Thanks for any help!
On Thu, Jun 26, 2008 at 2:28 PM, srilyk <wineforum-user at winehq.org> wrote:> Hi, > > I'm running ubuntu 8.04, wine-1.0, and I used the recommended package installation script (hardy.sh). > > A bit of background on the problem - there was no problem at some point prior to my upgrade to ubuntu 8.04 (I hadn't used the program for some time). I could use the search function just fine. > > After my upgrade, when you used the "search" function, it would crash the program. I finally figured out that it only occured when the search box was selected (either clicking into it with the mouse, or using tab). > > After updating to wine-1.0 it doesn't crash, but it has a strange and sort of crippling behavior. When you type in the search box, it moves the cursor to the beginning and inserts a space. For instance, typing "hello" would output " olleh" (that's 5 spaces). It's possible to type the word backward (olleh) and search that way, but it's not the most graceful fix to my problem (also it takes more concentration, especially if it's a long word, like charity). > > I've logged running the program, typing in "hellow", pressing enter (a window pops up saying no hits found), pressing space for OK, typing "olleh", pressing enter (a box pops up saying no hits found), pressing space for OK, and then pushing alt+f4 to quit. Here's my log file: http://docs.google.com/Doc?id=dccvcjf7_0c6d64zds > > Thanks for any help! > > > > > >Run a regression test: http://wiki.winehq.org/RegressionTesting
2008/6/26 srilyk <wineforum-user at winehq.org>:> Hi, > > I'm running ubuntu 8.04, wine-1.0, and I used the recommended package installation script (hardy.sh). > > A bit of background on the problem - there was no problem at some point prior to my upgrade to ubuntu 8.04 (I hadn't used the program for some time). I could use the search function just fine. > > After my upgrade, when you used the "search" function, it would crash the program. I finally figured out that it only occured when the search box was selected (either clicking into it with the mouse, or using tab). > > After updating to wine-1.0 it doesn't crash, but it has a strange and sort of crippling behavior. When you type in the search box, it moves the cursor to the beginning and inserts a space. For instance, typing "hello" would output " olleh" (that's 5 spaces). It's possible to type the word backward (olleh) and search that way, but it's not the most graceful fix to my problem (also it takes more concentration, especially if it's a long word, like charity). > > I've logged running the program, typing in "hellow", pressing enter (a window pops up saying no hits found), pressing space for OK, typing "olleh", pressing enter (a box pops up saying no hits found), pressing space for OK, and then pushing alt+f4 to quit. Here's my log file: http://docs.google.com/Doc?id=dccvcjf7_0c6d64zds > > Thanks for any help! >In addition to the regression testing suggested earlier, you will save yourself trouble with future versions of the software by letting the Church of Jesus Christ of Latter-day Saints know that there is demand for Bible-reading software on Linux. Their contact form is here: http://www.lds.org/ldsorg/v/index.jsp?vgnextoid=3e920fd41d93b010VgnVCM1000004d82620aRCRD&locale=0&hideNav=true Dotan Cohen http://what-is-what.com http://gibberish.co.il ?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-? A: Because it messes up the order in which people normally read text. Q: Why is top-posting such a bad thing?
So, I started running a regression test, and got about 50% through (well, I'm guessing it was around there), it complied several times... and then I started dying with this error: Code: signal_i386.o: In function `setup_exception': /home/wayne/wine-git/dlls/ntdll/signal_i386.c:940: undefined reference to `VALGRIND_MAKE_WRITABLE' collect2: ld returned 1 exit status winegcc: ccache failed. make[2]: *** [ntdll.dll.so] Error 2 make[2]: Leaving directory `/home/wayne/wine-git/dlls/ntdll' make[1]: *** [ntdll] Error 2 make[1]: Leaving directory `/home/wayne/wine-git/dlls' make: *** [dlls] Error 2 I haven't been able to find anything particularly helpful about how to fix the problem. Any advice? TIA