need help with game sas secure tomorrow.

Questions about Wine on Linux
Locked
TalionRanger117
Level 3
Level 3
Posts: 54
Joined: Sat Jul 15, 2023 5:40 pm

need help with game sas secure tomorrow.

Post by TalionRanger117 »

how do you fix the black screen? what manual changes do you need to do to get it too work?
jkfloris
Level 12
Level 12
Posts: 3141
Joined: Thu Aug 14, 2014 10:10 am

Re: need help with game sas secure tomorrow.

Post by jkfloris »

According to the AppDB, you need a usermade patch.
TalionRanger117
Level 3
Level 3
Posts: 54
Joined: Sat Jul 15, 2023 5:40 pm

Re: need help with game sas secure tomorrow.

Post by TalionRanger117 »

jkfloris wrote: Mon Nov 06, 2023 4:51 pm According to the AppDB, you need a usermade patch.
i tried that, didnt work. does need files in the main game fodler like mfc42.dll?
jkfloris
Level 12
Level 12
Posts: 3141
Joined: Thu Aug 14, 2014 10:10 am

Re: need help with game sas secure tomorrow.

Post by jkfloris »

You can install the mfc42.dll file with winetricks:

Code: Select all

winetricks mfc42
If that is not enough, post the terminal output.
TalionRanger117
Level 3
Level 3
Posts: 54
Joined: Sat Jul 15, 2023 5:40 pm

Re: need help with game sas secure tomorrow.

Post by TalionRanger117 »

jkfloris wrote: Tue Nov 07, 2023 4:23 pm You can install the mfc42.dll file with winetricks:

Code: Select all

winetricks mfc42
If that is not enough, post the terminal output.
where would i find the log for the game?
jkfloris
Level 12
Level 12
Posts: 3141
Joined: Thu Aug 14, 2014 10:10 am

Re: need help with game sas secure tomorrow.

Post by jkfloris »

Start your favorite terminal, like xterm, go to the directory where the exe is located, and run it with wine. The output appears on your screen.
For example:

Code: Select all

cd ~/Downloads
wine sasstfix.exe
If you want to save the output to a file, run:

Code: Select all

wine sasstfix.exe >> logfile.txt 2>&1
TalionRanger117
Level 3
Level 3
Posts: 54
Joined: Sat Jul 15, 2023 5:40 pm

Re: need help with game sas secure tomorrow.

Post by TalionRanger117 »

here is the file.
Attachments
logfile.txt.tar.gz
(251 Bytes) Downloaded 182 times
TalionRanger117
Level 3
Level 3
Posts: 54
Joined: Sat Jul 15, 2023 5:40 pm

Re: need help with game sas secure tomorrow.

Post by TalionRanger117 »

i gotten banned for two days....

i could not post the txt file. it was too large.
TalionRanger117
Level 3
Level 3
Posts: 54
Joined: Sat Jul 15, 2023 5:40 pm

Re: need help with game sas secure tomorrow.

Post by TalionRanger117 »

then dont help if yoru going to be assholres about it. im done fuck this place.

i use somethign else.
jkfloris
Level 12
Level 12
Posts: 3141
Joined: Thu Aug 14, 2014 10:10 am

Re: need help with game sas secure tomorrow.

Post by jkfloris »

If you decide to come back anyway, or for other people who have the same problem.
I have tried the game and you do need the patch. However, the game suffers from a GL_OUT_OF_MEMORY bug, so don't set your settings too high.

If you still want to post the output, compress the text file to tar.gz or use a pastebin site.
Locked