Giter Site home page Giter Site logo

Comments (3)

TheZoc avatar TheZoc commented on August 16, 2024

Hello @sdhawk !

I'll be happy to assist you privately!

I can be reached on Twitter (@zoc) through direct messages. If you don't use twitter, let me know and we will get another way to get in touch.

Cheers!

from zpatcher.

sdhawk avatar sdhawk commented on August 16, 2024

Thanks!

Out of curiosity I had one of the error users try it with a 32-bit version and we finally got log output from it:

Writing File: ./py/map/state/new_round.py
Undefined operation (37) requested for file ª‡MK�í�ñŸÂo (garbage characters continue)

So it seems like somewhere in the decompression process (or perhaps elsewhere) the position in the file is getting thrown off due to some system-specific factor (probably sizes?). I'll continue poking at it and let you know if I isolate the problem.

from zpatcher.

sdhawk avatar sdhawk commented on August 16, 2024

After a whole lot of frustration it became apparent that the only possible thing that could be throwing off the file position would be the fseek/ftell functions themselves. It turns out that this is a very specific issue with the Windows 8.1 SDK that has been fixed in more recent updates of Windows 10, hence the inconsistency in who it affected. You can read the full details here: https://social.msdn.microsoft.com/Forums/Lync/en-US/8c4d27db-1128-4803-951b-fef515455a03/vs2015-non-accurate-fseekfread-operation?forum=vcgeneral

Changing the target platform version to 10.0.16299.0 wasn't enough, I had to also include the Win10 sdk UCRT dlls to fix it for affected users (presumably a fixed vs redistributable for 2017 might eventually fix this in the future?).

So not really a problem with ZPatcher itself, in the end. You can close this.

from zpatcher.

Related Issues (12)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.