Community
Message Board

Chat room - users
Game Over
( 394431 downloads)
Work In Progress
( 523201 downloads)
Links

Code Exchange
Downloads
Tutorials
Add to Favourites

Submit news

DIV ARENA FORUMS
Not logged in [Login - Register]
Go To Bottom

Printable Version  
Author: Subject: Bug Reporting
dom cook
Div Pro
******




Posts: 386
Registered: 4-3-2016
Member Is Offline


[*] posted on 19-3-2016 at 10:57 AM
Bug Reporting


I'm encountering the occasional bug. I don't know if they're platform specific. Should I report them here or elsewhere?
View user's profile View All Posts By User
MikeDX
DIV Nerd
*********


Avatar


Posts: 8388607
Registered: 25-2-2016
Member Is Offline


[*] posted on 19-3-2016 at 11:03 AM


Here please
View user's profile View All Posts By User
dom cook
Div Pro
******




Posts: 386
Registered: 4-3-2016
Member Is Offline


[*] posted on 24-9-2016 at 06:54 PM


Hi Mike,

As far as I can tell some of the file handling functions are working properly.
remove() and mkdir() don't do what it says on the tin. In fact they don't seem to do anything.
Is it just me?
View user's profile View All Posts By User
MikeDX
DIV Nerd
*********


Avatar


Posts: 8388607
Registered: 25-2-2016
Member Is Offline


[*] posted on 24-9-2016 at 10:21 PM


Those are probably disabled, i can enable them and have them in the next nightly though if you need them.

Alternatively they could be making them in the wrong place (unlikely)
View user's profile View All Posts By User
dom cook
Div Pro
******




Posts: 386
Registered: 4-3-2016
Member Is Offline


[*] posted on 27-9-2016 at 04:39 PM


Quote: Originally posted by MikeDX  
Those are probably disabled, i can enable them and have them in the next nightly though if you need them.

Alternatively they could be making them in the wrong place (unlikely)


I kind of needed them but I've managed a workaround now. However, I reckon they'd be worth having at some time in the future - as long as it's not a lot trouble to enable them.

Re. them being made in the wrong place. I did a system search for the created folder and it came up empty.
View user's profile View All Posts By User
dom cook
Div Pro
******




Posts: 386
Registered: 4-3-2016
Member Is Offline


[*] posted on 27-9-2016 at 04:42 PM


By the way I'm unable to locate an executable file in the latest build. Should there be one or should you just drag the new files into the DIV directory?
View user's profile View All Posts By User
MikeDX
DIV Nerd
*********


Avatar


Posts: 8388607
Registered: 25-2-2016
Member Is Offline


[*] posted on 27-9-2016 at 06:46 PM


Quote: Originally posted by dom cook  
By the way I'm unable to locate an executable file in the latest build. Should there be one or should you just drag the new files into the DIV directory?


That's really odd. I need to check, maybe the build is failing and I've not caught it.

I'll have a look at those functions at the same time
View user's profile View All Posts By User
MikeDX
DIV Nerd
*********


Avatar


Posts: 8388607
Registered: 25-2-2016
Member Is Offline


[*] posted on 29-9-2016 at 05:21 PM


The build was failing for both windows and linux. This has been fixed now, so hopefully you can test the latest again!

I'll look at those functions now that the builds are working again
View user's profile View All Posts By User
dom cook
Div Pro
******




Posts: 386
Registered: 4-3-2016
Member Is Offline


[*] posted on 30-9-2016 at 03:57 PM


Good work.
View user's profile View All Posts By User
dom cook
Div Pro
******




Posts: 386
Registered: 4-3-2016
Member Is Offline


[*] posted on 14-10-2016 at 09:46 AM


Sorry Mike, the latest build (16/10) isn't working on Ubuntu 16. Nothing happens when you try to open the program. I've tried it on 2 computers. The previous release seems to work fine though.
View user's profile View All Posts By User
MikeDX
DIV Nerd
*********


Avatar


Posts: 8388607
Registered: 25-2-2016
Member Is Offline


[*] posted on 14-10-2016 at 11:13 AM


That's odd... Very odd

Do you get anything from stdout?

Latest build has no real changes, I only added a CI build testing file to the repo.

I'll investigate and test here too
View user's profile View All Posts By User
MikeDX
DIV Nerd
*********


Avatar


Posts: 8388607
Registered: 25-2-2016
Member Is Offline


[*] posted on 14-10-2016 at 01:13 PM


Just tested div-beta-nightly-2016-10-14-8e251dac0f

Screenshot from 2016-10-14 14-11-57.png - 99kB

seemed to work fine:

Code:
mike@mike-ThinkPad-X220:/tmp/div-beta-nightly-2016-10-14-8e251dac0f$ ./d-LINUX SDL KEY INIT full screen: 0



Maybe you need some libs that you didn't require before (sdl1.2-net maybe?)

Should be able to tell from any console output hopefully..


View user's profile View All Posts By User
dom cook
Div Pro
******




Posts: 386
Registered: 4-3-2016
Member Is Offline


[*] posted on 20-10-2016 at 03:45 PM


Quote: Originally posted by MikeDX  




Maybe you need some libs that you didn't require before (sdl1.2-net maybe?)

Should be able to tell from any console output hopefully..




Yes got this
./d-LINUX: error while loading shared libraries: libSDL_net-1.2.so.0: cannot open shared object file: No such file or directory

I've tried looking up how to get it but haven't had any luck yet. Any tips?
View user's profile View All Posts By User
MikeDX
DIV Nerd
*********


Avatar


Posts: 8388607
Registered: 25-2-2016
Member Is Offline


[*] posted on 20-10-2016 at 03:48 PM


Code:
sudo apt install libsdl-net1.2


should fix you right up :)

[Edited on 20-10-2016 by MikeDX]
View user's profile View All Posts By User
dom cook
Div Pro
******




Posts: 386
Registered: 4-3-2016
Member Is Offline


[*] posted on 20-10-2016 at 03:53 PM


Quote: Originally posted by MikeDX  
Code:
sudo apt install libsdl-net1.2


should fix you right up :)

[Edited on 20-10-2016 by MikeDX]


I'm now fixed right up. Thanks dood

Now where was I?
View user's profile View All Posts By User
MikeDX
DIV Nerd
*********


Avatar


Posts: 8388607
Registered: 25-2-2016
Member Is Offline


[*] posted on 20-10-2016 at 04:05 PM


Making some sort of 3D editor? :)
View user's profile View All Posts By User
dom cook
Div Pro
******




Posts: 386
Registered: 4-3-2016
Member Is Offline


[*] posted on 21-10-2016 at 02:05 PM


Quote: Originally posted by MikeDX  
Making some sort of 3D editor? :)


That was it. Last I looked it was coming on quite nicely. Then I made the mistake of offering to help someone with a little job. 3 weeks later and I finally have the time to get back to it. Now I need to decypher it all once again. Before I do that, I think I might take a break from it to make a mini game. (What can go wrong?)
View user's profile View All Posts By User
MikeDX
DIV Nerd
*********


Avatar


Posts: 8388607
Registered: 25-2-2016
Member Is Offline


[*] posted on 23-10-2016 at 02:29 PM


If you want to make a mini game you could always join in on the weekly one hour game jam. http://onehourgamejam.com
View user's profile View All Posts By User

  Go To Top

Powered by XMB
XMB Forum Software © 2001-2012 The XMB Group
[Queries: 18]