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 


Why does the font of MainForm look like this? bug?
Goto page 1, 2  Next
 
Post new topic   Reply to topic    Cheat Engine Forum Index -> Cheat Engine Lua Scripting
View previous topic :: View next topic  
Author Message
gfetgkh
Newbie cheater
Reputation: 0

Joined: 06 Apr 2018
Posts: 22

PostPosted: Sun Dec 22, 2019 9:57 am    Post subject: Why does the font of MainForm look like this? bug? Reply with quote

Why does the font of MainForm look like this in win7?
Back to top
View user's profile Send private message
mgr.inz.Player
I post too much
Reputation: 222

Joined: 07 Nov 2008
Posts: 4438
Location: W kraju nad Wisla. UTC+01:00

PostPosted: Sun Dec 22, 2019 10:33 am    Post subject: Reply with quote

Could you test those:
Code:
http://www.mediafire.com/file/m6q8dyscgfqyz80/CE_test1.zip/file
http://www.mediafire.com/file/cncsb1cdsvtgbj8/CE_test2.zip/file

(test2 with newer Lazarus, older FPC)
(files will be deleted after 14 days)

Those are minimalist CE versions, compiled few days ago (source from github page). Just extract on desktop and check if this bug still occurs.

_________________
Back to top
View user's profile Send private message MSN Messenger
gfetgkh
Newbie cheater
Reputation: 0

Joined: 06 Apr 2018
Posts: 22

PostPosted: Sun Dec 22, 2019 10:54 am    Post subject: test2 Reply with quote

This is test2
Back to top
View user's profile Send private message
mgr.inz.Player
I post too much
Reputation: 222

Joined: 07 Nov 2008
Posts: 4438
Location: W kraju nad Wisla. UTC+01:00

PostPosted: Sun Dec 22, 2019 11:56 am    Post subject: Reply with quote

test1 and test2 have the same bug?

Could you try this Lua code (open "Lua Engine" window and execute pasted code):

Code:
form1 = createForm()
groupbox1 = createGroupBox(form1)
groupbox1.Align = 'alClient'
groupbox1.BorderSpacing.Around = 10
groupbox1.Caption = 'The test, THE TEST'
groupbox1.Enabled = true

form2 = createForm()
groupbox2 = createGroupBox(form2)
groupbox2.Align = 'alClient'
groupbox2.BorderSpacing.Around = 10
groupbox2.Caption = 'The test, THE TEST'
groupbox2.Enabled = false

form2.Left = form1.Width + 15


It will create two forms with groupbox. Do you see the same bug inside those two just created windows?

_________________
Back to top
View user's profile Send private message MSN Messenger
gfetgkh
Newbie cheater
Reputation: 0

Joined: 06 Apr 2018
Posts: 22

PostPosted: Sun Dec 22, 2019 9:22 pm    Post subject: Code testing Reply with quote

Test1 and test2 are the same.

I have tested your lua code, please see the picture below.
Back to top
View user's profile Send private message
Dark Byte
Site Admin
Reputation: 471

Joined: 09 May 2003
Posts: 25821
Location: The netherlands

PostPosted: Mon Dec 23, 2019 1:51 am    Post subject: Reply with quote

Have you tried updating your graphics card drivers?
_________________
Do not ask me about online cheats. I don't know any and wont help finding them.

Like my help? Join me on Patreon so i can keep helping
Back to top
View user's profile Send private message MSN Messenger
gfetgkh
Newbie cheater
Reputation: 0

Joined: 06 Apr 2018
Posts: 22

PostPosted: Mon Dec 23, 2019 1:53 am    Post subject: About how to fix bug. Reply with quote

I have found the reason for bug. You can fix it by modifying the font.
Back to top
View user's profile Send private message
mgr.inz.Player
I post too much
Reputation: 222

Joined: 07 Nov 2008
Posts: 4438
Location: W kraju nad Wisla. UTC+01:00

PostPosted: Mon Dec 23, 2019 4:37 am    Post subject: Reply with quote

Wait. It already looks weird in the Lazarus? So it is a Lazarus/LCL bug.

Can you test few other binaries I will prepare (minimalist CE versions compiled with Lazarus with updated LCL - from fixes branch and from trunk branch)?
(I will upload them today, I'll edit this post)

EDIT:
Fixes branch doesn't change much in my opinion, so here compiled with "Lazarus from trunk branch"
Code:
http://www.mediafire.com/file/v5yqikrhscza8oy/CE_test3.zip/file

(files will be deleted after 14 days)

_________________
Back to top
View user's profile Send private message MSN Messenger
gfetgkh
Newbie cheater
Reputation: 0

Joined: 06 Apr 2018
Posts: 22

PostPosted: Mon Dec 23, 2019 7:02 am    Post subject: Reply : Dark Byte and mgr.inz.Player Reply with quote

Reply : Dark Byte

This bug only exists in ce7.0, which is not found in versions lower than 7.0

This bug appears not only on my computer, but also on many computers in my company. So this has nothing to do with the video card driver.


Reply : mgr.inz.Player

I can't access goo. gl, please put the test code in GitHub or mediafire.

I found that bugs happen regularly, please see the picture below.
Back to top
View user's profile Send private message
mgr.inz.Player
I post too much
Reputation: 222

Joined: 07 Nov 2008
Posts: 4438
Location: W kraju nad Wisla. UTC+01:00

PostPosted: Mon Dec 23, 2019 7:07 am    Post subject: Reply with quote

I edited my previous post.
_________________
Back to top
View user's profile Send private message MSN Messenger
gfetgkh
Newbie cheater
Reputation: 0

Joined: 06 Apr 2018
Posts: 22

PostPosted: Mon Dec 23, 2019 8:24 am    Post subject: CE_test3 Reply with quote

Ce_test still has bug. The bug are the same as before.
Back to top
View user's profile Send private message
Dark Byte
Site Admin
Reputation: 471

Joined: 09 May 2003
Posts: 25821
Location: The netherlands

PostPosted: Mon Dec 23, 2019 8:35 am    Post subject: Reply with quote

Go to settings->general and tick :"Override the default font"

And change it to another type font. See if it still happens (after restarting CE)

_________________
Do not ask me about online cheats. I don't know any and wont help finding them.

Like my help? Join me on Patreon so i can keep helping
Back to top
View user's profile Send private message MSN Messenger
gfetgkh
Newbie cheater
Reputation: 0

Joined: 06 Apr 2018
Posts: 22

PostPosted: Mon Dec 23, 2019 8:50 am    Post subject: Reply : Dark Byte Reply with quote

Resolvent:Go to settings->general and tick :"Override the default font".

It successfully kills bug.
Back to top
View user's profile Send private message
mgr.inz.Player
I post too much
Reputation: 222

Joined: 07 Nov 2008
Posts: 4438
Location: W kraju nad Wisla. UTC+01:00

PostPosted: Mon Dec 23, 2019 9:28 am    Post subject: Reply with quote

So, you have to force change the font. I still think it is a Lazarus bug.

Well, final test. If you have the same issues with below binary (tick and untick the checkbox), I think we had to report the bug here https://bugs.freepascal.org

Code:
https://www.mediafire.com/file/u4olndtc3cdtzwz/test4.zip/file
https://www.mediafire.com/file/03km2z9ne487zq2/test5.zip/file


PS: you do not have to give screenshots over and over, simple answer would be enough.

_________________
Back to top
View user's profile Send private message MSN Messenger
gfetgkh
Newbie cheater
Reputation: 0

Joined: 06 Apr 2018
Posts: 22

PostPosted: Mon Dec 23, 2019 7:16 pm    Post subject: Reply: mgr.inz.Player Reply with quote

test4 and test5 result.
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    Cheat Engine Forum Index -> Cheat Engine Lua Scripting All times are GMT - 6 Hours
Goto page 1, 2  Next
Page 1 of 2

 
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