All Projects → CWTesseract → Win7fix

CWTesseract / Win7fix

Cube World Beta Compatibility DLLs for Win7_64

Projects that are alternatives of or similar to Win7fix

oconfigure
configuration script for BSD.lv projects
Stars: ✭ 36 (+38.46%)
Mutual labels:  compatibility
warp2
access legacy Python 2 code from within Python 3
Stars: ✭ 13 (-50%)
Mutual labels:  compatibility
React Lifecycles Compat
Backwards compatibility polyfill for React class components
Stars: ✭ 457 (+1657.69%)
Mutual labels:  compatibility
node-compat-require
Easily allow your Node program to run in a target node version range to maximize compatibility.
Stars: ✭ 22 (-15.38%)
Mutual labels:  compatibility
dirname-filename-esm
__dirname and __filename for ES Modules environment
Stars: ✭ 57 (+119.23%)
Mutual labels:  compatibility
Browser Update
Remind users to update their browser in an unobtrusive way
Stars: ✭ 274 (+953.85%)
Mutual labels:  compatibility
compat-db
A browser API compatibility database
Stars: ✭ 61 (+134.62%)
Mutual labels:  compatibility
Graphene
Graphene / Graphene-SGX - a library OS for Linux multi-process applications, with Intel SGX support
Stars: ✭ 614 (+2261.54%)
Mutual labels:  compatibility
CompatibilityManager
Windows app for bulk editing compatibility settings.
Stars: ✭ 115 (+342.31%)
Mutual labels:  compatibility
Php Compat Info
Library that find out the minimum version and the extensions required for a piece of code to run
Stars: ✭ 338 (+1200%)
Mutual labels:  compatibility
mpx-es-check
Checks the version of ES in JavaScript files with simple shell commands
Stars: ✭ 15 (-42.31%)
Mutual labels:  compatibility
trivial-with-current-source-form
Helps macro writers produce better errors for macro users
Stars: ✭ 22 (-15.38%)
Mutual labels:  compatibility
Swiftuix
Extensions and additions to the standard SwiftUI library.
Stars: ✭ 4,087 (+15619.23%)
Mutual labels:  compatibility
pg global temp tables
Oracle-style global temporary tables for PostgreSQL
Stars: ✭ 16 (-38.46%)
Mutual labels:  compatibility
Dxwrapper
Fixes compatibility issues with older games running on Windows 10 by wrapping DirectX dlls. Also allows loading custom libraries with the file extension .asi into game processes.
Stars: ✭ 460 (+1669.23%)
Mutual labels:  compatibility
license-compatibility
©️ Check compatibility between different SPDX licenses
Stars: ✭ 31 (+19.23%)
Mutual labels:  compatibility
wcecl
Allows to run Windows CE applications on Windows!
Stars: ✭ 54 (+107.69%)
Mutual labels:  compatibility
Preact Compat
🙌 React compatibility layer for Preact.
Stars: ✭ 927 (+3465.38%)
Mutual labels:  compatibility
Android Scanner Compat Library
A compat library for Bluetooth Low Energy scanning on Android.
Stars: ✭ 462 (+1676.92%)
Mutual labels:  compatibility
Browser Compat Data
This repository contains compatibility data for Web technologies as displayed on MDN
Stars: ✭ 3,710 (+14169.23%)
Mutual labels:  compatibility

Cube World Compatibility DLLs for Win7_64.

This is collection of DLLs to fix compatibility for Windows 7 in Cube World.

Because XAudio2.8 requires Windows 8+, this replaces XAudio with FAudio, an open-source XAudio reimplementation that works across multiple operating system by using SDL2.

If you like this project, please consider sponsoring/supporting FAudio and it's creator flibitijibibo.

Usage

  1. Head over to the releases page and download the latest zip file.
  2. Extract the .dll files to your cube world directory, next to your cubeworld.exe.

Changelog

  • v1.1: Update FAudio to new version to fix the crash on exit. (Thanks to @flibitijibibo)
  • v1.0: Initial release

Known Issues

  • As of v1.1, there are no currently known issues.

Where did these come from?

These DLL's are from the following sources:

  • FAudio.dll & XAudio2_8.dll -> I built a win64 release build of FAudio, licensed under zlib. At commit 5fc2311f23.

  • SDL2.dll -> A win64 release build of SDL2, licensed under zlib. Version 2.0.10.

  • XInput1_4.dll -> The original DirectInput XInput1_3.dll file from Microsoft, but renamed to XInput1_4.dll. ( Cube World only uses the XInputGetState export so this works.)

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].