Go Back   FileForums > Game Backup > PC Games > PC Games - CD/DVD Conversions > Conversion Tutorials

Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old 24-02-2022, 09:44
bunti_o4u's Avatar
bunti_o4u bunti_o4u is offline
Registered User
 
Join Date: Aug 2017
Location: India
Posts: 162
Thanks: 29
Thanked 172 Times in 61 Posts
bunti_o4u is on a distinguished road
Quote:
Originally Posted by balchantus View Post
Hi, I get an error when clicking proceed at the requirements stage which says "You must enter a name" and directly after another one wich says "Cannot focus a disabled or invisible window". Does anyone know how to fix this?

I haven't changed anything in the script, just opened it in inno and compiled it.
upload your installer.

Edit:
Quote:
Originally Posted by balchantus View Post
I tried the installer on another computer and it worked fine so I guess it's something with my computer. Do you have any idea what I can do? It also occures in the Final Version you uploaded today
It is running fine on my machine as well..

Upload screenshots.

Last edited by bunti_o4u; 25-02-2022 at 10:17.
Reply With Quote
Sponsored Links
  #2  
Old 24-02-2022, 11:01
balchantus's Avatar
balchantus balchantus is offline
Registered User
 
Join Date: Oct 2021
Location: Sweden
Posts: 5
Thanks: 3
Thanked 1 Time in 1 Post
balchantus is on a distinguished road
Quote:
Originally Posted by bunti_o4u View Post
upload your installer.
I tried the installer on another computer and it worked fine so I guess it's something with my computer. Do you have any idea what I can do? It also occures in the Final Version you uploaded today

---------------------
Quote:
Originally Posted by bunti_o4u View Post
It is running fine on my machine as well..

Upload screenshots.
Maybe it's an error in windows 11?
Attached Images
File Type: png Screenshot1.png (568.9 KB, 252 views)
File Type: png Screenshot2.png (543.0 KB, 249 views)
Attached Files
File Type: rar Setup.rar (7.90 MB, 25 views)

Last edited by balchantus; 27-02-2022 at 03:47.
Reply With Quote
The Following User Says Thank You to balchantus For This Useful Post:
FIFA_LOVER (02-03-2022)
  #3  
Old 01-03-2022, 17:37
Cesar82's Avatar
Cesar82 Cesar82 is offline
Registered User
 
Join Date: May 2011
Location: Brazil
Posts: 1,074
Thanks: 1,814
Thanked 2,304 Times in 787 Posts
Cesar82 is on a distinguished road
Quote:
Originally Posted by balchantus View Post
I tried the installer on another computer and it worked fine so I guess it's something with my computer. Do you have any idea what I can do? It also occures in the Final Version you uploaded today

---------------------


Maybe it's an error in windows 11?
To try to correct the error of message 2 you can try to insert the line highlighted in red in the script.
Code:
  if Lock.Tile.Visible and Lock.Tile.Enabled then
    Lock.Tile.SetFocus;
Reply With Quote
The Following User Says Thank You to Cesar82 For This Useful Post:
FIFA_LOVER (02-03-2022)
  #4  
Old 01-03-2022, 23:32
Grumpy's Avatar
Grumpy Grumpy is offline
Moderator
 
Join Date: Jun 2004
Location: Australia
Posts: 5,695
Thanks: 1,256
Thanked 1,851 Times in 812 Posts
Grumpy is on a distinguished road
Well, I finally remembered to 'move' this thread to the correct forum
__________________
Can't find a Game Conversion? Check the 'Conversion INDEX'
Reply With Quote
The Following 2 Users Say Thank You to Grumpy For This Useful Post:
Cesar82 (02-03-2022), FIFA_LOVER (02-03-2022)
  #5  
Old 02-03-2022, 10:55
balchantus's Avatar
balchantus balchantus is offline
Registered User
 
Join Date: Oct 2021
Location: Sweden
Posts: 5
Thanks: 3
Thanked 1 Time in 1 Post
balchantus is on a distinguished road
Quote:
Originally Posted by Cesar82 View Post
To try to correct the error of message 2 you can try to insert the line highlighted in red in the script.
Code:
  if Lock.Tile.Visible and Lock.Tile.Enabled then
    Lock.Tile.SetFocus;
Thanks for the suggestion but I tried to add that and both error messages still shows up. Do you know anything else I can try?
Reply With Quote
  #6  
Old 06-03-2022, 21:42
Hexagon123 Hexagon123 is offline
Registered User
 
Join Date: Dec 2016
Location: IOWA
Posts: 80
Thanks: 4
Thanked 49 Times in 30 Posts
Hexagon123 is on a distinguished road
For some reason, they left optional 5 & 6 unused.

Bunti, can you add 2GB limit, more languages, or optional(s)?

So, here's the possibly fixed script.
Attached Files
File Type: 7z WindowsPhone.7z (32.7 KB, 20 views)

Last edited by Hexagon123; 13-03-2022 at 16:27. Reason: Fixed some code due to checkbox not being ticked
Reply With Quote
  #7  
Old 07-03-2022, 13:17
balchantus's Avatar
balchantus balchantus is offline
Registered User
 
Join Date: Oct 2021
Location: Sweden
Posts: 5
Thanks: 3
Thanked 1 Time in 1 Post
balchantus is on a distinguished road
Quote:
Originally Posted by Hexagon123 View Post
For some reason, they left optional 5 & 6 unused.

Bunti, can you add more languages or optional(s)?

So, here's the possibly fixed script.
Not workiing with that script either.
Reply With Quote
  #8  
Old 08-03-2022, 02:30
bunti_o4u's Avatar
bunti_o4u bunti_o4u is offline
Registered User
 
Join Date: Aug 2017
Location: India
Posts: 162
Thanks: 29
Thanked 172 Times in 61 Posts
bunti_o4u is on a distinguished road
Quote:
Originally Posted by balchantus View Post
Not workiing with that script either.
Refer the below post. It may resolve your issue..
Code:
https://stackoverflow.com/questions/70088581/getting-you-must-enter-a-name-and-cannot-focus-a-disabled-or-invisible-window
Reply With Quote
The Following User Says Thank You to bunti_o4u For This Useful Post:
balchantus (09-03-2022)
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Coming Soon: Metro Install Creator Razor12911 Conversion Tutorials 48 31-10-2021 02:59
Windows Phone Installer (FMX) Redists Help... ramazan19833 Conversion Tutorials 3 15-12-2017 04:08
Custom Installer (help test ) windows 8 Dante1995 Conversion Tutorials 4 07-07-2014 03:43
321 studios game x copy acehardy12 XBox Games 6 29-06-2005 13:55



All times are GMT -7. The time now is 13:41.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2026, vBulletin Solutions Inc.
FileForums @ https://fileforums.com