Code Monkey home page Code Monkey logo

Comments (3)

apocalyptech avatar apocalyptech commented on September 19, 2024

Thanks for the report, btw -- At least tangentially related to #10... Would you mind attaching a logfile with what's happening on your machine? On mine it's detecting the INI files for both, so I'll clearly have to track something down here. Thanks!

from openblcmm.

ZetaDaemon avatar ZetaDaemon commented on September 19, 2024

log-latest.log
very strange, seems to have found the ini files but its still telling me it found them? Oddly this bug has followed me from ubuntu to fedora and blcmm to openblcmm

from openblcmm.

apocalyptech avatar apocalyptech commented on September 19, 2024

Okay, fun fun -- we got to the bottom of this in Discord. Turns out it was a case-sensitivity issue. The actual path component on-disk was My games (lowercase g), whereas the detection was using My Games (uppercase G). Wine/Proton itself doesn't care, since there's a case-insensitivity layer baked in there, but native access would need to use the correct case.

So, I put in a hideous little check for Linux where if we don't find the INI file on the given path, it'll walk the tree and look for case-insensitive alternatives. There's probably some other places where we could be doing the same, but I can't quite bring myself to do the necessary debugging to integrate it anywhere else, and I think the INI files are probably the most likely source of this issue anyway.

from openblcmm.

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.