Pages:
1
..
3
4
5
6 |
Vortigano
DIV Regular
Posts: 237
Registered: 12-1-2017
Location: Ciudad de Buenos Aires, Argentina
Member Is Offline
|
|
Quote: Originally posted by RKSoft | Thanks for your answers, Cictec.
Yes, i know but i think Mike should give you the rights to build official updates on GitHub. You are a very, very helping hand for DIV!!!
Also, Mike, please give him permissions to build DIV on GitHub. |
I think the same!!!
|
|
CicTec
DIV Pro
Posts: 471
Registered: 6-8-2016
Member Is Offline
|
|
Quote: Originally posted by RKSoft | Thanks for your answers, Cictec.
Yes, i know but i think Mike should give you the rights to build official updates on GitHub. You are a very, very helping hand for DIV!!!
Also, Mike, please give him permissions to build DIV on GitHub. |
You are welcome, RKSoft.
Really server of DIV Arena is connected to the github, every time this is updated, the server generates a new automatic build every midnight, however
for this to happen, all the commits are checked and manually merged by Mike, I do not know if it is possible to give permissions to others or activate
automatic commits.
|
|
Vortigano
DIV Regular
Posts: 237
Registered: 12-1-2017
Location: Ciudad de Buenos Aires, Argentina
Member Is Offline
|
|
Hi, i'm using the 17.09.03 update and i can't open fli/flc. The help fli examples don't work
[Edited on 7-1-2018 by Vortigano]
|
|
Vortigano
DIV Regular
Posts: 237
Registered: 12-1-2017
Location: Ciudad de Buenos Aires, Argentina
Member Is Offline
|
|
The previous update runs ok the example "end_fli", but the first time it loads the fli colors get messed. The previous update runs ok only the example
"end_fli", but only the first time when it loads the file the fli colors get messed.
|
|
CicTec
DIV Pro
Posts: 471
Registered: 6-8-2016
Member Is Offline
|
|
Hi Vortigano,
Thanks for the report, however, make new updates has some problems for now, continue to publish updates of a fork / unofficial version does not seem a
good idea and if the updated code is not approved and unified in the official repository, it is not possible to generate an official build, so I
currently do not know how to proceed.
|
|
Vortigano
DIV Regular
Posts: 237
Registered: 12-1-2017
Location: Ciudad de Buenos Aires, Argentina
Member Is Offline
|
|
I hope its resolved soon.
|
|
CicTec
DIV Pro
Posts: 471
Registered: 6-8-2016
Member Is Offline
|
|
Hello,
As promised, I've re-uploaded the build package on first post, contains some bugsfix of error(s) worklog also updated and tagged as "=== 18.04.26
====".
Regards.
|
|
RKSoft
Game Making Machine!
Posts: 232
Registered: 1-3-2016
Location: Germany
Member Is Offline
|
|
Cictec, your latest build doesn't work under windows 10. After launching d-windows.exe, one window pops up and nothing happened.
|
|
CicTec
DIV Pro
Posts: 471
Registered: 6-8-2016
Member Is Offline
|
|
Hello RKSoft,
Is not possible, I've build and tested it on my windows 10 pro, maybe is a conflict with previous config, try to delete "session.dtf and user.nfo" on
the system dir and try to re-launch.
If still not working try to launch d-windows from the command prompt and look what message appears and/or look stdout.txt in system dir.
[Edited on 26-4-2018 by CicTec]
|
|
RKSoft
Game Making Machine!
Posts: 232
Registered: 1-3-2016
Location: Germany
Member Is Offline
|
|
Okay, after deleting session.dtf and user.nfo, it works now. Thanks for a new nbuild. But i think it laggs more than previous builds. I tested it with my jumpman tutorial.
|
|
CicTec
DIV Pro
Posts: 471
Registered: 6-8-2016
Member Is Offline
|
|
Well, you are welcome, RKSoft.
Laggs in what sense?
I have not touched anything in the optimization or code config, maybe it's the new version of the DLLs or the compiler used to generate the build.
Please provide more details if possible.
|
|
RKSoft
Game Making Machine!
Posts: 232
Registered: 1-3-2016
Location: Germany
Member Is Offline
|
|
I mean laggs like in scrolling; the fps issues.
|
|
CicTec
DIV Pro
Posts: 471
Registered: 6-8-2016
Member Is Offline
|
|
Ok, which type:
- Does not reach the FPS indicated by SET_FPS?
- Is scrolling not fluid or constant in animation?
- Are visual errors like flickering generated?
Are there in the tutorial info on screen type FPS or other to orient themselves on the benchmarks?
|
|
RKSoft
Game Making Machine!
Posts: 232
Registered: 1-3-2016
Location: Germany
Member Is Offline
|
|
The scrolling isn't smooth and if i run a single screen game the movement isn't
smooth. So i think there are more problems with the fps function. The old problem i reported but on the latest nightly build it is bad as in previous
builds.
|
|
CicTec
DIV Pro
Posts: 471
Registered: 6-8-2016
Member Is Offline
|
|
Mmmm, maybe it's the FPS system to check.
|
|
Vortigano
DIV Regular
Posts: 237
Registered: 12-1-2017
Location: Ciudad de Buenos Aires, Argentina
Member Is Offline
|
|
Hola, solo con la última actualización 18.04.26 no he podido usar "import" (ni con las dll de ejemplos), todo lo demás perfecto, sin problemas. El
compilador reporta "Error: expecting [begin]". No he tenido tiempo antes para reportarlo.
|
|
CicTec
DIV Pro
Posts: 471
Registered: 6-8-2016
Member Is Offline
|
|
Hello Vortigano,
Please provide an example to test, also, the DLL that you try to import is a valid DIV DLL ?
|
|
Vortigano
DIV Regular
Posts: 237
Registered: 12-1-2017
Location: Ciudad de Buenos Aires, Argentina
Member Is Offline
|
|
Quote: Originally posted by CicTec | Hello Vortigano,
Please provide an example to test, also, the DLL that you try to import is a valid DIV DLL ? |
Sí, las dll compiladas en las otras updates funcionan bien, solo tengo problemas para importar las dll en la última update. En esta computadora no
tengo dll compiladas, pero puedo hacer una en un momento con el código fuente de demo2.c .
|
|
Vortigano
DIV Regular
Posts: 237
Registered: 12-1-2017
Location: Ciudad de Buenos Aires, Argentina
Member Is Offline
|
|
Quote: Originally posted by CicTec | Hello Vortigano,
Please provide an example to test, also, the DLL that you try to import is a valid DIV DLL ? |
Demo 2 calcula la raiz cuadrada de una suma.
Attachment: demo2_test.zip (9kB) This file has been downloaded 1173 times
|
|
CicTec
DIV Pro
Posts: 471
Registered: 6-8-2016
Member Is Offline
|
|
Thanks, I will try it in the next days.
|
|
dom cook
Div Pro
Posts: 387
Registered: 4-3-2016
Member Is Offline
|
|
Hi Cictec,
I'm not sure if I'm missing something obvious but I can't seem to get this to run at all.
I tried running both d-WINDOWS and div-WINDOWS.
[Edited on 21-2-2019 by dom cook]
|
|
CicTec
DIV Pro
Posts: 471
Registered: 6-8-2016
Member Is Offline
|
|
Hi dom cook,
You should try this version in a clean folder, with no files of the previous version.
You could also try running d-WINDOWS from the windows console to see if it displays any error message or watch the contents of the stdout.txt and
stderr.txt files.
|
|
CicTec
DIV Pro
Posts: 471
Registered: 6-8-2016
Member Is Offline
|
|
I forgot, once installed in the clean folder, you should download and install the following files in the system folder:
https://github.com/DIVGAMES/DIV-Games-Studio/tree/master/sys...
In this way DIV should start from 0 without problems.
|
|
dom cook
Div Pro
Posts: 387
Registered: 4-3-2016
Member Is Offline
|
|
Still no luck
I couldn't download some of those files.
I downloaded most of them but that didn't help.
I don't know how to run stuff from the windows console and all that.
|
|
CicTec
DIV Pro
Posts: 471
Registered: 6-8-2016
Member Is Offline
|
|
You have to install them all.
You can find the same files in your old folder where you installed DIV or by downloading the latest nightlybuild.
Simply copy them all to the system folder (except executable files, DLLs and other config files created) of the clean new install and everything
should work.
If you are still experiencing problems, please try running d-WINDOWS from the console and posting any errors (or the log in the stdout.txt and
stderr.txt files)
To run the console command, simply open a windows command prompt, move the CD command to the folder where you installed DIV and type: d-WINDOWS.exe,
then press enter, this will start the executable file.
|
|
Pages:
1
..
3
4
5
6 |