Login
Username:

Password:

Remember me



Lost Password?

Register now!

Sections

Who's Online
110 user(s) are online (58 user(s) are browsing Forums)

Members: 1
Guests: 109

VooDoo, more...

Headlines

Forum Index


Board index » All Posts (ZeroG)




Re: Do I need Windows keys?
Not too shy to talk
Not too shy to talk


@Rigo
Quote:

I had to write a small program that changes the R-Alt key into a R-Command

Why did you have to write a program for this?

That should be possible with the UBoot variable kbddev_mapping for PS/2 keyboards or the HID environment variables for USB keyboards.
See SYS:Documentation/Keyboards.doc

Or did i miss something?

Go to top


Re: AmigaOne can't get video signal
Not too shy to talk
Not too shy to talk


@MamePPCA1

Have you checked the battery?

Go to top


Re: MPlayer and corrupted video
Not too shy to talk
Not too shy to talk


@GrumpyOldMan

You could try some different settings in the "Size and Aspect" part of the "Video" tab in MPlayer-GUI.

And you could try the non-altivec version of MPlayer, last time i checked there where some bugs in the altivec code.

Go to top


Re: AOS4 problem: warpDT demo version requester, when booting...
Not too shy to talk
Not too shy to talk


@K-L
Quote:

Are you sure it is right to post private mails on public forums ?

That was a quote from a public statement...

Go to top


Re: AOS4 problem: warpDT demo version requester, when booting...
Not too shy to talk
Not too shy to talk


@Mrodfr

As far as i know Futaura?is a OS4 developer, the datatypes of OS4.x are cutdown version of his WarpDTs.

Go to top


Re: USB Printers & OS4.1 on Samflex
Not too shy to talk
Not too shy to talk


@328gts
Let the app crash, open a shell and type
Quote:

dumpdebugbuffer ram:log.txt

Go to top


Re: OWB 3.27
Not too shy to talk
Not too shy to talk


@GrumpyOldMan

Crashlog?

Go to top


Re: Micro A1 graphics question
Not too shy to talk
Not too shy to talk


@graffias79

Try to enable DDC in Prefs/ScreenMode and check what happens.

Go to top


Re: Dynamic linker problem?
Not too shy to talk
Not too shy to talk


@phx

elf.library 53.12 (OS4.1 Update2) is still unable to resolve symbol 'beta'. But it does not crash anymore, it now gets suspended.

Go to top


Re: Music Tagger
Not too shy to talk
Not too shy to talk


@mcleppa

music tagger? something like id3-tags?

Go to top


Re: UnArc / DefIcons question
Not too shy to talk
Not too shy to talk


@kas1e
Quote:

Btw, where is setting which say to WB than need spawn UnARC for archives ?

SYS:Prefs/DefIcons : doubleclick on the filetype you want to edit in the left listbrowser, RAWBInfo will popup and allow you to edit the default tool.

Go to top


Re: Screen Blanker dev
Not too shy to talk
Not too shy to talk


@freddix

OS4.x Screenblankers are Libraries... and Libraries don't have a main() function.

If you already know how to create a Library, simply download one of RWOs Blankers and use it as a starting point.
http://www.os4depot.net/index.php?fun ... bmitter=Rene%20W.%20Olsen

Go to top


Re: What about the game SIN?
Not too shy to talk
Not too shy to talk


@Helgis
Quote:

Well, it's not entirely true that it's about how powerful the hardware is to run the game, as previous Amiga-systems where not powerful enough...

That part is changing now...


Nothing changed because "previous Amiga-systems" are CyberstormPPC or BlizzardPPC cards running OS3.x in that case.

SIN is based on the Quake2 engine and the PC version has the following system requirements: 166MHz CPU, 32MB RAM, 2MB video card.

Every OS4.1 hardware has more than enough power to run that game...

Go to top


Re: What about the game SIN?
Not too shy to talk
Not too shy to talk


@Helgis
Quote:

Well, at lot has changed since then, so it might be actual now.

Nothing has changed.
It's not about hardware power or missing features in the OS - there is simply nobody with time to port that game.

Go to top


Re: What about the game SIN?
Not too shy to talk
Not too shy to talk



Go to top


Re: Dynamic linker problem?
Not too shy to talk
Not too shy to talk


@phx

I get a requester from elf.library saying "Unable to resolve symbol 'beta'".

The requester has only one button labeled "Okay" and if i click it it summons the grimreaper (DSI error).

Do you (or somebody else) need the crashlog?

Go to top


Re: Dynamic linker problem?
Not too shy to talk
Not too shy to talk


@kas1e

I'm the wrong person for that question, i am only a user that sometimes tries to code something. You should ask that a coredeveloper and / or someone from the SDK team.

Go to top


Re: Dynamic linker problem?
Not too shy to talk
Not too shy to talk


@phx
Quote:

But does it solve the above mentioned problem?

I don't know, but i could test it for you...
Quote:

And I'm not a registered user.

Why?
The updates are free and it does not make much sense to develop for betaversions (or "final"version that can be updated -for free- (OS4.1 for A1 und peg2) of OS4.1 that nobody should run anymore. If you want to support OS4.0 it's best to use static linking, dynamic linking is very buggy in 4.0.

Go to top


Re: Dynamic linker problem?
Not too shy to talk
Not too shy to talk


@phx

OS4.1 Update1 includes elf.library 53.10.

Go to top


Re: Any takers for my Final Fantasy XIII (small routine)
Not too shy to talk
Not too shy to talk


@Slayer
#include <stdio.h>

void main()
{
    
int base 800;
    
int rate 180;
    
int level 12;

    
int result base;
    
int count 0;

    for(
level level -1count levelcount++)
    {
        
base base rate;
        
result result base;
    }
    
printf("result: %d\n"result);
}

Go to top



TopTop
« 1 2 3 (4) 5 6 7 ... 20 »




Powered by XOOPS 2.0 © 2001-2023 The XOOPS Project