Giter Site home page Giter Site logo

Comments (4)

LagoLunatic avatar LagoLunatic commented on May 27, 2024

That's strange, I've never seen that error before. Not sure what it could mean.

To be clear, there's three requirements before you can apply that patch and have it work correctly (or any patch that uses free space):

  • You need to be using the matching version of DSVEdit (1.7.2 for the first version of this patch, or for the fixed version of the patch, you need to use the source version of DSVEdit)
  • You must add a new free space overlay to your PoR project
  • You must make sure you haven't used the place in memory for that patch for anything else, or else the patch will overwrite the other thing that was there without telling you, and it will cause serious issues. If you've already used that place in memory for something else, you can edit the patch to use a different place in memory before applying it.

But even if you don't meet those requirements it shouldn't give you that specific error, so I dunno.

from dsvedit.

LagoLunatic avatar LagoLunatic commented on May 27, 2024

Actually, I have an idea as to what might cause that error. DSVEdit doesn't know whether it should run the 32 bit or 64 bit version of armips, so it tries running the 32 bit version first, and if it runs into an error it runs the 64 bit version instead.

If you're on a 32 bit computer, but there's some unrelated error when running the 32 bit armips (e.g. you didn't add a free space overlay), it wouldn't show that error and instead would try to run 64 bit armips, which could cause weird errors like that on a 32 bit computer.

from dsvedit.

Silver-D avatar Silver-D commented on May 27, 2024

I am so sorry this is all my fault. I of course read the instructions, but somehow thought that adding freespace layer was only needed if I wanted to apply my own asm code, not yours. (especially since two other patches applied fine and I thought nothing of it). Of course it makes now. It applied and works!

However, you are right. I am running your wonderful tool ina 32-bit Wine bottle, so your deduction with the asm patcher error was probably spot on.

Sorry for this!

from dsvedit.

LagoLunatic avatar LagoLunatic commented on May 27, 2024

DSVEdit should at least display the correct error message though - if it had said "Could not open file overlay9_119" you might have been able to figure it out. I made a change to try to detect 32 bit computers and not try to run 64 bit armips in that case, so hopefully that error won't happen again.

from dsvedit.

Related Issues (20)

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.