Code Monkey home page Code Monkey logo

Comments (4)

whitedragon0000 avatar whitedragon0000 commented on June 9, 2024

Hi @nsw27 and thanks, I worked especially on PS3 port!
Well, you have to pay attention to not exceed #define MAX_ENTS 150 in screen first.
You have to test to help me to know..

  1. Try to increment MAX_ENTS 150 to X and re-compile the engine to test and report.
  2. Build a version for debugger. So:
    open makefile and under "ifdef BUILD_WIN" comment or delete line:
    STRIP = $(WINDEV)/$(PREFIX)strip$(EXTENSION) $(TARGET) -o $(TARGET_FINAL)

So when you build Win version you will be able to see a big exe file (~13MB).
Now set a environment variable to point to path: \tools\win-sdk\bin or simply copy exe to that directory
and the execute debbgger: gdb
then type "file OpenBOR.exe" or "target OpenBOR.exe" and the type "run".
Play to your mod and when you get the crash, you will able to see the exception into debugger console.
So then report the exception.

Thanks

from openbor_plus.

nsw27 avatar nsw27 commented on June 9, 2024

from openbor_plus.

nsw27 avatar nsw27 commented on June 9, 2024

can you please explain how to compile engine. I have never done it before and do not know the step by step instructions required. I am not very technical so more detailed instructions the better :)

and thank you again for helping me, its hard to find good help these days

from openbor_plus.

nsw27 avatar nsw27 commented on June 9, 2024

I was shown by someone else how to compile engine so have been able to test engines. The issue with entities on screen cant seem to be resolved at this stage so I guess this can be closed.

from openbor_plus.

Related Issues (19)

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.