Search results

  1. dbeachy1

    x64 Development

    I have the latest code from the trunk building successfully (BTW all, be sure you re-run the VS 2019 setup program and install the latest MFC build package if you didn't already select that when you installed your VS 2019), but when I load a scenario, all the vessel loads fail with errors like...
  2. dbeachy1

    XRSound Open-Source Development

    The biggest dependency is its liberal use CStrings (they are super convenient!), plus a few Win32 API calls on the XRSound.lib side to avoid MSVCRT dependencies. However, the underlying sound engine, irrKlang, supports Linux (and even Mac), and the Linux binaries for irrKlang are freely...
  3. dbeachy1

    XRSound Open-Source Development

    Hi all! I'm pleased to announce that XRSound 3.0 is now public on GitHub as open source. EDIT 3-Aug-2021: XRSound is now a direct part of the open-source Orbiter repository here: https://github.com/orbitersim/orbiter/tree/main/Sound/XRSound (y) The only major change so far for version 3.0 is...
  4. dbeachy1

    x64 Development

    Anyone have a (mostly) working set of x64 Orbiter and x64 D3D9 binaries I could download? I have an x64 version of XRSound built, and I'd like to test it. (y)
  5. dbeachy1

    Orbiter is now open source

    Just to double-check, we will use Visual Studio 2019 to build the new Orbiter, correct? I'm asking because I'm moving XRSound 3.0 to Git as we speak, and I'm updating it to use dynamic linking instead of static linking due to the irrKlang sound engine license requirements -- the irrKlang Pro...
  6. dbeachy1

    New Release D3D9Client Development

    We could also do the x64 build using #ifdef's and #typedef's to keep the changes all in the same branch (that's how we did it at work in a previous life) so we don't have to constantly merge two branches to keep changes in sync. But either way would work.
  7. dbeachy1

    Orbiter is now open source

    The staff has been chatting about this in Discord. For what it's worth, I like the idea of both sound clients (XRSound and OrbiterSound 5) and their corresponding sound bridges being open-sourced under the MIT license, and then we add a setting to the Orbiter launchpad to select the active...
  8. dbeachy1

    Orbiter is now open source

    Good to see you, Martin! And thanks again for making this amazing simulator! ❤️
  9. dbeachy1

    C++ Question Stack cookie instrumentation code

    Step through the method where the crash occurred one line at a time using the debugger, watching the variables the code is writing to as you step. You should be able to see when it writes to something that is out-of-bounds. See this post for details about why Orbiter.exe does not have symbols...
  10. dbeachy1

    Small Bug with XR Fleet vessels on Orbiter Beta R90

    This is due to different behavior between Orbiter 2016 (for which the XR vessels were built) and the Orbiter beta. See this post for an easy workaround. tl;dr: set this in your XR vessel's .cfg file: EnableParkingBrakes = 0
  11. dbeachy1

    Gaming No Man's Sky

    As a heads-up, No Man's Sky is 50% off on Steam until July 19th. :probe:
  12. dbeachy1

    OrbSound Orbitersound and XRSound.. How to use both?

    You should only activate either XRSound or OrbiterSound 5, but never both. Then you should activate the correct sound bridge based which sound module you have installed. i.e., If you activated XRSound, then you should also activate Face's SoundBridge so that OrbiterSound vessels play back...
  13. dbeachy1

    OrbSound Orbitersound and XRSound.. How to use both?

    Hello! You can't activate both modules at once because they will conflict. You can only have one sound module activated at once. But you can then also use one (not both!) of the two sound bridges available to play back sounds through the active sound module. This will let you have sound for...
  14. dbeachy1

    It is. :) I plan to add a link on my Web site to the NexusMods page for that mod once I have...

    It is. :) I plan to add a link on my Web site to the NexusMods page for that mod once I have some time.
  15. dbeachy1

    Gaming No Man's Sky

    Prisms update dropped today, which includes a big visual overhaul, including DLSS support for Nvidia cards. :) Full update notes are here.
  16. dbeachy1

    News COVID-19 pandemic

    O-F Staff Note: After staff review and discussion, this thread will remain locked. However, please feel free to continue the discussion in the COVID-19 pandemic: Basement Edition thread. Note, however, that O-F rules still apply, and so trolling or personal attacks are not permitted, even in the...
  17. dbeachy1

    Retro Cool Technology

    You might try eBay, particularly if your TRS-80 still works -- they are going for several hundred dollars there.
  18. dbeachy1

    Retro Cool Technology

  19. dbeachy1

    Gaming Cities: Skylines

    If anyone is interested in grabbing Cities: Skylines on sale, it's 80% off on Steam right now for the next 45 hours or so. ?
  20. dbeachy1

    Gaming Subnautica & Subnautica Below Zero

    Subnautica: Below Zero 1.0 was released today (the game is now out of Early Access): https://unknownworlds.com/subnautica/subnautica-below-zero-is-out-now/
Back
Top