Main Menu

News:

SyntaxBoom, now with pwetty syntax highlighted code boxes! \o/ 

https://www.syntaxboom.com/forum/index.php?topic=96

Shoutbox

Dabzy

Today at 17:36:22
Well, just have to keep an eyes, even though they said they sorted it like

Jackdaw

Today at 17:22:26
When I saw it. It was in the very early hours when normal people are fast asleep. Lasted for around half an hour before back to normal.

Dabzy

Today at 15:02:27
First time I seen it, having me cuppa at work and had a browse... Saw it and I was like "WTF is that!?!", so got on the blower!

Baggey

Today at 11:22:52
Oh goody. Was getting withdraw symptons!

Jackdaw

Today at 10:38:44
I saw that the other week, and forgot to query it. Redirects to sedo.parking.

Dabzy

Today at 10:33:24
Seems we lost the site for a bit there, sorted, basically htaccess went a bit screwy and it was diverting to one of them stupid default search pages... Been on to ionos the host provider and they fixered it! \o/ Had meself a bit of a sweat on there!  ;D

Jackdaw

2025-10-16, 20:00:40
Going to have to try bourbon and beans. That should be an explosive combination.

Baggey

2025-10-16, 13:15:42
I sometimes mix a chicken vindaloo and a Tika Masala together. Awesome  :P

Dabzy

2025-10-16, 05:49:34
And doing the act was the realisation I went for an indian when out... 20mins I was in the thunderbox waiting for me back chaff to cool down!

Dabzy

2025-10-16, 05:48:11
When I was on my "Year On The Blur", aka drinking after getting divorced, I was minging one night, couldnt remember getting home. Anyway, next day, went to work, and needed a poo...

Members
Stats
  • Total Posts: 1,816
  • Total Topics: 226
  • Online today: 29
  • Online ever: 232 (Oct 08, 2025, 09:18 AM)
Users Online
  • Users: 0
  • Guests: 12
  • Total: 12
Welcome to SyntaxBoom. Please login or sign up.

Recent

Some B3D q's

Started by Stevie G, Jul 25, 2025, 05:00 PM

Previous topic - Next topic

Stevie G

Hello,

Looking for a bit of advice / help here.

I recently started using a newer refurb Win10 PC, 16GB RAM, I7 processor, GT710 graphics.  I was previously using a Win7 PC, 8GB RAM with GT710 graphics.  Yes, I know the GFX card is total gash BUT it's very deliberate.  ;D

So, Blitz3d installed fine and dandy, as did the IDEal IDE. 

When running the latest build of my new game, I got a memory access violation in a certain scenario that I'd never had on the Win7 machine.  Running the code in debug mode was an order of magnitude slower than on the old machine - to the point I had to leave it running for hours until it finally gave me a meaningful error message.  It was an array index out of bounds which was easy enough to fix but on Win7 (whether debug mode or not) no error was ever flagged.

Also, I've noticed on my new machine that displaying text and drawing in 2d is dog slow when compared to my Win7 machine.  I only really do this for debug purposes but it's probably going to slow down development if I can't get it moving faster.

So the questions I have ...

1) I'm curious if anyone has experienced blatant errors being ignored in one O/S over another?

2) Any suggestions to get debug mode running faster?   

3) Any suggestions to get text and 2d drawing running faster?

Any help much appreciated!
Cheers,
Stevie

Baggey

just a stab in the Dark win10 is x64 - win7 is x32.

My guess would be the bios setup and compatibility issues with the UEFI boot mode and GPT with all the Legacy stuff!

Or

its something to do with .NET version your using dosen't like the card!? ie incorrect Drivers for supported modes.

Hope that gets you thinking  :D
Running a Pc that just aint. Faster nough. I7-4Ghz, 32Gb Ram, 4Gb Nvidia, 2 x 1Tb SSD's, 2 x 24" LCD's

RETRO everything!

Jesus was only famous because of his Dad

RemiD

Quote1) I'm curious if anyone has experienced blatant errors being ignored in one O/S over another?
no. i test on windows 7, windows 10, windows 11...

Quote2) Any suggestions to get debug mode running faster?   
debug mode is slower, yes, avoid using debuglog too often and it should speed things up.

Quote3) Any suggestions to get text and 2d drawing running faster?
2d text can be predrawn on an image / texture.

2d shapes can be predrawn on an image / texture.

maybe draw all static entities on a image / texture, and only redraw moving shapes, not static shapes.

RemiD

and maybe install the last version of directx 7... i remember that some old games required that (directx 9.0c).
maybe your computer uses some kind of emulation if it can't find the appropriate libraries ?

Dabzy

Not sure where you got your Blitz3D installation file from, there are a few places.

But Mark did update it, and yes, Debug mode was a bit of an issue, I had it working for Launchpad in Windows 10, then it broke somewhat when running BlitzCC with the debug flag set on Windows 11, it seems Win10 might of got updates from the Win11 code, because when I tried it on Win10 later on, the same freezing happened, then I had to change it and call it externally using a console for output, which then, it knacked up again after Mark changed something regarding keyboard input.

I just put it down it was a change within Windows that was causing the issue, or maybe Defender was poking it's nose in where it wasn't wanted, because at the time, Blitz3D was getting hammered with false positives.

All in all, yes, debug mode... A little nightmare really.

Dabz
Intel i7-13620H, nVidia GerForce RTX 4060 Laptop GPU (8GB GDDR6), 16GB LPDDR5X, 1TB SSD, Windows 11 x64 piss flap of an OS!

RemiD

have you tried to install another version of blitz3d, to build your executables ?

i still use version 1.108...

Tom

Dude, don't touch anything with a 64bit bus. Get a GT740 at least...