UnknownShadow200
UnknownShadow200
Just FYI I still need to look at some things regarding this 1. Changing to `NSObject` will cause compilation issues on much older compilers 2. Need to work out why...
ConfigElement.SerialiseSimple can be rewritten as ```CSharp string path = Path(map); using (StreamWriter w = new StreamWriter(path)) { w.WriteLine("#Settings file"); ConfigElement.SerialiseElements(cfg, w, this); } ```
```when compiling a plugin or command it will say that the plugin/command compiled even though it did not compile you know by doing the compile command again or doing pload...
Are you using the latest commits? This should have been fixed in 2c46cd7b0e73b12a4d82aadca7f56a6172215f04, but it's after 1.9.5.3
Are you seeing any errors logged on server startup?
What is your ClasisCube username? Did the skin update in-game?
The crash seems to lie within the Radeon GPU driver, so unfortunately this crash cannot be easily resolved
Changes you will want to do for debugging: 1) In `src/Platform_Posix.c`, comment out the code inside `Crashhandler_Install` function. 2) In `src/main_impl.h` change ```C #ifdef _MSC_VER /* NOTE: Make sure to...
@Link4Electronics I investigated this (thanks to providing the powerpc QEMU image), and turns out the problem isn't caused by the GPU driver, but because of some pointer recasting that only...
Can you please provide a sample .cw with this issue