Facebook Twitter YouTube Frictional Games | Forum | Privacy Policy | Dev Blog | Dev Wiki | Support | Gametee


.bat files not launching
Daemian Offline
Posting Freak

Posts: 1,129
Threads: 42
Joined: Dec 2012
Reputation: 49
#13
RE: .bat files not launching

Hey. I'm glad you liked them!. Positive feedback really motivates me to make more, maybe soon -if I find the time- I could make one for SOMA.

As for your problem, the solution Mud gave should have worked.
Here is a batch to launch Justine, just to exclude any mod related problem.
And I included some debug messages to help us find the problem.

You just need a batch file (copy or make one) where Amnesia.exe is and copy&paste the code below.
PHP Code: (Select All)
@echo off
echo ===========================
echo       
DEBUG
echo ===========================
echo 
User name is [ %USERNAME% ]
echo 
Home path is [ %HOMEPATH% ]
echo 
Working Directory is [ %cd% ]
echo 
Batch is located at [ %~dp0 ]
echo 
Batch full path is [ %~dpnx0 ]
pause
echo Trying to launch Amnesia...
@echo 
on
cd 
%~dp0
Amnesia
.exe config/ptest_main_init.cfg
@echo off
pause 

When you run it, it should show you some debug info. It pauses, then tries to launch the game the way Mudbill said. If it can't open Amnesia, you should be able to read an error. Post results here please.

05-12-2016, 04:30 AM
Find


Messages In This Thread
.bat files not launching - by LinkX2011 - 05-04-2016, 09:00 PM
RE: .bat files not launching - by Mudbill - 05-04-2016, 10:38 PM
RE: .bat files not launching - by LinkX2011 - 05-07-2016, 03:56 AM
RE: .bat files not launching - by Daemian - 05-05-2016, 04:58 AM
RE: .bat files not launching - by Mudbill - 05-07-2016, 04:29 PM
RE: .bat files not launching - by LinkX2011 - 05-08-2016, 09:11 PM
RE: .bat files not launching - by Spelos - 05-08-2016, 07:43 PM
RE: .bat files not launching - by Mudbill - 05-08-2016, 09:18 PM
RE: .bat files not launching - by LinkX2011 - 05-11-2016, 10:12 PM
RE: .bat files not launching - by Daemian - 05-12-2016, 12:54 AM
RE: .bat files not launching - by Mudbill - 05-12-2016, 01:40 AM
RE: .bat files not launching - by LinkX2011 - 05-12-2016, 03:02 AM
RE: .bat files not launching - by Daemian - 05-12-2016, 04:30 AM
RE: .bat files not launching - by Mudbill - 05-12-2016, 09:44 AM
RE: .bat files not launching - by LinkX2011 - 05-12-2016, 11:41 PM
RE: .bat files not launching - by Daemian - 05-13-2016, 03:09 AM
RE: .bat files not launching - by Mudbill - 05-13-2016, 08:38 AM
RE: .bat files not launching - by LinkX2011 - 05-13-2016, 08:48 PM
RE: .bat files not launching - by Mudbill - 05-13-2016, 09:37 PM
RE: .bat files not launching - by Daemian - 05-13-2016, 10:56 PM
RE: .bat files not launching - by Mudbill - 05-14-2016, 12:22 AM
RE: .bat files not launching - by Daemian - 05-14-2016, 01:00 AM
RE: .bat files not launching - by LinkX2011 - 05-15-2016, 10:28 PM
RE: .bat files not launching - by Daemian - 05-16-2016, 04:37 PM



Users browsing this thread: 1 Guest(s)