Topic: Strange Errors with IE 11  (Read 1024 times)

Strange Errors with IE 11
« on: August 26, 2019, 01:49:40 PM »
  • Location: Israel
  • Date Registered: Dec 2017
  • Posts: 444
I restored original files from zip but i am still getting these 2 errors.

Any help would be appreciated.

Code: [Select]
[Failed]  (IE11.Script) Failed to set data for 'Start Page': [RegWrite,HKLM,0x1,"Tmp_Default\Software\Microsoft\Internet Explorer\Main","Start Page",%HomePage_TextBox%]
[Failed]  (IE11.Script) Failed to set data for 'DefaultScope': [RegWrite,HKLM,0x1,"Tmp_Default\SOFTWARE\Microsoft\Internet Explorer\SearchScopes",DefaultScope,{B0AAC444-A3CD-4A2D-A12F-DE0DAED014E3}]

Attached is log.

Re: Strange Errors with IE 11
« Reply #1 on: August 26, 2019, 03:04:59 PM »
  • Location: Israel
  • Date Registered: Dec 2017
  • Posts: 444
So i found this while digging in IE Script file

Code: [Select]
RegWrite,HKLM,0x1,"Tmp_Default\SOFTWARE\Microsoft\Internet Explorer\SearchScopes\{8945C165-7FB3-46E6-9584-4C5ABC44215F}",FaviconPath,"C:\Users\ChrisR\AppData\LocalLow\Microsoft\Internet Explorer\Services\search_{8945C165-7FB3-46E6-9584-4C5ABC44215F}.ico"

Re: Strange Errors with IE 11
« Reply #2 on: August 26, 2019, 03:50:56 PM »

James

  • Grand Chef
  • *****
  • Location: USA
  • Date Registered: Dec 2017
  • Posts: 2272
but the error message is before that line of code...

Re: Strange Errors with IE 11
« Reply #3 on: August 26, 2019, 05:29:04 PM »
  • Location: Israel
  • Date Registered: Dec 2017
  • Posts: 444
Yes. I got that.

I just thought it was funny.

Re: Strange Errors with IE 11
« Reply #4 on: August 26, 2019, 05:35:57 PM »

ChrisR

  • Moderator, XPE Baker
  • Grand Chef
  • *****
  • Date Registered: Mar 2011
  • Posts: 3494
I restored original files from zip but i am still getting these 2 errors.
I just tried, no worries here about those two keys
Try to create them manually to see if OK: Create ISO > Edit Target Hives

For the 3rd key, oups :embarrassed:, try to change 
Code: [Select]
RegWrite,HKLM,0x1,"Tmp_Default\SOFTWARE\Microsoft\Internet Explorer\SearchScopes\{CDAE57DD-EC91-4231-9084-F5CDB0B440DD}",FaviconPath,"C:\Users\ChrisR\AppData\LocalLow\Microsoft\Internet Explorer\Services\search_{CDAE57DD-EC91-4231-9084-F5CDB0B440DD}.ico"
=>
Code: [Select]
RegWrite,HKLM,0x2,"Tmp_Default\SOFTWARE\Microsoft\Internet Explorer\SearchScopes\{CDAE57DD-EC91-4231-9084-F5CDB0B440DD}",FaviconPath,"X:\Users\#$pUserName#$p\AppData\LocalLow\Microsoft\Internet Explorer\Services\search_{CDAE57DD-EC91-4231-9084-F5CDB0B440DD}.ico"
« Last Edit: August 26, 2019, 05:37:28 PM by ChrisR »

Re: Strange Errors with IE 11
« Reply #5 on: August 26, 2019, 06:37:09 PM »

APT

  • Grand Chef
  • *****
  • winpe enthusiast
  • Location: UK
  • Date Registered: Nov 2012
  • Posts: 1150
Hi

there's a similar reg reference on lines 256,290,301 and 313 of that IE11 plugin


Edit:
just for ref I was using IE11 v4 dated 2019.08.18  (James test script)
« Last Edit: August 26, 2019, 10:43:26 PM by APT, Reason: update info »

Re: Strange Errors with IE 11
« Reply #6 on: August 26, 2019, 08:36:53 PM »

ChrisR

  • Moderator, XPE Baker
  • Grand Chef
  • *****
  • Date Registered: Mar 2011
  • Posts: 3494
We don't have the same line number! but yes, I do have 5 (in total) similar registry entries for each Search Engine.

Re: Strange Errors with IE 11
« Reply #7 on: August 27, 2019, 06:43:04 AM »
  • Location: Israel
  • Date Registered: Dec 2017
  • Posts: 444
So i replaced source files from iso and its working fine.

Seems something was wrong with source files from iso.

Re: Strange Errors with IE 11
« Reply #8 on: August 27, 2019, 01:34:18 PM »

James

  • Grand Chef
  • *****
  • Location: USA
  • Date Registered: Dec 2017
  • Posts: 2272
if you referring to this
Code: [Select]
AppData\LocalLow\Microsoft\Internet Explorer\Services\search_{CDAE57DD-EC91-4231-9084-F5CDB0B440DD}.ico
There is no such file in Windows media Source

Re: Strange Errors with IE 11
« Reply #9 on: August 27, 2019, 02:49:19 PM »
  • Location: Israel
  • Date Registered: Dec 2017
  • Posts: 444
if you referring to this
Code: [Select]
AppData\LocalLow\Microsoft\Internet Explorer\Services\search_{CDAE57DD-EC91-4231-9084-F5CDB0B440DD}.ico
There is no such file in Windows media Source

Never mind me. I found the issue. Nothing to do with source files.

Re: Strange Errors with IE 11
« Reply #10 on: August 27, 2019, 03:19:18 PM »

ChrisR

  • Moderator, XPE Baker
  • Grand Chef
  • *****
  • Date Registered: Mar 2011
  • Posts: 3494
search_{CDAE57DD-EC91-4231-9084-F5CDB0B440DD}.ico and others search icons
are downloaded in "%USERPROFILE%\AppData\LocalLow\Microsoft\Internet Explorer\Services" folder when installing the additional google search module.

Here google search is pre-installed but without the icon, and so with an empty icon in the search area. Well, not really annoying.
I guess the 5 lines with FaviconPath data for each search engine can be commented

Re: Strange Errors with IE 11
« Reply #11 on: August 27, 2019, 04:46:13 PM »

James

  • Grand Chef
  • *****
  • Location: USA
  • Date Registered: Dec 2017
  • Posts: 2272
registry value has to be written the same way with %userprofile%..
As in Default the %username% = System

Re: Strange Errors with IE 11
« Reply #12 on: August 27, 2019, 09:14:04 PM »

ChrisR

  • Moderator, XPE Baker
  • Grand Chef
  • *****
  • Date Registered: Mar 2011
  • Posts: 3494
You're right, we have to use the variable %UserProfile% (X:\Users\Default or (X:\Users\Administrator) :thumbsup:

Here is * IE11.Script (31.01 kB - downloaded 38 times.) with the fix and with the included icons
The icons in the search area are now well displayed  :thumbsup:

The forum appears to be very slow currently, is it only for me ?

Re: Strange Errors with IE 11
« Reply #13 on: August 27, 2019, 09:58:06 PM »

dazza

  • Chef
  • ***
  • Date Registered: Jan 2017
  • Posts: 244
The forum appears to be very slow currently, is it only for me ?
Painfully slow for me too

Re: Strange Errors with IE 11
« Reply #14 on: August 27, 2019, 10:08:46 PM »

James

  • Grand Chef
  • *****
  • Location: USA
  • Date Registered: Dec 2017
  • Posts: 2272
last few days, no matter the browser

Re: Strange Errors with IE 11
« Reply #15 on: August 28, 2019, 07:18:23 AM »

ChrisR

  • Moderator, XPE Baker
  • Grand Chef
  • *****
  • Date Registered: Mar 2011
  • Posts: 3494
I sent a message to Galapo, I hope he can solve the problem with the host provider.
Browsing the forum is a horror at the moment.

Re: Strange Errors with IE 11
« Reply #16 on: August 28, 2019, 08:19:12 AM »

Galapo

  • Gena Baker
  • Grand Chef
  • *****
  • Location: Australia
  • Date Registered: Sep 2010
  • Posts: 2207
Wow, it is slow at the moment! Thanks for alerting me Chris.

I've just gotten off from the host's tech support. I've been told that there is a known latency problem that they are still working to resolve that's affecting some of their servers. Hopefully they'll find and fix the issue soon.

Regards,
Galapo.

Re: Strange Errors with IE 11
« Reply #17 on: August 28, 2019, 07:45:09 PM »

ChrisR

  • Moderator, XPE Baker
  • Grand Chef
  • *****
  • Date Registered: Mar 2011
  • Posts: 3494
The forum looks better, the latency problem seems to be fixed.
Thank you Galapo for your reactivity  :thumbsup:

Re: Strange Errors with IE 11
« Reply #18 on: August 28, 2019, 08:45:25 PM »

APT

  • Grand Chef
  • *****
  • winpe enthusiast
  • Location: UK
  • Date Registered: Nov 2012
  • Posts: 1150
Hi

Yep, back to normal for me as well  :thumbsup:

thanks Galapo

Re: Strange Errors with IE 11
« Reply #19 on: August 29, 2019, 06:28:36 AM »

Galapo

  • Gena Baker
  • Grand Chef
  • *****
  • Location: Australia
  • Date Registered: Sep 2010
  • Posts: 2207
Yep, seems back to normal, so that's good. :great:

Regards,
Galapo.

 

Powered by EzPortal