Turo Lamminen

Results 151 comments of Turo Lamminen

It sounds like windows.h is messing stuff up again. Either include it after assimp headers or try defining `WIN32_LEAN_AND_MEAN` before including it.

Another one broken by a8a1ca9894a38164f3111f57fddb887b3549ea60

After reverting the model to working version the error message has changed ``` ERROR: Failed to load file: Constructing BlenderDNA Structure encountered an error ```

Might get fixed by https://github.com/assimp/assimp/pull/4679

https://github.com/assimp/assimp/pull/4699 hopefully fixes the SMD issue. In X3D in addition to to `begin`/`end` issue it's using `tlist_o.begin()` twice. Should one of them be using `tlist_i`? @Artenuvielle You touched this code...

How big is that model and what's the license? Is it something we can/want to add to git?

That stops OpenAL initialization but the game still crashes at the same place. Also it still does some OpenAL calls. First one: ``` 0x0000000000404ae0 in alIsSource@plt () 0x00000000005f4459 in ALStop...

I don't play it, I run timedemo from commandline with `+timedemoquit`.

Just tried, playing the game (start a new game) doesn't crash, `timedemo demo1.demo` from the console does.