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!
LDS Scripture Search Reverse Text
LDS Scripture Search Reverse Text
On Thu, Jun 26, 2008 at 2:28 PM, srilyk <[email protected]> wrote:
http://wiki.winehq.org/RegressionTesting
Run a regression test: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!
http://wiki.winehq.org/RegressionTesting
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:
I haven't been able to find anything particularly helpful about how to fix the problem.
Any advice? TIA
Code: Select all
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
Any advice? TIA
Remove valgrind from your system. And re-run configure.srilyk wrote: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:
I haven't been able to find anything particularly helpful about how to fix the problem.Code: Select all
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
Any advice? TIA