Mailing List Archive: 49091 messages
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

[REBOL] Re: Rebol/ View dll do-browser crashing browser

From: bry::itnisk::com at: 21-Mar-2004 15:34

here's one of the error reports I've had on this: Description: The description for Event ID ( 1000 ) in Source ( Microsoft Internet Explorer ) cannot be found. The local computer may not have the necessary registry information or message DLL files to display messages from a remote computer. The following information is part of the event: iexplore.exe; 6.0.2600.0; ntdll.dll; 5.0.2163.1; 0004b007. Data bytes: 0000: 41 70 70 6c 69 63 61 74 Applicat 0008: 69 6f 6e 20 46 61 69 6c ion Fail 0010: 75 72 65 20 20 69 65 78 ure iex 0018: 70 6c 6f 72 65 2e 65 78 plore.ex 0020: 65 20 36 2e 30 2e 32 36 e 6.0.26 0028: 30 30 2e 30 20 69 6e 20 00.0 in 0030: 6e 74 64 6c 6c 2e 64 6c ntdll.dl 0038: 6c 20 35 2e 30 2e 32 31 l 5.0.21 0040: 36 33 2e 31 20 61 74 20 63.1 at 0048: 6f 66 66 73 65 74 20 30 offset 0 0050: 30 30 34 62 30 30 37 0d 004b007. 0058: 0a . words: 0000: 6c707041 74616369 206e6f69 6c696146 0010: 20657275 78656920 726f6c70 78652e65 0020: 2e362065 36322e30 302e3030 206e6920 0030: 6c64746e 6c642e6c 2e35206c 31322e30 0040: 312e3336 20746120 7366666f 30207465 0050: 62343030 0d373030 0a you will notice that viewdll is not mentioned in the error, this is when the error occurs with the html page hosting view dll as a searchbar (if you want to check this out run the code shown earlier as an .r file referenced via an object from the html page, and load the html page into your searchbar by changing the following registry settings HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Interne t Explorer\Search\CustomizeSearch and HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Interne t Explorer\Search\SearchAssistant) to refer to the html page using the file:/// protocol however if I load that same html page directly into the browser, and run a query it works, but if I then try to use the back button to go back to the preceding page hosting the Rebol dll I get the following: Description: The description for Event ID ( 1000 ) in Source ( Microsoft Internet Explorer ) cannot be found. The local computer may not have the necessary registry information or message DLL files to display messages from a remote computer. The following information is part of the event: iexplore.exe; 6.0.2600.0; viewdll.dll; 0.0.0.0; 0001cd00. Data bytes: 0000: 41 70 70 6c 69 63 61 74 Applicat 0008: 69 6f 6e 20 46 61 69 6c ion Fail 0010: 75 72 65 20 20 69 65 78 ure iex 0018: 70 6c 6f 72 65 2e 65 78 plore.ex 0020: 65 20 36 2e 30 2e 32 36 e 6.0.26 0028: 30 30 2e 30 20 69 6e 20 00.0 in 0030: 76 69 65 77 64 6c 6c 2e viewdll. 0038: 64 6c 6c 20 30 2e 30 2e dll 0.0. 0040: 30 2e 30 20 61 74 20 6f 0.0 at o 0048: 66 66 73 65 74 20 30 30 ffset 00 0050: 30 31 63 64 30 30 0d 0a 01cd00.. words: 0000: 6c707041 74616369 206e6f69 6c696146 0010: 20657275 78656920 726f6c70 78652e65 0020: 2e362065 36322e30 302e3030 206e6920 0030: 77656976 2e6c6c64 206c6c64 2e302e30 0040: 20302e30 6f207461 65736666 30302074 0050: 64633130 0a0d3030 So I think it is clear that the error is in fact running from View dll. Any ideas? suggestions?