Search found 281 matches

by thyphoon
Thu Mar 07, 2024 5:09 pm
Forum: Bugs - Windows
Topic: [PB6.10B7] StartDrawing(ScreenOutput()) clear screen ?
Replies: 1
Views: 160

[PB6.10B7] StartDrawing(ScreenOutput()) clear screen ?

Hello, When i use StartDrawing(ScreenOutput()) after DisplaySprite() ...the sprite is no displayed can anyone else confirm the problem? A fast write code to test the problem. change #WITHBUG=#False to #WITHBUG=#True on the first line to see the problem. #WITHBUG=#False InitSprite() InitKeyboard() Pr...
by thyphoon
Fri Mar 01, 2024 4:17 pm
Forum: Announcement
Topic: PureBasic 6.10 LTS is out !
Replies: 283
Views: 36135

Re: PureBasic 6.10 beta 6 is out !

I just wanted to take a moment to thank the PureBasic team for creating such an amazing programming language. I've been using PureBasic for almost 20 years now, and it has been an absolute pleasure to work withπŸ₯³. But ! Please add a flip sprite function to the sprite library in 6.10. That's the only ...
by thyphoon
Thu Jan 04, 2024 2:38 pm
Forum: Coding Questions
Topic: Help Debug Thumbnails code with Thread
Replies: 12
Views: 681

Re: Help Debug Thumbnails code with Thread

juergenkulow wrote: ↑Fri Dec 29, 2023 9:10 am Have you tried x64dbg to find the causing thread and the real RIP and the real PureBasic line?
With Ctrl-F8 I got the following log:
Thanks, I'll check that out.
by thyphoon
Thu Jan 04, 2024 2:27 pm
Forum: Coding Questions
Topic: Help Debug Thumbnails code with Thread
Replies: 12
Views: 681

Re: Help Debug Thumbnails code with Thread

Btw.: I found a deadlock: In Free() you try to LockMutex() But it is already locked before you call Free(). And you start the thread LoadFromIndex() many times when it is already running. Don't know if this is 'not bad'. I just discovered that my crashes were due to my antivirus. Once quit I no lon...
by thyphoon
Thu Dec 28, 2023 8:28 pm
Forum: Coding Questions
Topic: Help Debug Thumbnails code with Thread
Replies: 12
Views: 681

Re: Help Debug Thumbnails code with Thread

I still end up having a crash even though it may take a little time.

I use PB 6.04LTS(x64)πŸ€”
by thyphoon
Thu Dec 28, 2023 7:01 pm
Forum: Coding Questions
Topic: Help Debug Thumbnails code with Thread
Replies: 12
Views: 681

Re: Help Debug Thumbnails code with Thread

You get the error during loading the images and hold the scrollbar at top and then on bottom? Yes with your code too [18:53:49] [ERROR] Mode Thumbnails V7.1.pb (Line: 431) [18:53:49] [ERROR] Invalid memory access. (write error at address 0) usually after loading the images. Going up and down severa...
by thyphoon
Thu Dec 28, 2023 6:20 pm
Forum: Coding Questions
Topic: Help Debug Thumbnails code with Thread
Replies: 12
Views: 681

Re: Help Debug Thumbnails code with Thread

First try and I get an error in 974 list has no current element. If you work with threads and a list, you can not disrupt the list by slecting different entries at different programm positions. You need a mutex to avoid this and it is better to use the pointer to the element for further actions, be...
by thyphoon
Thu Dec 28, 2023 5:10 pm
Forum: Coding Questions
Topic: Help Debug Thumbnails code with Thread
Replies: 12
Views: 681

Help Debug Thumbnails code with Thread

Hello πŸ˜ŠπŸ‘‹ I hope some Purebasic superheroes are around.🦸😜 3 years I've been working on this code, and I tell myself it's time I find out what's wrong. I don't understand where is the Error 😱. Try this code. And get a folder with many jpg images. Up and Down ... after a little time I have an error [16...
by thyphoon
Sun Dec 24, 2023 2:52 pm
Forum: Announcement
Topic: PureBasic 6.10 LTS is out !
Replies: 283
Views: 36135

Re: PureBasic 6.10 beta 1 - Xmas Release - is out !

Fantastic πŸ₯³Best christmas present πŸ₯°πŸ₯°πŸ₯°πŸ₯° Thanks Fred and The Pb Team !
by thyphoon
Sat Aug 26, 2023 9:01 am
Forum: Announcement
Topic: [Windows x64] RSOUND - RetroSound library - DEV
Replies: 6
Views: 1900

Re: [Windows x64] RSOUND - RetroSound library - DEV

Thanks for you share πŸ₯°
by thyphoon
Fri Aug 18, 2023 11:19 am
Forum: Bugs - Windows
Topic: [Done] Can't Include file with path with accent [PB 6.03Beta4]
Replies: 3
Views: 1097

[Done] Can't Include file with path with accent [PB 6.03Beta4]

Hello, I take an old project and it can't compil because it can't include file because theire are accent in path ! I know in not a good idea to use accent in path but it's not my decision :P this don't work IncludeFile "C:\Users\thyph\Desktop\projets privΓ©s\db.pbi" but if i rename "pr...
by thyphoon
Sat Apr 01, 2023 2:48 pm
Forum: Off Topic
Topic: Happy Birthday, Fred!
Replies: 18
Views: 1278

Re: Happy Birthday, Fred!

Happy Birthday ! πŸ₯³πŸŽ‚πŸŽ‰πŸΎπŸ₯‚πŸŽŠ
by thyphoon
Sun Dec 18, 2022 3:18 pm
Forum: Bugs - Linux
Topic: PB x.xx WindowedScreen Mouse library
Replies: 2
Views: 618

Re: PB x.xx WindowedScreen Mouse library

i have the same problem ! have you find a solution ? πŸ˜…
by thyphoon
Sun Dec 18, 2022 2:50 pm
Forum: Linux
Topic: Ubuntu 20.04 LTS and InitSOund() Error
Replies: 2
Views: 367

Re: Ubuntu 20.04 LTS and InitSOund() Error

mk-soft wrote: ↑Sun Dec 18, 2022 3:11 am Works here under Ubuntu 20.04

all packets installed? Link Sinple install of Purebasic ...
Thanks it's perfect
by thyphoon
Sat Dec 17, 2022 8:40 pm
Forum: Linux
Topic: Ubuntu 20.04 LTS and InitSOund() Error
Replies: 2
Views: 367

Ubuntu 20.04 LTS and InitSOund() Error

I will never understand how in 2022 we still manage to make the simple installation of an application under linux so complicated.πŸ˜…πŸ˜…πŸ˜… In short: When I use InitSound() I have this error message.😱 https://zupimages.net/up/22/50/iocg.png However, I followed the Purebasic installation recommendations. So...