Jump to content











Photo
- - - - -

bug in autoLocalization


  • Please log in to reply
25 replies to this topic

#1 MedEvil

MedEvil

    Platinum Member

  • .script developer
  • 7771 posts

Posted 12 January 2007 - 12:53 PM

Hi psc!
Found some errors in processLocalization.script in the LiveXP project. Unfortunately i can't fix them, as they seem to originate in Localize.exe.
In processLocalization.script the variable DRIVELETTER% is used 3 times, insted of %DRIVELETTER%.

Another problem is the 'SendTo' folder, as it is created in 'Documents and Settings' instead of 'Dokumente und Einstellungen'.
Not sure if the fixing of the above will correct this error too or if it is related to the following error, from the WB Log, instead.

INIRead - Failed to read value from: [C:\BootBuilder\WinBuilder053Beta12\Projects\LiveXP\autoTweaks\autoLocalization\processLocalization.script] Section: [Main] Key: [Check] to variable: [%check%]

Happy bug hunting! :P

#2 pscEx

pscEx

    Platinum Member

  • Team Reboot
  • 12707 posts
  • Location:Korschenbroich, Germany
  • Interests:What somebody else cannot do.
  •  
    European Union

Posted 12 January 2007 - 01:52 PM

In processLocalization.script the variable DRIVELETTER% is used 3 times, insted of %DRIVELETTER%.

LiveXP has the version 19 of autoLocalize.Script.
The actual version 21 can be found here
(I'll try to update the server)

Another problem is the 'SendTo' folder, as it is created in 'Documents and Settings' instead of 'Dokumente und Einstellungen'.

That is hardcoded in shortcuts.Script and not an issue of autoLocalize.

INIRead - Failed to read value from: [C:\BootBuilder\WinBuilder053Beta12\Projects\LiveXP\autoTweaks\autoLocalization\processLocalization.script] Section: [Main] Key: [Check] to variable: [%check%]

This is a version check; the error occurs when processLocalization.Script is not yet generated.
Not nice, but does not disturbe correct project generation.

Peter

#3 MedEvil

MedEvil

    Platinum Member

  • .script developer
  • 7771 posts

Posted 12 January 2007 - 02:46 PM

LiveXP has the version 19 of autoLocalize.Script.
The actual version 21 can be found

Never occured to me, that the file from the update-server might be out of date. :P

That is hardcoded in shortcuts.Script and not an issue of autoLocalize.

Thanks, will look into it.

This is a version check; the error occurs when processLocalization.Script is not yet generated.
Not nice, but does not disturbe correct project generation.

OK, thanks Peter

#4 MedEvil

MedEvil

    Platinum Member

  • .script developer
  • 7771 posts

Posted 12 January 2007 - 03:15 PM

Where is my 'Dokumente und Einstellungen' and why do i have now a ProfilesDir?

#5 pscEx

pscEx

    Platinum Member

  • Team Reboot
  • 12707 posts
  • Location:Korschenbroich, Germany
  • Interests:What somebody else cannot do.
  •  
    European Union

Posted 12 January 2007 - 03:32 PM

Never occured to me, that the file from the update-server might be out of date. :P


There is samething with 'Beta' in the URL :P

Peter :P

#6 pscEx

pscEx

    Platinum Member

  • Team Reboot
  • 12707 posts
  • Location:Korschenbroich, Germany
  • Interests:What somebody else cannot do.
  •  
    European Union

Posted 12 January 2007 - 03:34 PM

Where is my 'Dokumente und Einstellungen' and why do i have now a ProfilesDir?


???
Please some words more!
Maybe a post of the log

Peter

#7 MedEvil

MedEvil

    Platinum Member

  • .script developer
  • 7771 posts

Posted 12 January 2007 - 04:01 PM

???
Please some words more!
Maybe a post of the log

Peter

I take everything back and say the opposite! :P
I'm so used to updating without loosing my settings, that i keep forgetting, that i have to reenable settings in WB when updating.

#8 pscEx

pscEx

    Platinum Member

  • Team Reboot
  • 12707 posts
  • Location:Korschenbroich, Germany
  • Interests:What somebody else cannot do.
  •  
    European Union

Posted 12 January 2007 - 04:41 PM

I take everything back and say the opposite! :P
I'm so used to updating without loosing my settings, that i keep forgetting, that i have to reenable settings in WB when updating.


What about using myOptions?
Peter

#9 MedEvil

MedEvil

    Platinum Member

  • .script developer
  • 7771 posts

Posted 12 January 2007 - 11:57 PM

LiveXP has the version 19 of autoLocalize.Script.
The actual version 21 can be found

Peter in the here posted version a path to the Archive folder is still present.
Had you fixed that before uploading to the downloadcenter?

#10 pscEx

pscEx

    Platinum Member

  • Team Reboot
  • 12707 posts
  • Location:Korschenbroich, Germany
  • Interests:What somebody else cannot do.
  •  
    European Union

Posted 13 January 2007 - 08:51 AM

Peter in the here posted version a path to the Archive folder is still present.
Had you fixed that before uploading to the downloadcenter?


The processLocalize script is build once and valid vor every project.
Maybe qith the new structure would be better for every project to have its own processLocalize.Script.

Peter

#11 MedEvil

MedEvil

    Platinum Member

  • .script developer
  • 7771 posts

Posted 13 January 2007 - 12:57 PM

The processLocalize script is build once and valid vor every project.
Maybe qith the new structure would be better for every project to have its own processLocalize.Script.

Peter

You misunderstood, the Archive path is coded into the autoLocalize.Script, but we no longer have an archive folder.

:P

#12 pscEx

pscEx

    Platinum Member

  • Team Reboot
  • 12707 posts
  • Location:Korschenbroich, Germany
  • Interests:What somebody else cannot do.
  •  
    European Union

Posted 13 January 2007 - 01:38 PM

You misunderstood, the Archive path is coded into the autoLocalize.Script, but we no longer have an archive folder.

:P


I can rename it, but it has to be a folder under %basedir% and outside the different projects.

BTW: This version of localization is ice-age. Go to nativeEX.

Peter

#13 MedEvil

MedEvil

    Platinum Member

  • .script developer
  • 7771 posts

Posted 13 January 2007 - 02:04 PM

I can rename it, but it has to be a folder under %basedir% and outside the different projects.

:P Why? I replaced your %basedir&\archive string with %projectdir% and it works like a charn.

BTW: This version of localization is ice-age. Go to nativeEX.

There is no autoLocalization.script in my nativeEX project and downloader does not show anything missing. :P

#14 pscEx

pscEx

    Platinum Member

  • Team Reboot
  • 12707 posts
  • Location:Korschenbroich, Germany
  • Interests:What somebody else cannot do.
  •  
    European Union

Posted 13 January 2007 - 02:10 PM

:P Why? I replaced your %basedir&\archive string with %projectdir% and it works like a charn.


That's ok, but it brings the same processLocalization script into every project.
Again a question of the new structures.

There is no autoLocalization.script in my nativeEX project and downloader does not show anything missing. :P


It is a part of the hivesFactory :P

Peter

#15 MedEvil

MedEvil

    Platinum Member

  • .script developer
  • 7771 posts

Posted 13 January 2007 - 02:21 PM

It is a part of the hivesFactory :P

Peter

Ah, now i get it! Not, that's an old script, go to nativeEX and use the new one, but use nativeEx instead! :P

At the moment, i work on making the standart project work as flawless as possible without actually having to invent own scripts. :P Just a little bugfixing.
When everything works, i will try to merge it to LiveXP and nativeEX.

PS: nativeEx is a great idea, but unfortunately to many scripts seem not to work yet right with it. :P

#16 pscEx

pscEx

    Platinum Member

  • Team Reboot
  • 12707 posts
  • Location:Korschenbroich, Germany
  • Interests:What somebody else cannot do.
  •  
    European Union

Posted 13 January 2007 - 02:26 PM

PS: nativeEx is a great idea, but unfortunately to many scripts seem not to work yet right with it. :P


That's our job for the near future!

Peter

#17 MedEvil

MedEvil

    Platinum Member

  • .script developer
  • 7771 posts

Posted 13 January 2007 - 02:31 PM

That's our job for the near future!

Peter

Yep, it is, but i think we should also have a stable product for our customers. :P

#18 pscEx

pscEx

    Platinum Member

  • Team Reboot
  • 12707 posts
  • Location:Korschenbroich, Germany
  • Interests:What somebody else cannot do.
  •  
    European Union

Posted 13 January 2007 - 02:38 PM

Yep, it is, but i think we should also have a stable product for our customers. :P


Just have a look at the blue lines at bottom :P
Peter

#19 MedEvil

MedEvil

    Platinum Member

  • .script developer
  • 7771 posts

Posted 13 January 2007 - 03:04 PM

Just have a look at the blue lines at bottom :P
Peter

I'm more in favour of the M$ way. Always have an ok product to sell, while working on the superior one! :P

:P

#20 pscEx

pscEx

    Platinum Member

  • Team Reboot
  • 12707 posts
  • Location:Korschenbroich, Germany
  • Interests:What somebody else cannot do.
  •  
    European Union

Posted 13 January 2007 - 03:13 PM

I'm more in favour of the M$ way. Always have an ok product to sell, ...

I saw a lot of products they sold, but I do not remember having ever seen a product ready to sell :P
And M$ has ??? thousand developers, and we ??

Peter

#21 MedEvil

MedEvil

    Platinum Member

  • .script developer
  • 7771 posts

Posted 13 January 2007 - 03:54 PM

And M$ has ??? thousand developers, and we ??

You for the improved version and me for the outdated one. :P

So we should make faster progress than M$! :P

#22 pscEx

pscEx

    Platinum Member

  • Team Reboot
  • 12707 posts
  • Location:Korschenbroich, Germany
  • Interests:What somebody else cannot do.
  •  
    European Union

Posted 13 January 2007 - 04:15 PM

You for the improved version and me for the outdated one. :P

So we should make faster progress than M$! :P

:P

#23 Brito

Brito

    Platinum Member

  • .script developer
  • 10616 posts
  • Location:boot.wim
  • Interests:I'm just a quiet simple person with a very quiet simple life living one day at a time..
  •  
    European Union

Posted 13 January 2007 - 04:17 PM

:P

#24 smiley

smiley

    Silver Member

  • .script developer
  • 905 posts
  •  
    Greece

Posted 13 January 2007 - 04:44 PM

I have a very serious question : Why do we keep two different projects that do almost the same thing? WE can merge them as MedEvil said. Let's create a barand new project with a different name wich will be compatible with the scripts of both projects. :P


John

#25 MedEvil

MedEvil

    Platinum Member

  • .script developer
  • 7771 posts

Posted 13 January 2007 - 06:21 PM

I have a very serious question : Why do we keep two different projects that do almost the same thing? WE can merge them as MedEvil said. Let's create a barand new project with a different name wich will be compatible with the scripts of both projects. :P
John

I'm not yet so deep into the projects, but i don't think it can or should be done.
The way i see it:
- LiveXP is the 'easy' clone from BartPE. It's very compatible to BartPE, so plugins can be more easily transformed.
- nativeEX is the new kid on the block with lots of potential, but not as compatible to BARTPE. So, more trouble tranforming plugins.

I think we will eventually move to nativeEX as the main project, but for now it's nice to have LiveXP to see, if the transformation of the plugin to script worked, at least in general. :P




0 user(s) are reading this topic

0 members, 0 guests, 0 anonymous users