Jump to content
IGNORED

Visual bB 1.0 - a new IDE for batari Basic


jwierer

Recommended Posts

My problem was only that Visual bB doesn't like spaces in path's directory.

Really? I'll have to put a space in my path and see if it breaks. I've had problems with the bB compiler having a space in the path.

 

EDIT: I just tested with a space in the path to the visualbb.exe and a space in a project path and no issue. Let me know if you're still having a problem with spaces.

 

-Jeff

Hi Jeff.

I remember that my problems were solved removing spaces from my project's path.

But now I have added a space and everything seems ok.

Link to comment
Share on other sites

One thing I noticed is that... the whole folder (which has Visual BB and BB compiler) is set to Read-Only (blue box icon...). I tried to uncheck it to non-read only, but as soon as I open the property window it says it's read-only again. Can this be the reason? Anyway, why the heck Win7 does not allow me to uncheck read-only?

I wonder if this link would help:

 

http://itexpertvoice.com/home/fixing-the-windows-7-read-only-folder-blues/

 

Hello there, how are you? Thanks for the tip.

 

Well, tried that a couple of times and spent the last two days going around the internet for solutions. Man, it's kind of a bad joke something like that. It's 2010, I'm the administrator of an OS and I cannot simply change a folder to non-read only. I am so pissed with this that I am considering re-installing it or going to XP. In the meantime, Visual Bb works great. I just have to set it up everything single time...

Link to comment
Share on other sites

Well, tried that a couple of times and spent the last two days going around the internet for solutions. Man, it's kind of a bad joke something like that. It's 2010, I'm the administrator of an OS and I cannot simply change a folder to non-read only. I am so pissed with this that I am considering re-installing it or going to XP. In the meantime, Visual Bb works great. I just have to set it up everything single time...

Don't go back to XP :) Using Regedit, do you have the following registry key?

 

[HKEY_LOCAL_MACHINE\SOFTWARE\VisualbB]

 

If not try creating it manually and running vbB again.

 

-Jeff

Link to comment
Share on other sites

Well, tried that a couple of times and spent the last two days going around the internet for solutions. Man, it's kind of a bad joke something like that. It's 2010, I'm the administrator of an OS and I cannot simply change a folder to non-read only. I am so pissed with this that I am considering re-installing it or going to XP. In the meantime, Visual Bb works great. I just have to set it up everything single time...

Don't go back to XP :) Using Regedit, do you have the following registry key?

 

[HKEY_LOCAL_MACHINE\SOFTWARE\VisualbB]

 

If not try creating it manually and running vbB again.

 

-Jeff

 

Well... I did a complete re-install of Win7 and now it's working. Yeah! I have no idea on what happened, I will just leave it like that... hehehehe

 

Thanks all for the tips!

Link to comment
Share on other sites

Is their going to be a mac version?

love to make 2600 games, but only have a 8 core Mac pro, and wont run this on Wine. icon_smile.gif

No, but a Mac runs Windows 7 very well.

 

-Jeff

The fact that Macs don't have many programs that I like has always stopped me from buying one in recent years (in the past, from 1985 to 1993, the nephew of Atari VCS, Amiga, was better icon_mrgreen.gif ).

But, as written by Jeff, now you can run Windows on Macs very well so I think in the future I'll purchase and try a Mac.

Link to comment
Share on other sites

First post, but this is odd for me. This is what vbB told me.

 

Could not locate 3_MoveASprite.bas.bin and could not recompile.

 

Note that this happens with everything I make. I'm using Windows XP SP3, Build 554, but I have administrator privileges and the registry is saved, because it recognizes that it's not the first time I open this program. Why does this happen to me...!?

Link to comment
Share on other sites

First post, but this is odd for me. This is what vbB told me.

 

Could not locate 3_MoveASprite.bas.bin and could not recompile.

 

Note that this happens with everything I make. I'm using Windows XP SP3, Build 554, but I have administrator privileges and the registry is saved, because it recognizes that it's not the first time I open this program. Why does this happen to me...!?

 

Since you are using a sample, I assume the code is good so I would guess the bB compiler is not installed correctly. Most folks forget to set the path and environment variables causing compilation to fail. If compilation fails, the binary cannot be found.

 

-Jeff

Link to comment
Share on other sites

I think that's the problem, too- the program gives me this error.

 

Current bB compiler version does support -O option. Peephole optimizer option disabled

 

I'm using the patch, but I never knew on how to install bB. Checking the README...

 

...

 

Got a DASM and copied it to the directory. Renamed to sed.exe and it works. This is how you solve this error.

Link to comment
Share on other sites

Argh!

 

This looks really good, but it won't compile!

 

I get the "Current bB compiler version does support -O option. Peephole optimizer option disabled" error as well.

That just a warning that means you are using an older compiler, ignore if you don't need it.

 

Also, the Enviroment Variable Path is a load of folders which seem to have no connection. Any help?

Does the path include where bB is installed? If not, that could be your problem.

 

-Jeff

Link to comment
Share on other sites

Argh!

 

This looks really good, but it won't compile!

 

I get the "Current bB compiler version does support -O option. Peephole optimizer option disabled" error as well.

That just a warning that means you are using an older compiler, ignore if you don't need it.

 

Also, the Enviroment Variable Path is a load of folders which seem to have no connection. Any help?

Does the path include where bB is installed? If not, that could be your problem.

 

-Jeff

 

bB path is in the list. What does the newer complier do?

 

Anyway, the program still thinks it's done compiling, and even says that it finds after-compiling files.

 

Doesn't work on my Vista machine because... well, it's Vista. Will try it again on the XP machine later, but if memory serves it's the same problem.

Link to comment
Share on other sites

bB path is in the list. What does the newer complier do?

 

Anyway, the program still thinks it's done compiling, and even says that it finds after-compiling files.

 

Doesn't work on my Vista machine because... well, it's Vista. Will try it again on the XP machine later, but if memory serves it's the same problem.

There have been updates and revisions, but unfortunately none official so you need to comb the threads to find the latest. I would try compiling from the command-line first. Usually it's a bB setup problem such as:

 

1. bB environment variable not set

2. bB Path not set

3. Space in the pathname of folder containing bB

4. Dasm not installed

5. SED.exe not copied over.

 

Most of these are covered in the bB readme.

 

-Jeff

Link to comment
Share on other sites

  • 3 weeks later...

Hello there,

 

I ran into a crash in Visual bB and I need some help. The programs runs fine and compiles perfect. What is happening is that the Music and Sound Editor just started to crash and won't open anymore. I re-installed the whole thing and it didn't really help.

 

I am on Win 7, using the latest build. Has anyone experienced this?

 

The attached image shows what I am having.

 

Thanks all!

post-28085-129583347987_thumb.png

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...