FileForums

FileForums (https://fileforums.com/index.php)
-   Conversion Tutorials (https://fileforums.com/forumdisplay.php?f=55)
-   -   Advanced Setup Creator (https://fileforums.com/showthread.php?t=96520)

Razor12911 17-08-2015 18:04

2 Attachment(s)
This too. The system check. I've had problems in Inno Setup, also have to make that I don't have problems in ASC.

toto621 17-08-2015 18:55

SysInfo work partially, as you can see :
http://image.noelshack.com/fichiers/...99-sysinfo.jpg
My CPU : Intel Core i7-4790K@4Ghz
My GPU : MSI Nvidia GTX980 (4GB GDDR5)

About setup.exe, it crash if I let my AV software enabled (AVAST under win7 x64 fully up-2-date) and simply do nothing (or instant close) with AV disabled (under VirtualBox win7 x64 image, fully up-2-date).

Razor12911 17-08-2015 19:06

Hmm, now that's weird. Boost speed is lower than normal speed, (Processor clock speed)
And video size is invalid, wow. I guess, they were right about Int32, unfortunately, I have to find another way of detecting VideoSize.

About the setup. The problem is that, I gave a number of people that setup for tests, it just closes automatically on Windows 8, not just on 1 or 2 PCs, all of them which kind of worries me. Same thing with UltraARC and Windows 8. It works on Windows 7 and 10 but not in 8, Microsoft really did something that they probably shouldn't have done.

Quote:

[Dynamic, Provider("CIMWin32"), UUID("{1008CCF1-7BFF-11D2-AAD2-006008C78BC7}"), AMENDMENT]
class Win32_VideoController : CIM_PCVideoController
{
uint16 AcceleratorCapabilities[];
string AdapterCompatibility;
string AdapterDACType;
uint32 AdapterRAM;
uint16 Availability;
string CapabilityDescriptions[];
string Caption;
uint32 ColorTableEntries;
uint32 ConfigManagerErrorCode;
boolean ConfigManagerUserConfig;
string CreationClassName;
uint32 CurrentBitsPerPixel;
uint32 CurrentHorizontalResolution;
uint64 CurrentNumberOfColors;
uint32 CurrentNumberOfColumns;
uint32 CurrentNumberOfRows;
uint32 CurrentRefreshRate;
uint16 CurrentScanMode;
uint32 CurrentVerticalResolution;
string Description;
string DeviceID;
uint32 DeviceSpecificPens;
uint32 DitherType;
datetime DriverDate;
string DriverVersion;
boolean ErrorCleared;
string ErrorDescription;
uint32 ICMIntent;
uint32 ICMMethod;
string InfFilename;
string InfSection;
datetime InstallDate;
string InstalledDisplayDrivers;
uint32 LastErrorCode;
uint32 MaxMemorySupported;
uint32 MaxNumberControlled;
uint32 MaxRefreshRate;
uint32 MinRefreshRate;
boolean Monochrome;
string Name;
uint16 NumberOfColorPlanes;
uint32 NumberOfVideoPages;
string PNPDeviceID;
uint16 PowerManagementCapabilities[];
boolean PowerManagementSupported;
uint16 ProtocolSupported;
uint32 ReservedSystemPaletteEntries;
uint32 SpecificationVersion;
string Status;
uint16 StatusInfo;
string SystemCreationClassName;
string SystemName;
uint32 SystemPaletteEntries;
datetime TimeOfLastReset;
uint16 VideoArchitecture;
uint16 VideoMemoryType;
uint16 VideoMode;
string VideoModeDescription;
string VideoProcessor;
};
Adapter ram should be Int64 to support VideoSize more than 2GB.

Razor12911 19-08-2015 06:43

Freearc decompression will be available in the next version just added the feature today. Meaning, UltraARC for asc will be created soon.

Razor12911 21-08-2015 16:05

New version

Firstly, I'd like to thank Bilawal, toto621 and Skype123

v0.0.4

-Added freearc.
-Added srep.
-Main program now shows a processing dialog when loading and saving
-Further optimisation.
-Uninstall progress fixed.
-Rolling back progress added.
-Older projects and templates no longer work.
-Constants reduced.
-Installation/Removal states removed (On Success and On Failure).
-Setup initialisation time reduced.

What to expect in the upcoming versions

-Precomp will be added.
-Video playback will be added.

ChronoCross 22-08-2015 14:02

1 Attachment(s)
Hello Razor12911. i was start with nature.asc project to learn how to use and can do my projects, and i just add blur effect to the shapes(just blur and shapes nothing more). 1 hour later i decide to run and Boom. Access violation FFFFFFFF(etc.) ASC is active and say please wait. but nothing happend.(and i was forget to save the project )

EDITED....
i found the error. accidentally i was press duplicate dialog button and then i quickly press minus button to delete de page. When i was press run the error appears.
go to user inerface->designer_>dialog->properties->main->effect_blur to the shape then press duplicate dialog button and press minus button to delete and run.
PD:blur effect works great.

Bilawal 23-08-2015 21:37

2 Attachment(s)
With the help of RAZOR, I created BlackBox v2 template. If you found bug, PM me

bastien360 24-08-2015 09:18

its a new asc???

Razor12911 25-08-2015 01:24

Confirmed. Next version will have precomp version 043 and video playback will be possible. You can add up to 200 videos items.

toto621 25-08-2015 03:34

Cool :)

I have a request :
Since you said ASC support UltraARC, can you add an option to include records.ini file inside the setup exe ?
If you can, think about reflate support for new UltraARC (remember you wrote you will rewrite it from scratch) since it seems to give interessting results :)

Razor12911 25-08-2015 03:55

Already mentioned that records.ini will be inside exe. I am procrastinating nowadays, restarting the creation of UltraARC makes me very lazy. But will be done soon, about reflate, I don't even know how decompression works. I ran some tests discovered that reflate isn't better than precomp.

toto621 25-08-2015 04:54

Ok, if there is no benefit no need of if indeed.

Andrey167 25-08-2015 08:43

How to switch to the previous page? I can not switch back to stranitsu.vmesto this I see a new page that should not be!

gozarck 25-08-2015 14:16

Quote:

Originally Posted by Razor12911 (Post 442812)
Confirmed. video playback will be possible. You can add up to 200 videos items.

WOW Razor, Excellent. I will start to make videos on AfterFX my idea its make all the installer based in videos.

Razor12911 26-08-2015 05:00

Quote:

Originally Posted by Andrey167 (Post 442820)
How to switch to the previous page? I can not switch back to stranitsu.vmesto this I see a new page that should not be!

Add an item to send you back to previous page.

@everyone
Yesterday, I added a file download feature with resuming capabilities to ASC. Online installation are possible.

Amsal 27-08-2015 07:06

Hello Razor12911,

First of all a amazing work by you

i need a help from you, can you please make a template for us, we will make game repacks and our all repacks having the text that script by Razor12911, and it is better that you don't publish the template to public, only pm me the link. I hope that you understand us. A theme which have components page and have slideshow with system requirement and with info before installation (#infobeforefile).

Thanks in Advance

Razor12911 27-08-2015 20:44

Hmm, okay.
v0.0.5 of asc is delayed only by a few days, I got assignments to do, will resume asc once done with them and if there is any feature you wish to be added, post it. "I won't be around most of the time from now onwards"

Amsal 28-08-2015 01:35

Add MD5 intergity check

MD5 will help that the installation files are exactly same as it has been repacked

Razor12911 28-08-2015 07:14

Haven't figured out how to do that part yet.

photuong1994 29-08-2015 05:40

Someone can share me some templates. Tks.
If you don't public, you can send me inbox or email me: kim.phong619********com

Razor12911 03-09-2015 09:40

there aren't any templates either than Nature. I could make more but I'm always tired after programming.

Anyways, I asked for you guys to test this setup on your computers but only one member tested the file, this one: http://fileforums.com/showpost.php?p...6&postcount=40
Version 0.0.5 should have been out a week ago but I've been busy installing operating systems on VM to test the program myself and I still don't know what the problem is so, yea more delays, still testing.

Amsal 03-09-2015 10:24

amazing razor12911, the setup is awesome can you give me the template please

oltjon 03-09-2015 14:41

Quote:

Originally Posted by Razor12911 (Post 442979)
there aren't any templates either than Nature. I could make more but I'm always tired after programming.

Anyways, I asked for you guys to test this setup on your computers but only one member tested the file, this one: http://fileforums.com/showpost.php?p...6&postcount=40
Version 0.0.5 should have been out a week ago but I've been busy installing operating systems on VM to test the program myself and I still don't know what the problem is so, yea more delays, still testing.

I have Windows 8.1 64-bit and the setup does not start

mausschieber 03-09-2015 14:44

Quote:

Originally Posted by oltjon (Post 442986)
I have Windows 8.1 64-bit and the setup does not start

same by me I have Windows 8.1 64-bit

Amsal 04-09-2015 01:24

Quote:

Originally Posted by oltjon (Post 442986)
I have Windows 8.1 64-bit and the setup does not start

Quote:

Originally Posted by mausschieber (Post 442987)
same by me I have Windows 8.1 64-bit

I am running on Windows 10 Pro 64-bit and it works like a charm!. Amazing Work by Razor12911!.


For oltjon and mausschieber - I think the problem is with .net framework, install all .net framework on your computer.


A request for Razor, can you please add a component page also like that you added system requirement and more things. And one more request that can you please give me the template of the theme

Razor12911 04-09-2015 06:18

I really hate Windows 8, first it was UltraARC and now this and I still don't know how to fix this, anyways. I'll upload the update soon. I might create a couple of templates and samples.

Razor12911 05-09-2015 10:32

Windows 8ers, test this.
Already tested on Win10 and Win Server 2008 R2.
http://rghost.net/8kS88tPPP

oltjon 05-09-2015 13:18

Quote:

Originally Posted by Razor12911 (Post 443031)
Windows 8ers, test this.
Already tested on Win10 and Win Server 2008 R2.
http://rghost.net/8kS88tPPP

test2 does not start

Andrey167 05-09-2015 14:19

Quote:

Originally Posted by Razor12911 (Post 443031)
Windows 8ers, test this.
Already tested on Win10 and Win Server 2008 R2.
http://rghost.net/8kS88tPPP

Don't Work Windows 8.1 x64

Razor12911 05-09-2015 16:05

I'm sick and tired of Windows 8, It also didn't work on Windows Server 2008 R2, I did a trick, it works there now but still doesn't want to work on Windows 8.

Razor12911 06-09-2015 12:14

4 Attachment(s)
Alright guys, I don't think I can fix this Windows 8 bug, I think I'll just leave it, it was there in UltraARC as well, maybe it's a internal bug that comes with XE8 or something, anyways. Let me share a couple snapshots.

Razor12911 07-09-2015 15:00

3 Attachment(s)
This is probably the last test. If this doesn't work then ####.
I tested and fixed some bugs that cause setup not to even start at all in Windows 8 but I tested it on VM, results may not be the same for other PC so please test this.
About the attachment, it is for system check, it must be accurate, I tried to fix the bug for GPU with more than 2GB videoram. I also attached a picture, there is text highlighted in yellow, I made a couple of changes with the values of the highlighted text and they must be your top priority when testing.

Thank you, probably going to bed, been a long day trying to wrestle with this bug, I hope I win. ;)

oltjon 07-09-2015 15:22

no it does not work :(:mad:

mausschieber 07-09-2015 15:42

This Worked

http://abload.de/img/unbenannt-2cblbi.png

toto621 08-09-2015 13:22

It work but only partially :
http://image.noelshack.com/fichiers/...43479-test.jpg
GPU VRAM still missing but at least GPU model is fetched now. RAM informations incomplete and primary HDD size and CPU boost speed (maybe not all CPUs have one) are missing too.

Nice improvements, ASC is on the right tracks to become a must have :)

Razor12911 08-09-2015 14:18

I think I know why that system check didn't work properly, can be fixed. I was testing freearc decompression today, the main setup was using almost 2gb ram and was unresponsive, I have to find a fix for that then y'all can start designing. Video installation is the best feature for me, the only problem is the video item is always onto of everything else, nonetheless, I still like it, will release NFSR conversion as a demonstration to what asc can really do and so far so good.

Razor12911 13-09-2015 17:31

5 Attachment(s)
Ultimate test, ok what I am interested in this test is whether video plays on your computer, I think what I used doesn't need codecs but just need to confirm. Feature level is another thing I wanna test, I tested on my GTS360M and it says the feature level is DX 10.1 which is correct, my main worry is anything above 11, if you see any strange values, please post that value and give your correct feature level. Oh another thing is, I wanna know if this things does run on Windows 8.:mad:

I'm almost done, I am only finalizing and taking the program into extremes to see if it can handle anything without popping up an error.:)

Cheers.

Amsal 13-09-2015 18:35

@Razor12911, AMAZING WORK, it is working fine. I am eagerly waiting for ASC v005 with more templates

Grumpy 13-09-2015 18:46

Damn you Razor, I watched the video and now I want the game! :D

But to answer your questions, yes the Video played fine but I do have many codecs installed.
System requirements showed all the correct info for my specs.
I'm using Win7 though, not 8 or 10.

All looks very good ;)

Razor12911 13-09-2015 19:22

@Amsal
Thank you mate.

@Grumpy
Lol, then get it, I think I'll make a conversion for this game anyways, with all DLCs and Updates, and thanks for testing it, codecs is something my PC has never heard of, just checking if it works for everybody.


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

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