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)

Cesar82 23-02-2013 09:59

Question
 
This is normal in loading the full screen of the installer based on the CIU 1.0.0.5?
It load the transparency image on startup. (Mask BMP image).
It happens in other installers based CIU I did download.
Or is it because the PC has low settings? Core 2 Duo E4500 (2.2 GHz), 3 Gb RAM.

http://i.imgur.com/jYi8RST.jpg

yener90 23-02-2013 11:26

Freearc is faster then the system. its normal. after you put correct file in dvd1 it should be fixed.

Cesar82 23-02-2013 12:22

I put the installer for FreeArc to Print image. (Takes 1 Second so ever).
Even though, Compression = none (Before recording in midea).
Must be PC (slow).

This error is normal to compile the script?
http://i.imgur.com/hAJH7UB.png

Is giving this error at the end. (Do not load the button music image).
Only load button image after entering with mouse button
http://i.imgur.com/IJJrL0e.jpg

Sorry the bad english. (Text translated in google translator).

yener90 24-02-2013 06:03

Update 1.0.0.6:
- fixed bugs (thx to LuisCésar82 for his help and his references)
- fixed german translation

Cesar82 24-02-2013 20:57

Yener Thanks for CIU 1.0.0.6!
Very good.
Just missed the small problem Music button + Equalizer Button in autorun page.

Yener, analyzes the music button after the splash.
Not load music button before enter mouse in background.

Thank you

kassane 28-02-2013 04:55

Yener90, would like to add to your CIU this new SREP?

Code:

Changes: Srep 3.1

    * -m1f -a4 now is default compression mode, for quick and dirty compression. Use -m3f -a1 for maximum compression
    * 32-bit version became 1.5x faster than in SREP 3.0
    * gcc64 version: srep64g.exe. srep32i/srep64i still are the fastest executables
    * bugfix: it was impossible to allocate more than 4 GB for bitarr[]
    * bugfix: 32-bit version now uses only 1.5 GB for future-lz decompression by default (instead of 4GB-1 that's too much)


Changes in the printed stats:

    * cpu time displayed now is the sum of times spent in *ALL* threads
    * cpu/global times and speeds are printed, with speeds measured in MiB/s
    * on future-lz decompression, I/O and VM stats are printed only when they are non-zero
    * -pc option displays performance counters


yener90 01-03-2013 04:32

Quote:

Originally Posted by LuisCésar82 (Post 414416)
Yener Thanks for CIU 1.0.0.6!
Very good.
Just missed the small problem Music button + Equalizer Button in autorun page.

Yener, analyzes the music button after the splash.
Not load music button before enter mouse in background.

Thank you

will check it out.

JacksMafia 02-03-2013 05:30

yener don't want to sound that i ask much but would you please add multi bmp support for multi installer images and add hdd space inductor in system check page

mausschieber 03-03-2013 10:39

Problem with videocard
 
sorry for my bad english

how can i change this in yener90's script
my videocard has 4GB

bsp://================= Videocard =================//
VidRam:=GetVidMemLocal/1000000;
if (VidRam<63) or (VidRam>1100) then vr:=VidRam
else if VidRam<100 then vr:=64
else if VidRam<200 then vr:=128
else if VidRam<300 then vr:=256
else if VidRam<400 then vr:=384
else if VidRam<600 then vr:=512
else if VidRam<800 then vr:=792
else if VidRam>800 then vr:=1024

http://i.imagebanana.com/img/kpkzv9fd/Unbenannt2.jpg

thanks in advance

Joe Forster/STA 05-03-2013 00:09

Quote:

Originally Posted by mausschieber (Post 414768)
my videocard has 4GB

bsp://================= Videocard =================//
VidRam:=GetVidMemLocal/1000000;

Good question! This function returns an Integer which is, probably, 32 bit unsigned (max. 4GB - 1) or, even more probably, 31 bit signed (min. -2GB, max. 2GB - 1). I think you'd have problems even with a 2 GB vieo card as this function will return 0 (or a negative value?) for them.

Try to print the return value of the GetVidMemLocal function onto the screen. I think you'll get zero. Perhaps, adding this as the first condition:

Code:

if VidRam=0 then vr:=1024
else [...]

would help as all video cards have video RAM (onboard or system shared) anyway so zero is never a valid value.

yener90 05-03-2013 02:40

ive got 2 GB and i will check it out.
the funny thing here is, that gt 630 is not a good card. low end card.
4 GB for this sounds like a deception.

yener90 05-03-2013 08:13

New CIU 1.0.1.0:
http://img407.imageshack.us/img407/4554/ciu1.jpg
http://img717.imageshack.us/img717/1531/ciu2.jpg

i need new translations:
Code:

DiskSpaceAvailable=On drive [drive] is [mb] GB free disk space available.

spawniectes 05-03-2013 09:01

Quote:

Originally Posted by yener90 (Post 414852)
New CIU 1.0.1.0:
http://img407.imageshack.us/img407/4554/ciu1.jpg
http://img717.imageshack.us/img717/1531/ciu2.jpg

i need new translations:
Code:

DiskSpaceAvailable=On drive [drive] is [mb] GB free disk space available.

Spanish= En unidad [drive] hay [mb] GB de espacio disponible. :D

Cesar82 05-03-2013 09:10

You will add or replace the previous description?
At leats [mb] MB of free disk space is required.

The previous description personally I find more needed.

* You could put musicBG.mp3 in Background folder to player during Fullscreen installing.
(If exist musicBG.mp3, play music different from music of pages else play music.mp3).

Fabioddq 05-03-2013 09:21

Quote:

Originally Posted by yener90 (Post 414852)
New CIU 1.0.1.0:
i need new translations:
Code:

DiskSpaceAvailable=On drive [drive] is [mb] GB free disk space available.

In Portuguese Brasil:

Code:

DiskSpaceAvailable=Na unidade [drive] tem [mb] GB de espaço livre disponível.


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

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