Home » Renegade Discussions » Mod Release Forum » scripts.dll 3.2.3 is out
Re: scripts.dll 3.2.3 is out [message #261772 is a reply to message #260888] |
Tue, 29 May 2007 13:45   |
 |
Viking
Messages: 1692 Registered: July 2005 Location: Earth
Karma: 0
|
General (1 Star) |
|
|
THANK YOU NOW I CAN MINIMIZE RENEGADE AND BRING IT BACK UP AND IT DOSE NOT CRASH HOLY SHIT YES!!!
Yes, it needed to be big.
QUOTES
"The Renegade community revolves around having something awesome, and not sharing it so you can be on top of the mountain." -Canadacdn
Crimson wrote on Thu, 17 May 2007 05:22 |
Memphis wrote on Tue, 15 May 2007 03:54 | ...fatally die to death...
|
I don't know if you meant to do that, but triple redundancy for teh win. I LOL'ed.
|
Awesome l337 people= Icedog90, Blazea58, Canadacdn, Crimson, jonwil
|
|
|
|
|
|
|
|
|
|
|
Re: scripts.dll 3.2.3 is out [message #262644 is a reply to message #260888] |
Sat, 02 June 2007 11:33   |
|
Just found another bug.
scriptfactory.cpp -> ScriptFactory::SetNext
void ScriptFactory::SetNext(ScriptFactory *link)
{
if (next)
link->SetNext(next);
next = link;
}
should be
void ScriptFactory::SetNext(ScriptFactory *link)
{
next = link;
}
The same bug is in the original Renegade function.
|
|
|
|
|
Re: scripts.dll 3.2.3 is out [message #263073 is a reply to message #263032] |
Mon, 04 June 2007 10:32   |
=HT=T-Bird
Messages: 712 Registered: June 2005
Karma: 0
|
Colonel |
|
|
Ghostshaw wrote on Mon, 04 June 2007 07:58 | My rene always crashes when i play a game, and then quit. It locks up completely and i cannot alt-tab out or anything. Some times pressing esc a second time does work, and my quick fix is locking the PC (win + L, thx to danpaul88 for this) which forces rene to minimize.
-Ghost-
|
Yeah...Renny does crash sometimes when you exit, and the crash occurs before the D3D9/DDraw9 info gets freed, which means that Windows can't repaint the screen for much of anything...I'll try the Win+L trick...
HTT-Bird (IRC)
HTTBird (WOL)
Proud HazTeam Lieutenant.
BlackIntel Coder & Moderator.
If you have trouble running BIATCH on your FDS, have some questions about a BIATCH message or log entry, or think that BIATCH spit out a false positive, PLEASE contact the BlackIntel coding team and avoid wasting the time of others.
|
|
|
|
Re: scripts.dll 3.2.3 is out [message #263092 is a reply to message #263082] |
Mon, 04 June 2007 12:41   |
=HT=T-Bird
Messages: 712 Registered: June 2005
Karma: 0
|
Colonel |
|
|
Yrr wrote on Mon, 04 June 2007 13:23 | It's just an unlikely guess, but does the crash occurr in common with Resurrection too?
|
No clue.
HTT-Bird (IRC)
HTTBird (WOL)
Proud HazTeam Lieutenant.
BlackIntel Coder & Moderator.
If you have trouble running BIATCH on your FDS, have some questions about a BIATCH message or log entry, or think that BIATCH spit out a false positive, PLEASE contact the BlackIntel coding team and avoid wasting the time of others.
|
|
|
|
|
Goto Forum:
Current Time: Fri Apr 11 17:05:11 MST 2025
Total time taken to generate the page: 0.00933 seconds
|