Bug: Critical Error while rocketjumping in nalifruit coll.

Post Reply
User avatar
Creavion
Godlike
Posts: 4497
Joined: Sun Feb 17, 2008 7:23 pm
Personal rank: About to be non-act.
Location: Germany, Lower Saxony

Bug: Critical Error while rocketjumping in nalifruit coll.

Post by Creavion »

Version/Build: UTSDK-2013-01-BETA
Map: SDK-Showcase_Items

How to reproduce:
Get Rocket Launcher
Hurt yourself (Rocket Jump) and collect the NaliFruit

Jump and press (left) mousebutton - it looks like it has to be within the (former) nalifruit collision radius/height
Do_it_here.jpg
After that the game crashes.


Critical Error!
RL_Nalifruit.png

Code: Select all

Warning: EnigmaActor sdkSubUVSmallFireEmitter2 MyLevel.sdkSubUVSmallFireEmitter16 couldn't be removed. Probably broken or not in the List.
Warning: RenderActor sdkSCLanternFlare MyLevel.sdkSCLanternFlare0 couldn't be removed!
Log: Garbage: objects: 47235->0; refs: 602586
Exit: Object subsystem successfully closed.
Exit: Exiting.
Uninitialized: Name subsystem shut down
Uninitialized: Log file closed, 03/09/13 23:27:12
This part from the log looks also suspicious.
If you can not reproduce it, I will try to make a video!
About to be non-active
My very last UT map project: CTF-FacePalm (tropical CTF-Face remake)
Why do I leave? click here
What I want to do next: Joining an UDK team (uncertain however) and improve 3D modelling and texture editing skills
Thanks to those who visibly supported me until/at the end!
My reactivated account on indiedb.com.
User avatar
Shadow
Masterful
Posts: 743
Joined: Tue Jan 29, 2008 12:00 am
Personal rank: Mad Carpenter
Location: Germany
Contact:

Re: Bug: Critical Error while rocketjumping in nalifruit col

Post by Shadow »

It has nothing to do with the nalifruit, it's still the original one from unreal. It's the trail emitter and the projectile itself causing some problems. I can imagine some init routines at their spawned() functions might not work correctly.

Code: Select all

Warning: EnigmaActor sdkSubUVSmallFireEmitter2 MyLevel.sdkSubUVSmallFireEmitter16 couldn't be removed. Probably broken or not in the List.
Warning: RenderActor sdkSCLanternFlare MyLevel.sdkSCLanternFlare0 couldn't be removed!
Is a warning caused by own log functions that some linked actor could't be removed. The linked actor list code has been improved further more in the coming release.
Image
User avatar
Creavion
Godlike
Posts: 4497
Joined: Sun Feb 17, 2008 7:23 pm
Personal rank: About to be non-act.
Location: Germany, Lower Saxony

Re: Bug: Critical Error while rocketjumping in nalifruit col

Post by Creavion »

I can imagine, however for some strange reasons it always crashed at the mentioned point. I have no idea why.
About to be non-active
My very last UT map project: CTF-FacePalm (tropical CTF-Face remake)
Why do I leave? click here
What I want to do next: Joining an UDK team (uncertain however) and improve 3D modelling and texture editing skills
Thanks to those who visibly supported me until/at the end!
My reactivated account on indiedb.com.
User avatar
Shadow
Masterful
Posts: 743
Joined: Tue Jan 29, 2008 12:00 am
Personal rank: Mad Carpenter
Location: Germany
Contact:

Re: Bug: Critical Error while rocketjumping in nalifruit col

Post by Shadow »

I'm going to test that tomorrow.
Image
Post Reply