Cheat Engine Forum Index Cheat Engine
The Official Site of Cheat Engine
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 


Different computers and incomprehensible error![SOLVED]

 
Post new topic   Reply to topic    Cheat Engine Forum Index -> General Discussions
View previous topic :: View next topic  
Author Message
ByTransient
Expert Cheater
Reputation: 5

Joined: 05 Sep 2020
Posts: 240

PostPosted: Tue Jul 06, 2021 10:08 am    Post subject: Different computers and incomprehensible error![SOLVED] Reply with quote

Error: "list index exceeds bounds 0"

It works fine on the computer I created.
It probably works fine on the computers I ship (64bit).
But on 32-bit computers I get the error in the picture.
Although I run the Trainer with CE 32 bit, it gives the same error message and the Trainer does not open.
Need a helpful plugin?
Or what is the problem?

--------------------------- SOLVED ...........:
I was creating some new objects while the main form was loading.
I had decided to hide the table on boot, as the rendering of the objects seemed to "Suffer" on first boot.
Here is the error cause and solution;

Error 1:
Code:
UDF1.visible=false
---
---
---
local e1=createEdit(UDF1)
---
---
---
UDF1.visible=true


Error 2:
Code:
UDF1.Hide()
---
---
---
local e1=createEdit(UDF1)
---
---
---
UDF1.show()


Solution:
Code:
--UDF1.Hide()
---
---
---
local e1=createEdit(UDF1)
---
---
---
UDF1.show()


Result: When opening the table, all created objects are visible.

Although 30-40 objects are within the pages, the moment of formation appears on top of each other.

At startup, this image is weird.

Is there any other solution?



err2.png
 Description:
 Filesize:  8.44 KB
 Viewed:  1981 Time(s)

err2.png


Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    Cheat Engine Forum Index -> General Discussions All times are GMT - 6 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You cannot attach files in this forum
You can download files in this forum


Powered by phpBB © 2001, 2005 phpBB Group

CE Wiki   IRC (#CEF)   Twitter
Third party websites