devolution

Author Topic: Reporting Errors:  (Read 352369 times)

0 Members and 4 Guests are viewing this topic.

Offline Jaeke

  • Jr. Member
  • **
  • Posts: 92
Re: Reporting Errors:
« Reply #240 on: February 21, 2014, 04:45:35 PM »
Ha, so it is.

I just got -360 arena rep for winning a dogfight.

On trying to buy arena permit.

While running game code:
  File "game/library/screens/pyt - screens - arena_outside.rpy", line 127, in script
Exception: Color string must be 3, 4, 6, or 8 hex digits long.

-- Full Traceback ------------------------------------------------------------

Full traceback:
  File "C:\renpy-6.16.5-sdk\renpy\execution.py", line 294, in run
    node.execute()
  File "C:\renpy-6.16.5-sdk\renpy\ast.py", line 455, in execute
    renpy.exports.say(who, what, interact=self.interact)
  File "C:\renpy-6.16.5-sdk\renpy\exports.py", line 868, in say
    who(what, interact=interact)
  File "C:\renpy-6.16.5-sdk\renpy\character.py", line 807, in __call__
    self.do_display(who, what, cb_args=self.cb_args, **display_args)
  File "C:\renpy-6.16.5-sdk\renpy\character.py", line 673, in do_display
    **display_args)
  File "C:\renpy-6.16.5-sdk\renpy\character.py", line 476, in display_say
    rv = renpy.ui.interact(mouse='say', type=type, roll_forward=roll_forward)
  File "C:\renpy-6.16.5-sdk\renpy\ui.py", line 237, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "C:\renpy-6.16.5-sdk\renpy\display\core.py", line 1993, in interact
    repeat, rv = self.interact_core(preloads=preloads, **kwargs)
  File "C:\renpy-6.16.5-sdk\renpy\display\core.py", line 2311, in interact_core
    self.draw_screen(root_widget, fullscreen_video, (not fullscreen_video) or video_frame_drawn)
  File "C:\renpy-6.16.5-sdk\renpy\display\core.py", line 1530, in draw_screen
    renpy.config.screen_height,
  File "render.pyx", line 365, in renpy.display.render.render_screen (gen\renpy.display.render.c:5300)
  File "render.pyx", line 166, in renpy.display.render.render (gen\renpy.display.render.c:2491)
  File "C:\renpy-6.16.5-sdk\renpy\display\layout.py", line 536, in render
    surf = render(child, width, height, cst, cat)
  File "render.pyx", line 95, in renpy.display.render.render (gen\renpy.display.render.c:2764)
  File "render.pyx", line 166, in renpy.display.render.render (gen\renpy.display.render.c:2491)
  File "C:\renpy-6.16.5-sdk\renpy\display\layout.py", line 536, in render
    surf = render(child, width, height, cst, cat)
  File "render.pyx", line 95, in renpy.display.render.render (gen\renpy.display.render.c:2764)
  File "render.pyx", line 166, in renpy.display.render.render (gen\renpy.display.render.c:2491)
  File "C:\renpy-6.16.5-sdk\renpy\display\layout.py", line 536, in render
    surf = render(child, width, height, cst, cat)
  File "render.pyx", line 95, in renpy.display.render.render (gen\renpy.display.render.c:2764)
  File "render.pyx", line 166, in renpy.display.render.render (gen\renpy.display.render.c:2491)
  File "C:\renpy-6.16.5-sdk\renpy\display\screen.py", line 295, in render
    child = renpy.display.render.render(self.child, w, h, st, at)
  File "render.pyx", line 95, in renpy.display.render.render (gen\renpy.display.render.c:2764)
  File "render.pyx", line 166, in renpy.display.render.render (gen\renpy.display.render.c:2491)
  File "C:\renpy-6.16.5-sdk\renpy\display\layout.py", line 536, in render
    surf = render(child, width, height, cst, cat)
  File "render.pyx", line 95, in renpy.display.render.render (gen\renpy.display.render.c:2764)
  File "render.pyx", line 166, in renpy.display.render.render (gen\renpy.display.render.c:2491)
  File "C:\renpy-6.16.5-sdk\renpy\display\layout.py", line 903, in render
    st, at)
  File "render.pyx", line 95, in renpy.display.render.render (gen\renpy.display.render.c:2764)
  File "render.pyx", line 166, in renpy.display.render.render (gen\renpy.display.render.c:2491)
  File "C:\renpy-6.16.5-sdk\renpy\display\layout.py", line 698, in render
    surf = render(d, width - x, rh, cst, cat)
  File "render.pyx", line 95, in renpy.display.render.render (gen\renpy.display.render.c:2764)
  File "render.pyx", line 166, in renpy.display.render.render (gen\renpy.display.render.c:2491)
  File "C:\renpy-6.16.5-sdk\renpy\text\text.py", line 1450, in render
    layout = Layout(self, width, height, renders)
  File "C:\renpy-6.16.5-sdk\renpy\text\text.py", line 491, in __init__
    self.paragraphs = self.segment(text.tokens, style, renders)
  File "C:\renpy-6.16.5-sdk\renpy\text\text.py", line 883, in segment
    push().color = renpy.easy.color(value)
  File "C:\renpy-6.16.5-sdk\renpy\easy.py", line 65, in color
    raise Exception("Color string must be 3, 4, 6, or 8 hex digits long.")
Exception: Color string must be 3, 4, 6, or 8 hex digits long.

And definitely need more hp boosting items or lowered magic damage.
« Last Edit: February 21, 2014, 04:53:00 PM by Jaeke »

Offline Xela

  • Global Moderator
  • *****
  • Posts: 6893
  • "It's like hunting cows"
Re: Reporting Errors:
« Reply #241 on: February 21, 2014, 04:53:05 PM »
While running game code:
  File "game/library/screens/pyt - screens - arena_outside.rpy", line 127, in script
Exception: Color string must be 3, 4, 6, or 8 hex digits long.

Fixed, will push with the next release, you can ignore it for now and come back with enough ca$h.
Like what we're doing?

Offline Jaeke

  • Jr. Member
  • **
  • Posts: 92
Re: Reporting Errors:
« Reply #242 on: February 21, 2014, 05:45:07 PM »
I have a servicegirl working in house on outskirts, I bought the bar upgrade but nothing happens, she doesn't even clean. There is a whore working there too, but she works. I bought the bar AND beer upgrade in the house in the city and service works there. So perhaps bar doesn't allow service on its own.
Does the slave market not have any girl rotation?
« Last Edit: February 21, 2014, 05:47:00 PM by Jaeke »

Offline Xela

  • Global Moderator
  • *****
  • Posts: 6893
  • "It's like hunting cows"
Re: Reporting Errors:
« Reply #243 on: February 21, 2014, 05:52:13 PM »
I have a servicegirl working in house on outskirts, I bought the bar upgrade but nothing happens, she doesn't even clean. There is a whore working there too, but she works. I bought the bar AND beer upgrade in the house in the city and service works there. So perhaps bar doesn't allow service on its own.?

Ghm... flagged as bug.

This is weird stuff again, all buildings are handled by the same code. Are you sure she is in the right building, she should at the very least clean...

Does the slave market not have any girl rotation?

Not really, it picks randomly from two pools of equal length (random/unique girls are the pools).

PS:

I am rushing Dark's update to chainfighting tonight so there is no chance I'll be able to fix any bugs other than really simple once.
Like what we're doing?

Offline Jaeke

  • Jr. Member
  • **
  • Posts: 92
Re: Reporting Errors:
« Reply #244 on: February 21, 2014, 06:19:44 PM »
I had auto-cleaning on, so it probably wasn't dirty, but there were no bar events.
Hmm service event not working at 'palace on main road' either, with full service/bar upgrades.

It is really easy to make money later on in the game, I'm on day 460. spent the first 100 in arena and training up 1 girl with courses. There's just nothing to take money away from you.

And yea XP is still a little broken. My first girl I had from day 1 is level 198. She has been working in the initial shack the whole time. They just get too much xp as they get higher level and have a lot more AP so can do more jobs per day too. 20 days later she is lvl 308.

Offline Xela

  • Global Moderator
  • *****
  • Posts: 6893
  • "It's like hunting cows"
Re: Reporting Errors:
« Reply #245 on: February 21, 2014, 06:44:34 PM »
I had auto-cleaning on, so it probably wasn't dirty, but there were no bar events.
Hmm service event not working at 'palace on main road' either, with full service/bar upgrades.

It is really easy to make money later on in the game, I'm on day 460. spent the first 100 in arena and training up 1 girl with courses. There's just nothing to take money away from you.

And yea XP is still a little broken. My first girl I had from day 1 is level 198. She has been working in the initial shack the whole time. They just get too much xp as they get higher level and have a lot more AP so can do more jobs per day too. 20 days later she is lvl 308.

Right... looks like I'll have to write normalization methods before the Alpha, was hoping to avoid that... Or maybe it'll be simpler to lower all XP gain all together and figure the rest out after code review.
Like what we're doing?

Offline DarkTl

  • Hero Member
  • *****
  • Posts: 4737
Re: Reporting Errors:
« Reply #246 on: February 22, 2014, 01:53:54 AM »
It is really easy to make money later on in the game, I'm on day 460. spent the first 100 in arena and training up 1 girl with courses. There's just nothing to take money away from you.
Yup, just like in WM. We'll need some ways to get rid of extra money, either EE or guilds maybe.
Progressive taxes will help to some degree too.

Offline Xela

  • Global Moderator
  • *****
  • Posts: 6893
  • "It's like hunting cows"
Re: Reporting Errors:
« Reply #247 on: February 22, 2014, 02:54:57 AM »
Yup, just like in WM. We'll need some ways to get rid of extra money, either EE or guilds maybe.

We need  to ensure that making a large amount of ca$h takes longer, not making it impossible. I have some ideas on how to get that done, especially after code review.
Many people are b!itching that they're making way to much money in WM and similar games and that there is no outlet. At the same time, they own a couple of castles, dozen/100 of slaves and have another few hundred of girls working for them in various capacities... It stands to reason that they're doing well.

Progressive taxes will help to some degree too.

Aka France... I don't think so...
Like what we're doing?

Offline DarkTl

  • Hero Member
  • *****
  • Posts: 4737
Re: Reporting Errors:
« Reply #248 on: February 22, 2014, 03:06:17 AM »
There is nothing new you can do with that amount of money. There should be quests/buildings/girls/items/guilds/whatever that require large amount of cash. In other words, endgame content.
« Last Edit: February 22, 2014, 03:07:52 AM by DarkTl »

Offline Xela

  • Global Moderator
  • *****
  • Posts: 6893
  • "It's like hunting cows"
Re: Reporting Errors:
« Reply #249 on: February 22, 2014, 03:14:04 AM »
There is nothing new you can do with that amount of money. There should be quests/buildings/girls/items/guilds/whatever that require large amount of cash. In other words, endgame content.

We'll have some form of a main story at some point, at least I hope that we will. We can come up with some money outlets like super expensive items or art or super expensive buildings in best areas of the game but it'll be in distant future.
Like what we're doing?

Offline DarkTl

  • Hero Member
  • *****
  • Posts: 4737
Re: Reporting Errors:
« Reply #250 on: February 22, 2014, 03:27:28 AM »
We already have arena top fighters that should require a lot of money to hire btw.

Offline Xela

  • Global Moderator
  • *****
  • Posts: 6893
  • "It's like hunting cows"
Re: Reporting Errors:
« Reply #251 on: February 22, 2014, 07:38:48 AM »
We already have arena top fighters that should require a lot of money to hire btw.

Yeap...

Most/All bugs and semi-bugs Jaeke reported should be fixed with the last push but I haven't tested new code...
Like what we're doing?

Offline Xela

  • Global Moderator
  • *****
  • Posts: 6893
  • "It's like hunting cows"
Re: Reporting Errors:
« Reply #252 on: February 22, 2014, 09:25:30 AM »
Completely forgot about the service girls bug... I'll try to look into it tonight, otherwise tomorrow..
Like what we're doing?

Offline CherryWood

  • Hero Member
  • *****
  • Posts: 643
Re: Reporting Errors:
« Reply #253 on: February 22, 2014, 09:26:24 AM »
in next day
Code: [Select]
While running game code:
  File "game/library/screens/pyt - screens - nextday.rpy", line 10, in script
  File "game/library/screens/pyt - screens - nextday.rpy", line 74, in python
  File "game/library/classes - jobs.rpy", line 3727, in python
  File "game/library/classes - jobs.rpy", line 3793, in python
TypeError: choice() takes exactly 2 arguments (3 given)

Offline Xela

  • Global Moderator
  • *****
  • Posts: 6893
  • "It's like hunting cows"
Re: Reporting Errors:
« Reply #254 on: February 22, 2014, 09:35:22 AM »
in next day
Code: [Select]
While running game code:
  File "game/library/screens/pyt - screens - nextday.rpy", line 10, in script
  File "game/library/screens/pyt - screens - nextday.rpy", line 74, in python
  File "game/library/classes - jobs.rpy", line 3727, in python
  File "game/library/classes - jobs.rpy", line 3793, in python
TypeError: choice() takes exactly 2 arguments (3 given)

Didn't test anything but you know how to fix this :)

I'll push a fix with next update.
Like what we're doing?