• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

OTClient Update - Infinite Loop

potinho

Intermediate OT User
Joined
Oct 11, 2009
Messages
1,397
Solutions
17
Reaction score
148
Location
Brazil
I'm trying to use the OTClientv8 update module, but the client got into an infinite loop. I followed the steps described in the link (
) I'm using Windows and XAMPP, but the updater downloads all files in an infinite loop. can you help me? When finish, it starts all over again.

1634334196557.png
 
Solution
Solved leaving files in this way, but after update client dont restart automatic, need to close and open client again, someone can help me, please?


1634398960699.png

Need to OTClient close by itself after update files, its not happening
Post automatically merged:

Got it, in updater.lua in modules/updater, just change forcerestart to
Lua:
true

Lua:
-- update of some files require full client restart
  local forceRestart = true
  local reloadModules = true
Solved leaving files in this way, but after update client dont restart automatic, need to close and open client again, someone can help me, please?


1634398960699.png

Need to OTClient close by itself after update files, its not happening
Post automatically merged:

Got it, in updater.lua in modules/updater, just change forcerestart to
Lua:
true

Lua:
-- update of some files require full client restart
  local forceRestart = true
  local reloadModules = true
 
Last edited:
Solution
Solved leaving files in this way, but after update client dont restart automatic, need to close and open client again, someone can help me, please?


View attachment 62863

Need to OTClient close by itself after update files, its not happening
Post automatically merged:

Got it, in updater.lua in modules/updater, just change forcerestart to
Lua:
true

Lua:
-- update of some files require full client restart
  local forceRestart = true
  local reloadModules = true
If you change it, it will become into a infinite loop
 
Estoy tratando de usar el módulo de actualización OTClientv8, pero el cliente entró en un bucle infinito. Seguí los pasos descritos en el enlace (
) Estoy usando Windows y XAMPP, pero el actualizador descarga todos los archivos en un ciclo infinito. ¿me puedes ayudar? Al terminar, comienza todo de nuevo.

View attachment 62850
como lo hiciste funcionar para windows, que direcciones pusiste
 
Back
Top