FileForums

FileForums (https://fileforums.com/index.php)
-   Conversion Tutorials (https://fileforums.com/forumdisplay.php?f=55)
-   -   yener90's Inno Project Source Codes (https://fileforums.com/showthread.php?t=91563)

yener90 08-03-2013 09:52

video memory reached the limit of possible integer values.
therefore it gives negative value back.
i know how to solve this^^

spawniectes 09-03-2013 09:44

CIU 1.0.0.5 supports srep 3.0?

Fabioddq 09-03-2013 09:54

Quote:

Originally Posted by spawniectes (Post 415088)
CIU 1.0.0.5 supports srep 3.0?

Supported.

senseman 10-03-2013 02:44

Quote:

Originally Posted by yener90 (Post 414852)
i need new translations:
DiskSpaceAvailable=On drive [drive] is [mb] GB free disk space available.

Turkish

DiskSpaceAvailable= [drive] sürücüsünde [mb] GB boş alan mevcut.

elbubi 11-03-2013 03:26

Spanish
Quote:

DiskSpaceAvailable=La unidad [drive] tiene [mb] GB de espacio libre disponible.

altef_4 11-03-2013 05:35

i found small bug with mediaplayer library on win7, while playing video, press ctrl+alt+delete and then come back to installer, video stop play but sound from video - not, check this

napalmguy 11-03-2013 10:58

Quote:

Originally Posted by altef_4 (Post 415225)
i found small bug with mediaplayer library on win7, while playing video, press ctrl+alt+delete and then come back to installer, video stop play but sound from video - not, check this

this appears to be codecs problem.

please specify how did you encode the video and which decoder is installed and active in your system

altef_4 11-03-2013 11:57

Quote:

Originally Posted by napalmguy (Post 415246)
this appears to be codecs problem.

please specify how did you encode the video and which decoder is installed and active in your system

i have this bug on yener90 crysis 3 conversion, this bug from mediaplayer.dll library, alsow this bug is in other same library (e.g DXVideo.dll). This is not codecs problem (i'm almost sure), if you don't have this conversion (or any other with mediaplayer.dll and video) download and try.

Fabioddq 11-03-2013 18:05

But why you would press ctrl+alt+del during installation? http://cs.rin.ru/forum/images/smilies/br.gif http://cs.rin.ru/forum/images/smilies/be.gif http://cs.rin.ru/forum/images/smilies/bs.gif

If this error doesn't occur if you don't press the buttons, so don't press them! Anyway, I'm just saying! http://cs.rin.ru/forum/images/smilies/ae.gif

altef_4 11-03-2013 19:57

Quote:

Originally Posted by Fabioddq (Post 415263)
But why you would press ctrl alt del during installation? http://cs.rin.ru/forum/images/smilies/br.gif http://cs.rin.ru/forum/images/smilies/be.gif http://cs.rin.ru/forum/images/smilies/bs.gif

If this error doesn't occur if you don't press the buttons, so don't press them! http://cs.rin.ru/forum/images/smilies/ae.gif

i only say that bug is present. And yes this bug not critical :D

spawniectes 12-03-2013 16:11

Yener90 or someone who knows the answer, how can I make to the font of the autorun button align to the left instead of centered?

Fabioddq 12-03-2013 19:07

Quote:

Originally Posted by spawniectes (Post 415314)
Yener90 or someone who knows the answer, how can I make to the font of the autorun button align to the left instead of centered?

labelX=0
LabelY=0

Change 0 to the number of you want, negative or positive.

Cesar82 12-03-2013 19:54

Quote:

Originally Posted by Fabioddq (Post 415322)
labelX=0
LabelY=0

Change 0 to the number of you want, negative or positive.

This method works, but with multiple languages ​​is unaligned equal.

spawniectes 12-03-2013 20:02

Quote:

Originally Posted by LuisCésar82 (Post 415323)
This method works, but with multiple languages ​​is unaligned equal.

I test with 3 lang. and work fine, I dont know how gonna look with more especific lang. as arabic, persian, etc. but with eng, spa, french, italian and german works great.

lupetto77 15-03-2013 17:14

Hello everyone ...

I wanted to ask three things:
1.How to move the 2 buttons
2.How moves the progressbar
3.How to move the text
for the small screen (this one)

http://s8.imagestime.com/out.php/i836974_schermata.jpg

Thanks in advance for the help ..

pakrat2k2 15-03-2013 17:44

all explained in the help topic

http://fileforums.com/showthread.php?t=92805

spawniectes 15-03-2013 19:28

Quote:

Originally Posted by lupetto77 (Post 415437)
Hello everyone ...

I wanted to ask three things:
1.How to move the 2 buttons
2.How moves the progressbar
3.How to move the text
for the small screen (this one)

http://s8.imagestime.com/out.php/i836974_schermata.jpg

Thanks in advance for the help ..

reduce the shadow of the text look for [smallInstaller] in setup.ini
there is shadow=60 by default reduce it to 50 or 40 then the text and progress bar will not overlap whit the buttons.

sarmadi 16-03-2013 15:50

Quote:

Originally Posted by JacksMafia (Post 414862)
DiskSpaceAvailable=On drive [drive] is [mb] GB free disk space available.

in Arabic

على القرص=[drive] المساحة المتوفره هى [mb] GB
i also noticed that in arabic.isl file the ram is wrote as ram which is wrong the correct is
ram=رامات

i think what's left after thin new staff is more control over the small installer :D


ram=رامات
better is:
ram= ذاكرة
why you do not participate as translator for Arabic??

JacksMafia 16-03-2013 17:44

Quote:

Originally Posted by sarmadi (Post 415475)
ram=رامات
better is:
ram= ذاكرة
why you do not participate as translator for Arabic??

as you say why not :D
i will in the next few days
and yeah you're right about the translation

Morgrel 21-03-2013 09:16

Hi
i'm trying to insert a video to be played during the installation but i don't understand how i must name it to have it properly displayed

JacksMafia 21-03-2013 09:20

it's simple just rename the video file to the name video and insert it to background folder

Morgrel 21-03-2013 09:30

so basicaly i have to rename it video.avi and put it in background folder?

ok done but it doesn't work...
i'm using CI 8.5.7.4 and using a video re-encoded using settings showed by kassane in his post
maybe i must add some lines in setup.ini to tell that there is a video or enconding parameters for the video are wrong?
any help will be appreciate

JacksMafia 21-03-2013 09:50

doesn't work that's wired with the sitting you mention it worked for me if the video is in the background folder in setup.cab it should work but you can always switch to CIU 1.0.0.6
which is more easy about the video files and to answer your question no nothing to write about the video in the setup.ini

Morgrel 21-03-2013 10:02

so i have to change settings for the video?
can u suggest the encoding setting for the video?

JacksMafia 21-03-2013 10:12

will the only encode i can suggest was posted here take a look to the pic and do the same
http://img221.imageshack.us/img221/3931/supermw.jpg
nothing more really but i do have small question it might look stupid have you changed the video file name to video.avi? i mean have you wrote .avi cause if you did that's why it don't work as i said it might be stupid question

Razor12911 21-03-2013 10:13

Quote:

Originally Posted by Morgrel (Post 415642)
ok done but it doesn't work...
i'm using CI 8.5.7.4 and using a video re-encoded using settings showed by kassane in his post
maybe i must add some lines in setup.ini to tell that there is a video or enconding parameters for the video are wrong?
any help will be appreciate

codecs must be installed, for example: K-Lite Codecs.

Morgrel 22-03-2013 13:13

ok i think i'm the dumbest person in the world..
i do the conversion and then tried to install it on a Virtual Machine but i didn't have installed the codecs on it.
thx to all

spawniectes 22-03-2013 16:40

I having trouble with freearc, the compression works great but when decompress got an error
http://img836.imageshack.us/img836/5514/errordkz.jpg
there is any way to skip the crc check?

pakrat2k2 22-03-2013 17:29

NOT really an issue with freearc, but actually Default Temporary Folder in C:\
you are running out of room for extraction / temp files / etc., during unpacking part.

goto control panel > system > advanced system settings. goto bottm environment variables. top window change TEMP / TMP folder location, to another drive with LOTS of space. ( The Drive / Folder MUST BE CREATED before you change it there )

There is also another set of these locations in bottom window, change those as well.
Exit out after making changes & reboot PC, NEVER have another issue with running out of room again for temp folder, as its no longer on C:\ !!!!

Just remember to empty it out once in a while..

spawniectes 22-03-2013 18:21

Quote:

Originally Posted by pakrat2k2 (Post 415708)
NOT really an issue with freearc, but actually Default Temporary Folder in C:\
you are running out of room for extraction / temp files / etc., during unpacking part.

goto control panel > system > advanced system settings. goto bottm environment variables. top window change TEMP / TMP folder location, to another drive with LOTS of space. ( The Drive / Folder MUST BE CREATED before you change it there )

There is also another set of these locations in bottom window, change those as well.
Exit out after making changes & reboot PC, NEVER have another issue with running out of room again for temp folder, as its no longer on C:\ !!!!

Just remember to empty it out once in a while..

I made all the steps but keep getting the error, I change the temp folder to a drive with 100gb of free space

pakrat2k2 22-03-2013 20:07

also did some searching on RU forums, seems to be a bug in alpha version of freearc, best to rollback to earlier version. ( dont know if 100% cause of this issue, still going thru script. )

spawniectes 22-03-2013 20:29

Quote:

Originally Posted by pakrat2k2 (Post 415716)
also did some searching on RU forums, seems to be a bug in alpha version of freearc, best to rollback to earlier version. ( dont know if 100% cause of this issue, still going thru script. )

wich version you recomend me?

pakrat2k2 22-03-2013 20:33

which version are you using ? 067alpha ? if so try going back to 066..
also which script is the error from your base one or mikey26's 1xdvd5 addon ?

pakrat2k2 22-03-2013 20:44

1 Attachment(s)
looked at mikey26 bat file & running srep on its own ( command window )
it listed nomd5 switch ... see screenshot below, see if that fixes that error ?

jackstuff 22-03-2013 20:52

Yeh i also got the same Checksum error but in other game don't know what is happening i applied all the procedure but failed to solve

altef_4 23-03-2013 01:37

1 Attachment(s)
maybe this help

mikey26 23-03-2013 01:51

Quote:

Originally Posted by spawniectes (Post 415704)
I having trouble with freearc, the compression works great but when decompress got an error
http://img836.imageshack.us/img836/5514/errordkz.jpg
there is any way to skip the crc check?

quick question are u using windows 8 i had alot of issues with it from compressing games from my os drive to another drive sometimes it would not work properly(converting the cab files or it will finish the conversion but the cabs files was not there.something to do with permissions during conversions i am still testing throught vmware.and pakrat2k2 is right try stay clear of freearc alpha buggy.and dont use freearc's internal srep and precomp i had no luck with that.

spawniectes 23-03-2013 03:34

Quote:

Originally Posted by pakrat2k2 (Post 415719)
which version are you using ? 067alpha ? if so try going back to 066..
also which script is the error from your base one or mikey26's 1xdvd5 addon ?

Yes I use the script from mikey26

spawniectes 23-03-2013 03:36

Quote:

Originally Posted by mikey26 (Post 415732)
quick question are u using windows 8 i had alot of issues with it from compressing games from my os drive to another drive sometimes it would not work properly(converting the cab files or it will finish the conversion but the cabs files was not there.something to do with permissions during conversions i am still testing throught vmware.and pakrat2k2 is right try stay clear of freearc alpha buggy.and dont use freearc's internal srep and precomp i had no luck with that.

No I use the one you post and I dont use windows 8, I use windows 7 x64

mikey26 23-03-2013 06:30

hi spawniectes i am using ur setup u created(script by yener) and having no issues also i am using win 7 x64 but my installed freearc 0.666 version.also check that your anti virus is not deleting any files from the setup dir eg: from CIU 1.0.0.6 there are files in the included folder that gets deleted by certain antivirus or blocks them which is a false positive.


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

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