Dataset Preview
The full dataset viewer is not available (click to read why). Only showing a preview of the rows.
The dataset generation failed because of a cast error
Error code:   DatasetGenerationCastError
Exception:    DatasetGenerationCastError
Message:      An error occurred while generating the dataset

All the data files must have the same columns, but at some point there are 1 new columns ({'topic_tags'})

This happened while the csv dataset builder was generating data using

zip://forum-data.csv::/tmp/hf-datasets-cache/heavy/datasets/68141625831575-config-parquet-and-info-TiborUdvari-processing-pr-12e6e306/downloads/5f50e701f829b4e95a8204b3f1c539dcf74f2f946ee2cebbba20ef428031988f

Please either edit the data files to have matching columns, or separate them into different configurations (see docs at https://hf.co/docs/hub/datasets-manual-configuration#multiple-configurations)
Traceback:    Traceback (most recent call last):
                File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/builder.py", line 2011, in _prepare_split_single
                  writer.write_table(table)
                File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/arrow_writer.py", line 585, in write_table
                  pa_table = table_cast(pa_table, self._schema)
                File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/table.py", line 2302, in table_cast
                  return cast_table_to_schema(table, schema)
                File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/table.py", line 2256, in cast_table_to_schema
                  raise CastError(
              datasets.table.CastError: Couldn't cast
              Unnamed: 0: int64
              author: string
              date: string
              topic: string
              topic_views: int64
              forum: string
              board: string
              filename: string
              url: string
              post: string
              processing-forum: string
              topic_tags: double
              -- schema metadata --
              pandas: '{"index_columns": [{"kind": "range", "name": null, "start": 0, "' + 1632
              to
              {'Unnamed: 0': Value(dtype='int64', id=None), 'author': Value(dtype='string', id=None), 'date': Value(dtype='string', id=None), 'topic': Value(dtype='string', id=None), 'topic_views': Value(dtype='int64', id=None), 'forum': Value(dtype='string', id=None), 'board': Value(dtype='string', id=None), 'filename': Value(dtype='string', id=None), 'url': Value(dtype='string', id=None), 'post': Value(dtype='string', id=None), 'processing-forum': Value(dtype='string', id=None)}
              because column names don't match
              
              During handling of the above exception, another exception occurred:
              
              Traceback (most recent call last):
                File "/src/services/worker/src/worker/job_runners/config/parquet_and_info.py", line 1321, in compute_config_parquet_and_info_response
                  parquet_operations = convert_to_parquet(builder)
                File "/src/services/worker/src/worker/job_runners/config/parquet_and_info.py", line 935, in convert_to_parquet
                  builder.download_and_prepare(
                File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/builder.py", line 1027, in download_and_prepare
                  self._download_and_prepare(
                File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/builder.py", line 1122, in _download_and_prepare
                  self._prepare_split(split_generator, **prepare_split_kwargs)
                File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/builder.py", line 1882, in _prepare_split
                  for job_id, done, content in self._prepare_split_single(
                File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/builder.py", line 2013, in _prepare_split_single
                  raise DatasetGenerationCastError.from_cast_error(
              datasets.exceptions.DatasetGenerationCastError: An error occurred while generating the dataset
              
              All the data files must have the same columns, but at some point there are 1 new columns ({'topic_tags'})
              
              This happened while the csv dataset builder was generating data using
              
              zip://forum-data.csv::/tmp/hf-datasets-cache/heavy/datasets/68141625831575-config-parquet-and-info-TiborUdvari-processing-pr-12e6e306/downloads/5f50e701f829b4e95a8204b3f1c539dcf74f2f946ee2cebbba20ef428031988f
              
              Please either edit the data files to have matching columns, or separate them into different configurations (see docs at https://hf.co/docs/hub/datasets-manual-configuration#multiple-configurations)

Need help to make the dataset viewer work? Make sure to review how to configure the dataset viewer, and open a discussion for direct support.

Unnamed: 0
int64
author
string
date
string
topic
string
topic_views
int64
forum
string
board
string
filename
string
url
string
post
string
processing-forum
string
0
ik0
2002-08-03 01:06:00
os x sketch window resize
589
Bugs
Bug Fixes, Implemented Suggestions
board_BugFixes_action_display_num_1031267026.html
https://forum.processing.org/alpha/board_BugFixes_action_display_num_1031267026.html
When maximizing the sketch window in os x 10.1.5 <br/> with alpha 0043, it's not possible to resize it's width,..only height is resizable. <br/> could just be me <img border="0" src="public_html/YaBBImages/smiley.gif"/> <br/>  <br/> hardware: g4/667mhz/512ram
alpha
1
fdb
2002-08-03 01:28:00
os x sketch window resize
589
Bugs
Bug Fixes, Implemented Suggestions
board_BugFixes_action_display_num_1031267026.html
https://forum.processing.org/alpha/board_BugFixes_action_display_num_1031267026.html
I second this, but the bug is weirder. You can make height/width larger, but you can only make the height smaller.
alpha
2
REAS
2002-08-03 09:03:00
os x sketch window resize
589
Bugs
Bug Fixes, Implemented Suggestions
board_BugFixes_action_display_num_1031267026.html
https://forum.processing.org/alpha/board_BugFixes_action_display_num_1031267026.html
We've done less testing on OSX than other platforms, so i'm not suprised. Just a quick clarification -- are you refering to the text editing window or the window that displays the running programs?
alpha
3
ik0
2002-08-03 14:42:00
os x sketch window resize
589
Bugs
Bug Fixes, Implemented Suggestions
board_BugFixes_action_display_num_1031267026.html
https://forum.processing.org/alpha/board_BugFixes_action_display_num_1031267026.html
The text editor window.
alpha
4
fry
2002-08-04 00:50:00
os x sketch window resize
589
Bugs
Bug Fixes, Implemented Suggestions
board_BugFixes_action_display_num_1031267026.html
https://forum.processing.org/alpha/board_BugFixes_action_display_num_1031267026.html
that's a weird one.. looks to me like a java vm bug by apple (p5 doesn't do anything to the window/frame to control its sizing) has anyone seen this in other java apps on the mac, or run across anything on their site about it?
alpha
5
ik0
2002-08-07 02:32:00
os x sketch window resize
589
Bugs
Bug Fixes, Implemented Suggestions
board_BugFixes_action_display_num_1031267026.html
https://forum.processing.org/alpha/board_BugFixes_action_display_num_1031267026.html
The only other java app i run, must be jmax, and i think they use swing, no problems there. <br/>
alpha
6
jes
2002-08-07 05:53:00
os x sketch window resize
589
Bugs
Bug Fixes, Implemented Suggestions
board_BugFixes_action_display_num_1031267026.html
https://forum.processing.org/alpha/board_BugFixes_action_display_num_1031267026.html
I did a search on Apples java-dev list and found several threads describing problems similiar to this one. It seems to affect Swing as well as AWT programs. I saved several as text files, which you can get at <a href="http://www.jigglingwhisker.com/windowresize.zip" target="_blank">http://www.jigglingwhisker.com/windowresize.zip</a> or do a search on <a href="http://lists.apple.com" target="_blank">http://lists.apple.com</a> <br/>  <br/> Apple says it strictly interprets minimum window dimensions, and the other platforms don't.
alpha
7
fry
2002-08-13 16:16:00
os x sketch window resize
589
Bugs
Bug Fixes, Implemented Suggestions
board_BugFixes_action_display_num_1031267026.html
https://forum.processing.org/alpha/board_BugFixes_action_display_num_1031267026.html
thanks for looking up that info jes.. it's really useful. <br/>  <br/> it appears that the text area is probably reporting strange values for min/max size as it gets resized. i've made a note and it's on the bug list.
alpha
8
fry
2002-09-02 19:50:00
os x sketch window resize
589
Bugs
Bug Fixes, Implemented Suggestions
board_BugFixes_action_display_num_1031267026.html
https://forum.processing.org/alpha/board_BugFixes_action_display_num_1031267026.html
this is now fixed in rev 44, which is posted at the download page.  <br/>  <br/> [the url for the download page is in the last email we sent about the alpha download (please don't post here.. we prefer that people register for the url)]
alpha
9
jeremy
2002-08-02 23:58:00
OSX Crash On Proce55ing Startup
1,020
Bugs
Bug Fixes, Implemented Suggestions
board_BugFixes_action_display_num_1031267073.html
https://forum.processing.org/alpha/board_BugFixes_action_display_num_1031267073.html
Hello,  <br/>  <br/> The installation for alpha0043 on OSX was successful (though I did need to open up OS 9 in order to install it). However, when I tried to start up the program, it instantly closed. I could see it pop up in my semi-transparent dock for a quick second before it disappeared. <br/>  <br/> Since the files stdout.txt and stderr.txt are not currently in my lib folder, I cannot give you any additional information rather than the fact that ... <br/>  <br/> I'm running OSX 10.15 on a G4 400 Laptop <br/>  <br/> Thanks alot, <br/>  <br/> Jeremy <br/>
alpha
10
eviltyler
2002-08-03 00:11:00
OSX Crash On Proce55ing Startup
1,020
Bugs
Bug Fixes, Implemented Suggestions
board_BugFixes_action_display_num_1031267073.html
https://forum.processing.org/alpha/board_BugFixes_action_display_num_1031267073.html
i'm using the same setup as you and i've had no issues. <br/> i didn't have to boot so os 9 though. <br/>  <br/> is it running ok right now, or was it a one time failure?
alpha
11
adrien
2002-08-03 01:07:00
OSX Crash On Proce55ing Startup
1,020
Bugs
Bug Fixes, Implemented Suggestions
board_BugFixes_action_display_num_1031267073.html
https://forum.processing.org/alpha/board_BugFixes_action_display_num_1031267073.html
hmmm. also no problems here. <br/>  <br/> if classic launched to unstuff the file, might the app have started in classic mode by chance? hmmm... that would be strange. Maybe your java environment is borked somehow? <br/>  <br/> 10.1.5, PB667, no problems.
alpha
12
fdb
2002-08-03 01:29:00
OSX Crash On Proce55ing Startup
1,020
Bugs
Bug Fixes, Implemented Suggestions
board_BugFixes_action_display_num_1031267073.html
https://forum.processing.org/alpha/board_BugFixes_action_display_num_1031267073.html
No problems here on TiBook 550 with Mac OS X 10.1.5 and Proce55ing 0043
alpha
13
jes
2002-08-03 07:35:00
OSX Crash On Proce55ing Startup
1,020
Bugs
Bug Fixes, Implemented Suggestions
board_BugFixes_action_display_num_1031267073.html
https://forum.processing.org/alpha/board_BugFixes_action_display_num_1031267073.html
The OSX download is encoded as a Classic .sea file. You can check by doing a "Show Info" on it. If you simply double click the file, it will launch the OS9 version of Stuffit Expander (and thus Classic).  If you open it with Expander/Magic Menu, etc., it will open fine in OSX. <br/>  <br/> Otherwise it works great on my Dual 800 w/10.1.5 <br/>
alpha
14
Takachin
2002-08-03 12:05:00
OSX Crash On Proce55ing Startup
1,020
Bugs
Bug Fixes, Implemented Suggestions
board_BugFixes_action_display_num_1031267073.html
https://forum.processing.org/alpha/board_BugFixes_action_display_num_1031267073.html
Same problems happen on my eMac OS 10.14 <br/> but I got over it by jes's hint.Thanks! <br/>
alpha
15
jeremy
2002-08-03 19:34:00
OSX Crash On Proce55ing Startup
1,020
Bugs
Bug Fixes, Implemented Suggestions
board_BugFixes_action_display_num_1031267073.html
https://forum.processing.org/alpha/board_BugFixes_action_display_num_1031267073.html
Thanks for the advice, jes, I was able to start up Proce55ing successfully this time. <br/>  <br/> However, I did receive a Java error: <br/>  <br/> Error loading SolarisSerial: java.lang.UnsatisfiedLinkError: no SolarisSerialParallel in java.library.path Caught java.lang.UnsatisfiedLinkError: readREgistrySerial while loading driver com.sun.comm. ... <br/>  <br/> I just updated to Java 1.3.1 for OSX, as per the instructions in the readme.txt file. <br/>  <br/> Once again, OSX 10.1.5 G4 400 laptop. <br/>  <br/> Jeremy
alpha
16
fry
2002-08-04 00:29:00
OSX Crash On Proce55ing Startup
1,020
Bugs
Bug Fixes, Implemented Suggestions
board_BugFixes_action_display_num_1031267073.html
https://forum.processing.org/alpha/board_BugFixes_action_display_num_1031267073.html
oops.. i usually have classic running so i didn't notice that my rev of stuffit was making classic mode .sea files for the osx install.. i'd like to fix this for 0044, maybe i'll just switch to a disk image since that's the trendy osx way to do things and dropstuff 6.5.1 only makes classic mode executables.
alpha
17
fry
2002-08-04 00:32:00
OSX Crash On Proce55ing Startup
1,020
Bugs
Bug Fixes, Implemented Suggestions
board_BugFixes_action_display_num_1031267073.html
https://forum.processing.org/alpha/board_BugFixes_action_display_num_1031267073.html
regarding the UnsatisfiedLinkError business, are you trying to use serial and getting the error, or is it just general spew? in our haste, i neglected to include instructions on downloading rxtx (www.rxtx.org) which provides the serial support for osx. the rxtx download is a little messy, i'll see what can be done about simplifying the process.
alpha
18
jes
2002-08-05 07:46:00
OSX Crash On Proce55ing Startup
1,020
Bugs
Bug Fixes, Implemented Suggestions
board_BugFixes_action_display_num_1031267073.html
https://forum.processing.org/alpha/board_BugFixes_action_display_num_1031267073.html
re: Error loading SolarisSerial...... <br/>  <br/> I get that error by default whenever the p5 launches (ie. without trying to initiate a serial connection).
alpha
19
fry
2002-08-05 19:14:00
OSX Crash On Proce55ing Startup
1,020
Bugs
Bug Fixes, Implemented Suggestions
board_BugFixes_action_display_num_1031267073.html
https://forum.processing.org/alpha/board_BugFixes_action_display_num_1031267073.html
yep, so that's just rxtx missing. if you want, you can download and install rxtx from <a href="http://www.rxtx.org" target="_blank">http://www.rxtx.org</a>, there's a macosx .pkg somewhere buried in the distribution that installs serial port support which will fix the issue, and also let you talk to serial devices, should you decide to do such a thing. <br/>  <br/> or you can wait till the next release, which will include the .pkg.. but there's no firm date on when that release will be available. my machine seems to have bit it and i'm doing some reformatting & reinstalling that had been delayed to get alpha out.
alpha
20
fry
2002-09-02 19:49:00
OSX Crash On Proce55ing Startup
1,020
Bugs
Bug Fixes, Implemented Suggestions
board_BugFixes_action_display_num_1031267073.html
https://forum.processing.org/alpha/board_BugFixes_action_display_num_1031267073.html
this is now fixed in rev 44, which is posted at the download page.  <br/>  <br/> the osx version is now distributed as a .dmg, which should avoid the problems. also, the rxtx installer is included for those who want to use serial and avoid the error message. <br/>  <br/> [the url for the download page is in the last email we sent about the alpha download (please don't post here.. we prefer that people register for the url)]
alpha
21
jes
2002-08-05 17:14:00
OSX error console scroll
440
Bugs
Bug Fixes, Implemented Suggestions
board_BugFixes_action_display_num_1031267171.html
https://forum.processing.org/alpha/board_BugFixes_action_display_num_1031267171.html
In the editor, on OSX, due to the location of the "window resize tab", the lower gray scroll button in the error console is obscured.  In Windows, there is no tab, you just grab the edge of the window to resize.
alpha
22
fry
2002-08-05 19:18:00
OSX error console scroll
440
Bugs
Bug Fixes, Implemented Suggestions
board_BugFixes_action_display_num_1031267171.html
https://forum.processing.org/alpha/board_BugFixes_action_display_num_1031267171.html
argh.. macos ui dreck. ok, i'll see what we can do about moving it. the alternative being the disabling of 'size boxes intrude' for the macos app, but that makes a nasty gray line across the bottom. <br/>
alpha
23
fry
2002-09-02 19:48:00
OSX error console scroll
440
Bugs
Bug Fixes, Implemented Suggestions
board_BugFixes_action_display_num_1031267171.html
https://forum.processing.org/alpha/board_BugFixes_action_display_num_1031267171.html
this is now fixed in rev 44, which is posted at the download page.  <br/>  <br/> [the url for the download page is in the last email we sent about the alpha download (please don't post here.. we prefer that people register for the url)]
alpha
24
Processing
2002-08-02 15:33:00
Development Environment
768
Bugs
Bug Fixes, Implemented Suggestions
board_BugFixes_action_display_num_1031267486.html
https://forum.processing.org/alpha/board_BugFixes_action_display_num_1031267486.html
Problems with running/stopping/exporting/saving/typing etc.
alpha
25
eviltyler
2002-08-03 00:23:00
Development Environment
768
Bugs
Bug Fixes, Implemented Suggestions
board_BugFixes_action_display_num_1031267486.html
https://forum.processing.org/alpha/board_BugFixes_action_display_num_1031267486.html
using a powerbook G4 400Mhz, 640 RAM, OS X 10.1.5, i cannot use the arrow keys to move around in the editor. <br/> all is well if i hold shift. <br/>  <br/> additionally, when i run the app, the viewer window shows up on the left edge of the screen, with only about 5 pixels showing. <br/>  <br/> EDIT: typo
alpha
26
adrien
2002-08-03 01:10:00
Development Environment
768
Bugs
Bug Fixes, Implemented Suggestions
board_BugFixes_action_display_num_1031267486.html
https://forum.processing.org/alpha/board_BugFixes_action_display_num_1031267486.html
I will second tylyer's complaints on this one. <br/>  <br/> the editor window is pretty wide, no kbd insertion point control, and window in strange places. <br/>  <br/> also, it's be nice if the escape key quit the presentation mode, rather than having to move my cursor --all the way-- down the left corner... ooof, it's exhausting.
alpha
27
fdb
2002-08-03 01:31:00
Development Environment
768
Bugs
Bug Fixes, Implemented Suggestions
board_BugFixes_action_display_num_1031267486.html
https://forum.processing.org/alpha/board_BugFixes_action_display_num_1031267486.html
The cursor keys don't work either here. Selecting does work.  <br/>  <br/> Also, using (Apple)-A for Select All tries to quit the application (you get the "save changes?" confirmation and then quit).
alpha
28
Processing
2002-08-03 09:24:00
Development Environment
768
Bugs
Bug Fixes, Implemented Suggestions
board_BugFixes_action_display_num_1031267486.html
https://forum.processing.org/alpha/board_BugFixes_action_display_num_1031267486.html
We think there is a bug in the OSX java vm with text areas, so as a result, the arrow keys won't work in the editor. We think this really stinks and are searching for options for a (near?) future release. In our opinion the text editor is the worst part of the environment and we want to improve it. <br/>  <br/> We also agree with using the escape key to close presentation mode. It's implemented on other platforms. <br/>
alpha
29
eviltyler
2002-08-03 13:25:00
Development Environment
768
Bugs
Bug Fixes, Implemented Suggestions
board_BugFixes_action_display_num_1031267486.html
https://forum.processing.org/alpha/board_BugFixes_action_display_num_1031267486.html
>>We think there is a bug in the OSX java vm with text areas <br/>  <br/> can i ask how you're implementing the text area?  i have a bit of experience building os x java apps and have built a couple of text editors. <br/>  <br/> everything i did used JEditorPane (swing). <br/>  <br/> hope that helps.
alpha
30
fry
2002-08-04 00:45:00
Development Environment
768
Bugs
Bug Fixes, Implemented Suggestions
board_BugFixes_action_display_num_1031267486.html
https://forum.processing.org/alpha/board_BugFixes_action_display_num_1031267486.html
phew, you osx guys seem to have struck gold. <br/>  <br/> re: arrow keys.. this kinda stinks because it popped up late in our testing, and it's a bug in apple's implementation of java.awt.TextArea. we're not using swing (swing is bloated and slow, programming swing makes me feel bloated and my apps feel slow) but just regular awt components. swapping out the text editor is high on the list of priorities towards beta.. might use the swing stuff, or the TextArea component from jedit. <br/>  <br/> re: the viewer window popping up strangely, do you have multiple monitors? i've never run into that one but will try and see if i can get it to happen. is there enough width to the lefthand side of the editor for the applet window? (that is, are there 250 pixels free for an applet that's 200 pixels wide?) <br/>  <br/> re: editor window width, is it obnoxiously large? is the font huge or something? do you have altered font settings on your machine? <br/>  <br/> re: escape quitting presentation mode, that's implemented but probably just needs a tweak to make it run more correctly under osx. god bless "write once run anywhere"
alpha
31
eviltyler
2002-08-04 04:19:00
Development Environment
768
Bugs
Bug Fixes, Implemented Suggestions
board_BugFixes_action_display_num_1031267486.html
https://forum.processing.org/alpha/board_BugFixes_action_display_num_1031267486.html
<b>Quote:</b><table bgcolor="#FFFFFF" cellspacing="1" class="bordercolor" width="90%"><tr><td width="100%"><table cellpadding="2" cellspacing="0" class="quote" width="100%"><tr><td width="100%"><font class="quote" face="Arial,Helvetica" size="1">os x <br/> re: arrow keys..  <br/> </font></td></tr></table></td></tr></table> <br/> boo apple <img border="0" src="public_html/YaBBImages/wink.gif"/> <br/>  <br/> <b>Quote:</b><table bgcolor="#FFFFFF" cellspacing="1" class="bordercolor" width="90%"><tr><td width="100%"><table cellpadding="2" cellspacing="0" class="quote" width="100%"><tr><td width="100%"><font class="quote" face="Arial,Helvetica" size="1"> <br/> re: the viewer window popping up strangely, do you have multiple monitors? i've never run into that one but will try and see if i can get it to happen. is there enough width to the lefthand side of the editor for the applet window? (that is, are there 250 pixels free for an applet that's 200 pixels wide?) <br/> </font></td></tr></table></td></tr></table> <br/> nope, just a tibook display.  i run the editor full screen and i have my dock pinned on the left hand side.    if i run the code for the first time, it shows up in the top left, with only a couple of pixels showing. <br/>  <br/> i snapped a shot my desktop and put it here: <br/> <a href="http://www.praytothemachine.com/evil/images/proce55.tiff" target="_blank">http://www.praytothemachine.com/evil/images/proce55.tiff</a> <br/>  <br/> notice the yellow window behind the dock. <br/>  <br/>
alpha
32
jes
2002-08-05 07:42:00
Development Environment
768
Bugs
Bug Fixes, Implemented Suggestions
board_BugFixes_action_display_num_1031267486.html
https://forum.processing.org/alpha/board_BugFixes_action_display_num_1031267486.html
re: the viewer window and editor window placement <br/>  <br/> I think the problem is that when a viewer is first run, the viewer window is placed relative to the editor window position...to the left, aligned at the top and 20-30 pixels apart from the editor window's left edge. This is fine if the editor window is far enough away from the left edge of the monitor, otherwise it disappears off screen.  It might be better to place the viewer window relative to the screen rather than the editor, and then "remember" the user's window placement between sessions.
alpha
33
eviltyler
2002-08-05 15:10:00
Development Environment
768
Bugs
Bug Fixes, Implemented Suggestions
board_BugFixes_action_display_num_1031267486.html
https://forum.processing.org/alpha/board_BugFixes_action_display_num_1031267486.html
jes, you're exactly right. <br/>  <br/> not a big issue, just an annoyance.
alpha
34
fry
2002-08-05 19:08:00
Development Environment
768
Bugs
Bug Fixes, Implemented Suggestions
board_BugFixes_action_display_num_1031267486.html
https://forum.processing.org/alpha/board_BugFixes_action_display_num_1031267486.html
eviltyler thanks for the screenshot, helps alot. <br/>  <br/> 1. jes is right in that the window pops up 20-30 pixels ot the right of the frame. we can add something so that it doesn't run off the screen if there's no room, since that's pretty dorky.  <br/>  <br/> 2. is that the default font size you're getting under macosx? and as a result, the default window size? it's enormous. fairly obscene. i may have set my osx box to use slightly smaller fonts by default. if so, pde_macosx.properties will be modified in future releases so that the font (and therefore window) is a little more svelte.
alpha
35
eviltyler
2002-08-05 19:28:00
Development Environment
768
Bugs
Bug Fixes, Implemented Suggestions
board_BugFixes_action_display_num_1031267486.html
https://forum.processing.org/alpha/board_BugFixes_action_display_num_1031267486.html
<b>on Aug 5<sup>th</sup>, 2002, 7:08pm, <a href="board_Proce55ing_software_bugs_action_display_num_1028295217.html#10">fry wrote</a>:</b><table bgcolor="#FFFFFF" cellspacing="1" class="bordercolor" width="90%"><tr><td width="100%"><table cellpadding="2" cellspacing="0" class="quote" width="100%"><tr><td width="100%"><font class="quote" face="Arial,Helvetica" size="1">eviltyler thanks for the screenshot, helps alot. <br/> </font></td></tr></table></td></tr></table> <br/> np. <br/>  <br/>  <br/> <b>Quote:</b><table bgcolor="#FFFFFF" cellspacing="1" class="bordercolor" width="90%"><tr><td width="100%"><table cellpadding="2" cellspacing="0" class="quote" width="100%"><tr><td width="100%"><font class="quote" face="Arial,Helvetica" size="1"> <br/> 1. jes is right in that the window pops up 20-30 pixels ot the right of the frame. we can add something so that it doesn't run off the screen if there's no room, since that's pretty dorky.  <br/> </font></td></tr></table></td></tr></table> <br/> i'm assuming that the viewer window is a child to the editor, centered-on-parent would suit me just fine. <br/>  <br/>  <br/> <b>Quote:</b><table bgcolor="#FFFFFF" cellspacing="1" class="bordercolor" width="90%"><tr><td width="100%"><table cellpadding="2" cellspacing="0" class="quote" width="100%"><tr><td width="100%"><font class="quote" face="Arial,Helvetica" size="1"> <br/> 2. is that the default font size you're getting under macosx and as a result, the default window size it's enormous. fairly obscene. i may have set my osx box to use slightly smaller fonts by default. if so, pde_macosx.properties will be modified in future releases so that the font (and therefore window) is a little more svelte. </font></td></tr></table></td></tr></table> <br/> yup, default on both accounts.  i've since changed the properties file that you mentioned.  looks alot better now.   <br/>  <br/> speaking of the properties file, maybe i missed it, but i want to change the color of the editor's background, black on grey, just ain't my thing.  can i change it  i found no editor.bgcolor value. <br/> thanks.
alpha
36
jlee
2002-08-06 21:11:00
Development Environment
768
Bugs
Bug Fixes, Implemented Suggestions
board_BugFixes_action_display_num_1031267486.html
https://forum.processing.org/alpha/board_BugFixes_action_display_num_1031267486.html
Hello, <br/>  <br/> I was having trouble getting the sample font program found in the revision.txt file, P5 threw a null pointer exception.  But I took a look at the run.bat for the windows version and noticed that the P5 directory was not included in the classpath. <br/>  <br/> run.bat looks like: <br/>  <br/> @echo off <br/> .\\java\\bin\\java -cp lib;lib\\build;lib\\pde.jar;lib\\kjc.jar;lib\\oro.jar;java\\lib\\ext\\comm.jar; . PdeBase <br/>  <br/> with a ;. after comm.jar, now the fonts directory is visible to P5. <br/>  <br/> if this is already on the list, my apologies. <br/>  <br/> john <br/>  <br/> an update: <br/>  <br/> I should have read the readme.txt before the revisions.txt, because it says to move the necessary font files into your current sketchbook: <br/>  <br/> EXTERNAL FILES / FONTS / READING DATA FILES <br/>  <br/>  <br/> if you want to use external files, like images or text files  <br/> or fonts, they should be placed in a folder called 'data' inside: <br/> sketchbook -> default -> SKETCH_NAME <br/>  <br/> Sorry about the eariler message.
alpha
37
fry
2002-08-13 16:20:00
Development Environment
768
Bugs
Bug Fixes, Implemented Suggestions
board_BugFixes_action_display_num_1031267486.html
https://forum.processing.org/alpha/board_BugFixes_action_display_num_1031267486.html
editor background/foreground color can be fixed easily enough. i'll add that in the next release. <br/>  <br/> re: the fonts dir.. it's an interesting hack that adding the current directory (.) to the classpath let you pull things out of the fonts dir. it makes sense when you think about it, but i'd rather encourage folks to use the data dir in sketch. maybe we can make that a bit more obvious.  <br/>  <br/> we were trying to be low-key about fonts because we're not quite happy with them yet.
alpha
38
fry
2002-09-02 19:52:00
Development Environment
768
Bugs
Bug Fixes, Implemented Suggestions
board_BugFixes_action_display_num_1031267486.html
https://forum.processing.org/alpha/board_BugFixes_action_display_num_1031267486.html
lots of these issues are now fixed in rev 44, which is posted at the download page.  <br/>  <br/> see the release notes in readme.txt and revisions.txt for full details. <br/>  <br/> [the url for the download page is in the last email we sent about the alpha download (please don't post here.. we prefer that people register for the url)]
alpha
39
Processing
2002-08-02 15:35:00
Learning
456
Bugs
Bug Fixes, Implemented Suggestions
board_BugFixes_action_display_num_1043058030.html
https://forum.processing.org/alpha/board_BugFixes_action_display_num_1043058030.html
Problems in the Learning section
alpha
40
michael
2002-12-10 20:13:00
Learning
456
Bugs
Bug Fixes, Implemented Suggestions
board_BugFixes_action_display_num_1043058030.html
https://forum.processing.org/alpha/board_BugFixes_action_display_num_1043058030.html
i get a runtime error on the learning page in ie6. object expected, line 20.
alpha
41
michael
2002-12-11 07:15:00
Learning
456
Bugs
Bug Fixes, Implemented Suggestions
board_BugFixes_action_display_num_1043058030.html
https://forum.processing.org/alpha/board_BugFixes_action_display_num_1043058030.html
elsewhere, if you click on 3D Vertices in the Form section, it sends you to the page on random numbers. also, the drop down menu on that page isn't quite what it's supposed to be.
alpha
42
REAS
2002-12-11 09:53:00
Learning
456
Bugs
Bug Fixes, Implemented Suggestions
board_BugFixes_action_display_num_1043058030.html
https://forum.processing.org/alpha/board_BugFixes_action_display_num_1043058030.html
thank you michael!  <br/> i will fix as soon as possible. <br/> please send more bugs my way as you see them.
alpha
43
Dara
2003-01-11 15:16:00
Learning
456
Bugs
Bug Fixes, Implemented Suggestions
board_BugFixes_action_display_num_1043058030.html
https://forum.processing.org/alpha/board_BugFixes_action_display_num_1043058030.html
Hi, i dont know if this can be considered as an error but i think it needs an update. <br/>  <br/> "Examples. Short prototypical programs exploring aspects of the media. More examples will be completed during Fall 2002"
alpha
44
REAS
2003-01-13 23:48:00
Learning
456
Bugs
Bug Fixes, Implemented Suggestions
board_BugFixes_action_display_num_1043058030.html
https://forum.processing.org/alpha/board_BugFixes_action_display_num_1043058030.html
Michael and Dara, <br/>  <br/> Thank you for the reports. All is fixed now. I'm sure there are many more errors. Please report them when you see them. <br/>  <br/> Best, <br/> Casey <br/>  <br/>
alpha
45
rlivings
2002-12-19 23:30:00
example problems
372
Bugs
Bug Fixes, Implemented Suggestions
board_BugFixes_action_display_num_1043058070.html
https://forum.processing.org/alpha/board_BugFixes_action_display_num_1043058070.html
hi, sometimes when I try to view the example applets it would work the first time around but then it wouldn't work when I tried to view it again.  There would be a black screen and nothing going on.  I am using IE6 and windows xp.
alpha
46
REAS
2003-01-04 13:31:00
example problems
372
Bugs
Bug Fixes, Implemented Suggestions
board_BugFixes_action_display_num_1043058070.html
https://forum.processing.org/alpha/board_BugFixes_action_display_num_1043058070.html
i know about this problem with examples that load images. i haven't been able to determine the problelm yet. <br/>  <br/> are you having problems with other examples too?
alpha
47
benelek
2003-01-08 01:43:00
example problems
372
Bugs
Bug Fixes, Implemented Suggestions
board_BugFixes_action_display_num_1043058070.html
https://forum.processing.org/alpha/board_BugFixes_action_display_num_1043058070.html
i wasnt sure which section to stick this in! the simulate00 example uses old syntax (it specifies rectMode(TWO_CORNERS), instead of the newer CORNERS). this occurs both in the example on the web site, and the example as it comes with the proce55ing software.
alpha
48
REAS
2003-01-10 00:26:00
example problems
372
Bugs
Bug Fixes, Implemented Suggestions
board_BugFixes_action_display_num_1043058070.html
https://forum.processing.org/alpha/board_BugFixes_action_display_num_1043058070.html
thank you very much benelek. i'll fix as soon as a can and make the update.
alpha
49
Martin
2003-01-04 11:06:00
examples section of discourse
417
Bugs
Bug Fixes, Implemented Suggestions
board_BugFixes_action_display_num_1043058117.html
https://forum.processing.org/alpha/board_BugFixes_action_display_num_1043058117.html
um... tried using IE and Links ... all i get are headers and footers and no content? <img border="0" src="public_html/YaBBImages/smiley.gif"/> only seb's recent post topic shows up but when you try to access the article, there's nothing poping up. thanks.
alpha
50
REAS
2003-01-04 13:34:00
examples section of discourse
417
Bugs
Bug Fixes, Implemented Suggestions
board_BugFixes_action_display_num_1043058117.html
https://forum.processing.org/alpha/board_BugFixes_action_display_num_1043058117.html
This is certainly a huge problem. I'm working on it...
alpha
51
REAS
2003-01-04 22:38:00
examples section of discourse
417
Bugs
Bug Fixes, Implemented Suggestions
board_BugFixes_action_display_num_1043058117.html
https://forum.processing.org/alpha/board_BugFixes_action_display_num_1043058117.html
So we have the old examples back online, but unfortunately lost posts after 12/22.
alpha
52
Martin
2003-01-05 04:36:00
examples section of discourse
417
Bugs
Bug Fixes, Implemented Suggestions
board_BugFixes_action_display_num_1043058117.html
https://forum.processing.org/alpha/board_BugFixes_action_display_num_1043058117.html
thanks! <br/>  <br/> hhmm... the log file seems to indicate that posts after 12/22 were lost (from what it reports on the right panel regarding last posts). however, the posts are still in-tact and alive. an example of this would be my post last 1/1 (<a href="http://proce55ing.net/discourse/yabb/board_examples_action_display_num_1030471639.html" target="_blank">http://proce55ing.net/discourse/yabb/board_examples_action_disp_lay_num_1030471639.html</a>) ... <img border="0" src="public_html/YaBBImages/smiley.gif"/> i have a feeling that posts a lil bit later (e.g. seb's metaballs) were the ones lost i dunno. <br/>  <br/> at any rate, thanks for the restore.
alpha
53
Processing
2002-08-02 15:36:00
Reference
401
Bugs
Bug Fixes, Implemented Suggestions
board_BugFixes_action_display_num_1043058243.html
https://forum.processing.org/alpha/board_BugFixes_action_display_num_1043058243.html
Problems in the Reference section
alpha
54
michael
2002-12-12 06:46:00
Reference
401
Bugs
Bug Fixes, Implemented Suggestions
board_BugFixes_action_display_num_1043058243.html
https://forum.processing.org/alpha/board_BugFixes_action_display_num_1043058243.html
found another one. <br/>  <br/> runtime error when you click the Environment link at the top of the page.  expected identifier, line 20. <br/>  <br/> okay, i just tried it again and it didn't come up.  strange.
alpha
55
REAS
2003-01-04 13:33:00
Reference
401
Bugs
Bug Fixes, Implemented Suggestions
board_BugFixes_action_display_num_1043058243.html
https://forum.processing.org/alpha/board_BugFixes_action_display_num_1043058243.html
I've fixed this and will post the correction soon. <br/> Thank you for the report.
alpha
56
Processing
2002-08-02 15:37:00
Discourse
467
Bugs
Bug Fixes, Implemented Suggestions
board_BugFixes_action_display_num_1043058286.html
https://forum.processing.org/alpha/board_BugFixes_action_display_num_1043058286.html
Problems with this bulletin board
alpha
57
adrien
2002-08-03 10:43:00
Discourse
467
Bugs
Bug Fixes, Implemented Suggestions
board_BugFixes_action_display_num_1043058286.html
https://forum.processing.org/alpha/board_BugFixes_action_display_num_1043058286.html
I can't copy text from the board, using Explorer 5.2.1 under X 10.1.5. <br/>  <br/> Tried it with Chimera and it works. Explorer IS very buggy for me, though. Anyone else?
alpha
58
jes
2002-08-03 18:47:00
Discourse
467
Bugs
Bug Fixes, Implemented Suggestions
board_BugFixes_action_display_num_1043058286.html
https://forum.processing.org/alpha/board_BugFixes_action_display_num_1043058286.html
Same problem here on IE 5.2.1.... <br/> My hack is to hit the quote button and select/copy the text from the text pane.  Unfortunately that copies some funky characters so I paste it into a BBEdit document and "Zap Gremlins"....works fine then....what a pain.
alpha
59
Takachin
2002-08-04 06:51:00
Discourse
467
Bugs
Bug Fixes, Implemented Suggestions
board_BugFixes_action_display_num_1043058286.html
https://forum.processing.org/alpha/board_BugFixes_action_display_num_1043058286.html
same problems happen on MacOS 10.1.4 with IE 5.1  <br/> Japanese.I cant copy text form the board also. <br/>  <br/> but there is no problem Mozilla 1.1b and iCab.
alpha
60
Glen Murphy
2002-10-30 04:36:00
Discourse
467
Bugs
Bug Fixes, Implemented Suggestions
board_BugFixes_action_display_num_1043058286.html
https://forum.processing.org/alpha/board_BugFixes_action_display_num_1043058286.html
The website title/url fields in the profile section display incorrectly in PCIE6. There is a quote in the cell tag (appearing as <td">) next to 'Website URL' that is probably causing this error.
alpha
61
REAS
2002-11-05 23:13:00
Discourse
467
Bugs
Bug Fixes, Implemented Suggestions
board_BugFixes_action_display_num_1043058286.html
https://forum.processing.org/alpha/board_BugFixes_action_display_num_1043058286.html
The <td> error is corrected now. Thank you Glen.
alpha
62
adrien
2002-08-08 00:02:00
P5 ate my code?
447
Bugs
Bug Fixes, Implemented Suggestions
board_BugFixes_action_display_num_1043540201.html
https://forum.processing.org/alpha/board_BugFixes_action_display_num_1043540201.html
well, <br/>  <br/> i was farting around writing some really weird code. <br/>  <br/> I decided to launch BBEdit, since for the moment, it's a bit more comfortable for editing... <br/>  <br/> randomly saved the file in my P5 library. well, not randomly, I saved it in a project folder called recursivecrackmonkey. recursivecrackmonkey.pde already existed so I saved it as recursivecrackkmonkey_02.pde <br/>  <br/> and now it is no more. <br/>  <br/> looked everywhere. <br/>  <br/> it IS possible that did something stupid like type sudo rm -r / * or somesuch into the terminal. But is it possible that P5 did some not so kosher putzfrau manoeuvres? <br/>  <br/> Not saying it did, but if there is such a possibility, it should be looked at... <br/>  <br/> I will find some time and do some tests... <br/>  <br/> P5v0043 on MacOSeX 10.1.5
alpha
63
fry
2002-08-09 01:44:00
P5 ate my code?
447
Bugs
Bug Fixes, Implemented Suggestions
board_BugFixes_action_display_num_1043540201.html
https://forum.processing.org/alpha/board_BugFixes_action_display_num_1043540201.html
what do you mean by 'saved the file in my p5 library'? that you did a 'save as' and called it recursivecrackmonkey_02? <br/>
alpha
64
adrien
2002-08-10 00:29:00
P5 ate my code?
447
Bugs
Bug Fixes, Implemented Suggestions
board_BugFixes_action_display_num_1043540201.html
https://forum.processing.org/alpha/board_BugFixes_action_display_num_1043540201.html
I started the project in P5. Decided to use BBEdit, copied the code out, and pasted it in to BBEdit, when it came time to save, I wanted to create a new file (since I had made some changes from the file I started in P5), and I saved it in the folder which was already created for the project by P5, next to P5's .pde file. <br/>  <br/> so my folder should have looked like this: <br/>  <br/> -data <br/> -foobar.pde <br/> -foobar_02.pde <br/> -history.gz <br/>  <br/>  <br/> I still haven't tried to reproduce the error, and as I said, it may be my imagination.
alpha
65
adrien
2002-08-10 00:31:00
P5 ate my code?
447
Bugs
Bug Fixes, Implemented Suggestions
board_BugFixes_action_display_num_1043540201.html
https://forum.processing.org/alpha/board_BugFixes_action_display_num_1043540201.html
an oprhaned alias to the file still exists in my BBEdit "recent files" folder...
alpha
66
adrien
2002-08-10 21:38:00
P5 ate my code?
447
Bugs
Bug Fixes, Implemented Suggestions
board_BugFixes_action_display_num_1043540201.html
https://forum.processing.org/alpha/board_BugFixes_action_display_num_1043540201.html
I tried to duplicate the supposed error with no luck. <br/>  <br/> so it's probably a stupid adrien trick, or my system is borked and is randomly loosing data... <br/>  <br/> probably me. <br/>  <br/> so unless this crops up again, it's probably nothing. <br/>  <br/> sorry if you lost any sleep over this.
alpha
67
fry
2002-08-12 05:05:00
P5 ate my code?
447
Bugs
Bug Fixes, Implemented Suggestions
board_BugFixes_action_display_num_1043540201.html
https://forum.processing.org/alpha/board_BugFixes_action_display_num_1043540201.html
if more bugs would disappear or fix themselves over time like this one has, then the final 1.0 release would be out next week.  <br/>  <br/> but let us know if the problem returns or can be reproduced.. bugs involving the destruction of code are always at the top of the list for fixes, for obvious reasons.
alpha
68
mKoser
2002-08-20 00:07:00
pressing play results in nothing!
378
Bugs
Bug Fixes, Implemented Suggestions
board_BugFixes_action_display_num_1043540241.html
https://forum.processing.org/alpha/board_BugFixes_action_display_num_1043540241.html
hi, <br/>  <br/> i have just installed p5 on my PIII win2000 pro machine, everything about the installation went fine, and the software seems to be running just great... <br/>  <br/> ...BUT.... <br/>  <br/> when i click the 'RUN' button, nothing happends!!! <br/> ... at the bottom of my windows screen, i see another instance of the p5 window being 'turned on' but I cannot activate it! - I suppose this is the window where the result of the coding is being displayed<img border="0" src="public_html/YaBBImages/huh.gif"/> <br/>  <br/> When i choose to 'Present' (CTRL-P) the result of my code, it is displayed just fine! <br/>  <br/> ......... <br/> Is this an error i have come upon? <br/> ......... <br/>  <br/> Besides that ---> *SUPA.NICE PROJECT* ! <br/>  <br/> best, <br/> Mikkel
alpha
69
mKoser
2002-08-21 00:04:00
pressing play results in nothing!
378
Bugs
Bug Fixes, Implemented Suggestions
board_BugFixes_action_display_num_1043540241.html
https://forum.processing.org/alpha/board_BugFixes_action_display_num_1043540241.html
woops... silly me! <br/>  <br/> as it turned out, the p5 scripting window had filled my screen entirely (not fullscreen) and, when pressing play, the 'display window' placed itself at a location outside the range of my screen! <img border="0" src="public_html/YaBBImages/sad.gif"/> <br/>  <br/> ...so, by resizing the window, i managed to find the 'display window'. <br/>  <br/>
alpha
70
Alex
2002-09-03 05:54:00
Cannot download 0044 for OSX
356
Bugs
Bug Fixes, Implemented Suggestions
board_BugFixes_action_display_num_1043540256.html
https://forum.processing.org/alpha/board_BugFixes_action_display_num_1043540256.html
Hi, I cannot download 0044 for OSX. Instead of downloading the file, IE tries to read the file which it does not do very well<img border="0" src="public_html/YaBBImages/smiley.gif"/> <br/>  <br/> Regards, <br/>  <br/> Alexander Castro
alpha
71
fry
2002-09-03 20:39:00
Cannot download 0044 for OSX
356
Bugs
Bug Fixes, Implemented Suggestions
board_BugFixes_action_display_num_1043540256.html
https://forum.processing.org/alpha/board_BugFixes_action_display_num_1043540256.html
ok, i've modified the server config to download dmg files as binary & restarted the server.. let us know if you're still having trouble.
alpha
72
Alex
2002-10-20 09:00:00
Downloading Problem
325
Bugs
Bug Fixes, Implemented Suggestions
board_BugFixes_action_display_num_1043540274.html
https://forum.processing.org/alpha/board_BugFixes_action_display_num_1043540274.html
Hi, I am having problems downloading proce55ing 44 for OS X. This is the same problem I reported earlier. <br/>  <br/> Thank you for your time, <br/>  <br/> Alexander Castro
alpha
73
fry
2002-10-20 20:33:00
Downloading Problem
325
Bugs
Bug Fixes, Implemented Suggestions
board_BugFixes_action_display_num_1043540274.html
https://forum.processing.org/alpha/board_BugFixes_action_display_num_1043540274.html
hi, <br/>  <br/> sorry about that. some loser cracked our server a few weeks ago and it had to be reformatted, and i forgot to update the config file that i had previously fixed for you. <br/>  <br/> should be fixed now.
alpha
74
Alex
2002-10-20 21:31:00
Downloading Problem
325
Bugs
Bug Fixes, Implemented Suggestions
board_BugFixes_action_display_num_1043540274.html
https://forum.processing.org/alpha/board_BugFixes_action_display_num_1043540274.html
Hi, this Alex again. I hate to be a pain but the most recent version of proce55ing dosen't download...I think you fixed the previous version.  <br/>  <br/> Again, thank you for your time, <br/>  <br/> Alexander Castro
alpha
75
fry
2002-10-20 21:46:00
Downloading Problem
325
Bugs
Bug Fixes, Implemented Suggestions
board_BugFixes_action_display_num_1043540274.html
https://forum.processing.org/alpha/board_BugFixes_action_display_num_1043540274.html
hi, not sure what's going on.. i just tried it and it seemed to be fine (didn't spew into ie, and found the file ok too).. you're clicking on the link and getting an error, or ?
alpha
76
Alex
2002-10-20 22:09:00
Downloading Problem
325
Bugs
Bug Fixes, Implemented Suggestions
board_BugFixes_action_display_num_1043540274.html
https://forum.processing.org/alpha/board_BugFixes_action_display_num_1043540274.html
It's Alex, I just click on the proce55ing 44 link and the .dmg file opens in IE. Maybe it's just my computer but the previous version works so I don't know what is going on. I'll just use revision 33 for now. <br/>  <br/> Regards, <br/>  <br/> Alexander Castro
alpha
77
fry
2002-10-20 22:21:00
Downloading Problem
325
Bugs
Bug Fixes, Implemented Suggestions
board_BugFixes_action_display_num_1043540274.html
https://forum.processing.org/alpha/board_BugFixes_action_display_num_1043540274.html
ok.. i've restarted the server (it may need these to recognize the change, i hadn't before..) but if that doesn't fix it, let me know and i'll keep looking into it. <br/>  <br/> if the current fix doesn't work, you should be able to right click the link and select "Save Link As..." or something like that in order to download it. rev 44 is much better than 43 for osx, so it's probably worth trying to get a copy of it. <br/>  <br/> [a google check confirms that this is a common problem for mac users, and that the fix i had tried is supposedly all that's needed, though i'd like to get it taken care of..] <br/>  <br/> sorry this is a pain..
alpha
78
Martin
2002-09-02 12:07:00
string bug
326
Bugs
Bug Fixes, Implemented Suggestions
board_BugFixes_action_display_num_1043540285.html
https://forum.processing.org/alpha/board_BugFixes_action_display_num_1043540285.html
Was afraid people wouldn't notice. hehe. Haven't received any reply over at the other discussion. <img border="0" src="public_html/YaBBImages/cheesy.gif"/> <br/>  <br/> Please refer to... <br/>  <br/> <a href="http://proce55ing.net/discourse/yabb/board_examples_action_display_num_1030471639.html" target="_blank">http://proce55ing.net/discourse/yabb/board_examples_action_disp_lay_num_1030471639.html</a> <br/>  <br/> Thanks! <br/>
alpha
79
fry
2002-09-02 19:46:00
string bug
326
Bugs
Bug Fixes, Implemented Suggestions
board_BugFixes_action_display_num_1043540285.html
https://forum.processing.org/alpha/board_BugFixes_action_display_num_1043540285.html
please don't abuse categories on the bboard.. with so little time to work on processing (currently none, in fact) i can't read all the bboards, and i'd really like to avoid this setting a precedent. if i use half an hour of my spare time to work on p5, i assume you'd rather have me fixing and improving things.
alpha
80
Martin1
2002-09-03 07:07:00
string bug
326
Bugs
Bug Fixes, Implemented Suggestions
board_BugFixes_action_display_num_1043540285.html
https://forum.processing.org/alpha/board_BugFixes_action_display_num_1043540285.html
Oops. Sorry. I was merely pointing to the bug in using a string. Didn't realize it would be bad to cross-post (the code falls in both categories). Anyway, cheers and happy coding! <img border="0" src="public_html/YaBBImages/smiley.gif"/> <br/>
alpha
81
fry
2002-11-19 06:02:00
string bug
326
Bugs
Bug Fixes, Implemented Suggestions
board_BugFixes_action_display_num_1043540285.html
https://forum.processing.org/alpha/board_BugFixes_action_display_num_1043540285.html
hey there, <br/>  <br/> actually, this is my mistake. i had misunderstood that you actually had a bug buried in your app.. this one will hopefully be fixed in the next release (46). that's fine to cross-post the reference. <br/>  <br/> the preprocessor sucks, so it thinks you mean 'color' as in the data type, even though you're using it inside a string. i just wrote a fix for it, and we'll see if that repairs it. <br/>  <br/> my apologies..
alpha
82
fry
2002-11-20 20:24:00
string bug
326
Bugs
Bug Fixes, Implemented Suggestions
board_BugFixes_action_display_num_1043540285.html
https://forum.processing.org/alpha/board_BugFixes_action_display_num_1043540285.html
this bug should be fixed in alpha 46. let us know if there are still problems.
alpha
83
artelse
2002-09-24 16:20:00
OSX window resizing problem
315
Bugs
Bug Fixes, Implemented Suggestions
board_BugFixes_action_display_num_1043540326.html
https://forum.processing.org/alpha/board_BugFixes_action_display_num_1043540326.html
Hi, <br/>  <br/> resizing the editor window in Mac OS X leaves the status bar in place. The result is an editor window with a grey bar layered on top, obscuring the editable text. <br/>  <br/> The bug fix list said it fixed: <br/>  <br/> - editor window can now be resized to one's content under osx <br/>  <br/> But it seems to be about another issue. <br/>  <br/> Running Mac OS X 10.2.1 <br/>  <br/> Thanks, Arthur.
alpha
84
Frederik De Bleser
2002-09-24 22:14:00
OSX window resizing problem
315
Bugs
Bug Fixes, Implemented Suggestions
board_BugFixes_action_display_num_1043540326.html
https://forum.processing.org/alpha/board_BugFixes_action_display_num_1043540326.html
I second that. Status bar remains in place on Mac OS X 10.2.1 (6D52) <br/>  <br/>
alpha
85
mohn
2002-09-28 08:08:00
OSX window resizing problem
315
Bugs
Bug Fixes, Implemented Suggestions
board_BugFixes_action_display_num_1043540326.html
https://forum.processing.org/alpha/board_BugFixes_action_display_num_1043540326.html
third.  OS X  10.2.1
alpha
86
fry
2002-10-02 23:37:00
OSX window resizing problem
315
Bugs
Bug Fixes, Implemented Suggestions
board_BugFixes_action_display_num_1043540326.html
https://forum.processing.org/alpha/board_BugFixes_action_display_num_1043540326.html
yik. and my osx machine was just taken away from me.  <br/>  <br/> the fix for the window resizing may have been to hasty, creating this new bug. <br/>  <br/> at any rate, it's been added to the almighty todo list of things to be repaired..
alpha
87
fry
2002-11-20 20:29:00
OSX window resizing problem
315
Bugs
Bug Fixes, Implemented Suggestions
board_BugFixes_action_display_num_1043540326.html
https://forum.processing.org/alpha/board_BugFixes_action_display_num_1043540326.html
fixed! yay! download rev 46 and be happy again. <br/>  <br/> this seems to be due to a flaw in apple's java, not propogating the appropriate events on resize and re-layout. oh well, a workaround has been found and things should be happier now.
alpha
88
michaONE
2002-09-04 23:46:00
ERROR while expanding "new version"!
314
Bugs
Bug Fixes, Implemented Suggestions
board_BugFixes_action_display_num_1043540346.html
https://forum.processing.org/alpha/board_BugFixes_action_display_num_1043540346.html
I have downloaded the new version for windows today (Proce55ing 1.0 _ALPHA_) and try to unzip it/or self-expand and then there was the message error: <br/>  <br/> "!   C:\\Dokumente und Einstellungen\\Administrator\\Desktop\\processing-0044.exe: CRC failed in processing-0044\\java\\lib\\rt.jar. The file is corrupt" <br/>  <br/> the program dont start, cause there is somethin wrong with the software-download-file for w2k! <br/>  <br/>
alpha
89
fry
2002-09-05 17:13:00
ERROR while expanding "new version"!
314
Bugs
Bug Fixes, Implemented Suggestions
board_BugFixes_action_display_num_1043540346.html
https://forum.processing.org/alpha/board_BugFixes_action_display_num_1043540346.html
hi, <br/>  <br/> seems to be working ok for me (on win2k, sp3).. is it possible your download didn't finish or your machine is possessed?  <br/>  <br/> anyone else having this problem?
alpha
90
mKoser
2002-09-08 10:03:00
ERROR while expanding "new version"!
314
Bugs
Bug Fixes, Implemented Suggestions
board_BugFixes_action_display_num_1043540346.html
https://forum.processing.org/alpha/board_BugFixes_action_display_num_1043540346.html
no problems with my machine (win2k, SP2)...! <br/>  <br/> -mikkel
alpha
91
fry
2002-11-20 20:30:00
ERROR while expanding "new version"!
314
Bugs
Bug Fixes, Implemented Suggestions
board_BugFixes_action_display_num_1043540346.html
https://forum.processing.org/alpha/board_BugFixes_action_display_num_1043540346.html
a new rev has been posted, you might give it a try with this one.
alpha
92
fdb
2002-11-27 00:23:00
Startup error due to corrupt sketches
272
Bugs
Bug Fixes, Implemented Suggestions
board_BugFixes_action_display_num_1043540359.html
https://forum.processing.org/alpha/board_BugFixes_action_display_num_1043540359.html
After creating about 27 sketches, proce55ing (0046 on OS X) no longer would startup, giving me the following error: <br/>  <br/> Exception in thread "main" java.lang.NullPointerException <br/>   at PdeBase.addSketches(PdeBase.java:598 ) <br/>   at PdeBase.addSketches(PdeBase.java:615) <br/>   at PdeBase.rebuildSketchbookMenu(PdeBase.java:575) <br/>   at PdeBase.<init>(PdeBase.java:362) <br/>   at PdeBase.main(PdeBase.java:102) <br/>  <br/> Removing all sketches would solve the problem. <br/>  <br/> The problem occurred after exporting part of the sketches to the web. It crashed on me, and didn't want to startup again.
alpha
93
fry
2002-11-27 01:53:00
Startup error due to corrupt sketches
272
Bugs
Bug Fixes, Implemented Suggestions
board_BugFixes_action_display_num_1043540359.html
https://forum.processing.org/alpha/board_BugFixes_action_display_num_1043540359.html
thanks for the bug report & details..  <br/>  <br/> i think it's getting confused about an empty directory in your sketches folder. the line it's complaining about is because there is an empty folder, which i'm guessing on macos comes back as "null" and on pc comes back as an array of length zero (slight difference).  <br/>  <br/> check to see if there is an empty folder one or two levels deep into your sketchbook, that may be causing the problem.  <br/>  <br/> if that doesn't work, zip (or stuff) the contents of your sketchbook folder (all intact, just drop 'sketchbook' onto dropstuff or something) and email them to me (fry@proce55ing.net) i can check out what's going on.  <br/>  <br/> should be a simple fix, i can repair it for 47.
alpha
94
nurm
2002-11-26 20:26:00
save as...
266
Bugs
Bug Fixes, Implemented Suggestions
board_BugFixes_action_display_num_1043540387.html
https://forum.processing.org/alpha/board_BugFixes_action_display_num_1043540387.html
I don't know if it's a bug, but when I use the save as, the new copy is split out. <br/> Some how the new one have a series of extra empty lines in between the old codes. <br/>  <br/> BImage a; <br/> boolean onetime = true; <br/> int[] aPixels = new int[200*200]; <br/> int direction = 1; <br/>  <br/>  <br/> goes to this <br/>  <br/>  <br/> BImage a; <br/>  <br/> boolean onetime = true; <br/>  <br/> int[] aPixels = new int[200*200]; <br/>  <br/> int direction = 1; <br/>   <br/>
alpha
95
fry
2002-11-27 01:54:00
save as...
266
Bugs
Bug Fixes, Implemented Suggestions
board_BugFixes_action_display_num_1043540387.html
https://forum.processing.org/alpha/board_BugFixes_action_display_num_1043540387.html
yeah, this is an annoying one that popped up with the new text area. it'll be fixed for 47.
alpha
96
jes
2002-11-23 16:15:00
0046 problem with OSX
427
Bugs
Bug Fixes, Implemented Suggestions
board_BugFixes_action_display_num_1043540453.html
https://forum.processing.org/alpha/board_BugFixes_action_display_num_1043540453.html
Using OSX 10.2.2 with Java 1.3.1, the app launches, creates a dated sketch_xxxxxx in the sketchbook->default directory but then stops with this error: <br/>  <br/> Uncaught exception in main method: java.lang.NullPointerException <br/>  <br/> Quit <br/>  <br/> I tried running it from the terminal with: <br/>  <br/> java -cp lib:lib/build: Proce55ing.app/Contents/Resources/Java/pde.jar: Proce55ing. app/Contents/Resources/Java/kjc.jar: Proce55ing.app/Contents/Resources/Java/oro.jar: Proce55ing.app/Contents/Resources/Java/comm.jar PdeBase <br/>  <br/> and get this error: <br/>  <br/> Exception in thread "main" java.lang.NoClassDefFoundError: app/Contents/Resources/Java/kjc/jar: Proce55ing/app/Contents/Resources/Java/oro/jar: Proce55ing/app/Contents/Resources/Java/comm/jar <br/>  <br/> Anyone else having this problem on OSX? <br/>  <br/> Jack <br/>
alpha
97
fry
2002-11-25 19:28:00
0046 problem with OSX
427
Bugs
Bug Fixes, Implemented Suggestions
board_BugFixes_action_display_num_1043540453.html
https://forum.processing.org/alpha/board_BugFixes_action_display_num_1043540453.html
hmm.. that's a nasty one if others are indeed having trouble with it. please let us know if it's happening all the time, etc. <br/>  <br/> re: running from the terminal, you have spaces after the some of the : colons, so that's what's causing trouble..
alpha
98
jes
2002-11-26 05:45:00
0046 problem with OSX
427
Bugs
Bug Fixes, Implemented Suggestions
board_BugFixes_action_display_num_1043540453.html
https://forum.processing.org/alpha/board_BugFixes_action_display_num_1043540453.html
Yes..it happens all the time.  I've yet to successfully launch 0046. <br/>  <br/> re: spaces...I put the spaces in there because it looks like <img border="0" src="public_html/YaBBImages/tongue.gif"/> : P is some sort of smiley on this bulletin board...ie, on the commandline I don't have the spaces <img border="0" src="public_html/YaBBImages/smiley.gif"/>
alpha
99
jes
2002-11-26 16:25:00
0046 problem with OSX
427
Bugs
Bug Fixes, Implemented Suggestions
board_BugFixes_action_display_num_1043540453.html
https://forum.processing.org/alpha/board_BugFixes_action_display_num_1043540453.html
To isolate whether the problem is specific to my machine (OS version), I tried to run 0046 on an iBook with 10.2.1, and a Dual 500 with 10.1.4....same error/result, no launch. <br/>  <br/> Don't know if it's related, but my students are not able to launch 0046 on the Win2K machines at school (0044 runs fine).  The app quits before it ever actually launches. (ie, no error, just doesn't launch).  I've run 0046 on my Win2K/XP machines at home without problem, so.....maybe this shoud be another "issue".
alpha
End of preview.

No dataset card yet

Downloads last month
4