Author Topic: Incursion (open source) 0.6.9Y  (Read 7578 times)

chooseusername

  • Rogueliker
  • ***
  • Posts: 329
  • Karma: +0/-0
    • View Profile
    • Email
Incursion (open source) 0.6.9Y
« 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.

Report problems here.

Zireael

  • Rogueliker
  • ***
  • Posts: 604
  • Karma: +0/-0
    • View Profile
Re: Incursion (open source) 0.6.9Y
« Reply #1 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.
« Last Edit: March 25, 2014, 08:56:15 AM by Zireael »

Holsety

  • Rogueliker
  • ***
  • Posts: 148
  • Karma: +0/-0
    • View Profile
Re: Incursion (open source) 0.6.9Y
« Reply #2 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.
Quote from: AgingMinotaur
… and it won't stop until we get to the first, unknown ignorance. And after that – well, who knows?

TheCreator

  • Rogueliker
  • ***
  • Posts: 370
  • Karma: +0/-0
    • View Profile
    • Fame
    • Email
Re: Incursion (open source) 0.6.9Y
« Reply #3 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 :).
Fame (Untitled) - my game. Everything is a roguelike.

getter77

  • Protector of the Temple
  • Global Moderator
  • Rogueliker
  • *****
  • Posts: 4957
  • Karma: +4/-1
    • View Profile
Re: Incursion (open source) 0.6.9Y
« Reply #4 on: March 25, 2014, 12:34:28 PM »
It begins/continues.   8)
Brian Emre Jeffears
Aspiring Designer/Programmer/Composer
In Training

chooseusername

  • Rogueliker
  • ***
  • Posts: 329
  • Karma: +0/-0
    • View Profile
    • Email
Re: Incursion (open source) 0.6.9Y
« Reply #5 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.

Zireael

  • Rogueliker
  • ***
  • Posts: 604
  • Karma: +0/-0
    • View Profile
Re: Incursion (open source) 0.6.9Y
« Reply #6 on: March 26, 2014, 09:07:34 AM »
I love you, man. The keypress/refresh problems are gone and I can finally play!