Temple of The Roguelike Forums

Announcements => Traditional Roguelikes (Turn Based) => Topic started by: chooseusername on March 25, 2014, 02:29:10 AM

Title: Incursion (open source) 0.6.9Y
Post by: chooseusername on March 25, 2014, 02:29:10 AM
This is a Windows-only release of binaries for the previous 0.6.9H4 release, thanks to Incursion's author Julian Mensch who recently released the source code for that release.  It is intended to provide a supported playable (with known problems) version of Incursion.  Support is not provided for official previously released versions of Incursion.

I have also integrated Google Breakpad, which when an error occurs, will dump minidumps.  So if:
There will be minidump files located in the Incursion-0.6.9Y directory.  Remember what you were doing at the time, and upload them to bitbucket in whatever issue applies.

Download the Windows binaries here (https://bitbucket.org/rmtew/incursion-roguelike/downloads).

Report problems here (https://bitbucket.org/rmtew/incursion-roguelike/issues?status=new&status=open).
Title: Re: Incursion (open source) 0.6.9Y
Post by: Zireael on March 25, 2014, 08:23:22 AM
I am getting "Application could not initialize properly 0xc015002" on startup. Already tried repairing VC++ runtime.

The event log complains:  "F:\KASIA\ściągnięte\roguelike\Incursion\Incursion-0.6.9Y1\libtcod.dll". Nie można odnaleźć zestawu zależnego Microsoft.VC90.DebugCRT,processorArchitecture="x86",publicKeyToken="1fc8b3b9a1e18e3b",type="win32",version="9.0.21022.8". Użyj narzędzia sxstrace.exe, aby uzyskać szczegółową diagnozę.

EDIT: Tried removing VC runtime, downloading exactly the 9.0.21022 version, installing it. Still no dice. Seems there's some bad linking in the app.
Title: Re: Incursion (open source) 0.6.9Y
Post by: Holsety on March 25, 2014, 09:06:27 AM
I am getting "Application could not initialize properly 0xc015002" on startup.

Same here. No error log generated.
Title: Re: Incursion (open source) 0.6.9Y
Post by: TheCreator on March 25, 2014, 09:12:23 AM
I am getting "Application could not initialize properly 0xc015002" on startup. Already tried repairing VC++ runtime.

The event log complains:  "F:\KASIA\ściągnięte\roguelike\Incursion\Incursion-0.6.9Y1\libtcod.dll". Nie można odnaleźć zestawu zależnego Microsoft.VC90.DebugCRT,processorArchitecture="x86",publicKeyToken="1fc8b3b9a1e18e3b",type="win32",version="9.0.21022.8". Użyj narzędzia sxstrace.exe, aby uzyskać szczegółową diagnozę.

EDIT: Tried removing VC runtime, downloading exactly the 9.0.21022 version, installing it. Still no dice. Seems there's some bad linking in the app.

Try linking with the runtime statically. This always solves the evil C++ runtime problem :).
Title: Re: Incursion (open source) 0.6.9Y
Post by: getter77 on March 25, 2014, 12:34:28 PM
It begins/continues.   8)
Title: Re: Incursion (open source) 0.6.9Y
Post by: chooseusername on March 25, 2014, 09:27:45 PM
I am getting "Application could not initialize properly 0xc015002" on startup. Already tried repairing VC++ runtime.

The event log complains:  "F:\KASIA\ściągnięte\roguelike\Incursion\Incursion-0.6.9Y1\libtcod.dll". Nie można odnaleźć zestawu zależnego Microsoft.VC90.DebugCRT,processorArchitecture="x86",publicKeyToken="1fc8b3b9a1e18e3b",type="win32",version="9.0.21022.8". Użyj narzędzia sxstrace.exe, aby uzyskać szczegółową diagnozę.

EDIT: Tried removing VC runtime, downloading exactly the 9.0.21022 version, installing it. Still no dice. Seems there's some bad linking in the app.

Try linking with the runtime statically. This always solves the evil C++ runtime problem :).
New version uploaded.  It's linked statically with the runtime, and I've also ensured that all binaries are release versions, as libtcod and SDL2 were also possibly debug dlls.
Title: Re: Incursion (open source) 0.6.9Y
Post by: Zireael on March 26, 2014, 09:07:34 AM
I love you, man. The keypress/refresh problems are gone and I can finally play!