Code Monkey home page Code Monkey logo

Comments (7)

ccyberrain avatar ccyberrain commented on May 13, 2024 1

I found a solution: the folder resources needs to be copied to */alien/build/Release
Afterwards, the application runs as expected.

from alien.

TheBarret avatar TheBarret commented on May 13, 2024

Just my 2 cents;

Warning LNK4098:

You can try specifying the /NODEFAULTLIB linker option followed by the specific library that is causing the conflict.
For example, if libcmt.lib is causing the conflict, you can use /NODEFAULTLIB:libcmt.lib in your linker options.
Make sure to review your project's settings and dependencies to ensure that the correct libraries are linked.

from alien.

chrxh avatar chrxh commented on May 13, 2024

Could be a problem with OpenGL or OpenGL-CUDA interoperability. Have you checked the troubleshooting section in https://alien-project.org/downloads.html?
If you already have, could you then start alien with the parameter -d and post the log.txt?

I think the linker warning should not be the problem. I have it too, but have yet to investigate it.

from alien.

ccyberrain avatar ccyberrain commented on May 13, 2024

I have the same issue on Win11, RTX 3070, CUDA 12.2.2, MSVC v143.

Log.txt contains the following output:
2023-10-18 14-57-36: DEBUG mode
2023-10-18 14-57-36: set full screen mode

from alien.

chrxh avatar chrxh commented on May 13, 2024

Actually you should start ALIEN from the build directory via .\Release\alien.exe as described in the readme. In this case you don't need to copy the resource folder.

from alien.

chrxh avatar chrxh commented on May 13, 2024

I've updated the readme to make it clearer.

from alien.

bowmanonjupiter2 avatar bowmanonjupiter2 commented on May 13, 2024

thanks will try and let you know.

from alien.

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.