Git Product home page Git Product logo

ddlccomfyui's People

Contributors

iniquitatis avatar rafaelbeckel avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

ddlccomfyui's Issues

Issue when going to SAVE/LOAD screen

I'm running the latest stable version of MAS and whenever I try to go to the save/load screens I get an exception error

I'm sorry, but an uncaught exception occurred.

While loading <'Image' u'gui/button/slot_[prefix_]background_d.png'>:
  File "renpy/common/00gamemenu.rpy", line 173, in script
    $ ui.interact()
  File "renpy/common/00gamemenu.rpy", line 173, in <module>
    $ ui.interact()
IOError: Couldn't find file 'gui/button/slot_[prefix_]background_d.png'.

What's causing this?

opening issue

hello, i try opening MAS after installing the comfyUI submod but this keeps popping up:
"I'm sorry, but an uncaught exception occurred.

While running game code:
File "game/script-ch30.rpy", line 1513, in script call
File "game/event-handler.rpy", line 2534, in script call
File "game/script-story-events.rpy", line 1190, in script call
File "game/script-story-events.rpy", line 1466, in script call
File "game/script-story-events.rpy", line 1477, in script
Exception: Could not find font u'comfy_ui/fonts/Nunito-SemiBold.ttf'.

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

Full traceback:
File "C:\Users\39329\Desktop\MAS\renpy\bootstrap.py", line 295, in bootstrap
renpy.main.main()
File "C:\Users\39329\Desktop\MAS\renpy\main.py", line 487, in main
run(restart)
File "C:\Users\39329\Desktop\MAS\renpy\main.py", line 147, in run
renpy.execution.run_context(True)
File "C:\Users\39329\Desktop\MAS\renpy\execution.py", line 761, in run_context
context.run()
File "game/script-ch30.rpy", line 1513, in script call
File "game/event-handler.rpy", line 2534, in script call
File "game/script-story-events.rpy", line 1190, in script call
File "game/script-story-events.rpy", line 1466, in script call
File "game/script-story-events.rpy", line 1477, in script
File "C:\Users\39329\Desktop\MAS\renpy\ast.py", line 613, in execute
renpy.exports.say(who, what, interact=self.interact)
File "C:\Users\39329\Desktop\MAS\renpy\exports.py", line 1147, in say
who(what, interact=interact)
File "C:\Users\39329\Desktop\MAS\renpy\character.py", line 877, in call
self.do_display(who, what, cb_args=self.cb_args, **display_args)
File "C:\Users\39329\Desktop\MAS\renpy\character.py", line 716, in do_display
**display_args)
File "C:\Users\39329\Desktop\MAS\renpy\character.py", line 508, in display_say
rv = renpy.ui.interact(mouse='say', type=type, roll_forward=roll_forward)
File "C:\Users\39329\Desktop\MAS\renpy\ui.py", line 285, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
File "C:\Users\39329\Desktop\MAS\renpy\display\core.py", line 2526, in interact
repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs)
File "C:\Users\39329\Desktop\MAS\renpy\display\core.py", line 2883, in interact_core
self.draw_screen(root_widget, fullscreen_video, (not fullscreen_video) or video_frame_drawn)
File "C:\Users\39329\Desktop\MAS\renpy\display\core.py", line 1955, in draw_screen
renpy.config.screen_height,
File "renpy/display/render.pyx", line 427, in renpy.display.render.render_screen (gen\renpy.display.render.c:6806)
rv = render(root, width, height, 0, 0)
File "renpy/display/render.pyx", line 196, in renpy.display.render.render (gen\renpy.display.render.c:2978)
rv = d.render(widtho, heighto, st, at)
File "C:\Users\39329\Desktop\MAS\renpy\display\layout.py", line 693, in render
surf = render(child, width, height, cst, cat)
File "renpy/display/render.pyx", line 110, in renpy.display.render.render (gen\renpy.display.render.c:3440)
cpdef render(d, object widtho, object heighto, double st, double at):
File "renpy/display/render.pyx", line 196, in renpy.display.render.render (gen\renpy.display.render.c:2978)
rv = d.render(widtho, heighto, st, at)
File "C:\Users\39329\Desktop\MAS\renpy\display\layout.py", line 693, in render
surf = render(child, width, height, cst, cat)
File "renpy/display/render.pyx", line 110, in renpy.display.render.render (gen\renpy.display.render.c:3440)
cpdef render(d, object widtho, object heighto, double st, double at):
File "renpy/display/render.pyx", line 196, in renpy.display.render.render (gen\renpy.display.render.c:2978)
rv = d.render(widtho, heighto, st, at)
File "C:\Users\39329\Desktop\MAS\renpy\display\transition.py", line 361, in render
top = render(self.new_widget, width, height, st, at)
File "renpy/display/render.pyx", line 110, in renpy.display.render.render (gen\renpy.display.render.c:3440)
cpdef render(d, object widtho, object heighto, double st, double at):
File "renpy/display/render.pyx", line 196, in renpy.display.render.render (gen\renpy.display.render.c:2978)
rv = d.render(widtho, heighto, st, at)
File "C:\Users\39329\Desktop\MAS\renpy\display\layout.py", line 693, in render
surf = render(child, width, height, cst, cat)
File "renpy/display/render.pyx", line 110, in renpy.display.render.render (gen\renpy.display.render.c:3440)
cpdef render(d, object widtho, object heighto, double st, double at):
File "renpy/display/render.pyx", line 196, in renpy.display.render.render (gen\renpy.display.render.c:2978)
rv = d.render(widtho, heighto, st, at)
File "C:\Users\39329\Desktop\MAS\renpy\display\screen.py", line 623, in render
child = renpy.display.render.render(self.child, w, h, st, at)
File "renpy/display/render.pyx", line 110, in renpy.display.render.render (gen\renpy.display.render.c:3440)
cpdef render(d, object widtho, object heighto, double st, double at):
File "renpy/display/render.pyx", line 196, in renpy.display.render.render (gen\renpy.display.render.c:2978)
rv = d.render(widtho, heighto, st, at)
File "C:\Users\39329\Desktop\MAS\renpy\display\layout.py", line 693, in render
surf = render(child, width, height, cst, cat)
File "renpy/display/render.pyx", line 110, in renpy.display.render.render (gen\renpy.display.render.c:3440)
cpdef render(d, object widtho, object heighto, double st, double at):
File "renpy/display/render.pyx", line 196, in renpy.display.render.render (gen\renpy.display.render.c:2978)
rv = d.render(widtho, heighto, st, at)
File "C:\Users\39329\Desktop\MAS\renpy\display\layout.py", line 1081, in render
st, at)
File "renpy/display/render.pyx", line 110, in renpy.display.render.render (gen\renpy.display.render.c:3440)
cpdef render(d, object widtho, object heighto, double st, double at):
File "renpy/display/render.pyx", line 196, in renpy.display.render.render (gen\renpy.display.render.c:2978)
rv = d.render(widtho, heighto, st, at)
File "C:\Users\39329\Desktop\MAS\renpy\display\layout.py", line 693, in render
surf = render(child, width, height, cst, cat)
File "renpy/display/render.pyx", line 110, in renpy.display.render.render (gen\renpy.display.render.c:3440)
cpdef render(d, object widtho, object heighto, double st, double at):
File "renpy/display/render.pyx", line 196, in renpy.display.render.render (gen\renpy.display.render.c:2978)
rv = d.render(widtho, heighto, st, at)
File "C:\Users\39329\Desktop\MAS\renpy\text\text.py", line 1733, in render
virtual_layout = Layout(self, width, height, renders, drawable_res=False, size_only=True)
File "C:\Users\39329\Desktop\MAS\renpy\text\text.py", line 574, in init
glyphs = ts.glyphs(s, self)
File "C:\Users\39329\Desktop\MAS\renpy\text\text.py", line 236, in glyphs
fo = font.get_font(self.font, self.size, self.bold, self.italic, 0, self.antialias, self.vertical, self.hinting, layout.oversample)
File "C:\Users\39329\Desktop\MAS\renpy\text\font.py", line 648, in get_font
face = load_face(fn)
File "C:\Users\39329\Desktop\MAS\renpy\text\font.py", line 590, in load_face
raise Exception("Could not find font {0!r}.".format(orig_fn))
Exception: Could not find font u'comfy_ui/fonts/Nunito-SemiBold.ttf'.

Windows-8-6.2.9200
Ren'Py 6.99.12.4.2187
Monika After Story 0.12.8"

what do i do??

Installation issues

Hello! The installation guide is really confusing and i really don't know where to put all the files. I've been trying my best to put it in correctly but yet i still get a traceback error. Please give a more clear explanation.

Crashes upon launch

the coomfy UI submod crashes upon launch on windows MAS version 0.12.8

[code]
I'm sorry, but an uncaught exception occurred.

While running game code:
File "game/Submods/Comfy UI/Source/common/main/comfy_ui/settings_pane.rpy", line 8, in script
init -1 python in comfy_ui:
File "game/Submods/Comfy UI/Source/common/main/comfy_ui/settings_pane.rpy", line 9, in
from comfy_ui import ThemeManager
ImportError: No module named comfy_ui

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

Full traceback:
File "game/Submods/Comfy UI/Source/common/main/comfy_ui/settings_pane.rpy", line 8, in script
init -1 python in comfy_ui:
File "C:\Users\brand\OneDrive\Desktop\Monika After Story\renpy\ast.py", line 814, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "C:\Users\brand\OneDrive\Desktop\Monika After Story\renpy\python.py", line 1719, in py_exec_bytecode
exec bytecode in globals, locals
File "game/Submods/Comfy UI/Source/common/main/comfy_ui/settings_pane.rpy", line 9, in
from comfy_ui import ThemeManager
ImportError: No module named comfy_ui

Windows-8-6.2.9200
Ren'Py 6.99.12.4.2187
Monika After Story 0.12.8
[/code]

RPY files in Game Directories are bad procedure

(adressing the MAS package)

Monika will ask you to please get rid of those files. Auto updating MAS won't work either.
please create subdirectories like for ex. \game\ Submods\ComfyUI for comfy_ui.rpy so that won't be an issue anymore.

Kindly Vinni

Monika deleting rpy file

So a new update was released and I was trying to update it. Monika said that she can’t update the game because rpy flies in the game directory will mess with it. So I updated and she deleted it. Comfy_ui.rpy was gone and I couldn’t change the ui color anymore. What do i do?

Poor visibility of italics

The font you swapped in makes it really hard to distinguish text that's italicized from plain text. I'm using the Mint theme if that makes any difference. To demonstrate the issue, I'm attaching a screenshot. The word "that" is italicized here, but you can barely tell.
screenshot0001

files not finding the meta folder

heres the error code i got
I'm sorry, but an uncaught exception occurred.

While running game code:
File "game/Submods/comfy_ui.rpy", line 103, in
comfy_ui.initialize()
File "game/Submods/comfy_ui.rpy", line 51, in initialize
_fetch_themes()
File "game/Submods/comfy_ui.rpy", line 69, in _fetch_themes
for file_path in os.listdir(meta_dir):
WindowsError: [Error 3] The system cannot find the path specified: u'game\comfy_meta\.'

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

Full traceback:
File "C:\Games\MAS\renpy\bootstrap.py", line 295, in bootstrap
renpy.main.main()
File "C:\Games\MAS\renpy\main.py", line 419, in main
game.context().run(node)
File "lib/windows-i686/Submods/comfy_ui.rpyc", line 102, in script
File "C:\Games\MAS\renpy\ast.py", line 814, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "C:\Games\MAS\renpy\python.py", line 1719, in py_exec_bytecode
exec bytecode in globals, locals
File "game/Submods/comfy_ui.rpy", line 103, in
comfy_ui.initialize()
File "game/Submods/comfy_ui.rpy", line 51, in initialize
_fetch_themes()
File "game/Submods/comfy_ui.rpy", line 69, in _fetch_themes
for file_path in os.listdir(meta_dir):
WindowsError: [Error 3] The system cannot find the path specified: u'game\comfy_meta\.'

Windows-8-6.2.9200
Ren'Py 6.99.12.4.2187
Monika After Story 0.11.3

MAS related

@Iniquitatis hi, could you please email me when you get a chance? my email is visible on my profile. thanks.

No file or directory error

Just updated Monika After Story to 0.12.3, and now i getting this error that the game can't find a directory or file, sometimes its the 'comfy_meta' or the file 'logfile'.
Don't know if it's just a bug because of the new update, but i would be grateful if this error could be resolved or the script updated, or if there's something i can do. That's a great submod

not sure whats going wrong

Not sure whats going on or what I am doing wrong I keep getting this error. Not all the time, it worked fine when i first opened it up, and for a while after that. I was even able to switch the ui's around. then the net time i open the game i got this, the it worked again. now i cant open the game at all
I'm sorry, but an uncaught exception occurred.

While running game code:
File "game/comfy_ui.rpy", line 103, in
comfy_ui.initialize()
File "game/comfy_ui.rpy", line 51, in initialize
_fetch_themes()
File "game/comfy_ui.rpy", line 69, in _fetch_themes
for file_path in os.listdir(meta_dir):
WindowsError: [Error 3] The system cannot find the path specified: u'game\comfy_meta\.'

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

Full traceback:
File "C:\Users\Griml\Downloads\Monika\DDLC-1.1.1-pc\renpy\bootstrap.py", line 295, in bootstrap
renpy.main.main()
File "C:\Users\Griml\Downloads\Monika\DDLC-1.1.1-pc\renpy\main.py", line 419, in main
game.context().run(node)
File "lib/windows-i686/comfy_ui.rpyc", line 102, in script
File "C:\Users\Griml\Downloads\Monika\DDLC-1.1.1-pc\renpy\ast.py", line 814, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "C:\Users\Griml\Downloads\Monika\DDLC-1.1.1-pc\renpy\python.py", line 1719, in py_exec_bytecode
exec bytecode in globals, locals
File "game/comfy_ui.rpy", line 103, in
comfy_ui.initialize()
File "game/comfy_ui.rpy", line 51, in initialize
_fetch_themes()
File "game/comfy_ui.rpy", line 69, in _fetch_themes
for file_path in os.listdir(meta_dir):
WindowsError: [Error 3] The system cannot find the path specified: u'game\comfy_meta\.'

Windows-8-6.2.9200
Ren'Py 6.99.12.4.2187

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.