Jump to content

PiColos

Inactive Member
  • Posts

    4
  • Joined

  • Last visited

  • Feedback

    0%

About PiColos

  • Birthday 11/29/1998

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

PiColos's Achievements

Newbie

Newbie (1/16)

  • First Post
  • Conversation Starter
  • Week One Done
  • One Month Later

Recent Badges

1

Reputation

  1. key do not work , this is my syerr client when i put keys to unlock inventory 0109 20:37:00259 :: Traceback (most recent call last): 0109 20:37:00259 :: File "ui.py", line 1874, in CallEvent 0109 20:37:00259 :: File "ui.py", line 63, in __call__ 0109 20:37:00259 :: File "ui.py", line 54, in __call__ 0109 20:37:00259 :: File "uiInventory.py", line 737, in __ClickExtendInvenButton 0109 20:37:00259 :: AttributeError 0109 20:37:00259 :: : 0109 20:37:00259 :: 'QuestionDialog' object has no attribute 'GetTextSize' File "uiInventory.py", line 737: w,h = self.ExInvenQuestionDlg.GetTextSize() File "ui.py", line 1874: apply(self.eventFunc, self.eventArgs) File "ui.py", line 63: return self.call(*arg) File "ui.py", line 54 return self.func(self.obj, *arg) i have 1 problem when i copile game source , i have c++11 and that 2 function is for c++14 s_grid = std::make_unique<CGrid>(INVENTORY_WIDTH,INVENTORY_HEIGHT); s_grid = std::make_unique<CGrid>(INVENTORY_WIDTH,new_size); i change that 2 function with that s_grid = std::unique_ptr<CGrid>(new CGrid(INVENTORY_WIDTH,INVENTORY_HEIGHT)); s_grid = std::unique_ptr<CGrid>(new CGrid(INVENTORY_WIDTH,new_size)); and afther i change this game is copile without error Sorry for my english , i need help:D
×
×
  • Create New...

Important Information

Terms of Use / Privacy Policy / Guidelines / We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.