Search found 31 matches

by Murmel
Sun May 08, 2011 5:14 pm
Forum: Designer bugs
Topic: Winxp PNG Bug ?
Replies: 5
Views: 13724

Winxp PNG Bug ?

Hi. I write this little Game under MorphOS with Designer 3.0 and Hw4.8 MorphOS2.7+OS3 works fine, OS4 not tested. WinXP brings an Error "Image file blackjack.png is in an unkown/unsupported Format! Game http://www.skyfighters.org/blackjack2.zip PNG http://www.skyfighters.org/blackjackproblem.pn...
by Murmel
Tue Jun 29, 2010 1:20 am
Forum: Hollywood bugs
Topic: Problem with Quakelaunch on Aros
Replies: 8
Views: 10426

Re: Problem with Quakelaunch on Aros

Mazze wrote:Can I have a binary of the AROS port for testing? I've build AROS with debugging support which might help with bug hunting.
Hi.

The Aros Version is here http://aminet.net/game/shoot/quakelauncharos.lha

Bye,

Murmel
by Murmel
Thu Apr 29, 2010 1:44 am
Forum: Newbie questions
Topic: Problems with empty spaces
Replies: 1
Views: 3651

Problems with empty spaces

Hello. Sorry my English ist not so good :/ I have a Problem with result=Exists(game$) This work Fine without Empty Spaces in game$. A Test empty Space at Start in game$ , and i have Problem with this command. (The File ist not Found) Is there a solution for the empty Spaces Problem, except to ban? T...
by Murmel
Mon Apr 26, 2010 12:03 am
Forum: Newbie questions
Topic: Filerequest Problem on Win
Replies: 4
Views: 6715

Re: Filerequest Problem on Win

edit not work ;) No Windows saves the Path correct with Space This code reads no spaces ;---Game.exe einlesen--- OpenFile(2, "game.txt") game$ = ReadLine(2) CloseFile(2) game1$ = FilePart(game$) ;Enthält nur den Namen der Game.exe, und nicht den Pfad game1$ = LeftStr(game1$,14) ;Beschränku...
by Murmel
Sun Apr 25, 2010 1:31 pm
Forum: Newbie questions
Topic: Filerequest Problem on Win
Replies: 4
Views: 6715

Re: Filerequest Problem on Win

Hi.

Thanks for the tip:)
However, the problem remains under winxp 64bit
by Murmel
Sun Apr 25, 2010 12:15 am
Forum: Newbie questions
Topic: Filerequest Problem on Win
Replies: 4
Views: 6715

Re: Filerequest Problem on Win

Sorry edit not work ? Function save The saved Path is correct ;---Funktion Game.exe abspeichern Function fSaveGameExe(msg) ;---Prüfung ob exe auch existiert--- result=Exists(game$) If result <> 1 SystemRequest("Information","No Game Executable found","OK") Gamefound = 0...
by Murmel
Sat Apr 24, 2010 11:32 pm
Forum: Newbie questions
Topic: Filerequest Problem on Win
Replies: 4
Views: 6715

Filerequest Problem on Win

Hi. I have problems with this code on Windows. This save the new Game.exe game$ = FileRequest("Select your Game.exe","") If game$ = "" ;Print("Requester cancelled!") Else game1$ = FilePart(game$) game1$ = LeftStr(game1$,14) ;Beschränkung auf 14 Zeichen sonst ü...
by Murmel
Mon Apr 19, 2010 6:34 pm
Forum: Hollywood bugs
Topic: Problem with Quakelaunch on Aros
Replies: 8
Views: 10426

Re: Problem with Quakelaunch on Aros

First I'm sorry for this thread oo
I tested quakelaunch now at Aros Live from 20/3/2009 and it works fine. So it seems in fact to be a bug in Aros.
by Murmel
Mon Apr 19, 2010 3:30 am
Forum: Hollywood bugs
Topic: Problem with Quakelaunch on Aros
Replies: 8
Views: 10426

Re: Problem with Quakelaunch on Aros

Hello Murmel, Andreas surely will answer about your problem, but from the screenshots seems you are using the old 0.6 beta, if you have Hollywood 4.5 I suggest you to try the latest ScuiLib 0.7 WIP that is quiet stable and have a lot of new features and fixes, as stated here . Hi Alllanon Thx for y...
by Murmel
Mon Apr 19, 2010 3:15 am
Forum: Hollywood bugs
Topic: Problem with Quakelaunch on Aros
Replies: 8
Views: 10426

Re: Problem with Quakelaunch on Aros

Well, there's not much I can say here because I don't know this tool. I'd need the exact location in the source code that crashes to say if this is a Hollywood or an AROS bug. It's very likely to be an AROS issue, though, because it's working on all other systems. Keep in mind that nightly builds a...