similar to: Dump and load functionnalities? Test patch provided

Displaying 20 results from an estimated 3000 matches similar to: "Dump and load functionnalities? Test patch provided"

2007 Jan 29
2
Segmentation fault in Index::Index#add_document
Hello, Here''s the code that segfaults: http://pastie.caboo.se/36467 I could have submitted a patch, but I''m not sure whether this segfault is caused by Ferret or Ruby. This seems to be triggered only when combining a split and a gsub on an empty string of the returned array, and trying to insert it directly into the index. However, there''s no problem when you
2007 Feb 26
4
Ferret 0.11.0 tests segfault
I have an important segfault when I create the index (via Ferret::Index::FieldInfos#create_index). I decided to run the tests, this is what I have : $> ruby test_all.rb Loading once Loaded suite test_all Started ....................EEEEEEEE./unit/../unit/index/../../unit/store/../../unit/analysis/../../unit/utils/../../unit/query_parser/../../unit/search/tc_filter.rb:11: [BUG] Segmentation
2007 Mar 19
3
Concurrency Problem in 0.11.3
Hi, I''m having some strange/random crashes with ferret when using different programs on the same index. I created a script to reproduce the errors: http://www.sig11.org/~seb/ferret_crash.rb Usage: In one terminal run: ruby ferret_crash.rb first In another terminal: ruby ferret_crash.rb Errors I usually get are but it is really random:
2011 Mar 08
2
err:module:import_dll Library d3dx9_43.dll
I am getting this error when trying to play Rift, which is odd I think because I can play WoW just fine. I installed DirectX9 and 10 via winetricks, but still I get this error. Code: err:module:import_dll Library d3dx9_43.dll (which is needed by L"C:\\Program Files\\RIFT Game\\RIFT Game\\rift.exe") not found err:module:import_dll Library d3dx9_43.dll (which is needed by
2011 Mar 01
5
Rift Seemingly can't patch.
I have been using wine for a grand total of 24 hours so am a little bit clueless, so please forgive me if this is actually something simple. I've installed wine using the commands from here http://wiki.winehq.org/winetricks in the Ubuntu terminal and I've installed Winetricks, and I've got it to put in the three things from this post :http://forum.winehq.org/viewtopic.php?t=10959.
2011 Mar 21
9
Trying to run RIFT on OS X 10.6 and Having DirectX Issues
I've been working for a few hours to get RIFT running on my Mac Pro. I really don't want to have to get a full windows license to play the game so it seemed like a good alternative. So I pulled wine via macports (I did this today so I got wine-1.2.2). Then downloaded the game and got it patched (my wife has a Windows machine and a Rift account). This is where progress stopped. I find that
2007 Apr 03
3
[Repost] Problem with url searching..
Hi all, I''ve posted that few weeks ago but no one answered, but this feature is REALLY important for us. I have many objects with a url field, of course containing standards urls... I''m trying to match them but i actually got problems with that. Here''s a little code of what i would like to achieve: require ''rubygems'' require
2007 Feb 28
2
Ferret quick dump&load
Hello Dave, Hello all, Some weeks ago, Maz submit a patch to quickly dump or load a ferret database in an other format to prevent index rebuilding (due to changes in the format) or to simplify backup/replication tasks. I re-paste this patch (it was against the 0.10.14) here : http://pastie.caboo.se/43603 Do you think it''s intresting for ferret ? Do you have any plan for this patch ?
2011 Apr 08
2
How do you update winetricks?
I am trying to play Rift. I just did a full install of openSUSE 11.4 (wanted to try something other than ubuntu). I added the WINE repo and installed it. I then installed Rift with the downloader with WINE instead of using my windows install. I used the winetricks that came with WINE and installed d3dx9 and vcrun2008. I launched Rift and patched it, but when I hit play I get a Bright flashing
2011 Jun 29
3
rift won't start
I have seen some posts about rift, but none about the problems I am having, I have downloaded the patch, everything should be ready to go, but when I hit the start button, it thinks for a second and then just goes back to the regular "play" button. I have installed using winetricks.. I am not too familiar with wine, but I did get wow running a while ago.. any help would be greatly
2007 Mar 23
7
Multiple servers for one index
Hi, I''m currently trying to set up a solution involving multiple servers using the same index over nfs. The problem is that from what I have seen, ferret doesn''t support multiple processes writing to the same index. Using a DRb service is not an option since this would create a single point of failure. I tried using Ferret::Store::FSDirectory to create a write lock on the the
2011 Apr 02
4
Directx help!
Hey guys I am new to wine and command line and I am fully self taught to this point. I am having trouble with my game Rift. I am using mac OSX 10.6 on macbook pro. I have already installed wine, macports, x11, xcode4, Microsoft fonts, xquartz. I installed rift using Crossover games and it ran smoothly, but the trial version is over, and I want to continue playing RIft. I can start the game using
2011 May 10
3
Rift post 1.2 patch
game has failed for ALL wine users both under linux and Mac . we all get a a Rift error code as soon as we start the program.
2007 Feb 16
1
Bug in IndexSearcher with limit => all and any offset
Here''s the deal: static TopDocs *isea_search_w(Searcher *self, Weight *weight, int first_doc, // OFFSET int num_docs, // LIMIT Filter *filter, Sort *sort, filter_ft filter_func,
2011 Sep 16
1
Latest Wine 1.3.28 breaks Rift patcher
updated to newest Wine and now i get critical error when starting Rift MMO.
2007 Mar 22
0
Url searching ?
Hi all :) I have many objects with a url field, of course containing standards urls... I''m trying to match them but i actually got problems with that. Here''s a little code of what i would like to achieve: require ''rubygems'' require ''ferret'' require ''ftools'' class TestAnalyzer def token_stream(field, str) ts =
2007 Aug 23
7
custom sort routine
is it possible to write a custom sort routine for ferret? I use ferret right now to index all my products. One of the variables in these product documents is the product popularity, where 1 = best selling production, 2 = 2nd best, etc.. Right now, I''m just sorting by the popularity column in my search results, although this doesn''t always provide "good" results,
2007 Feb 27
3
segfault in ferret 0.11.0
Hi, Just downloaded the new ferret 0.11. I''m on OSX btw. I get this error everytime I run my unit tests: Loaded suite ferret_updater_unit_test Started E/usr/local/lib/ruby/1.8/erb.rb:504: [BUG] Segmentation fault ruby 1.8.4 (2005-12-24) [i686-darwin8.7.1] Abort trap When I revert back to 10.14 I dont get this error. When I comment out the line: Ferret::Index::Index.new({:path =>
2012 Mar 17
3
Wine 1.4 Stable not running Rift 1.7
Hi I am running Mint 12 I upgraded from Wine 1.3.28 to the new Stable Wine 1.4 I have been running Rift in 1.3 fine had all Correct Winetricks settings After upgrading i get this Unhandled exception: page fault on read access to 0x00000004 in 32-bit code (0x0114637a). Register dump: CS:0023 SS:002b DS:002b ES:002b FS:0063 GS:006b EIP:0114637a ESP:0033fc58 EBP:0033fcb8 EFLAGS:00210246( R-
2011 May 16
1
Wine+Rift=me confused
I know people have been having problems with Rift and wine after patch 1.2 but after looking at some of the error messages the ones I'm getting aren't the same but similar. After fighting to get wine past the direct X not up to date error for 3 days and finally succeeding in getting it to work. My game goes past the patch part and into 'start play' with out getting a direct x out