UGX-Mods Login

or login with an authentication provider below
Sign In with Google
Sign In with Twitter
Sign In with Discord
Sign In with Steam
Sign In with Facebook
Sign In with Twitch

cannot cast undefined to string?

broken avatar :(
Created 13 years ago
by NaviLlusShore
0 Members and 1 Guest are viewing this topic.
2,640 views
broken avatar :(
×
broken avatar :(
Location: usThe North Pole
Date Registered: 12 September 2013
Last active: 12 years ago
Posts
123
Respect
Forum Rank
Pack-a-Puncher
Primary Group
Member
My Contact & Social Links
More
Personal Quote
I have come from the future
Signature
NaviLlicious
×
NaviLlusShore's Groups
NaviLlusShore's Contact & Social LinksTheHubbyNaviLlusShore
alright so i cant load the map until i fix these i guess i never even knew this .gsc was here but heres what the console told me i just got these after adding a door and i just deleted it and the trigger and i still get these errors
Code Snippet
Plaintext
cannot cast undefined to string: (file 'maps/_zombiemode_blockers_new.gsc', line 60) targets = GetEntArray( self.target "targetname" );
Code Snippet
Plaintext
Error: called from: (file 'maps/_zombiemode_blockers_new.gsc' line 32) zombie_doors[i] thread door_init();
Code Snippet
Plaintext
(file 'maps/_zombiemode_blockers_new.gsc' line 8) init_blockers();
Code Snippet
Plaintext
(file 'maps/_zombiemode_blockers_new.gsc' line 61) maps\zombiemode_blockers_new::init();
Code Snippet
Plaintext
(file 'maps/nazi_zombie_erwachen.gsc' line 131) maps\_zombiemode::main();
Code Snippet
Plaintext
(file 'maps/nazi_zombie_erwachen' line 23) main()
                                           *
Last Edit: November 02, 2013, 06:11:27 am by NaviLlusShore
broken avatar :(
×
broken avatar :(
☭ Soviet Commander ☭
Location: us
Date Registered: 13 August 2012
Last active: 10 years ago
Posts
2,789
Respect
Forum Rank
King of the Zombies
Primary Group
Community Daedra
My Groups
More
My Contact & Social Links
More
Signature
Let's keep this thread on topic from here on in. -DBZ

+1 to off-topic reply -DBZ

lmao. Too funny.

Goliath Script Placer: http://ugx-mods.com/forum/index.php/topic,11234.msg125257/topicseen.html#new

"...Christ, people. Learn C, instead of just stringing random characters
together until it compiles (with warnings)..."

-Linus Torvalds
×
daedra descent's Groups
Community Daedra
Community Daedra
daedra descent's Contact & Social LinksBlueSoviet
hey so my map crashes the game when on the loading screen the white bar fills up then the map stops responding and last night it worked perfectly and no errors any other map will load fine but not the one im currently working on any ideas?

Use developer 2 and it should give you the error that's causing the crash.

You could also do logfile 2 which would generate a logfile of your map as it loads.
broken avatar :(
×
broken avatar :(
Location: usThe North Pole
Date Registered: 12 September 2013
Last active: 12 years ago
Posts
123
Respect
Forum Rank
Pack-a-Puncher
Primary Group
Member
My Contact & Social Links
More
Personal Quote
I have come from the future
×
NaviLlusShore's Groups
NaviLlusShore's Contact & Social LinksTheHubbyNaviLlusShore
i might have to try logfile 2 because the whole game stops responding when loading the map

Post Merge: November 01, 2013, 10:26:25 pm
well i got a new error now it could be causing the game to stop responding i got
Code Snippet
Plaintext
script runtime error cannot cast undefined to string: (file 'maps/zombiemode_blockers_new.gsc', line 60) targets = GetEntArray(  self.target, "targetname" );
Code Snippet
Plaintext
error called from: ( file 'maps/zombiemode_blockers_new.gsc' line 32) zombie_doors[i] thread door_init();
 
Code Snippet
Plaintext
error called from: ( file 'maps/zombiemode_blockers_new.gsc' line 8) init_blockers();
 
Code Snippet
Plaintext
error called from: ( file 'maps/zombiemode_blockers_new.gsc' line 61) maps\zombiemode_blockers_new::init();
 
Code Snippet
Plaintext
error called from: ( file 'maps/nazi_zombie_erwachen.gsc' line 131) maps\zombiemode::main();
 
Code Snippet
Plaintext
error started from: ( file 'maps/nazi_zombie_erwachen.gsc' line 23) main()*
Last Edit: November 01, 2013, 10:26:25 pm by NaviLlusShore

 
Loading ...