Jump to content











Photo
- - - - -

Small Error on Script IE_Settings.script


  • Please log in to reply
1 reply to this topic

#1 Rui Paz

Rui Paz

    Frequent Member

  • Advanced user
  • 201 posts
  •  
    Portugal

Posted 12 July 2010 - 11:11 AM

Hi,

Found a small error on script IE_Settings.script, Version=23, Date=13.03.2009, Author=saydin77, Lancelot

When building the project i got this error "RegWrite - Type: [0x4] Section [HKLM\WB-DEFAULT\Software\Microsoft\Windows\CurrentVersion\Internet Settings\5.0\Cache\Content] Key [CacheLimit]:" and the process halts.
To reproduce this error the user must select a Cache limit value of 16, 32 or 64MB.

After doing some debug i found the error on the script code:
123: If,%pScrollBox1%,EQUAL," 16 mb",set,%ie6cachelimit%,16384
124: If,%pScrollBox1%,EQUAL," 32 mb",set,%ie6cachelimit%,32768
125: If,%pScrollBox1%,EQUAL," 64 mb",set,%ie6cachelimit%,65536

To fix this error the space before the numbers 16, 32 and 64 must be removed like this:
123: If,%pScrollBox1%,EQUAL,"16 mb",set,%ie6cachelimit%,16384
124: If,%pScrollBox1%,EQUAL,"32 mb",set,%ie6cachelimit%,32768
125: If,%pScrollBox1%,EQUAL,"64 mb",set,%ie6cachelimit%,65536

Probably this isn't the rigth way to post about errors but i didn't find information about how to post, and LiveXP isn't on the "Bug Tracker: Projects" list!

___
Rui Paz

#2 Lancelot

Lancelot

    Frequent Member

  • .script developer
  • 5013 posts
  • Location:Turkiye/Izmir
  • Interests:*Mechanical stuff and Physics,
    *LiveXP, BartPE, SherpyaXPE,
    *Basketball and Looong Walking,
    *Buying outwear for my girlf (Reason: Girls are stupid about buying bad stuff to make themselves uglier :))
    *Girls (Lyric: Girl,...., You will be a womann, Soon)
    *Answering questions for "Meaning of life",
    *Helping people,

    Kung with LiveXP, Fu with Peter :)
  •  
    Turkey

Posted 12 July 2010 - 11:55 AM

Hi Rui Paz,

You are at right place to post :cheers:

And Thanks a lot, you are totally correct :cheers:

New script on server now :rofl:




0 user(s) are reading this topic

0 members, 0 guests, 0 anonymous users