Fast UZ compressor, drop-in replacement UCC.exe for compress/decompress unreal .uz files
-
- Godlike
- Posts: 3006
- Joined: Sat Mar 21, 2020 5:32 am
Re: Fast UZ compressor, drop-in replacement UCC.exe for compress/decompress unreal .uz files
What exactly written of message crash?
-
- Inhuman
- Posts: 812
- Joined: Mon Dec 09, 2019 5:49 am
- Personal rank: ...
Re: Fast UZ compressor, drop-in replacement UCC.exe for compress/decompress unreal .uz files
here you go
this is because he *likely* did not go through the command prompt and execute the app through there.
Windows+R > cmd > enter
cd [path to uz.exe] - to get the path open the folder where uz.exe is stored. copy that path and then cd [CTRL+V]
uz compress *.umx
done.
I presume he means it just closes the dos window after he tries running the application.
this is because he *likely* did not go through the command prompt and execute the app through there.
Windows+R > cmd > enter
cd [path to uz.exe] - to get the path open the folder where uz.exe is stored. copy that path and then cd [CTRL+V]
uz compress *.umx
done.
You do not have the required permissions to view the files attached to this post.
*Join our Discord Here.*
Our mods - MVX , SSB , SmartWFL , UTCmds , BotCommands , Smart Stats , join/leave announcer , NoSmoke , UTLogin , BrightSkins , Server Tran…
*Our Servers
-
- Novice
- Posts: 17
- Joined: Sun Dec 08, 2019 7:55 pm
Re: Fast UZ compressor, drop-in replacement UCC.exe for compress/decompress unreal .uz files
Haha, no. I'm fully aware of what a command-line program is and how it works.
Running just
...in a typical window.
Thanks for the compressed umx-file. It didn't solve my problem however. My server still refuses to send the file.
I guess my only options left are either to update the game to 4.51 (or 4.69?), or turn off compression and upload all the files uncompressed to my dedicated server.
Running just
UZ.exe
does return the "Usage"-text, but the moment I enter UZ.exe compress terrain.umx
I get...
Code: Select all
UZ.exe - Application Error
The exception Illegal Instruction
an attempt was made to execute an illegal instruction
(0xc000001d) occurred in the application at location 0x0040568b.
Click on OK to terminate the program
Click on CANCEL to debug the program
Thanks for the compressed umx-file. It didn't solve my problem however. My server still refuses to send the file.
I guess my only options left are either to update the game to 4.51 (or 4.69?), or turn off compression and upload all the files uncompressed to my dedicated server.
-
- Godlike
- Posts: 3006
- Joined: Sat Mar 21, 2020 5:32 am
Re: Fast UZ compressor, drop-in replacement UCC.exe for compress/decompress unreal .uz files
UZ version? OS version? Your CPU?
Check on Win XP with Celeron M - UZ v5.3.
Need only install https://aka.ms/vs/16/release/vc_redist.x86.exe And all work fine. No any crash.
Check on Win XP with Celeron M - UZ v5.3.
Need only install https://aka.ms/vs/16/release/vc_redist.x86.exe And all work fine. No any crash.
-
- Godlike
- Posts: 2896
- Joined: Fri Sep 25, 2015 9:01 pm
- Location: moved without proper hashing
Re: Fast UZ compressor, drop-in replacement UCC.exe for compress/decompress unreal .uz files
Is it probably a letter case problem? "terrain.umx" vs. "Terrain.umx"? Do you have access to the web server's log file? Look for status code 404 then.
"If Origin not in center it be not in center." --Buggie
-
- Novice
- Posts: 17
- Joined: Sun Dec 08, 2019 7:55 pm
Re: Fast UZ compressor, drop-in replacement UCC.exe for compress/decompress unreal .uz files
UZ 5.3. Windows XP Pro SP3. AMD Athlon XP 3200+ (no, I'm not kidding! ), so no SSE2 (which could very well be the cause).
But don't bother trying to fix this for my very old cpu, I'd say. I came to this thread because of this post in the hope it would be the cause of my server problem, but it wasn't.
But don't bother trying to fix this for my very old cpu, I'd say. I came to this thread because of this post in the hope it would be the cause of my server problem, but it wasn't.
-
- Novice
- Posts: 17
- Joined: Sun Dec 08, 2019 7:55 pm
Re: Fast UZ compressor, drop-in replacement UCC.exe for compress/decompress unreal .uz files
That's it! Wow, but that's weird. Officially the umx-file comes as
terrain.umx
, but changing that to Terrain.umx
the server now suddenly sends me the file.I've actually tried this already with the uz-file I created with
UCC.exe
, but that didn't make any difference then. Probably because the UCC.exe
created uz-file was corrupt anyway.-
- Godlike
- Posts: 3006
- Joined: Sat Mar 21, 2020 5:32 am
Re: Fast UZ compressor, drop-in replacement UCC.exe for compress/decompress unreal .uz files
Yep. No SSE2. So it crash on first SSE2 instruction.
Server is linux so case matters. for .umx and for .uz too.
--- EDIT ---
So now you can run it. Please check it.
Server is linux so case matters. for .umx and for .uz too.
--- EDIT ---
I rebuild and update release on github. SSE2 not more need. Tests not show any significant performance difference.
So now you can run it. Please check it.
-
- Godlike
- Posts: 6433
- Joined: Sun May 09, 2010 6:15 pm
- Location: On the roof.
Re: Fast UZ compressor, drop-in replacement UCC.exe for compress/decompress unreal .uz files
Perhaps it can be faster than with SSE2... When I'm saying this it's because I disabled SSE2 from D3D9 render months ago and it looks noticeable faster... thus demonstrating that SSE2 isn't really a "NeedForSpeed" for all CPUs.
-
- Novice
- Posts: 17
- Joined: Sun Dec 08, 2019 7:55 pm
Re: Fast UZ compressor, drop-in replacement UCC.exe for compress/decompress unreal .uz files
Code: Select all
UZ.exe - Application Error
The instruction at "0x10109637" referenced memory at "0x00419000". The memory could not be "read".
-
- Godlike
- Posts: 3006
- Joined: Sat Mar 21, 2020 5:32 am
Re: Fast UZ compressor, drop-in replacement UCC.exe for compress/decompress unreal .uz files
Weird. 0x10109637 even not in UZ.exe. So I can not help. Look like something other fail. Possible MS Visual Studio libs not intended for WinXP and such old CPU.
-
- Novice
- Posts: 17
- Joined: Sun Dec 08, 2019 7:55 pm
Re: Fast UZ compressor, drop-in replacement UCC.exe for compress/decompress unreal .uz files
Initially I installed https://www.microsoft.com/en-us/downloa ... x?id=53840 to run
UZ.exe
. It mentions "Supported Operating System ... Windows XP Service Pack 3".
I've tried to install this one, but immediately I'm getting aBuggie wrote: ↑Mon Mar 22, 2021 9:19 pmNeed only install https://aka.ms/vs/16/release/vc_redist.x86.exe And all work fine. No any crash.
The exception Illegal Instruction
application error again.-
- Skilled
- Posts: 178
- Joined: Sat Nov 30, 2019 10:56 pm
Re: Fast UZ compressor, drop-in replacement UCC.exe for compress/decompress unreal .uz files
I can't install this version in WinXP SP3... Maybe it is incompatible...
With this version installed, UZ works fine.
If it is not installed, UZ returns a error message that "vcruntime140.dll" file is missing.
-
- Godlike
- Posts: 6433
- Joined: Sun May 09, 2010 6:15 pm
- Location: On the roof.
Re: Fast UZ compressor, drop-in replacement UCC.exe for compress/decompress unreal .uz files
Now I'm curious if it will be compiled an UT 469 for these CPU types - I have one almost the same...
-
- Novice
- Posts: 17
- Joined: Sun Dec 08, 2019 7:55 pm
Re: Fast UZ compressor, drop-in replacement UCC.exe for compress/decompress unreal .uz files
Interesting. It could be my memory is starting to fail, which is causing the error I'm facing. Hmm.