Page MenuHomeWildfire Games

weberkai (Weber Kai)
User

Projects

User does not belong to any projects.

User Details

User Since
Apr 26 2019, 12:34 PM (259 w, 6 d)

Recent Activity

May 14 2019

weberkai added a comment to D1852: Fix possibly using uninitialized global in rP19674 and rename `GetDirectoryName`.

Yes! I can build and run!
Very good!

May 14 2019, 4:08 AM
weberkai added a comment to D1852: Fix possibly using uninitialized global in rP19674 and rename `GetDirectoryName`.

I will test again and post the results ASAP.

May 14 2019, 2:15 AM

Apr 29 2019

weberkai accepted rP19674: Fix replay menu loading time by using a cache file.
Apr 29 2019, 6:01 AM
weberkai accepted D1852: Fix possibly using uninitialized global in rP19674 and rename `GetDirectoryName`.
Apr 29 2019, 6:00 AM
weberkai added a comment to D1852: Fix possibly using uninitialized global in rP19674 and rename `GetDirectoryName`.

Good news!

Apr 29 2019, 5:59 AM
weberkai added a comment to rP19674: Fix replay menu loading time by using a cache file.

Good news!

Apr 29 2019, 5:59 AM

Apr 28 2019

weberkai added a comment to rP19674: Fix replay menu loading time by using a cache file.
Apr 28 2019, 6:41 AM
weberkai added a comment to rP19674: Fix replay menu loading time by using a cache file.

Maybe a solution like this could be possible. Fill an object once at runtime and then call this object when needed.
https://stackoverflow.com/questions/14131855/c-assign-a-const-value-at-run-time
But I think declaring them as static const will not be possible.

Apr 28 2019, 6:29 AM

Apr 26 2019

weberkai added a comment to rP19674: Fix replay menu loading time by using a cache file.

I've tried this test:

break path.h:82
break path.h:95
run
Apr 26 2019, 5:36 PM
weberkai added a comment to rP19674: Fix replay menu loading time by using a cache file.

Sorry, if stupid question, but... The error can be in the initialization, if empty?

Apr 26 2019, 3:36 PM
weberkai added a comment to rP19674: Fix replay menu loading time by using a cache file.

This is the content of g_args

Apr 26 2019, 3:17 PM
weberkai added a comment to rP19674: Fix replay menu loading time by using a cache file.

I've started;

gdb ../pyrogenesis
Apr 26 2019, 2:56 PM
weberkai added a comment to rP19674: Fix replay menu loading time by using a cache file.

The crash happens here:

Apr 26 2019, 2:47 PM
weberkai added a comment to rP19674: Fix replay menu loading time by using a cache file.
Apr 26 2019, 2:30 PM
weberkai raised a concern with rP19674: Fix replay menu loading time by using a cache file.

After this commit, during variable creation, tempCacheFileName and also cacheFileName are created at VisualReplay.cpp (https://code.wildfiregames.com/rP19674#change-sw16fvIpoPBs):

Apr 26 2019, 12:52 PM