GiganticThirstyHerald

Results 6 comments of GiganticThirstyHerald

I've found a few crash dumps in AppData\Local\CrashDumps I'm downloading debugging tools right now to check it out, maybe it'll be useful [MacroCreator.exe.144.zip](https://github.com/Pulover/PuloversMacroCreator/files/6062187/MacroCreator.exe.144.zip)

@Pulover I'm not sure if this info will help. This is what I've dig from Windows Debugging tools: ``` KEY_VALUES_STRING: 1 Key : AV.Fault Value: Read Key : Analysis.CPU.Sec Value:...

I've manually changed here: ```(url.replace("//cdn.", "//cdn3.", 1),)``` with ```(url.replace("//cdn.", "//cdn4.", 1),)``` and ```"//media-files.bunkr.is/"``` with ```"//media-files4.bunkr.is/"``` and it worked https://github.com/mikf/gallery-dl/blob/0aa8345a137a0e1fa323356216726537d0bd539d/gallery_dl/extractor/bunkr.py#L49-L58

I've changed `bpy.app.binary_path_python `to `sys.executable` and now I can connect and create rooms, but after join my colleague got crash, so it's not a real problem here (for 3.1 at...

> I uhh... I'm not sure where are addons are stored in linux, but I just changed all occurrences of variable `bpy.app.binary_path_python` to `sys.executable` in add-on's files, that's all But...

And I've found what's going on. If any cells in range are empty, it returns this error. How to work around this? Also, for some reason, it doesn't work with...