Login
Username:

Password:

Remember me



Lost Password?

Register now!

Sections

Who's Online
57 user(s) are online (33 user(s) are browsing Forums)

Members: 2
Guests: 55

mufa, sailor, more...

Support us!

Headlines

Forum Index


Board index » All Posts (ChrisH)




Re: How to update my email address
Home away from home
Home away from home


@walkero Quote:
Let me know if the above will work for you.


Thanks! I was able to send a PM that way.

Quote:
I will have a look why you can't access someone's profile the way you tried. Maybe there is a bug somewhere.


It appears intentional, because I am unable to view the Profile of any admin/moderator, but I have no problem with any other members. I assume it's like that for everyone who isn't a moderators/admin.

Author of the PortablE programming language.
Go to top


Re: How to update my email address
Home away from home
Home away from home


@clint Quote:
Send a meesage to Rigo

@walkero Quote:
You can PM me as well and I can do that change for you


How are we supposed to do that, when it's not possible to PM any moderator/admin?

i.e. If I click on the name of a mod/admin, I am blocked from viewing their profile (where their "Send Message" button would be found), and instead get redirected to my own profile page, and briefly see the pop-up error message "Sorry, you don't have the permission to access this area."

I am in the same predicament that I need to change the email address of my account.

Author of the PortablE programming language.
Go to top


Re: NetSurf 3.11 has been released!
Home away from home
Home away from home


I have same problem. Upgraded from NetSurf 3.10 to 3.11, and now no websites load, it just gives errors like this:

Error occurred fetching page
An error occurred when connecting to www.google.co.uk
Couldn't resolve host name

Author of the PortablE programming language.
Go to top


Re: SDK 54.16
Home away from home
Home away from home


@walkero Quote:
if I recall correctly, there was a discussion somewhere that this should be added at the default compilation flags, but some people objected because that would add an overhead even on applications that do not use it.

I don't think that overhead matters if you can't even compile trivial C++ programs.

Also, would -athread=single really add overhead? Seems like it's for single-threaded programs.

Author of the PortablE programming language.
Go to top


Re: SDK 54.16
Home away from home
Home away from home


@kas1e Quote:
Also, when you use C++, dont' forget to use -athread=native when compile objects, it was added somewhere in last years.

@salass00 Quote:
If you get undefined references to __gthread_#? with newer gcc it just means that you need to add -athread=single (or -athread=native if your code uses C++ threads) when linking.

Thanks, this solves my problem... but if OS4's GCC is unable to compile most C++ code without some magical option (undocumented by the SDK), then that (1) seems like a bug, and (2) seems very bad design.

-athread also doesn't work with GCC v6 or earlier, so it's not possible to have one set of options that works for different GCC versions.

Author of the PortablE programming language.
Go to top


Re: SDK 54.16
Home away from home
Home away from home


SDK 54.16 doesn't seem able to compile any non-trivial Amiga C++ programs, when using GCC v8 or later (some kind of linker errors). But it does work with GCC v6.

Is this a known bug?

Author of the PortablE programming language.
Go to top


Re: Amigaworld.net what is going on over there?
Home away from home
Home away from home


@328gts Quote:
been like that for a while sadly especially sad because A-Eon and Amigakit own the site go figure

Are you sure?!? I thought they owned Amiga.org not AmigaWorld:
http://www.amiga.org/

Author of the PortablE programming language.
Go to top


Re: Tutorial : How to install Warp3DNova, Bridge, MiniGL, Ogles2, and WarpOS emu
Home away from home
Home away from home


@kas1e
Any chance of an explanation of which hardware you need for which software features to work? e.g. Which graphics cards (and possibly Amiga motherboards) do you need for Video Acceleration Library (hardware video decoding), and for the best 3D features?

Author of the PortablE programming language.
Go to top


Re: Does anyone have the linux hosted cross-compilers?
Home away from home
Home away from home


@MickJT
Quote:
The undefined references to _Unwind_SjLj_Unregister etc. It's a problem on 4.2.4 as well. I've been able to use ppc-amigaos-gcc and -lstdc++ to link so it hasn't been big issue for me yet.

Thanks for mentioning this work-around. I may not end-up using it, but it's useful to have a backup solution...

Author of the PortablE programming language.
Go to top


Re: Cross compilation first steps
Home away from home
Home away from home


@afxgroup
Quote:
you have to link the exe with -lgcc_eh with 4.4.4

I know this was a looong time ago, but many thanks for this tip. Not sure I would have been able to solve my problem without this obscure solution.

Author of the PortablE programming language.
Go to top


Re: Should I expect better video playback performance? (Southern Island/X1000 Updates)
Home away from home
Home away from home


@mbrantley
Quote:
I have held off buying the newest DVPlayer or the more recent Enhancer release(s) until all the pieces are out and the prices and capabilities of the software are clear. What I'm hoping to achieve is 1080p or better full speed video playback on an X1000, and preferably using the more than capable Southern Islands cards I already own. ... Once it's clear what's being sold and for how much and that it's going to work as advertised, I'll be ready to buy into it

You pretty much summarise my position. There are too many separate components, it's not very clear which ones are need for acceleration of different software, nor whether some components require other components - nor what their hardware compatibility is. (Unless you've been closely following every single release as it occured, which I haven't as I have unfortunately been out of the loop.)

Author of the PortablE programming language.
Go to top


Re: SMBFS / SMBMOUNTER Bug
Home away from home
Home away from home


For "a large file" it would probably be helpful to know how large? 100MB? 1GB 2.5GB 5GB?

I have a feeling that SMBFS doesn't support files over 2GB in size, but I could be wrong.

Go to top


Re: Any way for YouTube videos to auto-start in full-screen mode?
Home away from home
Home away from home


@MamePPCA1
Quote:
I am on the same league as you ChrisH,trying to do such things on youtube with the videos

For me this works well for playing YouTube videos in a window or full screen:
http://www.os4depot.net/index.php?fun ... le&file=video/misc/yt.lha
Except it's missing some way to launch it from Odyssey.

(I wrote some scripts to launch it from NetSurf, which works well enough for my use case...)

I had thought it had stopped working, but it seems I was mistaken.

Go to top


Any way for YouTube videos to auto-start in full-screen mode in Odyssey?
Home away from home
Home away from home


Does anyone know how to make YouTube videos auto-start in full-screen mode in Odyssey?

I suspect this would be very easy if I knew anything about how YT plays videos and/or how the script hooks into that. The "YouTube_Fullscreen_Fix.js" seemingly calls allHTMLTags[i].webkitEnterFullScreen(); to enter fullscreen, so it seems I just need to find the right way to call it from the script...

Adverts at the start of videos cause Odyssey to choke badly (playback halts & even restart the ad from scratch), but I think if I could get it to full-screen then it should at least be fast enough to play for a few seconds until I can click Skip Ad.

P.S. I also tried using the latest EasyList block list from Ad Block Plus, but that doesn't seem to block YT adverts (I guess it needs something cleverer running at the JavaScript level).

EDIT: Made title clearer I am asking about Odyssey.


Edited by ChrisH on 2022/2/21 21:36:06
Edited by ChrisH on 2022/2/21 21:37:11
Go to top


SMTube no-longer working?
Home away from home
Home away from home


Is the SMTube (20.1) on OS4Depot the latest version available?

It doesn't seem to be working for me

Go to top


Re: Where get YouTube scripts for new Odyssey?
Home away from home
Home away from home


OK, I misunderstood the instructions. It's not downloading new Scripts, it's 'reinstalling' the provided new Scripts!

So the "deleting" of the scripts is really clicking Remove in the Scripts window, then Add them again.

(And I was looking for a YouTube_HTML5_Converter.js script. It seems that's actually just Youtube.js - but appears as Youtube HTML Converter in the Scripts window.)

Author of the PortablE programming language.
Go to top


(Solved) Where get YouTube scripts for new Odyssey?
Home away from home
Home away from home


The news item for the new Odyssey says this:
Quote:
-- new scripts for youtube from MorphOS guys (c) Andrea (?), so to make accelerated video player works again with changed youtube.
1). Delete in your scripts Youtube Fullscreen Fix and Youtube HTML5 Converter. Restart Odyssey and add again but this time new scripts (so allowed sites and stuff will be new ones)
2). Add to URL preferences http://youtube.com with spoof as Ipad 6.1. So it will always switch to the mobile version
3). Now on any video when you click on any part of the video, you will have in the right/bottom area gadget to expand the video: clicking on it will bring our accelerated media player back.

But gives no hint as to where to find these new scripts. Can someone point me in the right direction? I don't follow MorphOS, so I don't know where to look.


Edited by ChrisH on 2022/1/9 14:23:35
Author of the PortablE programming language.
Go to top


Re: YouTube playback stuttering problem, due to very slow streaming, help!
Home away from home
Home away from home


Yeah, the newly updated YT seems to work great. In fact probably better than before, as I used to have issues with 720p, where-as now 720p works great (at least with some caching enabled in MPlayer).


Edited by ChrisH on 2021/12/12 12:08:23
Author of the PortablE programming language.
Go to top


Re: YouTube playback stuttering problem, due to very slow streaming, help!
Home away from home
Home away from home


@MickJT
It would be great if you did. I tried some simple tricks with user agent, referrer, and cookies, without luck.

Author of the PortablE programming language.
Go to top


Re: YouTube playback stuttering problem, due to very slow streaming, help!
Home away from home
Home away from home


@tekmage & @ktadd
Thanks for confirmation it's YouTube that seems to be doing the throttling. I have one work-around I want to try.

Author of the PortablE programming language.
Go to top



TopTop
(1) 2 3 4 ... 157 »



Polls
Running AmigaOS 4 on?
AmigaOne SE/XE or microA1 12% (26)
Pegasos2 3% (8)
X5000 22% (48)
X1000 14% (30)
A1222 8% (19)
Sam 440/460 18% (40)
Classic PowerPC Amiga 2% (6)
WinUAE emulation 7% (16)
Qemu emulation 9% (21)
Total Votes: 214
The poll closed at 2025/12/1 12:00
6 Comments


Powered by XOOPS 2.0 © 2001-2024 The XOOPS Project