LDS Scripture Search Reverse Text

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
srilyk
Newbie
Newbie
Posts: 3
Joined: Thu Jun 26, 2008 1:50 pm

LDS Scripture Search Reverse Text

Post by srilyk »

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!
austin987
Wine Developer
Wine Developer
Posts: 2383
Joined: Fri Feb 22, 2008 8:19 pm

LDS Scripture Search Reverse Text

Post by austin987 »

On Thu, Jun 26, 2008 at 2:28 PM, srilyk <[email protected]> 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
srilyk
Newbie
Newbie
Posts: 3
Joined: Thu Jun 26, 2008 1:50 pm

Post by srilyk »

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: 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
I haven't been able to find anything particularly helpful about how to fix the problem.

Any advice? TIA
vitamin
Moderator
Moderator
Posts: 6605
Joined: Sat Feb 23, 2008 2:29 pm

Post by vitamin »

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:

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
I haven't been able to find anything particularly helpful about how to fix the problem.

Any advice? TIA
Remove valgrind from your system. And re-run configure.
Locked