Posts:
1 033
Threads:
38
Joined:
23 Jan 2005
Reputation:
29.05.2008, 01:05:48
(This post was last modified: 29.05.2008, 01:06:50 by Marshall.)
Comments like that last one really angry up my blood.
Usually nothing happens because you did nothing. If you want help then say exactly what you did, step by step, and exactly what happened even if you don't think it was important.
Ever wondered what the hell is going on?
Believe me friend you're not the only one.
--Lysdexia
Check out Launch Base for RA2/YR -
http://marshall.strategy-x.com
Also home to the Purple Alert mod, 1.002 UMP, and the YR Playlist Manager.
Posts:
379
Threads:
23
Joined:
29 May 2008
Reputation:
It's working great for me, It's thrown up 1 "unknown error" but thats to do with the mod I'm working on not syringe.
MRMIdAS: No longer allowed to criticise Westwood on PPM
Posts:
24
Threads:
6
Joined:
19 Mar 2007
Reputation:
Was it supposed to change to a Bat cause nothing ahppened after making a text document and putting it in
Posts:
1 033
Threads:
38
Joined:
23 Jan 2005
Reputation:
he's probably got 'hide known file extensions' turned on
Ever wondered what the hell is going on?
Believe me friend you're not the only one.
--Lysdexia
Check out Launch Base for RA2/YR -
http://marshall.strategy-x.com
Also home to the Purple Alert mod, 1.002 UMP, and the YR Playlist Manager.
Posts:
24
Threads:
6
Joined:
19 Mar 2007
Reputation:
Yea your were right I did have that hide extensions checked I fixed that and it runs as a CMD but when I run it it gives me that syringe cannot just run by itself message
Posts:
24
Threads:
6
Joined:
19 Mar 2007
Reputation:
Ah that got it working now I can figure out this Ie i'm getting
hmmm if i double click the gamemd.syr (wich will be opend with syringe) nothing happens, the mouse cursor is loading for a millisecond and then nothin happens. The c# runtime is installed.
That is my log
[23:17:43] WinMain: lpCmdLine = ""C:\Westwood\AR2\gamemd.syr""
[23:17:43] WinMain: Trying to load control file "C:\Westwood\AR2\gamemd.syr"...
[23:17:43] RP2Debugger::LoadControlFile: File validation OK.
[23:17:43] RP2Debugger::LoadControlFile: Reading control file. Format version: 1
[23:17:43] RP2Debugger::LoadControlFile: Control file successfully loaded.
[23:17:43] exe = gamemd.exe
[23:17:43] LoadModuleImportAddress = 0x007E1220
[23:17:43] GetProcAddressImportAddress = 0x007E1250
[23:17:43] AllocAddress = 0x01000000
[23:17:43] WinMain: RP2Debugger::FindDLLs();
[23:17:43] RP2Debugger::FindDLLs: Recognized DLL: ExceptChecker2.03.dll
[23:17:43] RP2Debugger::FindDLLs: Done (6 hooks added).
[23:17:43] WinMain: RP2Debugger::Run("");
[23:17:43] RP2Debugger::Run: Running process to debug. cmd = "gamemd.exe"
[23:17:43] RP2Debugger::Run: Allocating 0x1000 bytes at 0x01000000...
[23:17:43] RP2Debugger::Run: Filling allocated space with zero...
[23:17:43] RP2Debugger::Run: Writing DLL loader & caller code...
[23:17:43] RP2Debugger::Run: Setting breakpoints...
[23:17:43] RP2Debugger::Run: Registering RP2Debugger::Callback...
[23:17:43] RP2Debugger::Run: BreakPointInjector::Run();
[23:17:44] BreakPointInjector::handleException: Access Violation at 0x7C97DF51!
[23:17:44] BreakPointInjector::handleException: Exception (Code: 0xC0000008 at 0x7C91EB74!
[23:17:44] BreakPointInjector::handleException: Exception (Code: 0xC0000008 at 0x7C91EB74!
[23:17:44] BreakPointInjector::Run: Done.
[23:17:44] RP2Debugger::Run: Cleaning up...
[23:17:44] RP2Debugger::Run: Done.
[23:17:44] WinMain: RP2Debugger::Run finished.
[23:17:44] WinMain: Exiting on success.
Posts:
1 033
Threads:
38
Joined:
23 Jan 2005
Reputation:
27.06.2008, 23:24:07
(This post was last modified: 27.06.2008, 23:36:55 by Marshall.)
I have a problem that I've been trying to solve for several hours now.
I am shelling the following command in Launch Base but nothing happens
"E:\games\ra2\Syringe.exe" "e:\games\ra2\gamemd.syr"
But if I shell
"E:\games\ra2\Syringe.exe" "gamemd.syr"
then Syringe complains that it couldn't load the file.
I think the problem might be to do with the working directory because the syringe.log file is created in e:\development\ra2yr\launchbase
I've also noticed that you can't do the following from command line (which would be rather useful):
C:\Syringe\>Syringe.exe "e:\games\ra2\gamemd.syr"
pd, please advise! Is this something that you can rectify?
EDIT:
I have resolved my problem by using an API to set the current directory to the RA2 directory. Once I did that, I can even run Syringe.exe from somewhere other than the RA2 directory.
This shows that Syringe does not determine the appropriate working directory by itself and instead uses the current directory as set by Windows.
Ever wondered what the hell is going on?
Believe me friend you're not the only one.
--Lysdexia
Check out Launch Base for RA2/YR -
http://marshall.strategy-x.com
Also home to the Purple Alert mod, 1.002 UMP, and the YR Playlist Manager.