Menu

#275 IWD:

GemRB Main Engine
closed-postponed
nobody
None
6
2016-04-08
2016-03-14
No

During character creation (GemRB 0.8.3), I get the following problem when advancing to the "biography" tab with IWD, German version:

[GUIScript/ERROR]: Syntax Error:
[Python/ERROR]: Traceback (most recent call last):
[Python/ERROR]: File "/usr/share/games/gemrb/GUIScripts/iwd/CharGen.py", line 2572, in BiographyPress
[Python/ERROR]: BiographyTextArea = BiographyWindow.CreateTextArea(100, 0, 0, 0, 0, "NORMAL", IE_FONT_ALIGN_CENTER) # ID/position/size dont matter. we will substitute later
[Python/ERROR]: File "/usr/share/games/gemrb/GUIScripts/GUIClasses.py", line 103, in CreateTextArea
[Python/ERROR]: AttributeError: CreateTextArea(WindowIndex, ControlID, x, y, w, h, font)

Creates and adds a new TextArea to a Window.

After this exception message, the game does not react to any input anymore (although the music continues to play, the music reloading also still produces console output).

Discussion

  • Jaka Kranjc

    Jaka Kranjc - 2016-04-08
    • status: open --> closed-postponed
     
  • Jaka Kranjc

    Jaka Kranjc - 2016-04-08

    Yeah, known issue mentioned in the release notes. Unfinished rewrite of part of the code.

     

Log in to post a comment.