What's new

Unhandled Exception Error

  • Thread starter nn04
  • Start date
  • Views 2,914
N

nn04

Enthusiast
Messages
504
Reaction score
43
Points
95
Sin$
0
Ok, ive noticed that sometimes in 10r11 and most of the time in 10r12 I get a lot of unhandled exception errors. Now, I'm not sure if im causing them or if the program is erring out itself, but what I do know is (and no offense to you XanderChaos) but its kind of frustrating, having to reload save after save. Ill post up mine and if anyone else has any exceptions, yall should post em as well.


unhandledexception.png
 
N

nn04

Enthusiast
Messages
504
Reaction score
43
Points
95
Sin$
0
aye, also have UAC turned off. Although I might have found the problem (at least for weapons) the gun file i was trying to add didnt have the level as the last line, so technically willowtree was trying to add:

Code:
dlc3_gd_customweapons.Pearlescent_Weapons.CustomWeap_Revolver_AtlasAries
gd_manufacturers.Manufacturers.Atlas
gd_weap_revolver_pistol.A_Weapon.WeaponType_revolver_pistol
gd_weap_revolver_pistol.Body.body5
gd_weap_revolver_pistol.Grip.grip5
gd_weap_revolver_pistol.mag.mag5
gd_weap_revolver_pistol.Barrel.barrel4
gd_weap_revolver_pistol.Sight.sight3
gd_weap_revolver_pistol.Stock.stock3
None
dlc3_gd_weap_UniqueParts.RevolverPistol.acc5_Heal_AtlasAries
dlc3_gd_weap_UniqueParts.RevolverPistol.Material_Aries_3
gd_weap_repeater_pistol.Prefix.Prefix_Nasty
dlc3_gd_weap_UniqueParts.Title.TitleP_Atlas_Aries
0
5
1



when it should have been trying to add

Code:
dlc3_gd_customweapons.Pearlescent_Weapons.CustomWeap_Revolver_AtlasAries
gd_manufacturers.Manufacturers.Atlas
gd_weap_revolver_pistol.A_Weapon.WeaponType_revolver_pistol
gd_weap_revolver_pistol.Body.body5
gd_weap_revolver_pistol.Grip.grip5
gd_weap_revolver_pistol.mag.mag5
gd_weap_revolver_pistol.Barrel.barrel4
gd_weap_revolver_pistol.Sight.sight3
gd_weap_revolver_pistol.Stock.stock3
None
dlc3_gd_weap_UniqueParts.RevolverPistol.acc5_Heal_AtlasAries
dlc3_gd_weap_UniqueParts.RevolverPistol.Material_Aries_3
gd_weap_repeater_pistol.Prefix.Prefix_Nasty
dlc3_gd_weap_UniqueParts.Title.TitleP_Atlas_Aries
0
5
1
63




i feel like an idiot now, but it happens to me when using correct code as well.
 
X

XanderChaos

Enthusiast
Messages
354
Reaction score
298
Points
115
Sin$
7
Upload your save and tell me what you clicked on. The only thing I can tell from that picture is that it's looking for a value outside of the array. And any five year old could read that error and tell you that.

And there's almost no difference between r11 and r12. Any differences you think are there are probably just in your head. The issue you're having probably would have happened the same number of times several revisions ago.

EDIT: Just saw your last post. Checking it out.
EDIT2: Wait...wha. This isn't normal...
EDIT3: nn04, are you using Internet Explorer by some chance?
 
N

nn04

Enthusiast
Messages
504
Reaction score
43
Points
95
Sin$
0
not at all, using firefox here. what isnt normal? in case you need to know im using windows 7 x86, firefox, on an athlon 64 x2 processor.
 
X

XanderChaos

Enthusiast
Messages
354
Reaction score
298
Points
115
Sin$
7
Because when I used IE it tried to import it from the clipboard as one line, but Firefox inserted the weapon fine. In fact, I had no problems what so ever adding it through the clipboard with Firefox.
 
A

ajhockey88

Enthusiast
Messages
178
Reaction score
39
Points
85
Sin$
0
hey can someone help me? when i open a save with any of my characters and i try to save, it always says "Couldn't save WSG". I tryed opening a save and saving it immeadiately and it still says this. I've tryed almost every version of Willowtree and this always happens. PLease HElp. +rep for solution
 
N

nn04

Enthusiast
Messages
504
Reaction score
43
Points
95
Sin$
0
well i had a serious system error and i had to reformat so i went ahead and installed windows 7 x64, problem seems to have cleared up fine. Thanks for the help man, appreciate it.
 
Top Bottom
Login
Register