|
|
#1381 |
|
Free Software Terrorist
Technical Director
|
If I remember it is the factory that has the bug, and not jasshelper.
__________________So maybe if you told me what the error actually says instead of just the line, it would help. |
|
|
|
| Sponsored Links - Login to hide this ad! |
|
|
|
|
#1382 | |
|
Free Software Terrorist
Technical Director
|
Quote:
JASS:struct st1 public stub method asdf takes nothing returns nothing endmethod endstruct private struct dummy extends st1 endstruct |
|
|
|
|
|
|
#1383 | |
|
User
Join Date: Nov 2007
Posts: 129
![]()
|
Quote:
Hey Vex. You seem to have skipped my post by accident(or ignored?). Could you please give some feedback? Last edited by gekko : 02-27-2009 at 08:01 PM. |
|
|
|
|
|
|
#1384 | |||
|
Free Software Terrorist
Technical Director
|
Quote:
Quote:
Quote:
Edit: I just fixed that bug with stub methods on a final struct causing PJass errors and also made getType() callable on any struct instance, if anyone has a quick bug report to make, better do it in the next few hours before I make the new release... |
|||
|
|
|
|
|
#1385 |
|
Free Software Terrorist
Technical Director
|
all right, F.4
__________________ |
|
|
|
|
|
#1386 | |
|
User
Join Date: Nov 2007
Posts: 129
![]()
|
Quote:
I will find a codeexample for my private keyword issue. concerning function/method with same name: I am totally sure that the function and the struct method were in different scopes. They were in different libraries, to be precise. But I cannot reconstruct that bug at the moment it works, strange. Next issue: I need something that is private but can be shared between two libraries. I really don't want to merge them to one, because they re really big and do different things and I like to have them in two different triggers, but they share some private content. How could this be done? Last edited by gekko : 02-28-2009 at 08:26 AM. |
|
|
|
|
|
|
#1387 |
|
User
|
I don't think it is spell factory...
__________________The error is simply "Syntax Error", with no other information. |
|
|
|
|
|
#1388 |
|
Roar!
|
Ok Vexorian I think the new JASSHelper cannot handle more than 23188 lines anymore, I get this error right before "JASSHelper - Structs Writing" finishes:
__________________Access violation at address 00480E08 in module 'jasshelper.exe'. Read of address 00000016. This is with your latest one F.4. Or it just might be my Vista failing at life, since it works on smaller ones. -Av3n |
|
|
|
|
|
#1389 |
|
Free Software Terrorist
Technical Director
|
I doubt it is related to large files.
__________________the bad news is that you'll probably have to disable triggers one by one until you find what's causing thing. edit: ...or you can send me your inputwar3map.j |
|
|
|
|
|
#1390 |
|
User
|
Hey Vex,
__________________The Spell Factory returns: function SlashTemplate_DoSpell takes player ow, unit t, integer s, integer l returns nothing and the only information it gives is "Syntax Error". Would you mind helping me out? |
|
|
|
|
|
#1391 |
|

Join Date: Feb 2008
Posts: 397
![]()
|
Whats the line above/under that line.
|
|
|
|
|
|
#1393 |
|
User
Join Date: Oct 2006
Posts: 1,490
|
A suggestion.
Could you create an other thing : Block <optional name> / endblock : Just a code block, we can't use private or public, and we can use the same name several times if we want. What's the point of that ? Hide/unhide hudge block codes to keep the readability of the code, an alternative of nested scopes. |
|
|
|
|
|
#1394 |
|
Free Software Terrorist
Technical Director
|
Hiding? Is that editor-related ? Reminds me of C#'s regions. Hmnn.
__________________ |
|
|
|
|
|
#1395 |
|
User
Join Date: Oct 2006
Posts: 1,490
|
I mean minimize / show the block like that :
Block minimized: Block not minimized:// code |
|
|
|
![]() |
| Thread Tools | Search this Thread |
|
|
|
Donate |