[git] Archer can't shoot

Where bugs go to lie down and rest

Moderator: Moderator

Post Reply
Message
Author
saladfork
Yeek
Posts: 10
Joined: Sun Jun 09, 2013 4:54 pm

[git] Archer can't shoot

#1 Post by saladfork »

commit 36263a0e6dbd43f948b4e4fa992783428bf2e3a9

I created an archer and got him to level 2 in Trollmire. At one point I ran out of ammo and then after that could no longer shoot, even after reloading fully. The game acted like I was shooting but no damage was happening and my ammo didn't go down.

I restarted the game and now get this backtrace when trying to shoot:

Code: Select all

stack traceback:
	/engine/interface/ActorTalents.lua: in function 'getTarget'
	/engine/interface/ActorTalents.lua:244: in function 'useTalentMessage'
	/mod/class/Actor.lua:3796: in function 'preUseTalent'
	/engine/interface/ActorTalents.lua:139: in function </engine/interface/ActorTalents.lua:134>
Lua Error: /engine/interface/ActorTalents.lua:174: /engine/interface/ActorTalents.lua:145: attempt to index upvalue 'force_target' (a nil value)
	At [C]:-1 
	At [C]:-1 error
	At /engine/interface/ActorTalents.lua:174 useTalent
	At /engine/interface/PlayerHotkeys.lua:169 
	At /engine/interface/PlayerHotkeys.lua:161 activateHotkey
	At /mod/class/Game.lua:1866 f
	At /mod/class/Game.lua:1463 fct
	At /engine/interface/PlayerHotkeys.lua:316 
	At /engine/KeyBind.lua:229 
If a save file or something would help please let me know.

darkgod
Master of Eyal
Posts: 10751
Joined: Wed Jul 24, 2002 9:26 pm
Location: Angolwen
Contact:

Re: [git] Archer can't shoot

#2 Post by darkgod »

Hum did you create this char in that git commit or did you upgrade inbetween ?
Can you reproduce it ?
And yes savefile would be good
[tome] joylove: You can't just release an expansion like one would release a Kraken XD
--
[tome] phantomfrettchen: your ability not to tease anyone is simply stunning ;)

saladfork
Yeek
Posts: 10
Joined: Sun Jun 09, 2013 4:54 pm

Re: [git] Archer can't shoot

#3 Post by saladfork »

Sorry yeah I did pull master to see if the problem was fixed. I'll try to reproduce in current master from scratch.

darkgod
Master of Eyal
Posts: 10751
Joined: Wed Jul 24, 2002 9:26 pm
Location: Angolwen
Contact:

Re: [git] Archer can't shoot

#4 Post by darkgod »

no news?
[tome] joylove: You can't just release an expansion like one would release a Kraken XD
--
[tome] phantomfrettchen: your ability not to tease anyone is simply stunning ;)

saladfork
Yeek
Posts: 10
Joined: Sun Jun 09, 2013 4:54 pm

Re: [git] Archer can't shoot

#5 Post by saladfork »

Can't repro in my last couple of builds. Sorry for the bad report.

If it happens again I'll be more careful preserving the crime scene.

Post Reply