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

Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old 17-10-2014, 20:50
Carldric Clement's Avatar
Carldric Clement Carldric Clement is offline
Registered User
 
Join Date: Aug 2014
Location: Toboh, Sabah, Malaysia
Posts: 595
Thanks: 599
Thanked 656 Times in 233 Posts
Carldric Clement is on a distinguished road
Quote:
Originally Posted by Adonix View Post
CARL It's not saying "UNARC.dll is missing !" ,..it's saying "unarc.dll returned an error code:-1"
and the bb script you have attached : http://fileforums.com/attachment.php...5&d=1413415080
That BlackBox Script was old & no updates from include's!

Quote:
Originally Posted by Adonix View Post
what changes it has from original one ? please tell all details about this script that you modified.
Game.iss file to make a games name & publish!
That file has been Edition!
Include Was Update SREP it!
and etc. (I forget all it! Sorry)
Reply With Quote
Sponsored Links
  #2  
Old 17-10-2014, 20:51
Adonix Adonix is offline
Registered User
 
Join Date: Aug 2014
Location: India
Posts: 73
Thanks: 17
Thanked 8 Times in 7 Posts
Adonix is on a distinguished road
Quote:
Originally Posted by Carldric Clement View Post
That BlackBox Script was old & no updates from include's!



Game.iss file to make a games name & publish!
That file has been Edition!
Include Was Update SREP it!
and etc. (I forget all it! Sorry)
that's ok but how to solve error http://i.imgur.com/zMAuzQ4.png some people saying this problem, but i am not facing this problem when installing.
Reply With Quote
  #3  
Old 17-10-2014, 21:13
Carldric Clement's Avatar
Carldric Clement Carldric Clement is offline
Registered User
 
Join Date: Aug 2014
Location: Toboh, Sabah, Malaysia
Posts: 595
Thanks: 599
Thanked 656 Times in 233 Posts
Carldric Clement is on a distinguished road
Talking

Quote:
Originally Posted by Adonix View Post
that's ok but how to solve error http://i.imgur.com/zMAuzQ4.png some people saying this problem, but i am not facing this problem when installing.
UNARC.DLL!! Must be a new version it! and no arc.ini from include!! hmm...
Reply With Quote
  #4  
Old 17-10-2014, 21:18
Adonix Adonix is offline
Registered User
 
Join Date: Aug 2014
Location: India
Posts: 73
Thanks: 17
Thanked 8 Times in 7 Posts
Adonix is on a distinguished road
Quote:
Originally Posted by Carldric Clement View Post
UNARC.DLL!! Must be a new version it! and no arc.ini from include!! hmm...
? i do not able to understand you,.
unarc.dll what about it ?...is it outdated or what ?
Reply With Quote
  #5  
Old 17-10-2014, 21:28
Carldric Clement's Avatar
Carldric Clement Carldric Clement is offline
Registered User
 
Join Date: Aug 2014
Location: Toboh, Sabah, Malaysia
Posts: 595
Thanks: 599
Thanked 656 Times in 233 Posts
Carldric Clement is on a distinguished road
Quote:
Originally Posted by Adonix View Post
? i do not able to understand you,.
unarc.dll what about it ?...is it outdated or what ?
unarc.dll was not outdated!
It means, Arc.ini no file from include folder it!
Must see it! It have or no!
Reply With Quote
  #6  
Old 17-10-2014, 21:56
Adonix Adonix is offline
Registered User
 
Join Date: Aug 2014
Location: India
Posts: 73
Thanks: 17
Thanked 8 Times in 7 Posts
Adonix is on a distinguished road
Quote:
Originally Posted by Carldric Clement View Post
unarc.dll was not outdated!
It means, Arc.ini no file from include folder it!
Must see it! It have or no!
here is my arc.ini
Quote:
[External compressor:srep]
;options = l%d (minimal match length, default=512)
header = 0
packcmd = srep {options} -m3f $$arcdatafile$$.tmp $$arcpackedfile$$.tmp
unpackcmd = srep -d -s $$arcpackedfile$$.tmp $$arcdatafile$$.tmp

[External compressorrecomp]
header = 0
packcmd = precomp -intense0 -c- {options} -o$$arcpackedfile$$.tmp $$arcdatafile$$.tmp
unpackcmd = precomp -o$$arcdatafile$$.tmp -r $$arcpackedfile$$.tmp
and i checked include folder there is unarc.dll present.
Reply With Quote
  #7  
Old 17-10-2014, 22:18
Carldric Clement's Avatar
Carldric Clement Carldric Clement is offline
Registered User
 
Join Date: Aug 2014
Location: Toboh, Sabah, Malaysia
Posts: 595
Thanks: 599
Thanked 656 Times in 233 Posts
Carldric Clement is on a distinguished road
Quote:
Originally Posted by Adonix View Post
here is my arc.ini
and i checked include folder there is unarc.dll present.
Arc.ini file has been updated!
(Make sure you copy & paste from code it!)
Code:
[External compressor:precomp]
header = 0
packcmd   = precomp -intense0 -c- {options} -o$$arcpackedfile$$.tmp  $$arcdatafile$$.tmp
unpackcmd = precomp -o$$arcdatafile$$.tmp -r $$arcpackedfile$$.tmp

[External compressor:srep]
header = 0
packcmd   = srep {options} -m3f $$arcdatafile$$.tmp $$arcpackedfile$$.tmp
unpackcmd = srep -d -s $$arcpackedfile$$.tmp $$arcdatafile$$.tmp

[External compressor:srep64]
header = 0
packcmd   = srep64 {options} -m3f $$arcdatafile$$.tmp $$arcpackedfile$$.tmp
unpackcmd = srep64 -d -s $$arcpackedfile$$.tmp $$arcdatafile$$.tmp

[External compressor:lzma64]

header = 0

packcmd   = FreeArc-LZMA-x64 e lzma{:option} <stdin> <stdout>
unpackcmd = FreeArc-LZMA-x64 d lzma{:option} <stdin> <stdout>
There!
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
INNO TROUBLESHOOT - Tutorials and Answers about INNO Setup REV0 Conversion Tutorials 129 21-05-2021 05:51
INNO TUTORIAL - Using Unicode and ANSI Versions of INNO Setup REV0 Conversion Tutorials 51 26-03-2015 06:57
Copy file with Inno Setup Script emrahcey Software 1 02-07-2010 08:24



All times are GMT -7. The time now is 08:33.


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