Hello,
After cloning lime from github following those commands :
git clone --recursive https://github.com/openfl/lime
haxelib dev lime lime
haxelib install format
lime rebuild windows
So the submodules are installed but I get this error :
- lib/cairo/src/cairo-ft-font.c
Error: cairo-ft-font.c
./lib/cairo/src/cairo-ft-font.c(72) : warning C4005: 'access' : macro redefinition
c:\haxetoolkit\haxe\lib\lime\lime\project\lib\cairo\src\cairo-compiler-private.h(199) : see previous definition of 'access'
./lib/cairo/src/cairo-ft-font.c(2156) : error C2099: initializer is not a constant
I’m trying to get rid of some crashes at launch on some rare players PCs, crashdumper doesn’t give any crash log. All I got is this from a user :
問題イベント名: | BEX |
---|---|
アプリケーション名: | RoofRage.exe |
アプリケーションのバージョン: | 0.0.0.0 |
アプリケーションのタイムスタンプ: | 5b27f5f7 |
障害モジュールの名前: | RoofRage.exe |
障害モジュールのバージョン: | 0.0.0.0 |
障害モジュールのタイムスタンプ: | 5b27f5f7 |
例外オフセット: | 012d0d03 |
例外コード: | c0000409 |
例外データ: | 00000005 |
OS バージョン: | 6.3.9600.2.0.0.256.48 |
ロケール ID: | 1041 |
追加情報 1: | e424 |
追加情報 2: | e424db071cb1f48031c730cbaae31b41 |
追加情報 3: | edb0 |
追加情報 4: | edb001158013351644c5589adb2b0798 |
And another one had this glitch before the crash :
https://cdn.discordapp.com/attachments/454829104307503105/458480007505903637/unknown.png
Another thing I want to ask but it’s unrelated, I’m caching sounds during the launch to avoid small freeze when playing for the first time and it freezes the game for quite some times, more than 20 seconds. I found that caching .ogg files takes even longer than .wav
I can cache the music during loading screens according to what I need but it’s not convenient because it’s online multiplayer and will have differences in loading time between users.
Is there a way to reduce this caching time ?
Thanks a lot !