Staredit Newtork
Community
StarCraft
Games
Site
Favourites
PyMS, Mac and Windows compatable Modding Suite

Pages: < 1 « 2 3 4 5 6 » 7 >
Creator: poiuy_qwert
Time: Jun 15 2008, 11:11 pm

Post #61     poiuy_qwert Jul 31 2008, 8:00 pm

[Avatar]
PyMS Developer
 offline contact
Hercanic: I just do it for fun, the love of sc and mod making in general. Also I just like to help out. Im glad you've taken an interest in my programs, i hope you enjoy!

Da_Fenix: Which built in script editor? Im assuming you mean PyICE since its new and PyAI hasn't had the problem. Also were you selecting something when you hit tab? anything else you were doing at the time?
This was generated by a program of mine that had a bug. I thought it was pretty crazy.
(signature image)
BroodWarAI.com (Forums) | PyMS (Forums/Local) | LocUnlock
Top

Post #62     A_of-s_t Jul 31 2008, 8:09 pm

[Avatar]
Master of Temptation, Ruler of Aeronotics, and Secret Lover
 offline contact
In the past hour of using your new pyTRG editor, it crashed a record 8 times :P . Its usually when I edit tons of stuff really fast and when I use tab completion a lot.

Also, Im really confused on location use in pyTRG. Why can I only use 1 - 255 sometimes when there are 256 locations?
(user posted image)
Top

Post #63     Da_Fenix Jul 31 2008, 8:17 pm

[Avatar]
 offline contact
Quote from poiuy_qwert
Hercanic: I just do it for fun, the love of sc and mod making in general. Also I just like to help out. Im glad you've taken an interest in my programs, i hope you enjoy!

Da_Fenix: Which built in script editor? Im assuming you mean PyICE since its new and PyAI hasn't had the problem. Also were you selecting something when you hit tab? anything else you were doing at the time?

on PyICE when i try to tab over to put in a new line
Top

Post #64     poiuy_qwert Jul 31 2008, 8:20 pm

[Avatar]
PyMS Developer
 offline contact
Are there error reports? I need them or steps to reproduce. I'll look into the tab-completion when i get home.

Its because FaRTy told my Location 0 is not a location (though now that I think about it he may have only been referring to TrigPlug). I'll change that if its wrong.

Da_Fenix: You mean you are at the start of a new line and you hit tab? Is it the last line or are there lines on either side of it? Sounds like tab-completion is unstable (same problems as A_of-s_t probably), i'll have it fixed asap.

Also, please remember to give me the error reports (though this time I might be able to find it myself). Its hard to find a needle in a bunch of haystacks :(
This was generated by a program of mine that had a bug. I thought it was pretty crazy.
(signature image)
BroodWarAI.com (Forums) | PyMS (Forums/Local) | LocUnlock
Top

Post #65     A_of-s_t Jul 31 2008, 8:28 pm

[Avatar]
Master of Temptation, Ruler of Aeronotics, and Secret Lover
 offline contact
There are no error reports, it just crashes.

Apparently, locations are 1-based, but your editor doesn't stay consistent with that. Also, if its 1-based, it should be 1 - 256, not 1 - 255.
(user posted image)
Top

Post #66     Da_Fenix Jul 31 2008, 8:35 pm

[Avatar]
 offline contact
i dosent give me a error report it closes PyICE completely with no explanation
Top

Post #67     O)FaRTy1billion[MM] Jul 31 2008, 9:04 pm

[Avatar]
Remember the game! P.s.: Feldspar.
 offline contact
Quote from A_of-s_t
There are no error reports, it just crashes.

Apparently, locations are 1-based, but your editor doesn't stay consistent with that. Also, if its 1-based, it should be 1 - 256, not 1 - 255.
It is 1-255, more accurately 0-254.
In the trig format itself, 0 is No Location and 1-255 are Location 0 through 254.
>The Game!<
>Taking SCD4 Suggestions!<
Clicky, Clicky!
Top

Post #68     A_of-s_t Jul 31 2008, 9:06 pm

[Avatar]
Master of Temptation, Ruler of Aeronotics, and Secret Lover
 offline contact
Quote from O)FaRTy1billion[MM]
Quote from A_of-s_t
There are no error reports, it just crashes.

Apparently, locations are 1-based, but your editor doesn't stay consistent with that. Also, if its 1-based, it should be 1 - 256, not 1 - 255.
It is 1-255, more accurately 0-254.
In the trig format itself, 0 is No Location and 1-255 are Location 0 through 254.
Strange, I could have sworn that there were 256 locations available. I'll have to do more testing in pyTRG to make sure I'm using my locations the right way.
(user posted image)
Top

Post #69     poiuy_qwert Aug 1 2008, 5:02 pm

[Avatar]
PyMS Developer
 offline contact
Just think of it like StarEdit, the first location you make is Location 0, the last is Location 254.
This post was edited 1 time, last edit by poiuy_qwert: Aug 2 2008, 4:46 am.
This was generated by a program of mine that had a bug. I thought it was pretty crazy.
(signature image)
BroodWarAI.com (Forums) | PyMS (Forums/Local) | LocUnlock
Top

Post #70     A_of-s_t Aug 2 2008, 2:58 am

[Avatar]
Master of Temptation, Ruler of Aeronotics, and Secret Lover
 offline contact
How come when I type in Location 1 in your editor, it shows up as Location 2 in Farty's debug file?
(user posted image)
Top

Post #71     poiuy_qwert Aug 2 2008, 4:04 am

[Avatar]
PyMS Developer
 offline contact
Maybe he counts Location 0 as 1?

Edit: Well i forgot how my own program worked lol. Locations in PyTRG are indexed by 0, its just there were some inconsistencies in the help text. Fixed now.

Also I fixed the PyICE crash Da_Fenix mentioned, but can't reproduce the PyTRG crashes... Got any more details on what you were doing when it crashed A_of-s_t?
This post was edited 2 times, last edit by poiuy_qwert: Aug 2 2008, 4:52 am.
This was generated by a program of mine that had a bug. I thought it was pretty crazy.
(signature image)
BroodWarAI.com (Forums) | PyMS (Forums/Local) | LocUnlock
Top

Post #72     A_of-s_t Aug 3 2008, 1:09 am

[Avatar]
Master of Temptation, Ruler of Aeronotics, and Secret Lover
 offline contact
I was hitting backspace, tab, and enter a lot and it crashed.

pyICE is giving me errors about improper headers... I can't go from ICECC to pyICE?
(user posted image)
Top

Post #73     Da_Fenix Aug 3 2008, 2:54 am

[Avatar]
 offline contact
PyICE wont let me import a script
Top

Post #74     poiuy_qwert Aug 3 2008, 3:44 am

[Avatar]
PyMS Developer
 offline contact
Da_Fenix: Thanks, that has been fixed.

A_of-s_t: Script? I'm not fully familiar with IceCC so there may be some differences still.
This was generated by a program of mine that had a bug. I thought it was pretty crazy.
(signature image)
BroodWarAI.com (Forums) | PyMS (Forums/Local) | LocUnlock
Top

Post #75     A_of-s_t Aug 3 2008, 4:59 pm

[Avatar]
Master of Temptation, Ruler of Aeronotics, and Secret Lover
 offline contact
It won't let me import scripts that have the correct headers -- yet it still gives me a header error.
(user posted image)
Top

Post #76     poiuy_qwert Aug 3 2008, 7:42 pm

[Avatar]
PyMS Developer
 offline contact
Import through the main window? That is related to the same problem Da_Fenix was having, which is fixed for next version. If not through the main window, then how are you importing? And what is the actual code?
This was generated by a program of mine that had a bug. I thought it was pretty crazy.
(signature image)
BroodWarAI.com (Forums) | PyMS (Forums/Local) | LocUnlock
Top

Post #77     A_of-s_t Aug 4 2008, 12:10 am

[Avatar]
Master of Temptation, Ruler of Aeronotics, and Secret Lover
 offline contact
Its the same problem, sorry :P . You really need to fix pyGRP though. I'll get the error file right now.
(user posted image)
Top

Post #78     poiuy_qwert Aug 4 2008, 6:09 am

[Avatar]
PyMS Developer
 offline contact
Ok I fixed PyGRP (fixed importing files and dealing with multiple frames in a single bmp).
This was generated by a program of mine that had a bug. I thought it was pretty crazy.
(signature image)
BroodWarAI.com (Forums) | PyMS (Forums/Local) | LocUnlock
Top

Post #79     I)eathBringer Aug 8 2008, 9:02 pm

[Avatar]
 offline contact
I have a problem with PyICE:
if I edit an IScript, when I try to save it, the program gives me an error and, when I close it, the IScript isn't saved.
Help!
Top

Post #80     poiuy_qwert Aug 9 2008, 10:24 pm

[Avatar]
PyMS Developer
 offline contact
I cant help you because you didn't supply any real info. Could you please give me the error? I don't make the program show the error for no reason. And what about which entry you were editing? What code were you trying to save?
Top

Pages: < 1 « 2 3 4 5 6 » 7 >
Report topic

0 members in this topic: None
+ 0 guest(s)


[05:42 pm]
Phobos[MM] -- hai
[05:30 pm]
DeVouReR -- hi all
[04:48 pm]
Phobos[MM] -- And they love me for it honestly, I'll be here for a while.
[04:48 pm]
Phobos[MM] -- I can't control myself because I don't know how
[04:48 pm]
Phobos[MM] -- Send you roses when they think you need to smile
[04:48 pm]
Phobos[MM] -- Well they encourage your complete cooperation
[04:30 pm]
Phobos[MM] -- Gaaoo
You must log in to shout.

©2003-2008 Staredit Network.
Starcraft & Starcraft II are trademarks of Blizzard Entertainment.
Site Index   |   Terms of Service   |   Privacy Policy   |   Contributions