lowenz on 20/11/2016 at 10:00
Quote Posted by snobel
Very strange. Please post the contents of the log file after you've attempted to run the game.
The log remains empty. It's some kind of memory initialization problem? Or core affinity?
lowenz on 20/11/2016 at 10:03
LOOOOOOOOOOOL, it's the core affinity! (see Max Payne!)
It starts using a batch file:
start /affinity 1 DeusEx2.exe
lowenz on 20/11/2016 at 10:22
Addendum: can you add as feature the walk modifier as in Thief?
snobel on 20/11/2016 at 15:28
Quote Posted by lowenz
LOOOOOOOOOOOL, it's the core affinity! (see Max Payne!)
It starts using a batch file:
start /affinity 1 DeusEx2.exeIt's really weird if that's the case. The affinity gets set by the patch using SetProcessAffinityMask() before any of the original game code gets to run, i.e. while there's only one thread. So as long as you have EnableMulticore=False in VisibleOptions.ini you should get exactly what that start command does.
Can you try running just "start DeusEx2.exe" to see if it's a side-effect of starting it that way?
If you run it normally, can you check the hanging process in Task Manager and verify that it's running on all cores in spite of EnableMulticore=False?
Quote:
*No Intro videos (!)
*No loading screens (!)
*No texts in game (!!!) :D
No idea what's going on there... :wot: (Assuming default options. Setting AllowIngameResChange=True and changing the resolution can make the text disappear like that.)
Quote:
Addendum: can you add as feature the walk modifier as in Thief?
If you mean the "classic speed" tweak from T3, then it's already in - named WalkByDefault.
lowenz on 20/11/2016 at 17:31
Quote Posted by snobel
It's really weird if that's the case. The affinity gets set by the patch using SetProcessAffinityMask() before any of the original game code gets to run, i.e. while there's only one thread. So as long as you have EnableMulticore=False in VisibleOptions.ini you should get exactly what that start command does.
Can you try running just "start DeusEx2.exe" to see if it's a side-effect of starting it that way?
(
https://postimg.org/image/o2a0xuwwn/)
Inline Image:
https://s15.postimg.org/f796nc84b/Untitled.png
lowenz on 20/11/2016 at 19:17
It runs, but I must ALT-Tab once (if not the process remains in background).
Stingm on 20/11/2016 at 19:37
What lowenz says is true except for me when I alt tab and hit new game everything goes blank except for maybe the mouse curser. We are getting there..lol
Edit: I did notice that unpatched is working and the only difference is it runs asking for administrator access before it starts. Wonder if this could be part of the issue.
Edit 2: Nope administrator permission makes no difference as same crash.
lowenz on 20/11/2016 at 19:59
But the BIG question is: Why
*No Intro videos (!)
*No loading screens (!)
*No texts in game (!!!)
And no interactions possible (I can't talk to Nassif hologram but I can take the basket ball).