method of processing can not launch in Windows XP

本文介绍了Processing软件无法正常启动的问题及解决方法。建议尝试重命名或移动Sketchbook文件夹,或者逐一更改Sketchbook内的Mode和Library名称来定位问题。通过实际操作验证了此方法的有效性。

摘要生成于 C知道 ,由 DeepSeek-R1 满血版支持, 前往体验 >

processing 官网中处理方法如下:

Processing won't start! Nothing (or something strange) happens when I click “Run”!

All Platforms

  • Processing won't open and there's no error. Try moving or renaming your Sketchbook. Sometimes a Mode or Tool conflicts with opening Processing. This will disable all Modes and Tools and a new Sketchbook will be created. Once Processing is opening again, code can be moved back into the new Sketchbook. The sketchbook on Windows XP is Documents and Settings → username → Application Data → Processing. On Windows 7 (or Vista) it's Users → username → AppData → Roaming → Processing. For Mac OS X, it's Users → username → Library → Processing. An alternate approach to moving or renaming the Sketchbook is to change the name of each Mode and Library inside the Sketchbook one at a time. When the name of the Mode or Library that is causing the issue is changed, Processing will start and you'll know where the issue is.
  • Errors inside code that is outside of setup() or draw() may just hang/freeze Processing. For instance, with this code, if "blah.vlw" is not in the "data" folder, it may just hang (and won't work in any case). Never use loadXxxx() methods outside setup() and draw().
PFont font = loadFont("blah.vlw");
 
void setup {
  // your awesome code
}

对processign我也不了解,不知道“An alternate approach to moving or renaming the Sketchbook is to change the name of each Mode and Library inside the Sketchbook one at a time. When the name of the Mode or Library
that is causing the issue is changed, Processing will start and you'll know where the issue is.”  如何操作。受官网处理方法的启发,我到目录C:\Documents and Settings\Administrator\Application Data  下找到Processing文件夹,删除它,然后重新运行processing,成功启动。

转载于:https://www.cnblogs.com/ecmangy/p/3185977.html

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值