Renegade Public Forums
C&C: Renegade --> Dying since 2003™, resurrected in 2024!
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 Go to previous messageGo to next message
Viking is currently offline  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. Rocked Over



Toggle Spoiler


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 #262091 is a reply to message #261772] Wed, 30 May 2007 17:55 Go to previous messageGo to next message
nopol10 is currently offline  nopol10
Messages: 1044
Registered: February 2005
Location: Singapore
Karma: 0
General (1 Star)
Something is wrong, my Renegade crashes when I ALT-Tab out and try to go back in.

No error message. Here's the crashdump and sysinfo.

[EDIT]Weird... The crashes are now random...
  • Attachment: crashdump3.txt
    (Size: 73.67KB, Downloaded 156 times)
  • Attachment: sysinfo.txt
    (Size: 2.97KB, Downloaded 152 times)


nopol10=Nopol=nopol(GSA)

http://i14.photobucket.com/albums/a330/napalmic/siggy.jpg

[Updated on: Wed, 30 May 2007 17:55]

Report message to a moderator

Re: scripts.dll 3.2.3 is out [message #262094 is a reply to message #260888] Wed, 30 May 2007 18:25 Go to previous messageGo to next message
jonwil is currently offline  jonwil
Messages: 3559
Registered: February 2003
Karma: 0
General (3 Stars)

nopol10, do you have a d3derr.log file?


Jonathan Wilson aka Jonwil
Creator and Lead Coder of the Custom scripts.dll
Renegade Engine Guru
Creator and Lead Coder of TT.DLL
Official member of Tiberian Technologies
Re: scripts.dll 3.2.3 is out [message #262095 is a reply to message #262094] Wed, 30 May 2007 18:34 Go to previous messageGo to next message
nopol10 is currently offline  nopol10
Messages: 1044
Registered: February 2005
Location: Singapore
Karma: 0
General (1 Star)
Here:
  • Attachment: d3derr.log
    (Size: 0.21KB, Downloaded 92 times)


nopol10=Nopol=nopol(GSA)

http://i14.photobucket.com/albums/a330/napalmic/siggy.jpg
Re: scripts.dll 3.2.3 is out [message #262248 is a reply to message #262095] Thu, 31 May 2007 11:00 Go to previous messageGo to next message
Cunin is currently offline  Cunin
Messages: 87
Registered: April 2007
Karma: 0
Recruit
Just want to say that version 3.2.2 fixed my low fps of version 3.2.1.
Maybe the:
jonwil

Code to correctly disable backbuffer locking (fixes a couple of ATI issues)

fixed it?

Tried v3.2.3 too and I got no problems with fps.

Also, it seems that I got less crashes at exit now, but I'm not sure as I haven't played so much.

Thanks for the update!!


http://berga76.interfree.it/lolkids.png
Re: scripts.dll 3.2.3 is out [message #262401 is a reply to message #262248] Fri, 01 June 2007 08:05 Go to previous messageGo to next message
Jerad2142 is currently offline  Jerad2142
Messages: 3816
Registered: July 2006
Location: USA
Karma: 6
General (3 Stars)
YAY!!!!!
While playing with scripts 3.2.3 I get a FPS up to 353, it never used to go above 100.
Thank you Jonwil!


Re: scripts.dll 3.2.3 is out [message #262418 is a reply to message #260888] Fri, 01 June 2007 10:56 Go to previous messageGo to next message
Slave is currently offline  Slave
Messages: 607
Registered: December 2006
Karma: 0
Colonel
Yeah, did v-sync die or anything? Mine also exeeds my screen's refresh rate.

To be honest, I don't really care, since I've downgraded to 2.92. The flickering of most alpha blended textures was driving me crazy. Such a shame.
Re: scripts.dll 3.2.3 is out [message #262502 is a reply to message #260888] Fri, 01 June 2007 17:24 Go to previous messageGo to next message
jonwil is currently offline  jonwil
Messages: 3559
Registered: February 2003
Karma: 0
General (3 Stars)

We fixed the alpha blending textures issue in 3.2.3


Jonathan Wilson aka Jonwil
Creator and Lead Coder of the Custom scripts.dll
Renegade Engine Guru
Creator and Lead Coder of TT.DLL
Official member of Tiberian Technologies
Re: scripts.dll 3.2.3 is out [message #262589 is a reply to message #260888] Sat, 02 June 2007 04:56 Go to previous messageGo to next message
CarrierII is currently offline  CarrierII
Messages: 3804
Registered: February 2006
Location: England
Karma: 0
General (3 Stars)

Alt-Tab Crash, this is the first time I've had it with any scripts version ever.

no d3derr file found, just noticed it only breaks if I alt-tab out of a game, not from any pre-game menu (Pressing Esc ingame and alt-tabbing doesn't work)

Debug.rar

Should open with WinRAR.
You've already got my email if you want me on MSN etc...


Renguard is a wonderful initiative
Toggle Spoiler
Re: scripts.dll 3.2.3 is out [message #262644 is a reply to message #260888] Sat, 02 June 2007 11:33 Go to previous messageGo to next message
Yrr is currently offline  Yrr
Messages: 556
Registered: October 2006
Location: Germany
Karma: 0
Colonel

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 #263026 is a reply to message #260888] Mon, 04 June 2007 05:01 Go to previous messageGo to next message
jonwil is currently offline  jonwil
Messages: 3559
Registered: February 2003
Karma: 0
General (3 Stars)

To the people having crashes with 3.2.3 (nopol10, mammutpanzer and anyone else), please make sure you are running the latest drivers for your graphics card.
If you are not running the latest drivers, upgrade and see if you still get crashes.


Jonathan Wilson aka Jonwil
Creator and Lead Coder of the Custom scripts.dll
Renegade Engine Guru
Creator and Lead Coder of TT.DLL
Official member of Tiberian Technologies
Re: scripts.dll 3.2.3 is out [message #263032 is a reply to message #260888] Mon, 04 June 2007 05:58 Go to previous messageGo to next message
Ghostshaw is currently offline  Ghostshaw
Messages: 709
Registered: September 2006
Karma: 0
Colonel
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-


BlackIntel Administrator
Re: scripts.dll 3.2.3 is out [message #263073 is a reply to message #263032] Mon, 04 June 2007 10:32 Go to previous messageGo to next message
=HT=T-Bird is currently offline  =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 #263082 is a reply to message #260888] Mon, 04 June 2007 11:23 Go to previous messageGo to next message
Yrr is currently offline  Yrr
Messages: 556
Registered: October 2006
Location: Germany
Karma: 0
Colonel

It's just an unlikely guess, but does the crash occurr in common with Resurrection too?

Re: scripts.dll 3.2.3 is out [message #263092 is a reply to message #263082] Mon, 04 June 2007 12:41 Go to previous messageGo to next message
=HT=T-Bird is currently offline  =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.
Re: scripts.dll 3.2.3 is out [message #263098 is a reply to message #260888] Mon, 04 June 2007 13:29 Go to previous messageGo to next message
Yrr is currently offline  Yrr
Messages: 556
Registered: October 2006
Location: Germany
Karma: 0
Colonel

Test it.

Re: scripts.dll 3.2.3 is out [message #263101 is a reply to message #262502] Mon, 04 June 2007 13:38 Go to previous message
Jonty is currently offline  Jonty
Messages: 538
Registered: June 2006
Location: Chesterfield, England
Karma: 0
Colonel
Viva la Resistance!
jonwil wrote on Sat, 02 June 2007 01:24

We fixed the alpha blending textures issue in 3.2.3


Does this count?
index.php?t=getfile&id=3481&private=0
  • Attachment: error.PNG
    (Size: 192.05KB, Downloaded 180 times)
Previous Topic: Mod for SSAOW 1.5 (release)
Next Topic: [model]OMFG MEGAMAN!
Goto Forum:
  


Current Time: Sun Apr 06 22:55:31 MST 2025

Total time taken to generate the page: 0.01085 seconds