Fort Triumph

Fort Triumph

View Stats:
Rgreen29 May 14, 2018 @ 8:07am
Game Broken Will not boot
Hi There,
I purchased the game yesterday and played it for a few hours. I left it unattended for a good portion of the day wile I was busy and went to play it after a time, and it crashed.. no big deal.
But now it gives me the same error message every time I try and start the game.
"Fort Triumph has encountered an error and must close a crash report named "crash_2018-05-14_073746 has been generated" It then offers me a chance send the files to Cookie byte enertainment and then promply crashes compleatly.
I have tried reinstalling the game , twice, and no joy. As well I have tried to vierify the file integrety
and again it still dosent help.
I have requested a refund from Steam and because I have logged more than 2 hours ( 10 in my case ) they won't give me a refund.
Before I enter into a huge fight to try and get my money back can someone just fix this? or tell me how to fix it?
I liked the game when it worked.....
< >
Showing 1-15 of 16 comments
Eran.Yaacobi  [developer] May 14, 2018 @ 3:53pm 
Hi Rgreen29,

Sorry to hear there are issues with the game.

Can you send me the generated crash files to Eran@forttriumph.com ?

There's one additional file that is important for figuring out what's preventing the game from starting.
Based on the platform you are using, it should be located in one of the following:
  • Windows: C:\Users\your username\AppData\LocalLow\Cookie Byte Entertainment\Fort Triumph\output_log.txt
  • macOS: ~/Library/Logs/Unity/Player.log
  • Linux: ~/.config/unity3d/Cookie Byte Entertainment/Fort Triumph/Player.log

If you can send these I can check what the problem is and may be able to solve it.
Last edited by Eran.Yaacobi; May 14, 2018 @ 3:57pm
Rgreen29 May 15, 2018 @ 6:40am 
Hi Eran,
All files have been sent as requested. As a note I'm not too bad with computers and have a High end desktop as well as a higer end gaming laptop that does not have the game installed on it currently. I would be willing to help you do some testing to work through this issue.
Rgreen29 May 18, 2018 @ 1:04pm 
For anyone who has teh same problem a fix was found!
Registry keys under Computer\HKEY_CURRENT_USER\Software\Cookie Byte Entertainment You delete the enite thing, and reinstall the game, and it fixes the issue.
Shayze May 19, 2018 @ 4:32am 
Originally posted by Rgreen29:
For anyone who has teh same problem a fix was found!
Registry keys under Computer\HKEY_CURRENT_USER\Software\Cookie Byte Entertainment You delete the enite thing, and reinstall the game, and it fixes the issue.
Hey Rgreen29, thanks for letting us and other players know about the solution. Glad you are back in the game and looking forward to hearing your feedback :)
Major Storm Apr 6, 2020 @ 2:26pm 
Hello, sorry for the necro but I seem to have the same problem. The game deos not even start. I can see the UNITY logo and then nothing. Only the cursor-gauntlet is visible and I can move it but otherwise pitch black screen. Please help. Thanks.
Note: I have tried verifying integrity of cache and deleting the registry method as offered above and both did not work.
Eran.Yaacobi  [developer] Apr 6, 2020 @ 6:04pm 
Hi,

Sorry about this.

Are you able to send a bug report from within the game?
To open the bug report panel, press Ctrl+Alt+F8. If that doesn't work, it may still be possible to reach it via the debug panel. To do so, triple left-click on the top-left corner of the screen and see if it opens the debug panel, from which the bug report panel is accessible.

This can help a lot in figuring out what's wrong as it's likely to contain errors. Specifically we had two reports recently of a similar issue (in which the solution specified above does not work), and it can show whether the cases are related.

If it's not possible to send a bug report, can you see if there's any log data here:
C:\Users\<username>\AppData\LocalLow\Cookie Byte Entertainment\Fort Triumph\Player.log
If there is, can you send it to Eran@forttriumph.com?

Notice that there's no need to do this if you can send a bug report as it'll already contain this data.

Thanks
Major Storm Apr 7, 2020 @ 3:32am 
Triple clicking worked. I have submitted the report. Thanks for the swift reply.
Eran.Yaacobi  [developer] Apr 7, 2020 @ 5:23am 
It seems that you're experiencing the same issue as the two others (specifically the game failing at loading some files from disk).

Ctlr+Alt+F8 didn't work for you either, right? This can be important, as while the first asset that fails loading is something that handles input, the bug report system doesn't actually use it (it uses Unity's basic input handling mechanism), so the fact that this part doesn't work while the bug report system itself in general does can be an important clue.

We're a bit swamped because of the coming release, but we hope to figure out the underlying source of the issue and fix it soon. I'll keep you posted as soon as we have more information.
Major Storm Apr 7, 2020 @ 2:07pm 
Yes, CTRL+ALT+F8 does nothing. Thanks for taking the time to respond and hopefully fix this problem. I am really enthused about this game and sure do hope to play it one day.
Major Storm Apr 12, 2020 @ 12:47pm 
Hello, just had another game freeze during boot and after ardous efforts of the dev the culprit was found to be the letter '' ı ''. It's a unique letter to the Turkish alfabet and somehow it prevented the loading of assets or some such.

So, maybe this could be the case here too. Thanks and keep up the good work.
Eran.Yaacobi  [developer] Apr 12, 2020 @ 1:17pm 
Hi,

I did notice that in the first cases the language specified was Turkish, and wondered whether it's a coincidence or not. But there was another one with the exact same issue in which the language was English, so I figured it probably is a coincidence. We also don't have Turkish localization (nor any font in the game that supports any unique character it may have), and even before localization assets fail loading, an asset that handles input fails loading.

From what we've seen, it may be related to the order of things being loaded surfacing a bug in the engine we're using. So we've changed things so the assets that cause issues will be loaded at later phase (hopefully circumventing the issue).

Still, we're not certain that the change we've done will fix this, and if the similarity between the cases is close enough it's worth looking into it. What game was it? Can you share more information?
Major Storm Apr 13, 2020 @ 11:24am 
Tactics V Obsidian Brigade and the Dev's explanation was:
So, one thing I'm noticing is the use of an abnormal character in my file paths, the ı character. I have a fix for instances of this character uploaded to the public beta branch, I would ask that you exit steam if it is open, then re login to steam and see if the latest public beta updates and works for you.

And it worked like a charm. :)
Eran.Yaacobi  [developer] Apr 13, 2020 @ 2:58pm 
Hi,

It seems that it's the same problem here. The path in the log is 'uı/rewired ınput manager' instead of 'ui/rewired input manager' (didn't notice the lack of dots over the i's). The asset that does succeed in loading doesn't have one in it which is why it worked.

The issue is that we convert paths to lower-case, and with Turkish Locale they become wrong, resulting in resources not being found ('I' becomes 'ı' instead of 'i').

This is now fixed (will be in the release version).

Thanks for the help.
Major Storm Apr 14, 2020 @ 8:33am 
No problem. I am glad that it will be fixed. Thank you for all the effort :steamhappy:
ZelvinStory Apr 21, 2020 @ 3:53pm 
Help i cant seem to figure out how to get my game working, if i press play it will say its running for a cupple seconds then nothing. (through steam)
< >
Showing 1-15 of 16 comments
Per page: 1530 50