Temple of The Roguelike Forums
Announcements => Traditional Roguelikes (Turn Based) => Topic started 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:
- A red box is displayed saying "Error: ... [E]xit or [C]ontinue?"
- Incursion crashes and exits.
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).
-
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.
-
I am getting "Application could not initialize properly 0xc015002" on startup.
Same here. No error log generated.
-
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 :).
-
It begins/continues. 8)
-
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.
-
I love you, man. The keypress/refresh problems are gone and I can finally play!