-
Notifications
You must be signed in to change notification settings - Fork 124
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
compiled project will not run properly. #8
Comments
Hi,
Alas, DBPro is no longer officially supported. For advice on the open
source site, I recommend the DBPro forums which we kept open and are still
very active: https://forum.thegamecreators.com/board/1
Best Regards,
Lee.
…On 19 September 2017 at 14:30, mikeva1 ***@***.***> wrote:
Ok, I downloaded the most up to date version from this site.
I run DBPro.
I type in a short "hello world" project.
print "Hello World"
wait key
F5 - compiles with no errors other then no icon specified
The run screen flashes on and shuts down in less then a second. It does
nothing else.
I load the sample project "Hello World". IT runs just fine. ALL of the
sample projects run just fine.
If I try to edit one of the sample projects, IT TOTALLY IGNORES THE
CHANGES and runs the un-edited project. instead.
any ideas?
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#8>, or mute the
thread
<https://github.com/notifications/unsubscribe-auth/AE4Gvhur0jZdCf9BFdO34s-kMdFAJiccks5sj8H6gaJpZM4PcZVi>
.
|
Quickly and aside to what Lee recommends:
Try to run the editor as administrator. Most likely the editor cannot write to disk the changes you make due to the lack of the proper file permissions. I've read on the forums that some users have DBPro installed somewhere outside the Program Files folder to avoid running it as administrator. Hope this helps. Have a good one! |
@mikeva1 if your running windows 10 i had this problem with agk 2 but once I did that ever thing was good to go |
You need to hit save before compiling. It's because it compiles from your save rather than what's live. It used to automatically but for some reason it doesn't. That's what the problem is. |
@tif105 I'm not sure whether you can set the option from within the editor but you can manually modify the file "Synergy Editor.cfg" to turn on the option "SaveModifiedOnCompile" by setting its value to "TRUE". The option is around line 79 in the copy I have. I hope this helps. Enjoy your day! |
download trigger fix and install the way i say in the read me and it will work fine download and install directx june 2010 redist from https://www.microsoft.com/en-us/download/details.aspx?id=8109. turn the internet off and run the exe it will place the files in a folder of your pick then go to the folder and right click on the dxsetup.exe and run as adminatrator if on windows 8 unzip and run the install then paste the The Game Creators in to your c:\program filesx86\ or c:\program files\ THEN RUN FROM LUNCHER ONCE YOU MAY GET A COMPAT ERROR CLOSE IT THEN GO TO EDITER THEN CLICK EDITER.EXE THEN COMPILE A DEMO |
Ok, I downloaded the most up to date version from this site.
I run DBPro.
I type in a short "hello world" project.
print "Hello World"
wait key
F5 - compiles with no errors other then no icon specified
The run screen flashes on and shuts down in less then a second. It does nothing else.
I load the sample project "Hello World". IT runs just fine. ALL of the sample projects run just fine.
If I try to edit one of the sample projects, IT TOTALLY IGNORES THE CHANGES and runs the un-edited project. instead.
any ideas?
The text was updated successfully, but these errors were encountered: