Nindaleth

Results 139 comments of Nindaleth

The issue can also be reproduced when two-finger horizontal scrolling on a touchpad (I guess internally OS generates the same mouse events).

Is it then a matter of making this change or is something else needed? ```nim when defined(windows): type Ulong* = uint32 Ulongf* = uint32 ZOffT* = int32 else: type Ulong*...

Hi @lmichaelis, I'm having issues trying to compile your branch, could I do something better? Checked out lmichaelis/feat/new-music-system + `git pull --recurse-submodules` and I get these ZenKit compilation errors: https://pastebin.com/g6uARWui...

I've disabled `ccache`, removed the OpenGothic `build` directory entirely, I even tried to recreate with `cmake -B build -DBUILD_SHARED_LIBS=ON -DCMAKE_BUILD_TYPE:STRING=RelWithDebInfo -DCMAKE_CXX_STANDARD=17 -DCXX_STANDARD=17`, but the issue stays the same. Are these...

Maybe it's this? https://gcc.gnu.org/gcc-14/porting_to.html: > Header dependency changes > >Some C++ Standard Library headers have been changed to no longer include other headers that were being used internally by the...

Indeed, sticking `#include ` into Internal.hh and into Mesh.hh (as a quick hackfix) does allow the compilation to finish.

Sorry for posting too much, one last post. Going to Valley of Mines and switching the sound provider results in this: ``` Switching music provider to 'GothicKit' [dmusic] DmBand: Downloading...

> Could you turn on trace logging for dmusic in `main.cpp` and post the output? Sure, here it is: ``` Switching music provider to 'GothicKit' [dmusic] DmLoader: Loading segment 'owd_daystd.sgt'...

> Which distribution of Gothic are you using It's the GOG's Gothic 2 Gold in English, installed from `setup_gothic_2_gold_2.7_(14553).exe` version. > how exactly do you trigger the crash? I have...

> Not really, but you could post the sha256sum of `OWD_DayStd.sgt` and `_OldWorld.sty` just to compare. Here are mine: Files on my install are matching your sha256sums completely. My issue...