file Small Bug Report - MBP

  • DiabolusNeil
  • DiabolusNeil's Avatar Topic Author
  • Offline
  • New Marbler
  • New Marbler
  • Posts: 7
  • Thank you received: 0
09 Oct 2013 16:17 #1
Okay, after a bit of testing, I would like to make a small bug report for Marble Blast Platinum.

Windows 1.14 and Mac 1.20
- When a nuke explodes in a level, and if you exit the level, and go back into the level quickly, the game crashes.
- When you're playing a level with the demo thing running, if you restart the level with the respawn key (Mac 1.20) or press ESC then Restart, the game won't think you restarted the level, even though you did.
- When your marble gets stuck between a moving platform and a ground, the music stops and momentarily plays when you restart the level. Can only be fixed if you exit the level and go back to the main menu.

Windows 1.14
- When there's a level with a teleportation pad, the game lags a lot. Doesn't not happen on a Mac.

If you wish I provide video proof of these bugs, then tell me.

Please Log in or Create an account to join the conversation.

  • Jeff
  • Jeff's Avatar
  • Offline
  • Elite Marbler
  • Elite Marbler
  • PlatinumQuest Programmer
  • Posts: 1680
  • Thank you received: 205
09 Oct 2013 21:31 #2
Not so sure about the first one, but nukes (as well as mines), especially large ones, have been known to crash the game on detonation. Would need an example.

Second one I believe was fixed in 1.50. I think it got an exclusive mention and demonstration by Matan in the latest video, too.

Third one is when the audio gets overloaded with input from the collision and blocks out other received audio input, as far as I can see it, while not actually ceasing the stream of data it receives. Afterwards, buttons only play music as they are being moused over or clicked (as I can recall), but not while, so that keeping the mouse there will not make it play again (Perhaps some state it is in?). The music can actually be restarted by opening the jukebox and stopping, replaying the song, but it won't fix the audio mess.

For the last one, it's because the default renderer for Windows is DirectX, and it sucks at rendering the shape for some stupid reason. Macs only use OpenGL, and it can render it quite smoothly. Windows also has OpenGL, switch to that renderer when playing (It might use slightly more video memory, though.). Teleport training will be much smoother, check it out!

Most of those seem to be limitations with the game/hardware. I find that 16-bit can be smoother, but the GUIs in fullscreen look really bad. There may be ways in the game or engine that may help, but I wouldn't know.

I am a programmer. Most here know me for being one of the major contributors to Marble Blast Platinum and PlatinumQuest.

Please Log in or Create an account to join the conversation.

  • Jeff
  • Jeff's Avatar
  • Offline
  • Elite Marbler
  • Elite Marbler
  • PlatinumQuest Programmer
  • Posts: 1680
  • Thank you received: 205
09 Oct 2013 21:57 #3
Pro Marbler, thank you for taking the time to explain to him the changes and what can be done and not.

Do you need an option that keeps 32 bit for GUI screens and 16 bit in game? That probably can be done with some torque script hacks, just say if you need it and maybe we can talk about doing it for 1.50. ( Obviously you want best performance )

Okay, audio issues.

The Torque Game Engine sucks at multithreading. the engine likes a single thread to process everything, and on windows, the thread is even locked to 64 frames per second at a max. The audio in the Engine, I believe, runs on its own thread, as well as dts animation sequences. Most of the audio code (98%) is either in the openAL32.dll file or in the marbleblast.exe which we can not modify. The rest is basically just telling the engine what volume percent we want to hear, what sounds to play at specific events, ect. We do not have the source code to such files, and would be illegal to have it if we did. Because of this, you will have to well, live with the audio issues just like the rest of us.

And lastly, teleport issue? Try openGL as Pro Marbler said.

I am a programmer. Most here know me for being one of the major contributors to Marble Blast Platinum and PlatinumQuest.

Please Log in or Create an account to join the conversation.

  • Ticket2Ride
  • Ticket2Ride's Avatar
  • Offline
  • Experienced Marbler
  • Experienced Marbler
  • Posts: 127
  • Thank you received: 5
09 Oct 2013 22:18 #4
That seems to make sense. The audio file statement applies the same to the Mac version and the like, right?

The 16-bit thing was just something that annoyed me, the GUI just gets lines streaking across it in an ugly manner. Don't bother wasting your time on something like that unless you know of an easy, non-breaking fix. But with all the changes made to the game, I suppose there's bound to be a little lag.

Please Log in or Create an account to join the conversation.

  • Jeff
  • Jeff's Avatar
  • Offline
  • Elite Marbler
  • Elite Marbler
  • PlatinumQuest Programmer
  • Posts: 1680
  • Thank you received: 205
09 Oct 2013 22:49 #5
I never did it, but honestly it shouldn't take more than a couple of hours of trial and error to come up with a non-breaking way.

And yes, the audio driver it uses is universal.

I am a programmer. Most here know me for being one of the major contributors to Marble Blast Platinum and PlatinumQuest.

Please Log in or Create an account to join the conversation.

  • Ticket2Ride
  • Ticket2Ride's Avatar
  • Offline
  • Experienced Marbler
  • Experienced Marbler
  • Posts: 127
  • Thank you received: 5
10 Oct 2013 05:52 #6
As for the music, it really stops when there's ridiculously rapid collision sound, which usually happens when a moving platform squeeze the marble against any solid thing.

Please Log in or Create an account to join the conversation.

  • Posts: 321
  • Thank you received: 10
10 Oct 2013 07:19 #7
Oct 9, 2013, 9:17am, diabolusneil wrote:

If you wish I provide video proof of these bugs, then tell me.

I don't believe you, liar. I want proof.


(just kidding)

Please Log in or Create an account to join the conversation.

  • Posts: 238
  • Thank you received: 17
10 Oct 2013 11:55 #8
I could foresee a way to resolve the platform situation by making the sound only trigger a certain amount after a set interval, so at to not overload it and stuff. If possible, would something like sound every .05 or .1 second be okay? I know I can hold down the reset level key and not break it.

Please Log in or Create an account to join the conversation.

  • StewMan46
  • StewMan46's Avatar
  • Offline
  • Professional Marbler
  • Professional Marbler
  • Posts: 369
  • Thank you received: 46
10 Oct 2013 17:18 #9
Oct 9, 2013, 9:17am, diabolusneil wrote:


- When you're playing a level with the demo thing running, if you restart the level with the respawn key (Mac 1.20) or press ESC then Restart, the game won't think you restarted the level, even though you did.


The game doesn't think you are restarting because the dialog won't show in the demo recording. It's not a bug, but just something that happens in Marble Blast.

Please Log in or Create an account to join the conversation.

  • Jeff
  • Jeff's Avatar
  • Offline
  • Elite Marbler
  • Elite Marbler
  • PlatinumQuest Programmer
  • Posts: 1680
  • Thank you received: 205
10 Oct 2013 21:56 #10
Collision sounds are controlled by the engine, the sound file and a few things are exposed to script afaik. So no fixing that.

I am a programmer. Most here know me for being one of the major contributors to Marble Blast Platinum and PlatinumQuest.

Please Log in or Create an account to join the conversation.

  • Posts: 238
  • Thank you received: 17
10 Oct 2013 22:49 #11
The music bug is normal in Marble Blast. This is patched in MBP, as in MBG the music never restarts. Also, you can restart the music by using the Jukebox.

Please Log in or Create an account to join the conversation.

  • IsraeliRD
  • IsraeliRD's Avatar
  • Offline
  • Project Manager
  • Project Manager
  • Dragon Power Supreme
  • Posts: 3502
  • Thank you received: 912
10 Oct 2013 23:08 #12
I believe the jukebox is actually in 1.20, but I may be wrong. And we all know that bug exists, regardless of version.

"matan, now i get what you meant a few years back when you said that "the level in mbg is beyond me" after the last rampage i noticed things were insane, and now i truly feel that too" - Dushine, 2015.

Please Log in or Create an account to join the conversation.

  • Posts: 238
  • Thank you received: 17
10 Oct 2013 23:24 #13
Oct 10, 2013, 4:08pm, Promarbler bananas wrote:I believe the jukebox is actually in 1.20, but I may be wrong. And we all know that bug exists, regardless of version.
I play 1.20, that's why I mentioned the Jukebox.

Please Log in or Create an account to join the conversation.

  • Ticket2Ride
  • Ticket2Ride's Avatar
  • Offline
  • Experienced Marbler
  • Experienced Marbler
  • Posts: 127
  • Thank you received: 5
11 Oct 2013 12:56 #14
Strange... why do I feel like I've used the jukebox on MBP Windows version?

Please Log in or Create an account to join the conversation.

  • Posts: 238
  • Thank you received: 17
11 Oct 2013 14:23 #15
Oct 11, 2013, 5:56am, ticket2ride wrote:Strange... why do I feel like I've used the jukebox on MBP Windows version? Hrm... Maybe you've seen it in a video? Also, let's get back on topic before the topic gets locked.

Please Log in or Create an account to join the conversation.

  • IsraeliRD
  • IsraeliRD's Avatar
  • Offline
  • Project Manager
  • Project Manager
  • Dragon Power Supreme
  • Posts: 3502
  • Thank you received: 912
11 Oct 2013 15:34 #16
Ctrl+ F5-F8 are jukebox control keys on Windows 1.14. Read the manual people

"matan, now i get what you meant a few years back when you said that "the level in mbg is beyond me" after the last rampage i noticed things were insane, and now i truly feel that too" - Dushine, 2015.

Please Log in or Create an account to join the conversation.

Moderators: Doomblah
Time to create page: 0.840 seconds
We use cookies

We use cookies on our website. Some of them are essential for the operation of the site, while others help us to improve this site and the user experience (tracking cookies). You can decide for yourself whether you want to allow cookies or not. Please note that if you reject them, you may not be able to use all the functionalities of the site.