TCAX 字幕特效制作工具官方论坛 | ASS | TCAS | Python | Aegisub | Lua

 找回密码
 新人加入
查看: 4953|回复: 8

[已解决] UnableToOpenBlob error/blob.c/OpenBlob/2589 [复制链接]

Rank: 4

发表于 2013-10-28 14:32:52 |显示全部楼层
Hellou~!
I have another (strange) a problem.
http://postimg.org/image/m78iu8rpv/

I did try reinstall tcax, vccredist, python... Or tried on different versions tcax: 1.1.8, 1.19, 1.2, but is just as.

Will you help me?
I have no idea why not read images.

Rank: 4

发表于 2013-10-28 19:27:45 |显示全部楼层
把脚本中的图片路径由这种形式
IMG_tex = Image('images\\blood.jpg')

全部改为 IMG_tex = Image(abspath('images\\blood.jpg'))

试试
2

查看全部评分

Administrator

TCAX Dev.

Rank: 7Rank: 7Rank: 7

发表于 2013-10-28 23:16:14 |显示全部楼层
the nice guy youkaze, has pointed out the solution to your issue, I think.

have a try.

Rank: 4

发表于 2013-10-29 00:24:32 |显示全部楼层
Okay, thanks. One problem less, but they pop up others:
http://postimg.org/image/c46n22rj1/

Rank: 4

发表于 2013-10-30 01:22:26 |显示全部楼层
本帖最后由 Mirael 于 2013-11-1 16:26 编辑

Why do something that once worked, now leaking more and more new errors?
New library magick?
Because it was not enough to change it IMG_tex = Image (abspath ("images \ \ blood.jpg '))

Script by Milky for Another Op its does not work anymore:
http://www.tcax.org/forum.php?mo ... &extra=page%3D3

Administrator

TCAX Dev.

Rank: 7Rank: 7Rank: 7

发表于 2013-11-1 20:31:47 |显示全部楼层
Mirael 发表于 2013-10-30 01:22
Why do something that once worked, now leaking more and more new errors?
New library magick?
Because ...

IMG_tex = Image (abspath ("images \ \ blood.jpg '))

should be
  1. IMG_tex = Image(abspath("images\\blood.jpg"))
复制代码

Rank: 4

发表于 2013-11-2 04:49:21 |显示全部楼层
本帖最后由 Alex 于 2013-11-2 05:04 编辑

What have you done is wrong, in 23 line

in 23 line of script the code should be >>

IMG_tex = Image(abspath("images\\blood.jpg")) NOT Image(abspath("images\\blood.jpg")) only

and in 41 line of  script  the code should be >>

IMG = Image(IMG_tex)
1

查看全部评分

Administrator

TCAX Dev.

Rank: 7Rank: 7Rank: 7

发表于 2013-11-2 11:26:47 |显示全部楼层
Alex 发表于 2013-11-2 04:49
What have you done is wrong, in 23 line

in 23 line of script the code should be >>

good job bro
您需要登录后才可以回帖 登录 | 新人加入

GitHub|TCAX 主页

GMT+8, 2024-3-29 01:49

Powered by Discuz! X2

© 2001-2011 Comsenz Inc.

回顶部
RealH