Git Product home page Git Product logo

Comments (2)

Holdi601 avatar Holdi601 commented on July 30, 2024

Can you upload your 2 cf files which cause the issue? also given as far as i can see its only the _easy planes and not the full fidelity version of the planes, you could just delete those files given the other files do not cause issues either. Waiting for your message then ill try and fix it

from joystickprofiler.

Chaussette23 avatar Chaussette23 commented on July 30, 2024

I found the problem !

I made a minimalist diff.lua file. The crash occur when there is a curvature value with a decimal part on an axis curvature.

["curvature"] = { [1] = 0,} WORKS
["curvature"] = { [1] = 1,} WORKS
["curvature"] = { [1] = 0.45,} FAIL (value I've set)

The last time I used JoyPro (in working condition) was in Windows 10 in French (with standard French region settings). However, I remember that I upgraded to Windows 11, but I've set Windows to english language with French number formats.

Here is my localisation settings:
image

I just reset my localization parameters (reset button), and now JoyPro is working fine, even with the minimalist diff.lua file.

So to reproduce the problem, you "just" have to replace the decimal symbol from point '.' to comma ','.

On my side, I will keep the point instead of the comma because I don't care, so I close the ticket !

from joystickprofiler.

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.