Sorry your browser is not supported!

You are using an outdated browser that does not support modern web technologies, in order to use this site please update to a new browser.

Browsers supported include Chrome, FireFox, Safari, Opera, Internet Explorer 10+ or Microsoft Edge.

Program Announcements / Indigo - A DBPro IDE Alternative

Author
Message
Admiral MH
13
Years of Service
User Offline
Joined: 10th Feb 2011
Location: TX, USA
Posted: 15th Jul 2011 04:56
Balid,

I am still having problems with getting Indigo to run on my PC (using latest version), and since there is no log file being generated, would this debug information help?


As I have free time I will keep looking into this problem since it seems this works ok for everyone else.

Also I reinstalled .NET 4 and turned off my AV and still does not work .

Balid
20
Years of Service
User Offline
Joined: 21st Nov 2003
Location: MI, USA
Posted: 15th Jul 2011 04:58 Edited at: 15th Jul 2011 05:05
Gil Galvanti,

Sorry, I guess I should let you know the new location of the Log file. Because of how Vista and 7 work, I had to move all of the dynamic files to C:\Users\<user>\AppData\Local\Indigo.

I've attached a preBeta release of v1.3.0 (just the exe). I wasn't able to reproduce what you described with it. Hopefully neither can you .


[edit]
Admiral MH,

Thank you for the error information. I will take a more in depth look at it tomorrow. I think the above information will help you too. I will be adding a button to v1.3.0 that will take users to the folder containing the log file.[/edit]

All the best,

Attachments

Login to view attachments
Gil Galvanti
19
Years of Service
User Offline
Joined: 22nd Dec 2004
Location: Texas, United States
Posted: 16th Jul 2011 03:36
Oh, got it . Unfortunately, I'm still getting the same error. Here is the error log:



Balid
20
Years of Service
User Offline
Joined: 21st Nov 2003
Location: MI, USA
Posted: 16th Jul 2011 06:21
Gil Galvanti,

Thank you for the log. Please try this latest attempt.

All the best,

Attachments

Login to view attachments
Gil Galvanti
19
Years of Service
User Offline
Joined: 22nd Dec 2004
Location: Texas, United States
Posted: 16th Jul 2011 07:22
Seems to have fixed it! Thanks, and good job .


Balid
20
Years of Service
User Offline
Joined: 21st Nov 2003
Location: MI, USA
Posted: 16th Jul 2011 17:53 Edited at: 16th Jul 2011 17:54
Quote: "Seems to have fixed it! Thanks, and good job ."

Thank you.

v1.2.2 has been uploaded. It addresses the defect when adding Includes to existing projects and also addresses a defect with displaying old compiler errors.

Indigo site

All the best,

Christoffer
13
Years of Service
User Offline
Joined: 8th Feb 2011
Location: Sweden
Posted: 21st Jul 2011 20:08
Hi
First off, Great IDE!
And Second, i found a quite annoying bug.
When i'm using the characters "()" and always when i put the closing one ")" the IDE automatic put one extra in so it's "))"
Really annoying, and when i forget to remove that last one... well it wont work
Qqite
14
Years of Service
User Offline
Joined: 28th Feb 2010
Location: Florida, U.S.
Posted: 23rd Jul 2011 03:22
Jesus I can not get this to work for the life of me.

The program boots up perfectly and everything is functional, but when I go to compile I get an error where it can't loadDBA.

I tried messing around with the install path and now I can't change the install path back when I get this error:


I'm running windows 7 64, no antivirus except for the windows firewall.

Ventures of the worlds around us are limited only by our imagination.
Balid
20
Years of Service
User Offline
Joined: 21st Nov 2003
Location: MI, USA
Posted: 23rd Jul 2011 05:03
Christoffer,

Thank you. What OS are you running, which version of Indigo, and could you provide more detail or some example code to reproduce the error? I can not seem to duplicate it. I know it was an issue on an older version but Ithought I got it resolved.

Qqite,

To fix the path issue, you will have to edit your registry manually. I can help you with that later if need be (I'm not on a computer with Indigo loaded at the moment). I would suggest just deleting the whole registry key (Indigo that is. Not your whole registry ).

Once you get that straight. Please turn on logging, medium or high, and send that.

The 'Can't loadDBA file' error is coming from the DBPro compiler. Getting that means your first DBPro install path was correct. We just need to figure out why it can't access the source files. Please see an above post for where to find the log file.

In the meantime, do you have everything installed in their default locations? And Indigo is the only IDE giving you this problem?

All the best,

Qqite
14
Years of Service
User Offline
Joined: 28th Feb 2010
Location: Florida, U.S.
Posted: 23rd Jul 2011 07:57 Edited at: 23rd Jul 2011 07:58
@Balid

Ok I cleared the registry. It worked great for resetting.

Now I reinstalled the program and made a simple program WITHOUT saving. It worked perfectly.

When I try to open my project made in the normal IDE (Synergy?), it spit out did the same error (loadDBA).

Heres the Error log:



The only thing I can think of is that Indigo is on another drive (C:\) where the project is in B:\. But I could have sworn the first time I tried I installed Indigo on the same drive and it still didn't work.

Ventures of the worlds around us are limited only by our imagination.
RedFlames
16
Years of Service
User Offline
Joined: 25th Aug 2007
Location: Germania
Posted: 23rd Jul 2011 10:25 Edited at: 23rd Jul 2011 10:32
@Balid:

Concerning that misplaced bracket, is the IDE trying to add the closing bracket as soon as an opening bracket is entered? I think the error is due to the different positin of the characters in the US keyboard layout opposed to the swedish (Christoffer) or german (me) layout. For me SHIFT+8 is "(" and SHIFT+9 is ")", while the IDE expects SHIFT+9 to be "(" like it is in the US layout... could that be the problem? It doesn't add extra brackets when using Caps-Lock Edit: actually when i switch to the US layout, CAPS+9 still gives me an 9 instead of "("? I didn't know layouts behave this different...

Oh and your IDE is very impressive, I just noticed some things:
- if you select some characters "backwards", marking them from right to left, and then doubleclick somewhere (to select a word) the IDE throws an error due to the length.. something with the JIT debugger.
- In the list of elements some weird stuff is listed as variables, for every local variable it seems to add "Local X" as the name instead of "X" and thus doesn't recognize these vars.
From the following line (and similar ones)

it extracts "Case CONST : Dim _Temp()" as the whole name of the variable.
- is there a way to turn off the folding, or limit it to functions only? I'm not used to being unable to see what the hell is going on in my code Although I can just keep everything unfolded by default
- Is there an option to change the color of the cursor? I'm using a dark background and the black text cursor is hard to see...
- nothing else comes to mind everything else is pretty solid. Good work
Christoffer
13
Years of Service
User Offline
Joined: 8th Feb 2011
Location: Sweden
Posted: 23rd Jul 2011 23:59
Well it's not really any specific code that produce it, it happen all the time i need to write "()" and then it make another ")" after those
Always happens.
I'm using windows 7 64bit.
And indigo splash screen says version 1.2.2
Burning Feet Man
16
Years of Service
User Offline
Joined: 4th Jan 2008
Location: Sydney, Australia
Posted: 24th Jul 2011 07:30
This editor is fast becoming my default editor.

I too get the "'Can't loadDBA file'" error, but I've noticed that it's only generated on my existing projects. If I cut & paste my code out of an old project, then start a new project with the Indigo editor and paste my code into it, the code compiles and runs without error.

I suspect the 'Can't loadDBA file' is due to old project files not working with the Indigo editor. I compared a new Indigo project file to a default Synergy editor project and they differ. So that's my first guess.

Balid, I noticed that the editor prompts for saving on compile even after this setting is disabled in the options. For example, on occasion I go on a cut & paste spree in the "code snippets" forums , and when doing this, usually I'm just compiling code without planning on saving. At the moment your editor keeps wanting to save the project file upon compile.

Help build an online DarkBASIC Professional help archive.
DarkBasic Help Wikia
Balid
20
Years of Service
User Offline
Joined: 21st Nov 2003
Location: MI, USA
Posted: 24th Jul 2011 18:36 Edited at: 24th Jul 2011 19:51
Qqite,

Still trying to figure out your problem. [edit]Where is the source that you are trying to compile? Is it in Program Files? I would think with running Win 7 you would get error with any editor, if that were the case. Also, could you check to make sure that your 'Executable Name' just show's the name of the executable and not a full path?[/edit]

RedFlames,

Thank you. You are spot on in regards to Indigo expecting US character set of [Shift + 9] being '('. I have added some logic that will hopefully correct the issue.
Quote: "- if you select some characters "backwards",..."
I can't seem to duplicate what you describe. Could you provide more detail around what you and actually how you are selecting?
Quote: "- In the list of elements some weird stuff is listed as variables, "
Indigo currently does not handle local variables in any form. Indigo also does not handle lines with colon's used to compress multiple lines of code into one line. I stopped that practice about 15 years ago. I complete understand the practice but prefer the readability of having each step on it's own line.
Quote: "From the following line (and similar ones)..."
I would of expected a different result. I will look into it.
Quote: "- is there a way to turn off the folding, or limit it to functions only?"
Currently no.
Quote: "- Is there an option to change the color of the cursor? "
I have added that to v1.3.0.
Quote: "- nothing else comes to mind everything else is pretty solid. Good work "
Thank you. I'm always looking for way's to make Indigo even more stable.

Christoffer,
Please turn off 'Auto Complete Parenthesis' on the Text Editor tab of Options. I have added some logic that will hopefully correct for the difference in keyboard layouts.

Burning Feet Man,
Quote: "This editor is fast becoming my default editor.
"
Always good to hear.
Quote: "Balid, I noticed that the editor prompts for saving on compile even after this setting is disabled in the options."
Please double check your 'Backup' settings. But I will look into it more and try and duplicate what you describe. Is this happening when pasting to an existing project or a new one? [edit] just got it duplicate and even repeat. I will now start to look into a fix.[/edit]

@Burning Feet Man & Qqite,
Quote: "If I cut & paste my code out of an old project,"
Have you tried creating a new project and just adding the original source as main and includes? I added logic to correct what I thought the issue was between Indigo and Synergy but apparently not.

All the best,

Qqite
14
Years of Service
User Offline
Joined: 28th Feb 2010
Location: Florida, U.S.
Posted: 24th Jul 2011 23:56
@Burning Feet Man + @Balid
That worked Burn. I just deleted my project file and reforged a new one inside Indigo. Now it compiles perfectly!

Got it working Balid

Ventures of the worlds around us are limited only by our imagination.
Burning Feet Man
16
Years of Service
User Offline
Joined: 4th Jan 2008
Location: Sydney, Australia
Posted: 26th Jul 2011 09:45 Edited at: 26th Jul 2011 09:47
Great to hear Qqite. Gonna suss out a donation me thinks, as there's too much good work going on here for me not to.

EDIT: Balid, is it possible to make a direct donation to your account without using the PayPal system?

Help build an online DarkBASIC Professional help archive.
DarkBasic Help Wikia
Balid
20
Years of Service
User Offline
Joined: 21st Nov 2003
Location: MI, USA
Posted: 26th Jul 2011 15:15
Quote: " Gonna suss out a donation me thinks, as there's too much good work going on here for me not to. "
It's greatly appreciated.
Quote: "EDIT: Balid, is it possible to make a direct donation to your account without using the PayPal system?"
Not at the moment. Send me an email direct.

On a side note, I resolved the issue with being asked to save the project. I've also started work on your request for 'Prompted Entries' in Snippets.

All the best,

Qqite
14
Years of Service
User Offline
Joined: 28th Feb 2010
Location: Florida, U.S.
Posted: 27th Jul 2011 23:02 Edited at: 27th Jul 2011 23:04
Hey Balid, I'm back!

Firstly I LOVE your IDE, everything is so neat!

I'm having a few glitches happen to me.

1. Whenever I compile and run my program, if it fails and gives me an error message, it doesn't go to the editor and show me the line where there is a problem. It will say "line 624" but I have no idea where that is because I have multiple pages in my project.
But if a program fails it will open a random windows, sometimes Chrome, sometimes Windows explorer.

2. Whenever I click Open, it sticks me in "Documents" even though the default saves folder is my install path. This is a minor problem but it's annoying to have to browse to my install directory every time I want to open a project.

3. Highlighting code backward (right to left) causes an IDE error to occur. It doesn't crash it, thank god: I can just click "Continue".

Once again, I'm loving the IDE! My favorite part is able to pick my own color coded text When I get my next paycheck I'll throw some your way.

Ventures of the worlds around us are limited only by our imagination.
Balid
20
Years of Service
User Offline
Joined: 21st Nov 2003
Location: MI, USA
Posted: 28th Jul 2011 00:50 Edited at: 28th Jul 2011 01:20
Quote: "Hey Balid, I'm back! "
Always a good thing.

Quote: "Firstly I LOVE your IDE, everything is so neat!"
Also a good thing. I'm glad to hear it.

Quote: "It will say "line 624" but I have no idea where that is "
Once you've closed the message from the Compiler, Indigo should take you to the line in your code. That the compiler reports as having the error (though this doesn't always line up).

Quote: "But if a program fails it will open a random windows, sometimes Chrome, sometimes Windows explorer."
Now that's new. Are you running English version of Win 7?

Quote: "2. Whenever I click Open, it sticks me in "Documents" even though the default saves folder is my install path. "
I'll look into this. Indigo should use the 'Default DBPro Projects folder' path. But I think you know that . [edit]Fixed[/edit]

Quote: "3. Highlighting code backward (right to left) causes an IDE error to occur."
You're the second person to report that, but I can not seem to duplicate it. How and what are you selecting? Could you post a video of it? And what options do you have selected / unselected? I found some defects were tied to specific options.

Quote: "My favorite part is able to pick my own color coded text"
That is the corner stone for Indigo. I've found VS to be difficult to use because it doesn't do syntax highlighting to the level that Indigo does.

Quote: "When I get my next paycheck I'll throw some your way."
Thank you, that is truly appreciated. Please be sure to let me know any feature requests that you may have.

All the best,

Dar13
15
Years of Service
User Offline
Joined: 12th May 2008
Location: Microsoft VisualStudio 2010 Professional
Posted: 28th Jul 2011 01:58
Hey Balid, I do believe I've found a bug in v1.2.1 beta 3(just what you wanted to hear right? )

It's a very intermittent, hard to reproduce bug.
Here's a test case I've made that somewhat consistently reproduces it.
1) Have a line of code like this:

2) Select ' y=0' exactly in the line above
3) Double click the selection(such as to select the word or line)
4) An exception should pop up: "Index and length must refer to a location within the string. Parameter name: length"

Even though the exception pops up, you can just click 'Continue' and continue coding with no ill effects. So definitely not a showstopper, but annoying nonetheless.

Balid
20
Years of Service
User Offline
Joined: 21st Nov 2003
Location: MI, USA
Posted: 28th Jul 2011 03:01 Edited at: 28th Jul 2011 03:34
Quote: "Hey Balid, I do believe I've found a bug in v1.2.1 beta 3(just what you wanted to hear right? )
"
Dar13, only if it can lead me to the problem in my source. Which you did. That defect should now be corrected.

Thank you very much.

With all of the defect fixes I should have the first demo of v1.3.0 out soon. I would like to have more actual new features but I think having these annoying issues resolved would be good enough for now.

[edit]
Quote: "3. Highlighting code backward (right to left) causes an IDE error to occur."
I think I figured it out. If you double click a word to select it and then drag the mouse to the left, to select the proceeding word. It will generate the error. This too has been corrected. Though I will work out a better solution as the current one will clear the selection all together.[/edit]

All the best,

Balid
20
Years of Service
User Offline
Joined: 21st Nov 2003
Location: MI, USA
Posted: 28th Jul 2011 05:55
v1.3.0 beta 1 has been posted.

Change log:

+ Misc - Now able to open multiple non-project files.
+ Logging - Added button to take you to the Log file folder.
+ Includes - Able to select multiple files to add to project.
+ Colorization - Now able to modify the color of the caret.
+ Text Editor - Increased the responsiveness when opening large source files. (Tested on source with roughly 4500 lines)
+ Misc - Combined some backend code to allow for easy maintainence and reliability.
> Saving - Corrected defect that would cause the save dialog to show even compiling even when the option was not selected.
> Text Editor - Corrected multiple defects around the selecting words from left to right as well as double clicking on any area already selected.
> Menu Options - When selecting 'Open' Indigo now opens the 'Default projects folder' indicated in Options.

tiresius,
Did you notice point #5? The source may open a little slower (hopefully you won't notice, I didn't ) but I think overall you'll like it.


Indigo site.

All the best,

Qqite
14
Years of Service
User Offline
Joined: 28th Feb 2010
Location: Florida, U.S.
Posted: 28th Jul 2011 09:14 Edited at: 28th Jul 2011 09:19
Quote: "Quote: "It will say "line 624" but I have no idea where that is "

Once you've closed the message from the Compiler, Indigo should take you to the line in your code. That the compiler reports as having the error (though this doesn't always line up)."


Well that's the deal. It "Brings to front" a random window other than Indigo. Once I get the "Line xx" error it doesn't highlight a line, it brings another window forward. And I am using English Win 7 64 bit, no modifiers. Also, I do use multiple Indigos at the same time but I have tested with only one running, same problem :\

Quote: "You're the second person to report that, but I can not seem to duplicate it. How and what are you selecting? Could you post a video of it? And what options do you have selected / unselected? I found some defects were tied to specific options."


Sorry I'm not much help but it does seem to be random :\
Wait, seems you found the problem (above xD)

Quote: "Please be sure to let me know any feature requests that you may have."


When I press ctr-f I can find OR I can replace ALL. I really liked how Synergy has it so that it starts it's search (for replace) at the cursor and will stop every time it finds that word, then you can click "Replace" if you really want to replace it or not.

I know I could just select only the portion I want to replace but there has been scenarios were I need to replace every other one. This could also be very powerful when combined with the ever-so-loved "Find in Project" <3

Thanks so much for the quick replies Balid!

Ventures of the worlds around us are limited only by our imagination.
tiresius
21
Years of Service
User Offline
Joined: 13th Nov 2002
Location: MA USA
Posted: 28th Jul 2011 20:07
Balid I will take this for a good spin this weekend, as real life job stuff has (hopefully) slowed down so I can go back to DBPro. #5 sounds wonderful.


A 3D marble platformer using Newton physics.
RedFlames
16
Years of Service
User Offline
Joined: 25th Aug 2007
Location: Germania
Posted: 29th Jul 2011 01:23
Quote: "Well that's the deal. It "Brings to front" a random window other than Indigo. Once I get the "Line xx" error it doesn't highlight a line, it brings another window forward. And I am using English Win 7 64 bit, no modifiers. Also, I do use multiple Indigos at the same time but I have tested with only one running, same problem :\"


It does that for me too. I'm using Windows 7 x64 aswell. The highlighted window seems to be the one that was selected before switching to Indigo. If no other window is open none is highlighted.

The other changes for 1.3.0 work nicely though.
tiresius
21
Years of Service
User Offline
Joined: 13th Nov 2002
Location: MA USA
Posted: 29th Jul 2011 03:43 Edited at: 29th Jul 2011 03:44
Balid-

Good news, the scroll bar is lightening fast.

Bad news, is the tabs are all screwy. When the project loads, the tabs take a little extra time, which is fine. But they highlight out of order, blink a bit. When the project is fully loaded, clicking on a tab doesn't always select the right one. Sometimes it selects the one to the left of itself, sometimes it doesn't select anything. Seems random for each loading of the project but stays consistently wrong during the session.

The dropdown menu of source files listing is also messed up in the same way. So some list somewhere is getting mis-pointed.

Hope this helps you get a fix!


A 3D marble platformer using Newton physics.
Burning Feet Man
16
Years of Service
User Offline
Joined: 4th Jan 2008
Location: Sydney, Australia
Posted: 29th Jul 2011 09:52
What's your best contact email Balid? I looked on the Indigo website but couldn't find one for yourself.

Help build an online DarkBASIC Professional help archive.
DarkBasic Help Wikia
Balid
20
Years of Service
User Offline
Joined: 21st Nov 2003
Location: MI, USA
Posted: 29th Jul 2011 20:27 Edited at: 29th Jul 2011 20:31
Quote: "When I press ctr-f I can find OR I can replace ALL. I really liked how Synergy has it so that it starts it's search (for replace) at the cursor and will stop every time it finds that word, then you can click "Replace" if you really want to replace it or not."
Added to the list.

Qqite & RedFlames,
Could either of you create a short video of this? I've been running on Win 7 64 bit (English) and can't reproduce the random(ish) window highlighting.

tiresius,
You must have 'Open all Includes when opening Project' turned on. At least thats how I could reproduce the error. I have an idea on how to correct it.
Quote: "The dropdown menu of source files listing is also messed up in the same way."
However, I can not reproduce this.

Burning Feet Man,
Please use the one in my Profile, which you can get by clicking on the Email button in the post footer. (I'm not just posting it to reduce bots picking it up.)

All the best,

Qqite
14
Years of Service
User Offline
Joined: 28th Feb 2010
Location: Florida, U.S.
Posted: 29th Jul 2011 23:05

Basically what this shows is when I click "ok" for the error message, instead of going to the line it highlights another window.

Ventures of the worlds around us are limited only by our imagination.
Balid
20
Years of Service
User Offline
Joined: 21st Nov 2003
Location: MI, USA
Posted: 30th Jul 2011 01:08 Edited at: 30th Jul 2011 01:11
Qqite,

Excellent thank you. That is just crazy. Even following the video to the 'T'. While watching (and pausing) the video, I did it step for step. I don't get the same result.

With that said. I did notice something odd. In the video the 'Compile' window in Indigo closed as well, or at least looks like it does. Could you verify that the 'Compile' window is closing and not just hidden behind Indigo (which would also be odd).

And could you also try with the 'Compile' window docked? It should not close that way until you manually close it.

So for now, that's what I'm focusing on. Again, thank you for the excellent video and the set up presented. Would did you use to make it?


tiresius,

The tab issue should now be resolved. Could you try manually opening the Includes to see if you get the same result? Thank you.

All the best,

tiresius
21
Years of Service
User Offline
Joined: 13th Nov 2002
Location: MA USA
Posted: 30th Jul 2011 03:58
Hi Balid-

If I open them one at a time by double clicking them in the "Files" panel, they all tab correctly. If I don't auto-load the includes upon project loading, but use the "load all includes" button to do it, they get messed up.

Looking forward to the fix!


A 3D marble platformer using Newton physics.
Qqite
14
Years of Service
User Offline
Joined: 28th Feb 2010
Location: Florida, U.S.
Posted: 30th Jul 2011 06:08 Edited at: 30th Jul 2011 06:10
Quote: "With that said. I did notice something odd. In the video the 'Compile' window in Indigo closed as well, or at least looks like it does. Could you verify that the 'Compile' window is closing and not just hidden behind Indigo (which would also be odd)."

Undocked the window just closes, not even show behind the Indigo window.

Quote: "And could you also try with the 'Compile' window docked? It should not close that way until you manually close it."

When docked it does NOT close itself and it also does not highlight a new window, but it also doesn't send me to a line.

Quote: "So for now, that's what I'm focusing on. Again, thank you for the excellent video and the set up presented. Would did you use to make it?"

HyperCam 3, I downloaded for fre-...I mean BOUGHT it. >.>

Ventures of the worlds around us are limited only by our imagination.
Balid
20
Years of Service
User Offline
Joined: 21st Nov 2003
Location: MI, USA
Posted: 30th Jul 2011 14:34
Uploaded v1.3.0 beta 2.

tiresius,
It should hopefully correct the Tab issues.

Qqite,
It would completely correct the issue with the compile window, but will hopefully produce a better result. I believe what is happening is that Indigo is not able to find the DBPro Error Report and I didn't code exceptions for a Compiler error with no Error Report. After using it to reproduce the previous issue. Could you send me the Indigo log file and the DBPro file that you used? I am hoping the two together will help me resolve the issue completely.


Indigo site.

All the best,

RedFlames
16
Years of Service
User Offline
Joined: 25th Aug 2007
Location: Germania
Posted: 30th Jul 2011 16:52
Hey Balid,
I just installed the new version and its throwing the following exception at me:


Which in english would be:


I had just tried docking the Compiler window in 1.3.0 beta 1, then I installed beta 2 and started it.
When clicking continue the Code area was resized to a very small upper left corner (about 30x20px?) while the rest stayed gray, and it was not scrollable. After undocking the Compiler Output and closing all panels it restarts normally, even if I dock the Compiler again, like it was before...

Oh and if I compile the Ouput stays open, shows the "at line x" Messagebox, followed by an "The DBPro compiler stopped but the Error Report nor the Executable could be found.", which also is the Additional Information in the output. No highlighting whatsoever. By the way my ErrorReport.txt is located inside C:\Program Files(x86)\DBPro\TEMP\
Balid
20
Years of Service
User Offline
Joined: 21st Nov 2003
Location: MI, USA
Posted: 30th Jul 2011 19:46
Quote: "By the way my ErrorReport.txt is located inside C:\Program Files(x86)\DBPro\TEMP\"
That's helpful. Can you post the Indigo log file and the DBPro file used (just the project file). I need to know what Indigo and the compiler are being told about the location to build the executable. Each of those files has a piece of the answer.

Does the focus get set to your current source tab or does it still go to a separate window?

All the best,

Qqite
14
Years of Service
User Offline
Joined: 28th Feb 2010
Location: Florida, U.S.
Posted: 31st Jul 2011 03:27 Edited at: 31st Jul 2011 03:28
Just installed Beta 2, now whenever I click ok after I get an error I get
Quote: ""Compiler Stopped: The DBPro compiler stopped but the Error Report nor the Executable could be found.""


Heres my project and the IDE files. You should be able to run and compile from inside this folder.
[Edit] I use Multisync and Sparky's Collision in this code.[/Edit]


Ventures of the worlds around us are limited only by our imagination.
tiresius
21
Years of Service
User Offline
Joined: 13th Nov 2002
Location: MA USA
Posted: 31st Jul 2011 04:14
Wonderful! Thanks for the quick work, Balid!


A 3D marble platformer using Newton physics.
RedFlames
16
Years of Service
User Offline
Joined: 25th Aug 2007
Location: Germania
Posted: 31st Jul 2011 20:08
project:

(i just created a new project, with just a word the compiler won't understand in the source)

I already tried changing the value of "LocalTempFolder" for both the project and the compiler, but I don't really know if that does change much? doesn't help anyways.

Indigo log: (set to "high" logging settings)




So it seems to be looking for "C:\Users\RedFlames\AppData\Local\Temp\Indigo\Dark Basic Professional TEMP\ErrorReport.txt" which doesn't exist, right?
Balid
20
Years of Service
User Offline
Joined: 21st Nov 2003
Location: MI, USA
Posted: 1st Aug 2011 00:01
RedFlames,

Could you check to see what you have in place of 'Dark Basic Professional TEMP'? That folder is created automatically from DBPro. It's possible that it is named differently, given your install path to DBPro. At least that's what I'm hoping for.

All the best,

RedFlames
16
Years of Service
User Offline
Joined: 25th Aug 2007
Location: Germania
Posted: 1st Aug 2011 18:54
Do you mean the TEMP folder inside the DBPro root folder? For me it is located at
Quote: "C:\Program Files (x86)\DBPro\TEMP"

and contains the ErrorReport.txt and FullSourceDump.dba.
I do not however have a "Dark Basic Professional TEMP" folder inside "C:\Users\RedFlames\AppData\Local\Temp\Indigo", at that path i only have a "_temp.exe" from compiling a blank project.
Qqite
14
Years of Service
User Offline
Joined: 28th Feb 2010
Location: Florida, U.S.
Posted: 2nd Aug 2011 05:39 Edited at: 2nd Aug 2011 05:42
Hey Balid, I'm here hopefully giving you the info you need to fix this problem. This problem has halted my production on my program and I'm thinking of going back to another IDE until this is resolved.

Heres the log file: *NOTE* Only a few SECONDS I can copy. This log file is logging TONS of things over a single second. Logging is on Medium.


Video showing the current state of what's happening:

Notes on video: This is my project. It's a client-server setup right now. The only part you need to take note of is when my program fails it 1) doesn't send me to the line and 2) changes the window size (you see in the video it resizes it smaller). I have also tried with only 1 indigo running and I get the same result.

Ventures of the worlds around us are limited only by our imagination.
Balid
20
Years of Service
User Offline
Joined: 21st Nov 2003
Location: MI, USA
Posted: 2nd Aug 2011 21:17 Edited at: 2nd Aug 2011 21:19
Qqite & RedFlames,

I will hopefully have a solution in place by the end of week for the different location of the 'ErrorReport'.

Qqite,
The error that you are getting is not a Compiler error. Indigo was designed to report compiling (or syntax)errors. I do not know of any IDE that translates 'logic' errors.

As far as point 2. I don't know what could be causing that. I thought that it was Indigo trying to re-position it's self after receiving focus and was getting confused because you are "snapping" (Win 7 functionally, you get the window close to the edge of the screen and it's edges are 'snapped' (actually re-sized) to the screen size.) it in place. I did that but could not duplicate.

All the best,

Qqite
14
Years of Service
User Offline
Joined: 28th Feb 2010
Location: Florida, U.S.
Posted: 2nd Aug 2011 21:28
Could it be that I installed this Windows 7 Service Pack? The other week I installed it which resulted in a lot of programs messing up. Do you have Service Pack 1 installed as well?

Ventures of the worlds around us are limited only by our imagination.
Balid
20
Years of Service
User Offline
Joined: 21st Nov 2003
Location: MI, USA
Posted: 2nd Aug 2011 23:53 Edited at: 3rd Aug 2011 00:01
Qqite,
No, I don't. I've been putting it off as long as I can.

Regards,

Qqite
14
Years of Service
User Offline
Joined: 28th Feb 2010
Location: Florida, U.S.
Posted: 3rd Aug 2011 04:34
Well that could be the problem. This service pack has messed up a LOT of things, I'm thinking of reinstalling Windows so that I can run without it.

Ventures of the worlds around us are limited only by our imagination.
Qqite
14
Years of Service
User Offline
Joined: 28th Feb 2010
Location: Florida, U.S.
Posted: 5th Aug 2011 05:16
[Update]
Hey Balid, sorry for myself getting frustrated, I was not trying to be offensive.

I just reinstalled Windows 7 and am NOT going to install SP1. Indigo works great! Thanks for your patience!

Ventures of the worlds around us are limited only by our imagination.
RedFlames
16
Years of Service
User Offline
Joined: 25th Aug 2007
Location: Germania
Posted: 5th Aug 2011 06:07 Edited at: 5th Aug 2011 06:10
So the SP1 was causing the window getting "unsnapped" from the edge? (I don't have SP1 yet either)
And Balid, you fixed the compiler line highlighting for the next version? That's good to hear!

Oh and by the way... for me the commands from the DarkNet plugin are not highlighted correctly. I already deleted the
Quote: "C:\Users\RedFlames\AppData\Local\Indigo\config\Indigo_Keywords.ini"
file to make it generate a new one, but this is what I get:


The Indigo keywords file contains these lines:
Quote: "
[...]
MN SET PROFILE GRACEFUL DISCONNECT ENABLED=={Profile, Option}
[...]
MN SET PROFILE LOCAL=={Profile, TCP IP, TCP Port, TCP IP, TCP Port}
MN SET PROFILE LOCAL TCP=={Profile, IP, Port}
MN SET PROFILE LOCAL UDP=={Profile, IP, Port}
[...]
"


But in the Editor I get this:
Quote: "
mn Set Profile Local profile,LocalHost$,0,"",0
mn Set Profile Graceful Disconnect Enabled profile,1
"

With only the bold stuff turning blue...

on the first command it looks like it's using the TCP or UDP version but instead highlighs "profile" at the end (which is a variable ) and on the second command it not highlighting the "mn" and the "Enabled" parts.

And those keywords are not duplicated or missing in the Indigo file, it all looks correct to me inside the file... still I'll attach my Indigo_keywords.ini just incase it'll help.

Edit: Oh actually just the colors are off, IntelliSense does recognize the keyword now. (My original DarkNet INI file was messed up aswell before, but it's all good now, except for the highlighting.)

Attachments

Login to view attachments
Burning Feet Man
16
Years of Service
User Offline
Joined: 4th Jan 2008
Location: Sydney, Australia
Posted: 5th Aug 2011 13:34
Time to download and test the latest version! Thanks for your efforts Balid, enjoy my donation. (I used my girl friends paypal account.)

Help build an online DarkBASIC Professional help archive.
DarkBasic Help Wikia
Balid
20
Years of Service
User Offline
Joined: 21st Nov 2003
Location: MI, USA
Posted: 5th Aug 2011 21:55
Qqite,
Good to here that it was a Windows update problem and not Indigo.

RedFlames,
Quote: "you fixed the compiler line highlighting for the next version?"
Hopefully, I should have it posted this weekend.
And thank you for the bug report and list. I will look at this weekend as well.

Burning Feet Man,
Quote: "enjoy my donation"
Thank you very much.
Quote: "I used my girl friends paypal account."
I was wondering. And no worries. When Indigo becomes a 'pay to play' app you are covered.
And your request for "Prompted Entries" in Code Snippets is at the top of the list and I might be able to get part of it working for this weekends beta release.

All the best,

Burning Feet Man
16
Years of Service
User Offline
Joined: 4th Jan 2008
Location: Sydney, Australia
Posted: 6th Aug 2011 01:20 Edited at: 6th Aug 2011 01:24
No worries Balid. Believe it or not, you're the first person I've ever donated to on the interwebs. I've used so many free apps with my time spent online, thought it was time to start appreciating some of them!!!

Feature Enhancement Request:

An individual filter for the DBA & DBPro file extensions when opening.



Cheers!

Help build an online DarkBASIC Professional help archive.
DarkBasic Help Wikia

Login to post a reply

Server time is: 2024-04-23 21:01:21
Your offset time is: 2024-04-23 21:01:21