Technical support > Windows

Win32 Development Binary Installer Links

<< < (31/141) > >>

iliaarpad:

--- Quote ---We have investigated this problem last night and Bayo committed a possible fix in r22790.

note: it was only reproducible on windows, release build.
--- End quote ---

Okay, I'll test it to see if it works when I get home from work. And thanks for the quick fix!

BTAxis:
It's good that this issue has come to light, but why would you compile in release mode for these development binaries? It's better to have as much debug information as possible for feedback.

iliaarpad:
Actually it wasn't my intention to build a release version. I must have accidentally changed the target somehow. If not for Destructavator's tip, I'd be still in the dark.

In the meantime I updated my working copy and built a release with full optimization and it does seem to work. No crash or segmentation fault encountered. It would seem that the fix worked.

iliaarpad:
Hi!

Since I couldn't find any tools that could create/apply patches on folders I created a simple Java command line tool that "extends" xdelta on folders. It can create a patch (more precisely a folder with all the patch files) for two folders and can also patch a folder using a patch folder.

It's quite simple to use - to create a patch that could patch dir1 to dir2:


--- Code: ---java -jar mxdelta.jar diff dir1 dir2 outputdir
--- End code ---

To patch dir1 using the folder outputdir:


--- Code: ---java -jar mxdelta patch dir1 outputdir
--- End code ---

The tool is capable of updating existing files and creating recently added ones - but it can not delete removed files.
I hope it can be useful... I needed this because I play the game on one computer but I have to build it on another.

Note: you will need xdelta on your path or in the same folder as the jar file.
I have attached the tool to this post.

[attachment deleted by admin]

Destructavator:
http://files.filefront.com/13351897

Revision 22948.

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version