|
|
#1 |
|
Moderator
Join Date: Nov 2002
Location: Birmingham, England
Posts: 8,203
|
Bug?
![]() I get this when I run my logging program. It happens after the 'Medic Heals' count, which makes you assume that it is the 'Medic Heals' count function, or maybe the next count function that is causing this error. BUT If I blank out the Calls for all functions accept the first function (for getting the 'kills' count,) then instead I get this error appearing from that function instead! Is this some bug being caused by the compiler? opcode, I assumed the IntOp, but that looks fine: code: Another problem I have: I have a Custom Page MainPage in my script, and then I have a InstFiles page. However, the Next > button on the Custom Page doesn't go to the InstFiles page, but instead does nothing. I have included the whole script below. Need an installer? http://www.afrowsoft.co.uk |
|
|
|
|
|
#2 |
|
M.I.A.
[NSIS Dev, Mod] Join Date: Oct 2001
Location: Israel
Posts: 11,337
|
Can you please pin point the exact command that causes this message?
The next button that does nothing was caused because you had only that custom page defined and no other page. When using Page you have to define all of the pages that your installer is using. NSIS FAQ | NSIS Home Page | Donate $ "I hear and I forget. I see and I remember. I do and I understand." -- Confucius |
|
|
|
|
|
#3 | |
|
Moderator
Join Date: Nov 2002
Location: Birmingham, England
Posts: 8,203
|
Quote:
I'm now going to remove parts of the function until it stops happening. -Stuart Need an installer? http://www.afrowsoft.co.uk |
|
|
|
|
|
|
#4 |
|
M.I.A.
[NSIS Dev, Mod] Join Date: Oct 2001
Location: Israel
Posts: 11,337
|
You can also add DetailPrint before each command until you see one DetailPrint that isn't printed and then you'll know the command before it is the one.
NSIS FAQ | NSIS Home Page | Donate $ "I hear and I forget. I see and I remember. I do and I understand." -- Confucius |
|
|
|
|
|
#5 |
|
Moderator
Join Date: Nov 2002
Location: Birmingham, England
Posts: 8,203
|
Here is what I removed, and that fixed it. I can't see anything visually wrong though! Can you?
code: OMG wait... I haven't changed the +3 to a +2!!! ACK It works now. -Stuart Need an installer? http://www.afrowsoft.co.uk |
|
|
|
|
|
#6 |
|
NSIS MUI Dev
Join Date: Nov 2001
Posts: 3,717
|
That's right
Invalid jumps cause this error.
|
|
|
|
|
|
#7 |
|
M.I.A.
[NSIS Dev, Mod] Join Date: Oct 2001
Location: Israel
Posts: 11,337
|
That's actually Exch not having anything to Exch with because that wrong jump skipped a Push.
NSIS FAQ | NSIS Home Page | Donate $ "I hear and I forget. I see and I remember. I do and I understand." -- Confucius |
|
|
|
![]() |
|
|||||||
| Thread Tools | Search this Thread |
| Display Modes | |
|
|