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.falsam wrote:I have no problem with these codes. Test with :Psychophanta wrote:But meshmanual.pb and meshmanualfred.pb doesn't work here
Window 7, DirectX 11
PureBasic 4.60 RC 2
Re: PureBasic 4.60 RC 2
Best wishes to the PB community. Thank you for the memories. 
Re: PureBasic 4.60 RC 2
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.
I probably DirectX9 since i have Window7DxDiag wrote:Version DirectX : DirectX 11

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
Re: PureBasic 4.60 RC 2
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.falsam wrote:DxDiag wrote:Version DirectX : DirectX 11
Best wishes to the PB community. Thank you for the memories. 
-
- Enthusiast
- Posts: 356
- Joined: Thu Jul 02, 2009 5:42 am
Re: PureBasic 4.60 RC 2
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.
Right clicking the editor still crashes PB under OS/X Lion.

Re: PureBasic 4.60 RC 2
Not fixed as they are not fixed in the bug forum, I'm sure F&F have started to look at them though!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.
Must be quite tricky, as I guess they are linked to their Mac port of Scintilla.
- electrochrisso
- Addict
- Posts: 989
- Joined: Mon May 14, 2007 2:13 am
- Location: Darling River
Re: PureBasic 4.60 RC 2
Wow
, 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.
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.


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.

PureBasic! Purely the best 

PureBasic 4.60 RC 2 - IDE
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.
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.

Re: PureBasic 4.60 RC 2
Hmmm... I don't have either of those examples in my version of RC2electrochrisso 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

Best wishes to the PB community. Thank you for the memories. 
Re: PureBasic 4.60 RC 2
- 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.
- 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.
Re: PureBasic 4.60 RC 2
Look at your 3D/Demos folderKuron wrote:Hmmm... I don't have either of those examples in my version of RC2electrochrisso 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
Please correct my english
http://purebasic.developpez.com/
http://purebasic.developpez.com/
Re: PureBasic 4.60 RC 2
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.Comtois wrote:Look at your 3D/Demos folderKuron wrote:Hmmm... I don't have either of those examples in my version of RC2electrochrisso 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

Best wishes to the PB community. Thank you for the memories. 
Re: PureBasic 4.60 RC 2
Do you have the windows version ? It should be in PureBasic\Examples\3D
Re: PureBasic 4.60 RC 2
There is no example in 3D for Linux ?Fred wrote:Do you have the windows version ? It should be in PureBasic\Examples\3D
Best regards.
Guimauve
Re: PureBasic 4.60 RC 2
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.Fred wrote:Do you have the windows version ? It should be in PureBasic\Examples\3D

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:

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

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:

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. 
- electrochrisso
- Addict
- Posts: 989
- Joined: Mon May 14, 2007 2:13 am
- Location: Darling River
Re: PureBasic 4.60 RC 2
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 
