Login
Username:

Password:

Remember me



Lost Password?

Register now!

Sections

Who's Online
111 user(s) are online (79 user(s) are browsing Forums)

Members: 1
Guests: 110

salass00, more...

Headlines

Forum Index


Board index » All Posts (zzd10h)




Re: Odyssey 1.23 progress
Just can't stay away
Just can't stay away


@Kas1e
As building a cross-compiler system seems to be a real pain, could you share your Linux system (in ISO format) ?

Because, if you left Amiga world (as all normal man should do) we will not be able to build Odyssey again.

PS : if you are around, you could reply, too, to my another question about OWB mediaplayer, by politeness...

Go to top


Re: Odyssey 1.23 progress
Just can't stay away
Just can't stay away


@jabirulo
"Catalog (owb.catalog) doesn't seems to be closed on quit/exit, as I can't flush it from memory to test updated/fixed localization"

Even with "expunge locale.library" (or by double-clicking on libraries/Catalogs list of SysMon) ?

Go to top


Re: Odyssey 1.23 progress
Just can't stay away
Just can't stay away


@kas1e
Using second one since few times, no crash.

Go to top


Re: Odyssey 1.23 progress
Just can't stay away
Just can't stay away


@samo79

Yes, maybe the same bug. I reported here :

http://www.amigans.net/modules/xforum ... um=3&topic_id=6982&order=

Go to top


Re: Odyssey 1.23 progress
Just can't stay away
Just can't stay away


@kas1e
Many many thanks to rework on Odyssey :)

I can't test your new binary for now but I take the opportunity to ask :

Is it possible to don't start video automatically to avoid these frequent "[OWB Mediaplayer]" crashs ?

(I don't remember exactly the crash name)

thx


Go to top


Re: Updated Gnu compiler?
Just can't stay away
Just can't stay away


"or you forgot to specify -Wall when compiling it."
Ah yes, I forgot it. Stupid me !

Now even SDK example complains :
IntegerExample.c: In function 'make_window':
IntegerExample.c:88:61: warning: operation on 'Objects[0]' may be undefined [-Wsequence-point]
LAYOUT_AddChild, OBJ(OBJ_INTEGER_1) = IntegerObject,
^

Go to top


Re: Updated Gnu compiler?
Just can't stay away
Just can't stay away


@salass00
Right, thx, SetAttrs works well too.

Regarding the undefined behavior, strangely the SDK example GUI/Integer does the same ICA_TARGET assignment and when I compile it with gcc 5.3.0, no warning.

Go to top


Re: Updated Gnu compiler?
Just can't stay away
Just can't stay away


@salass00

Thank you, I don't know, I fixed it by commenting ICA_TARGET during slider object creation and by adding a SetGadgetAttrs(slider...,ICA_TARGET,integer,...) it after window creation.

edit : not better with ()

Go to top


Re: Updated Gnu compiler?
Just can't stay away
Just can't stay away


@jabirulo

Not better by initializing it but thank you ;)

Go to top


Re: AACU Challenge - QScoreBoard
Just can't stay away
Just can't stay away


ClipGrab 3.5.6 available on OS4Depot and AmiUpdate

-Ported latest 3.5.6 version

According to http://clipgrab.org/changelog :

-Fixed: Restore compatibility with YouTube
-Fixed: Restore compatibility with Dailymotion
-Improved: Quality support for Vimeo
-Improved: Better download performance for YouTube videos
-Improved: Better support for videos with high resolutions on YouTube

Go to top


Re: Updated Gnu compiler?
Just can't stay away
Just can't stay away


Compiled some of my programs.

For someones, a lot of new warnings, great !

I fixed the majority except a strange one regarding SliderObject/IntegerObject.

Is somebody knows why my IntegerObject complains ?
(if I comment ICA_TARGET, no more complaint but of course my 2 objects are no more linked)

Thanks

windows.h:5031:66: warning: operation on 'Objects[93]' may be undefined [-Wsequence-point]
LAYOUT_AddChild, OBJ(OBJ_BACKPREFS_TRANS_INTEGER) = IntegerObject,
^

LAYOUT_AddChild, OBJ(OBJ_BACKPREFS_TRANS_INTEGER) = IntegerObject,
GA_ID, OBJ_BACKPREFS_TRANS_INTEGER,
GA_RelVerify, TRUE,
GA_TabCycle, TRUE,
INTEGER_MaxChars, 3,
INTEGER_Minimum, 0,
INTEGER_Maximum, 255,
INTEGER_Number, TRANSPARENT_LEVEL,
INTEGER_SkipVal, 1,
End, // Integer

LAYOUT_AddChild, OBJ(OBJ_BACKPREFS_TRANS_SLIDER) = SliderObject,
GA_ID, OBJ_BACKPREFS_TRANS_SLIDER,
GA_RelVerify, TRUE,
SLIDER_Min, 0,
SLIDER_Max, 255,
SLIDER_Level, TRANSPARENT_LEVEL,
SLIDER_KnobDelta, 10,
SLIDER_Orientation, SLIDER_HORIZONTAL,
SLIDER_Ticks, 21,
SLIDER_ShortTicks, TRUE,
ICA_TARGET, OBJ(OBJ_BACKPREFS_TRANS_INTEGER),
ICA_MAP, slider,
End, // Slider


Go to top


Re: Updated Gnu compiler?
Just can't stay away
Just can't stay away


@Raziel

Thank you but finally I succeeded by

1) renaming my SDK:gcc/bin/gcc to gcc.OLD
2) changing my CC in my MakeFile from SDK:gcc/bin to GCC:bin/gcc

compilation OK !

Go to top


Re: Updated Gnu compiler?
Just can't stay away
Just can't stay away


Tried the delete APPDIR:#? and the copy newlib into the new adtools but still

gcc:ppc-amigaos/bin/ld: cannot find -lgcc
gcc:ppc-amigaos/bin/ld: cannot find -lgcc_eh


Go to top


Re: THE DREAM OF ROWAN. A brand new game for Amiga 68k
Just can't stay away
Just can't stay away


@LiveForIt
At least, my comment was not useless, glad that you find it funny (even if I don't know why, certainly because regarding AMOS I don't have negative prejudice, I don't know this langage)

Go to top


Re: THE DREAM OF ROWAN. A brand new game for Amiga 68k
Just can't stay away
Just can't stay away


@Amiten
Hi,
I just tried under OS4FE, your demo freezes directly my system.

edit : Sorry, I didn't noticed that it was a 68k game. Tried under UAE/OS4 and stuck at "Press fire to continue".

edit edit : Nevermind, my joystick seems not operating under UAE (I never use UAE).


Edited by zzd10h on 2016/1/1 22:20:12
Go to top


Re: SMTube : new version on OS4Depot
Just can't stay away
Just can't stay away


@magnetic
Before to reply to your question, did you read my questions in my previous reply ?

@walkero
Hi Georges,
Is Sashimi (or serial) says something when your system crashs ?
I had some freezes months ago when I opened Settings window but now all is fine.

Are you sure to have all the latest Qt components (libQtCore, Qt libs...)

Please, check here :
http://www.amigans.net/modules/xforum ... t_id=94635#forumpost94635

Go to top


Re: zTools on AMIStore : updates and suggestions thread
Just can't stay away
Just can't stay away


Posted as News too.

zTools 2.2 available on AMIStore

Resized Image
zTools 2.2, new free update, is now available on AMIStore.

This december version contains some enhancements for FastView, SysMon, WebReplay, FastCompress, aTunes, FlipPaper, AttachMail, CPUDock, RAMDock, GFXDock mainly focused to support some functions of the announced A-Eon WB Enhancer Package.

Resized Image





Resized Image
-FastView 4.5

* Added "Open ClipViewer" edit menu option.
ClipViewer required (Enhancer Software package)

* Added "Copy picture in Clipboard" edit menu option.

* Added "Sound Ringhio" preferences option to allow to enable/disable sound in Notifications
Ringhio Notification Server 53.33+ required (Enhancer Software package)

* Fixed a crash when using FastView during OS load and AutoThmbnail OFF
Thanks to Allan 'ddni' Ullmann for the report/tests

* Capture file extension is now lowercase

* Fixed some Capture settings that were missing in capture name determination*


Resized Image
-SysMon 5.4

* Added RageMem & SDLbench results for X5000

* Added "Sound Ringhio" preferences option to allow to enable/disable sound in Notifications
Ringhio Notification Server 53.33+ required (Enhancer Software package)


Resized Image
-WebReplay 2.7

* Added INA french archive TV website support
http://www.ina.fr/

* Fixed an A website (see ReadMe for more informations)


Resized Image
-FastCompress 3.0

* Added Ringhio Sound support.

Tooltype RINGHIO_SOUND_SUPPORT= ON/OFF (default OFF)
Tooltype SOUND_VOLUME can be used to overide default Ringhio volume setting
Ringhio Notification Server 53.33+ required (Enhancer Software package)


Resized Image
-aTunes & aTunes Cover AAmp 3.2

* Added "Open ClipViewer" edit menu option.
ClipViewer required (Enhancer Software package)

* Added "Copy picture in Clipboard" edit menu option.

* aTunes_Cover_AAmp only, added "Sound Ringhio" preferences option to allow to enable/disable sound in Notifications
Ringhio Notification Server 53.33+ required (Enhancer Software package)


Resized Image
-FlipPaper 2.6

* Added "Sound Ringhio" Auto backdrops change option to allow to enable/disable sound in Notifications
Ringhio Notification Server 53.33+ required (Enhancer Software package)

Resized Image
Resized Image
-AttachMail 2.1
-CPUDock 51.0
-RAMDock 51.0
-GFXDock 51.0

* Added Ringhio Sound support.

Tooltype RINGHIO_SOUND_SUPPORT= ON/OFF (default OFF)
Tooltype SOUND_VOLUME can be used to overide default Ringhio volume setting
Ringhio Notification Server 53.33+ required (Enhancer Software package)


See you in 2016.
Guillaume 'zzd10h'

Go to top


Re: SMTube : new version on OS4Depot
Just can't stay away
Just can't stay away


@tommysammy
Why use a mplayer config file ? Why don't add the options in MPLAYER_OPTION parameter ?

Nevertheless, if the mplayer config file can be specified with a mplayer option, it should work (never tested)

Go to top


Re: SMTube : new version on OS4Depot
Just can't stay away
Just can't stay away


@magnetic

What is your "MPLAYER_OPTION" and your version of mplayer ?

Maybe you could try a different MPlayer ?

On my non-overlay system, i use "-ao sdl" for the sound, maybe it will solves your problem.

Go to top


Re: SMTube : new version on OS4Depot
Just can't stay away
Just can't stay away


@ChrisH

Me too I argued that I want to be able to totally delete SMTube drawer without to lose the settings => not in PROGDIR:

But if you look at the REXX, you can specify another location

Go to top



TopTop
« 1 ... 7 8 9 (10) 11 12 13 ... 70 »




Powered by XOOPS 2.0 © 2001-2023 The XOOPS Project