Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 219711 Details for
Bug 305159
games-simulation/singularity-0.30: crashes when you have a crapton of money, have already won, have no bases, and try to build an antarctic capsule
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
Python stack dump
stacktrace.txt (text/plain), 5.77 KB, created by
Raymond Jennings
on 2010-02-14 21:38:19 UTC
(
hide
)
Description:
Python stack dump
Filename:
MIME Type:
Creator:
Raymond Jennings
Created:
2010-02-14 21:38:19 UTC
Size:
5.77 KB
patch
obsolete
>tech: discovery_media is unknown bonus can't be applied >Unknown group 'science' in tech Project: Peer Review Agents. >Exception in function show at Sun Feb 14 13:29:09 2010 PDT: >Traceback (most recent call last): > File "/usr/share/games/singularity/code/safety.py", line 58, in safe_call > return func(*args, **kwargs) > File "/usr/share/games/singularity/code/graphics/dialog.py", line 189, in show > result = self.handle(event) > File "/usr/share/games/singularity/code/graphics/dialog.py", line 306, in handle > return self.call_handlers(handlers, event) > File "/usr/share/games/singularity/code/graphics/dialog.py", line 318, in call_handlers > handler(event) > File "/usr/share/games/singularity/code/graphics/button.py", line 109, in handle_event > self.activate_with_sound(event) > File "/usr/share/games/singularity/code/graphics/button.py", line 122, in activate_with_sound > self.activated(event) > File "/usr/share/games/singularity/code/graphics/button.py", line 151, in activated > self.function(*self.args, **self.kwargs) > File "/usr/share/games/singularity/code/screens/map.py", line 423, in open_location > dialog.call_dialog(self.location_dialog, self) > File "/usr/share/games/singularity/code/graphics/dialog.py", line 96, in call_dialog > retval = dialog.show() > File "/usr/share/games/singularity/code/screens/location.py", line 127, in show > return super(LocationScreen, self).show() > File "/usr/share/games/singularity/code/graphics/dialog.py", line 186, in show > Dialog.top.maybe_update() > File "/usr/share/games/singularity/code/graphics/widget.py", line 297, in maybe_update > self.update() > File "/usr/share/games/singularity/code/graphics/widget.py", line 301, in update > self.prepare_for_redraw() > File "/usr/share/games/singularity/code/graphics/widget.py", line 293, in prepare_for_redraw > child.prepare_for_redraw() > File "/usr/share/games/singularity/code/graphics/widget.py", line 280, in prepare_for_redraw > self.rebuild() > File "/usr/share/games/singularity/code/screens/map.py", line 523, in rebuild > (g.to_money(g.pl.cash), g.to_money(g.pl.future_cash())) > File "/usr/share/games/singularity/code/player.py", line 675, in future_cash > result_cash -= base.cost_left[cash] >TypeError: unsupported operand type(s) for -=: 'long' and 'numpy.int64' > >Exception in function show at Sun Feb 14 13:29:11 2010 PDT: >Traceback (most recent call last): > File "/usr/share/games/singularity/code/safety.py", line 58, in safe_call > return func(*args, **kwargs) > File "/usr/share/games/singularity/code/graphics/dialog.py", line 180, in show > self.handle(pygame.event.Event(pygame.USEREVENT)) > File "/usr/share/games/singularity/code/graphics/dialog.py", line 306, in handle > return self.call_handlers(handlers, event) > File "/usr/share/games/singularity/code/graphics/dialog.py", line 318, in call_handlers > handler(event) > File "/usr/share/games/singularity/code/screens/map.py", line 490, in on_tick > mins_passed = g.pl.give_time(secs) > File "/usr/share/games/singularity/code/player.py", line 305, in give_time > built_base = base.work_on(time = mins_passed) > File "/usr/share/games/singularity/code/buyable.py", line 191, in work_on > spent, self.cost_paid = self.calculate_work(*args, **kwargs) > File "/usr/share/games/singularity/code/buyable.py", line 165, in calculate_work > time]) > File "/usr/share/games/singularity/code/buyable.py", line 141, in _percent_complete > available_array = array(available, long) >ValueError: setting an array element with a sequence. > >Traceback (most recent call last): > File "singularity.py", line 1, in <module> > import code.singularity > File "/usr/share/games/singularity/code/singularity.py", line 226, in <module> > menu_screen.show() > File "/usr/share/games/singularity/code/graphics/dialog.py", line 189, in show > result = self.handle(event) > File "/usr/share/games/singularity/code/graphics/dialog.py", line 306, in handle > return self.call_handlers(handlers, event) > File "/usr/share/games/singularity/code/graphics/dialog.py", line 318, in call_handlers > handler(event) > File "/usr/share/games/singularity/code/graphics/button.py", line 109, in handle_event > self.activate_with_sound(event) > File "/usr/share/games/singularity/code/graphics/button.py", line 122, in activate_with_sound > self.activated(event) > File "/usr/share/games/singularity/code/graphics/button.py", line 151, in activated > self.function(*self.args, **self.kwargs) > File "/usr/share/games/singularity/code/screens/main_menu.py", line 89, in new_game > dialog.call_dialog(self.map_screen, self) > File "/usr/share/games/singularity/code/graphics/dialog.py", line 96, in call_dialog > retval = dialog.show() > File "/usr/share/games/singularity/code/screens/map.py", line 467, in show > exit = dialog.call_dialog(self.menu_dialog, self) > File "/usr/share/games/singularity/code/graphics/dialog.py", line 96, in call_dialog > retval = dialog.show() > File "/usr/share/games/singularity/code/graphics/dialog.py", line 175, in show > Dialog.top.maybe_update() > File "/usr/share/games/singularity/code/graphics/widget.py", line 297, in maybe_update > self.update() > File "/usr/share/games/singularity/code/graphics/widget.py", line 301, in update > self.prepare_for_redraw() > File "/usr/share/games/singularity/code/graphics/widget.py", line 293, in prepare_for_redraw > child.prepare_for_redraw() > File "/usr/share/games/singularity/code/graphics/widget.py", line 280, in prepare_for_redraw > self.rebuild() > File "/usr/share/games/singularity/code/screens/map.py", line 523, in rebuild > (g.to_money(g.pl.cash), g.to_money(g.pl.future_cash())) > File "/usr/share/games/singularity/code/player.py", line 675, in future_cash > result_cash -= base.cost_left[cash] >TypeError: unsupported operand type(s) for -=: 'long' and 'numpy.int64'
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 305159
:
219709
| 219711