Giter Club home page Giter Club logo

Comments (9)

pipliz avatar pipliz commented on May 30, 2024 1

Removed the log from your comment (you never know with privacy stuff)

from cpuvox.

michaelsakharov avatar michaelsakharov commented on May 30, 2024 1

Awesome working now!

from cpuvox.

pipliz avatar pipliz commented on May 30, 2024

This is with the included datasets from the release version, or some custom .obj ?
Crashing in "SimpleMesh:Rescale (single)" would probably be due to this line: https://github.com/pipliz/cpuvox/blob/master/Assets/Code/Utils/SimpleMesh.cs#L135 with a 0-vertices model

from cpuvox.

pipliz avatar pipliz commented on May 30, 2024

The .obj's I'm loading look like this: (txt instead of obj so it can attach here)
bunny_lowres.txt

from cpuvox.

michaelsakharov avatar michaelsakharov commented on May 30, 2024

I tried some custom ones which i modified the files to look like that, had the same crash.
I also used the default ones included in the release it also crashed.

from cpuvox.

pipliz avatar pipliz commented on May 30, 2024

Hmm, interesting. Is this on unity 2019.3 as well?
Can you check the setting @ jobs->burst->native debug mode compilation, then crash the game, and check the editor log afterwards @ AppData\Local\Unity\Editor ?

from cpuvox.

michaelsakharov avatar michaelsakharov commented on May 30, 2024

2019.3.0f5, Crash happens using the release build as well so its not just my unity project/version.

from cpuvox.

pipliz avatar pipliz commented on May 30, 2024

It crashes with a

================================================================= Got a SIGILL while executing native code. This usually indicates a fatal error in the mono runtime or one of the native libraries used by your application. =================================================================

Which presumably means it's detecting a cpu feature badly and using instructions that aren't supported.

from cpuvox.

pipliz avatar pipliz commented on May 30, 2024

One of the burst changelogs since the preview version it's using mentions:

Fixed an issue where Burst was misidentifying F16C supporting CPUs as AVX2.

that could be related. I've updated it now on the master branch.

from cpuvox.

Related Issues (11)

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.