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

Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old 03-12-2022, 01:42
amin fear amin fear is offline
Registered User
 
Join Date: Feb 2012
Location: Inferno
Posts: 102
Thanks: 86
Thanked 57 Times in 30 Posts
amin fear is on a distinguished road
Error

I am getting this error when compiling with Inno v6 , what is the solution ?



Is there any tutorial for this nice script ?
Attached Images
File Type: jpg Error-FMX-Setup.jpg (114.2 KB, 172 views)
__________________
Paint me white so i can invisibly fight in the light...paint me black so i can hide my tears in the shadow of your heart.
Reply With Quote
Sponsored Links
  #2  
Old 03-12-2022, 02:51
ADMIRAL's Avatar
ADMIRAL ADMIRAL is offline
Registered User
 
Join Date: Oct 2019
Location: iran
Posts: 92
Thanks: 569
Thanked 40 Times in 34 Posts
ADMIRAL is on a distinguished road
Quote:
Originally Posted by amin fear View Post
I am getting this error when compiling with Inno v6 , what is the solution ?



Is there any tutorial for this nice script ?
use inno setup 5.5.1 ee2 to compile
__________________
Search and Find
Reply With Quote
The Following User Says Thank You to ADMIRAL For This Useful Post:
audiofeel (03-12-2022)
  #3  
Old 03-12-2022, 05:36
BLACKFIRE69's Avatar
BLACKFIRE69 BLACKFIRE69 is offline
Registered User
 
Join Date: Mar 2019
Location: In the Hell
Posts: 701
Thanks: 486
Thanked 2,610 Times in 574 Posts
BLACKFIRE69 is on a distinguished road
Quote:
Originally Posted by amin fear View Post
I am getting this error when compiling with Inno v6 , what is the solution ?

Is there any tutorial for this nice script ?
can you tell me the file path of Script1.iss?

(example: C:\Downloads\FMXInno\Script.iss)
Reply With Quote
  #4  
Old 03-12-2022, 12:05
MojoW MojoW is offline
Registered User
 
Join Date: Nov 2022
Location: The Netherlands
Posts: 6
Thanks: 10
Thanked 2 Times in 2 Posts
MojoW is on a distinguished road
Quote:
Originally Posted by BLACKFIRE69 View Post
can you tell me the file path of Script1.iss?

(example: C:\Downloads\FMXInno\Script.iss)
I wanted to try the examples aswell and had the same error.
Happened on IS 6.0.5 and 6.2.1.
The folders i tried the script in were:
D:\Repack Tools\FMXInno1.0.0.2+FMXInnoSkia1.0.0.0\Script1.is s
C:\Users\MojoW\Downloads\Compressed\FMXInno v1.0.0.2 + FMXInnoSkia v1.0.0.0 - Final Release [2022-Nov-27]\Script1.iss

Last edited by MojoW; 03-12-2022 at 12:08.
Reply With Quote
  #5  
Old 03-12-2022, 14:46
MojoW MojoW is offline
Registered User
 
Join Date: Nov 2022
Location: The Netherlands
Posts: 6
Thanks: 10
Thanked 2 Times in 2 Posts
MojoW is on a distinguished road
Quote:
Originally Posted by audiofeel View Post
This error occurs if there is no file "MFT.EXE ". Check if the "Plugin\MFT" folder is located next to the script and there should be a file in this folder "MFT.exe ". Perhaps your antivirus tried (deleted it, etc.)
I just repeated this error myself by deleting this file
Double checked if that plugin was there and it was.
So it wasn't deleted.
Attached Images
File Type: png ex.png (300.6 KB, 144 views)

Last edited by MojoW; 03-12-2022 at 17:57.
Reply With Quote
  #6  
Old 03-12-2022, 19:40
BLACKFIRE69's Avatar
BLACKFIRE69 BLACKFIRE69 is offline
Registered User
 
Join Date: Mar 2019
Location: In the Hell
Posts: 701
Thanks: 486
Thanked 2,610 Times in 574 Posts
BLACKFIRE69 is on a distinguished road
Quote:
Originally Posted by MojoW View Post
Double checked if that plugin was there and it was.
So it wasn't deleted.
try this and run the Example-Calc.bat as well.

Last edited by BLACKFIRE69; 22-12-2022 at 10:36.
Reply With Quote
  #7  
Old 03-12-2022, 20:15
MojoW MojoW is offline
Registered User
 
Join Date: Nov 2022
Location: The Netherlands
Posts: 6
Thanks: 10
Thanked 2 Times in 2 Posts
MojoW is on a distinguished road
Quote:
Originally Posted by BLACKFIRE69 View Post
try this and run the Example-Calc.bat as well.
Still didn't work and did the example.
Attached Images
File Type: png example.png (308.5 KB, 146 views)
Reply With Quote
  #8  
Old 03-12-2022, 22:39
amin fear amin fear is offline
Registered User
 
Join Date: Feb 2012
Location: Inferno
Posts: 102
Thanks: 86
Thanked 57 Times in 30 Posts
amin fear is on a distinguished road
Quote:
Originally Posted by BLACKFIRE69 View Post
can you tell me the file path of Script1.iss?

(example: C:\Downloads\FMXInno\Script.iss)
I have tried using the "short" path & the problem solved !

Code:
C:\FMXInno v1.0.0.2\Script1.iss
This error is related to "LONG" path names.
__________________
Paint me white so i can invisibly fight in the light...paint me black so i can hide my tears in the shadow of your heart.
Reply With Quote
The Following 2 Users Say Thank You to amin fear For This Useful Post:
BLACKFIRE69 (04-12-2022), MojoW (04-12-2022)
  #9  
Old 04-12-2022, 03:07
MojoW MojoW is offline
Registered User
 
Join Date: Nov 2022
Location: The Netherlands
Posts: 6
Thanks: 10
Thanked 2 Times in 2 Posts
MojoW is on a distinguished road
Quote:
Originally Posted by amin fear View Post
I have tried using the "short" path & the problem solved !

Code:
C:\FMXInno v1.0.0.2\Script1.iss
This error is related to "LONG" path names.
I tried but still have the same error.

C:\Users\MojoW\Desktop\FMXInno

D:\RepackTools\FMXInno

Edit:
So when i comment out the ExtraDiskSpaceRequired i can get all the examples to run except script1.
Script1 then errors out on this line
Code:
DoTmpExtract([{#DoFilesListingEx('.\..\..\Files', '*.png|*.jpg|*.cur|*.txt|*.mp3', StringChange(ExcludeFileList, ",", "|"))}]);
I'm just looking to learn from your examples and scripts (And all others on the forum offcourse) but i'm still curious as to why this is happening.

Last edited by MojoW; 04-12-2022 at 13:32.
Reply With Quote
  #10  
Old 05-12-2022, 03:55
BLACKFIRE69's Avatar
BLACKFIRE69 BLACKFIRE69 is offline
Registered User
 
Join Date: Mar 2019
Location: In the Hell
Posts: 701
Thanks: 486
Thanked 2,610 Times in 574 Posts
BLACKFIRE69 is on a distinguished road
Arrow FMXInno + FMXInnoSk - Updates

What's new:

Code:
* Updated MFT.exe and Added some features.
  (Thanks Cesar82 for the ideas, suggestions and test runs) 

* Integrated BlendOnMoving function into library.

* Updated XHashNext. (internal)

* Added DirectX version.
   - function GetDirectXVersion(const SupportedByOS: Boolean): WideString;

* Added delayload flag.

* Bug fixing and Improvements.

checkout the first post.
Reply With Quote
The Following 4 Users Say Thank You to BLACKFIRE69 For This Useful Post:
audiofeel (05-12-2022), Cesar82 (05-12-2022), hitman797 (09-12-2022), MojoW (05-12-2022)
  #11  
Old 09-12-2022, 14:34
BLACKFIRE69's Avatar
BLACKFIRE69 BLACKFIRE69 is offline
Registered User
 
Join Date: Mar 2019
Location: In the Hell
Posts: 701
Thanks: 486
Thanked 2,610 Times in 574 Posts
BLACKFIRE69 is on a distinguished road
Arrow FMXInno + FMXInnoSk - Examples

Code:
[*] Lizzard Installer  -  Another example from FMXInno.
,
Attached Images
File Type: jpg 10.jpg (88.3 KB, 475 views)
File Type: jpg 9.jpg (123.4 KB, 477 views)
File Type: jpg 8.jpg (97.5 KB, 474 views)
File Type: jpg 7.jpg (106.8 KB, 475 views)
File Type: jpg 6.jpg (70.0 KB, 479 views)
File Type: jpg 5.jpg (76.4 KB, 479 views)
File Type: jpg 4.jpg (89.3 KB, 489 views)
File Type: jpg 3.jpg (85.6 KB, 494 views)
File Type: jpg 1.jpg (79.9 KB, 501 views)
File Type: jpg 2.jpg (113.7 KB, 490 views)
File Type: jpg 11.jpg (100.6 KB, 484 views)

Last edited by BLACKFIRE69; 22-12-2022 at 10:35.
Reply With Quote
The Following 17 Users Say Thank You to BLACKFIRE69 For This Useful Post:
ADMIRAL (10-12-2022), audiofeel (09-12-2022), Cesar82 (09-12-2022), Dunnowho69 (13-06-2025), ffmla (11-12-2022), Gehrman (09-12-2022), Harsh ojha (11-12-2022), hitman797 (09-12-2022), houcine80 (09-12-2022), joker85 (17-06-2025), KaktoR (09-12-2022), kj911 (10-12-2022), Razor12911 (17-12-2022), Saifuddin (03-01-2026), ScOOt3r (10-12-2022), war100ck (18-03-2024), yasserdivar (07-05-2025)
  #12  
Old 14-12-2022, 08:19
BLACKFIRE69's Avatar
BLACKFIRE69 BLACKFIRE69 is offline
Registered User
 
Join Date: Mar 2019
Location: In the Hell
Posts: 701
Thanks: 486
Thanked 2,610 Times in 574 Posts
BLACKFIRE69 is on a distinguished road
Arrow FMXInno - Updates

FMXInno (Alpha) - Updates

Code:
* A style file was injected into the DLL. 
  - Now it'll be the default skin for FMXInno until you load another style file.

* Stripped unused resources. ( 2.53 MB  -->  2.21 MB )

* Added Trackbar. (Regular and Botva-like)


__________________________________________________ ___________

Quote:
Extra:

* More styles will be added to FMXinno if someone can change the colors of the attached PNGs to the colors provided.

(i can't do it nice and smoothly, not good at stuff like editing )

* PNGs and colors are attached below.

Last edited by BLACKFIRE69; 14-07-2024 at 01:43.
Reply With Quote
The Following 6 Users Say Thank You to BLACKFIRE69 For This Useful Post:
ADMIRAL (16-12-2022), audiofeel (14-12-2022), ffmla (14-12-2022), Gehrman (22-01-2023), Harsh ojha (29-01-2023), hitman797 (14-12-2022)
  #13  
Old 03-01-2026, 00:55
Saifuddin Saifuddin is offline
Registered User
 
Join Date: May 2019
Location: India
Posts: 9
Thanks: 12
Thanked 3 Times in 2 Posts
Saifuddin is on a distinguished road

1. How to fix: Selecting Drive other than C drive does'nt update free space
2. How to add command-line parameters to desktop shortcut
Reply With Quote
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
Windows Fluent Effects Standalone API - InnoSetup / VCL / FXM BLACKFIRE69 Conversion Tutorials 0 15-11-2023 17:35
Windows Phone Installer similar to razor12911's original design? Kitsune1982 Conversion Tutorials 0 02-07-2020 13:04
INDEX - Conversion Tutorial Index Razor12911 Conversion Tutorials 5 11-06-2020 02:05
Frequently Asked Questions Joe Forster/STA PC Games - Frequently Asked Questions 0 29-11-2005 09:48



All times are GMT -7. The time now is 02:07.


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