PureBasic 4.60 RC 2

Developed or developing a new product in PureBasic? Tell the world about it.
User avatar
Kuron
Addict
Addict
Posts: 1626
Joined: Sat Oct 17, 2009 10:51 pm
Location: Pacific Northwest

Re: PureBasic 4.60 RC 2

Post by Kuron »

falsam wrote:
Psychophanta wrote:But meshmanual.pb and meshmanualfred.pb doesn't work here
I have no problem with these codes. Test with :
Window 7, DirectX 11
This is impossible since PB's 3D engine can't use DX 11. If it is running for you on 7, it is because you have downloaded and installed DirectX 9 at some point.
Best wishes to the PB community. Thank you for the memories. ♥️
User avatar
falsam
Enthusiast
Enthusiast
Posts: 632
Joined: Wed Sep 21, 2011 9:11 am
Location: France
Contact:

Re: PureBasic 4.60 RC 2

Post by falsam »

Kuron wrote:This is impossible since PB's 3D engine can't use DX 11. If it is running for you on 7, it is because you have downloaded and installed DirectX 9 at some point.
DxDiag wrote:Version DirectX : DirectX 11
I probably DirectX9 since i have Window7 :)
DirectX9c DirectX11 and can live together on the same computer.

➽ Windows 11 64-bit - PB 6.21 x64 - AMD Ryzen 7 - NVIDIA GeForce GTX 1650 Ti

Sorry for my bad english and the Dunning–Kruger effect 🤪
User avatar
Kuron
Addict
Addict
Posts: 1626
Joined: Sat Oct 17, 2009 10:51 pm
Location: Pacific Northwest

Re: PureBasic 4.60 RC 2

Post by Kuron »

falsam wrote:
DxDiag wrote:Version DirectX : DirectX 11
And this means what? You are NOT testing under DX 11 as the 3D engine isn't capable of using DX 11. You are using DX9 for testing on Windows 7, as the engine would not work otherwise. Even the OpenGL subsystem is using DX9 for input.
Best wishes to the PB community. Thank you for the memories. ♥️
spacebuddy
Enthusiast
Enthusiast
Posts: 356
Joined: Thu Jul 02, 2009 5:42 am

Re: PureBasic 4.60 RC 2

Post by spacebuddy »

Mac bugs are still present, have any of the bugs for the Mac version been fixed or looked at?

Right clicking the editor still crashes PB under OS/X Lion. :(
Polo
Addict
Addict
Posts: 2422
Joined: Tue May 06, 2003 5:07 pm
Location: UK

Re: PureBasic 4.60 RC 2

Post by Polo »

spacebuddy wrote:Mac bugs are still present, have any of the bugs for the Mac version been fixed or looked at?

Right clicking the editor still crashes PB under OS/X Lion. :(
Not fixed as they are not fixed in the bug forum, I'm sure F&F have started to look at them though!
Must be quite tricky, as I guess they are linked to their Mac port of Scintilla.
User avatar
electrochrisso
Addict
Addict
Posts: 989
Joined: Mon May 14, 2007 2:13 am
Location: Darling River

Re: PureBasic 4.60 RC 2

Post by electrochrisso »

Wow :P , what can I say, the 3D examples worked great Fred and PB team, even on my acer netbook, win7 starter, and helps me see how good PB is at handling a variety of 3D and I believe PB will might well end up being one of the top choices for game development in the near future, as well as other stuff like visual effects production etc. :D
The speed and smoothness of the animations was phenomenal, even on this machine with bottom of the heap graphics chip.

I did get VisC++ runtime errors with Sound3D, WorldDebug.pb_WorldDebug(#PB_World_DebugBody) and ThirdPerson.pb though. I expect it might have something to do with the runtime version I have installed on this machine.

FPSFirstPerson.pb worked like a charm and I agree that Deled is a great and powerful 3D editor too, obviously a good companion 3D editor for PB, it is freeware, but I am not sure if free for commercial use, I think it might be, the license is quite detailed and I only had a quick look before I wrote this.

Great work and well worth the wait you guys. :wink:
PureBasic! Purely the best 8)
akee
Enthusiast
Enthusiast
Posts: 496
Joined: Wed Aug 18, 2004 9:52 am
Location: Penang, Malaysia

PureBasic 4.60 RC 2 - IDE

Post by akee »

I reported this about the IDE before. Anyway...

If you turn on Themes, you cannot use the shortcut letter. Note it is the letter and not the shortcut key.

Example to save, you use Alt-F, then press 'S'. If themes are on, there is only a beep. If it is off, Alt-F, 'S' works fine. :)
User avatar
Kuron
Addict
Addict
Posts: 1626
Joined: Sat Oct 17, 2009 10:51 pm
Location: Pacific Northwest

Re: PureBasic 4.60 RC 2

Post by Kuron »

electrochrisso wrote:ThirdPerson.pb though. I expect it might have something to do with the runtime version I have installed on this machine.

FPSFirstPerson.pb worked like a charm
Hmmm... I don't have either of those examples in my version of RC2 :cry:
Best wishes to the PB community. Thank you for the memories. ♥️
shiftex
New User
New User
Posts: 4
Joined: Thu Sep 22, 2011 6:25 pm

Re: PureBasic 4.60 RC 2

Post by shiftex »

- Purebasic 4.60 RC 2
- received error in ThirdPerson.pb and Tank.pb at RenderWorld(60)

[ERROR] ThirdPerson.pb (Line: 201)
[ERROR] Invalid memory access. (read error at address 12)

and

[ERROR] Tank.pb (Line: 233)
[ERROR] Invalid memory access. (read error at address 12)

this happened before and after a reboot on windows 7 32 bit

*EDIT* to add that FPSFirstPerson.pb works as it should with no problems.
User avatar
Comtois
Addict
Addict
Posts: 1431
Joined: Tue Aug 19, 2003 11:36 am
Location: Doubs - France

Re: PureBasic 4.60 RC 2

Post by Comtois »

Kuron wrote:
electrochrisso wrote:ThirdPerson.pb though. I expect it might have something to do with the runtime version I have installed on this machine.

FPSFirstPerson.pb worked like a charm
Hmmm... I don't have either of those examples in my version of RC2 :cry:
Look at your 3D/Demos folder
Please correct my english
http://purebasic.developpez.com/
User avatar
Kuron
Addict
Addict
Posts: 1626
Joined: Sat Oct 17, 2009 10:51 pm
Location: Pacific Northwest

Re: PureBasic 4.60 RC 2

Post by Kuron »

Comtois wrote:
Kuron wrote:
electrochrisso wrote:ThirdPerson.pb though. I expect it might have something to do with the runtime version I have installed on this machine.

FPSFirstPerson.pb worked like a charm
Hmmm... I don't have either of those examples in my version of RC2 :cry:
Look at your 3D/Demos folder
Like I said, I don't have either of those examples in my version of RC2. I also do not have the Tank one referenced above. :|
Best wishes to the PB community. Thank you for the memories. ♥️
Fred
Administrator
Administrator
Posts: 18162
Joined: Fri May 17, 2002 4:39 pm
Location: France
Contact:

Re: PureBasic 4.60 RC 2

Post by Fred »

Do you have the windows version ? It should be in PureBasic\Examples\3D
User avatar
Guimauve
Enthusiast
Enthusiast
Posts: 742
Joined: Wed Oct 22, 2003 2:51 am
Location: Canada

Re: PureBasic 4.60 RC 2

Post by Guimauve »

Fred wrote:Do you have the windows version ? It should be in PureBasic\Examples\3D
There is no example in 3D for Linux ?

Best regards.
Guimauve
User avatar
Kuron
Addict
Addict
Posts: 1626
Joined: Sat Oct 17, 2009 10:51 pm
Location: Pacific Northwest

Re: PureBasic 4.60 RC 2

Post by Kuron »

Fred wrote:Do you have the windows version ? It should be in PureBasic\Examples\3D
It turns out I installed RC2 over top of RC1 (I would have sworn I had deleted RC1 first). I deleted PB and reinstalled RC2. I have them now. :D

I do have a nasty bug when trying to run the third-person example. I click to run it windowed at the default size. I immediately get this error:

Image


If I click on ignore, then I get this error:

Image


If I ignore this one, I get the first error again.

The other two demos run fine, although the tank one is in a tiny screen and very hard to see and does not take up the whole window:

Image


All demos being run without debugger and in windowed mode using the default selection for the size. Windows XP SP2, DX9 installed and system specs are fully capable of handling the 3D engine.
Best wishes to the PB community. Thank you for the memories. ♥️
User avatar
electrochrisso
Addict
Addict
Posts: 989
Joined: Mon May 14, 2007 2:13 am
Location: Darling River

Re: PureBasic 4.60 RC 2

Post by electrochrisso »

I get the same error as you Kuron, tested on win7 32bit, and Tank looks the same too, perhaps this is how it is supposed to look like being inside the tank. :?:
PureBasic! Purely the best 8)
Post Reply