Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines
(+1)

Hello, thanks for the reply. I found old projects (Twilight Of The Gods, Broccoli Never Dies, THE SECRET OF MANES...) but they don't work for me (Win7 x32), I often see "Memory access violation" error. I once ran these games on an old PC, I wanted to play them again). I am interested in the engine, it is not demanding on hardware and has a relatively good picture, as for me. In any case, thanks again and I wish you the best of luck.

(+1)

Yeah there were a couple of issues, one is DEP, data execution prevention. Older versions of the compiler executed some data segments, so that doesn't work, unless you set an exception for the EXE in windows. Also try to run in XP mode. Generally, in a 32 bit environment there's a better chance. Also because of the millisecs system timer in 64 vs 32 bit, that caused problems I fixed only in the 2021-reloaded release of the engine..

(+1)

I have Win7 x32, I tried to run games in compatibility mode, but it did not solve the problem, thanks anyway.