Search found 28 matches

by HudsonBr
Wed Apr 20, 2022 10:57 am
Forum: Bug Reports
Topic: Installing on ubuntu
Replies: 0
Views: 10319

Installing on ubuntu

Hello,
getting the following error:
dkp-linux.db failed to download dkp-libs.db failed to downloaderror: failed retrieving file 'dkp-linux.db' from pkg.devkitpro.org : The requested URL returned error: 403

Thanks in advance.
by HudsonBr
Thu Mar 31, 2022 8:19 pm
Forum: Gamecube/Wii Development
Topic: 'BOOL' does not name a type
Replies: 0
Views: 9603

'BOOL' does not name a type

Hi,
playing with some old codes of mine, tried to compile and got this:
/opt/devkitpro/libogc/include/mp3player.h:13:1: error: 'BOOL' does not name a type
Any change on libogc/gc/gctypes.h ?

best reagards.
by HudsonBr
Wed Mar 30, 2022 10:37 pm
Forum: Gamecube/Wii Development
Topic: SDL link error
Replies: 3
Views: 5804

Re: SDL link error

Hello,
as you said OpenXcom uses SDL, but uses also other modules of SDL
SDL (libsdl1.2)
SDL_mixer (libsdl-mixer1.2)
SDL_gfx (libsdl-gfx1.2), version 2.0.22 or later
SDL_image (libsdl-image1.2)

Do you have all of them in your env?
by HudsonBr
Sat Jun 26, 2021 2:02 am
Forum: Gamecube/Wii Development
Topic: Control the game loop
Replies: 3
Views: 10162

Re: Control the game loop

What is it you mean by "control the game loop"? Try to describe your problem in as much detail as you can. You mentioned sleep. Are you trying to make objects move slower? The actions inside fe game loop is being executed very fast. game loop like this https://github.com/devkitPro/gamecub...
by HudsonBr
Wed Jun 23, 2021 9:11 am
Forum: Gamecube/Wii Development
Topic: Control the game loop
Replies: 3
Views: 10162

Control the game loop

Hi,
how can i control the game loop ? tried to some sleep(), but caused flickering.
any tips?

Regards
by HudsonBr
Sat Jun 12, 2021 11:29 am
Forum: devkitPPC
Topic: SDL2 port lib
Replies: 0
Views: 17789

SDL2 port lib

Hello,
any chance to have SDL2 for NGC and Wii?
Regards
by HudsonBr
Tue Jun 08, 2021 7:05 pm
Forum: Switch Development
Topic: switch-dev install error
Replies: 2
Views: 7993

Re: switch-dev install error

WinterMute wrote: Mon Jun 07, 2021 9:24 pm Run [sudo] [dkp-]pacman Sy to update your db then try again.
Worked, thank you very much.
best regards
by HudsonBr
Mon Jun 07, 2021 8:39 pm
Forum: Switch Development
Topic: switch-dev install error
Replies: 2
Views: 7993

switch-dev install error

Hello, Any problem in the packages? I got this error message (12/12) checking package integrity [####################################################] 100% :: File /opt/devkitpro/pacman/var/cache/pacman/pkg/switch-tools-1.10.0-3-x86_64.pkg.tar.xz is corrupted (invalid or corrupted package (checksum)).
by HudsonBr
Mon Jun 07, 2021 5:06 pm
Forum: devkitPPC
Topic: Docker images
Replies: 1
Views: 7827

Re: Docker images

Hello,
I figure out with

Code: Select all

docker exec -it CONTAINERID /bin/sh
works

Regards.
by HudsonBr
Mon Jun 07, 2021 4:17 pm
Forum: devkitPPC
Topic: Docker images
Replies: 1
Views: 7827

Docker images

Hello, i got the docker images (devkitpro/toolchain-base, devkitpro/devkitppc) at first i tried to run devkitpro/devkitppc got the following messages: Command: docker start -a -i d9a Output: :: Synchronizing package databases... dkp-libs is up to date dkp-linux is up to date :: Starting full system ...