Page 1 of 2
Help about spring 0.93
Posted: 11 Mar 2013, 00:27
by Senna
when i install spring version 0.93, and go spring folder, clicking spring.exe to run this message ocurs.
spring.exe has encountered a problem and needs to be close. We are sorry for the inconvenience
the bf47_appcompat.txt file
http://www.mediafire.com/?m28bxxr1y0zg5ql
i tryed all ways, safemode, disabling all, enabling all etc all the ways and spring dont wanna run
using Windows xp sp2
pc amd athlon 3500+ single 2,2 ghz
1gb 667mhz ram kingstom
chipset nvidia 6150
hope it helps, there is really no more details
Re: Help about spring 0.93
Posted: 11 Mar 2013, 00:32
by abma
...
Re: Help about spring 0.93
Posted: 11 Mar 2013, 02:18
by jK
run it outside of lobby
Re: Help about spring 0.93
Posted: 11 Mar 2013, 03:02
by Senna
jK wrote:run it outside of lobby
yeah is what i do
this is what happens
http://postimage.org/image/bt50xpiff/
Re: Help about spring 0.93
Posted: 11 Mar 2013, 06:04
by Forboding Angel
Update your OS ffs.
Re: Help about spring 0.93
Posted: 11 Mar 2013, 06:39
by jK
permission issues?
Re: Help about spring 0.93
Posted: 11 Mar 2013, 07:04
by Forboding Angel
Run this program from your spring 93 folder.
Disclaimer... don't be a frigging moron by running it in your root C:\
It sets the current folder and all sub-folders to be writable by "Everyone".
Command gets run in admin mode:
Code: Select all
ICACLS "%cd%" /grant Everyone:F /T
Edit:
Fucking XP... The above program won't do anything.
Ok, open up windows command line as administrator, and navigate to your spring 93 folder, then run this command in that folder:
(ICACLS doesn't work in XP, but CACLS does)
Re: Help about spring 0.93
Posted: 11 Mar 2013, 22:05
by zerver
Hi Senna!
What you need is a debugger. Download this:
http://www.ollydbg.de/odbg110.zip
and unzip to any folder. Run ollydbg.exe
Choose File-->Open spring.exe
Wait a minute while the debugger analyzes the executable
Choose Debug-->Run
When the crash occurs, you will see a message at the bottom of the debugger window "Access violation" etc
Choose View-->Call stack
In the call stack window, right-click and choose "Copy to Clipboard"-->"Whole table"
Then paste the table here. Good luck!
Re: Help about spring 0.93
Posted: 12 Mar 2013, 17:45
by Senna
zerver wrote:Hi Senna!
What you need is a debugger. Download this:
http://www.ollydbg.de/odbg110.zip
and unzip to any folder. Run ollydbg.exe
Choose File-->Open spring.exe
Wait a minute while the debugger analyzes the executable
Choose Debug-->Run
When the crash occurs, you will see a message at the bottom of the debugger window "Access violation" etc
Choose View-->Call stack
In the call stack window, right-click and choose "Copy to Clipboard"-->"Whole table"
Then paste the table here. Good luck!
one of these files ?
http://www.mediafire.com/?axjnjx6valj8c9y
http://www.mediafire.com/?xcxd27oqn567a47
Re: Help about spring 0.93
Posted: 12 Mar 2013, 18:55
by zerver
No, not any file. You must copy the contents of the "Call stack" window in the debugger:
In the call stack window, right-click and choose "Copy to Clipboard"-->"Whole table"
Did you do that? Then paste (Ctrl+V) here in the forum.
If it does not work you can start by telling what happens when you do
Debug-->Run
in the debugger. Does the debugger print any message at the bottom?
Re: Help about spring 0.93
Posted: 12 Mar 2013, 22:04
by Senna
zerver wrote:No, not any file. You must copy the contents of the "Call stack" window in the debugger:
In the call stack window, right-click and choose "Copy to Clipboard"-->"Whole table"
Did you do that? Then paste (Ctrl+V) here in the forum.
If it does not work you can start by telling what happens when you do
Debug-->Run
in the debugger. Does the debugger print any message at the bottom?
Call stack of main thread
Address Stack Procedure / arguments Called from Frame
0022EA10 77E76083 RPCRT4.77E760BD RPCRT4.77E7607E 0022EA0C
0022EB38 77E76265 RPCRT4.77E7604B RPCRT4.77E76260 0022EB34
0022EB4C 7753103B RPCRT4.UuidCreate ole32.77531035 0022EB48
0022EB64 774FD0C1 ole32.774FD0E5 ole32.774FD0BC 0022EB60
0022EB84 7C90118A Includes ole32.774FD0C1 ntdll.7C901187 0022EB80
0022EBA4 7C91D98A ? ntdll.7C901176 ntdll.7C91D985 0022EBA0
0022ECAC 7C915BE3 ? ntdll.7C91D785 ntdll.7C915BDE 0022ECA8
0022EF58 7C915D45 ? ntdll.7C915D99 ntdll.7C915D40 0022EF54
0022F200 7C801BBD ? <JMP.&ntdll.LdrLoadDll> kernel32.7C801BB8 0022F1FC
0022F268 7C80AEFC ? kernel32.LoadLibraryExW kernel32.7C80AEF7 0022F264
0022F26C 002535CC FileName = "c:\docume~1\alluse~1\a
0022F270 00000000 hFile = NULL
0022F274 00000000 Flags = 0
0022F27C 7E445446 ? kernel32.LoadLibraryW USER32.7E445440 0022F278
0022F280 002535CC FileName = "c:\docume~1\alluse~1\a
0022F308 7E41A118 USER32.7E41B7FF USER32.7E41A113 0022F304
0022F448 7E41A143 USER32.ClientThreadSetup USER32.7E41A13E 0022F444
0022F44C 7C90E473 Includes USER32.7E41A143 ntdll.7C90E470 0022F464
this one?
Re: Help about spring 0.93
Posted: 12 Mar 2013, 23:15
by zerver
Yes, and does the debugger print anything at the bottom after Debug-->Run? (Access violation in my picture below)

Re: Help about spring 0.93
Posted: 13 Mar 2013, 01:29
by zerver
As you see in the call stack there is "RPCRT4" at the top.
This could indicate that it crashed in RPCRT4.DLL.
The dll file could be broken, or external interference by some other program such as antivirus caused it to fail.
Anyway, test again and see if you always have "RPCRT4" at the top of the call stack when the access violation occurs.
Re: Help about spring 0.93
Posted: 13 Mar 2013, 17:25
by bibim
Spring also doesn't run anymore on my good old Athlon 3000+:
http://pastebin.com/gFwLNCNM
Re: Help about spring 0.93
Posted: 13 Mar 2013, 17:48
by Senna
zerver wrote:As you see in the call stack there is "RPCRT4" at the top.
This could indicate that it crashed in RPCRT4.DLL.
The dll file could be broken, or external interference by some other program such as antivirus caused it to fail.
Anyway, test again and see if you always have "RPCRT4" at the top of the call stack when the access violation occurs.
i see 3 RPCRT4.dll
how to fix it?
i dont have any antivir installed, also have windows firewall off, all firewall its on off
Re: Help about spring 0.93
Posted: 13 Mar 2013, 17:53
by abma
i guess you've to install service pack 3?!
bibim, which os/patch level do you have?
Re: Help about spring 0.93
Posted: 13 Mar 2013, 18:01
by Senna
zerver wrote:Yes, and does the debugger print anything at the bottom after Debug-->Run? (Access violation in my picture below)

prints all 000000000 only
Re: Help about spring 0.93
Posted: 13 Mar 2013, 18:06
by bibim
abma wrote:bibim, which os/patch level do you have?
On this system, Windows 2000 (5.00.2195 SP4), why?

Re: Help about spring 0.93
Posted: 13 Mar 2013, 18:19
by abma
a gdb backtrace really would help...
@jk:
maybe some cpu feature is enabled that isn't supported on athlon in the buildslave libs? (for example devil/boost/libpng/...?)
Re: Help about spring 0.93
Posted: 14 Mar 2013, 02:55
by Senna
well yesterday i tryed all the ways posible, still not working, it maybe need an pc upgrade, well spring was good and fun, seems now i cannot play it anymore, goodbye spring
