SUPPORT BOARD OVERVIEW & TIPS:

About Receiving Help from the Support Board: While all members may answer questions posted in the Support board, you should only rely on responses posted or confirmed by support moderators and website administrators. Any solutions provided by members of the community that are not verified by a staff member (as indicated by a light-green background) are provided as-is, and we cannot take responsibility for any of the results of said actions.

About Responding to Support Threads: If you feel you know the answer to a question, you are welcome to respond to the thread and politely offer assistance. Please be courteous and try to provide detailed and helpful solutions to users who may not be as advanced as you. We ask that you refrain from posting one-sentence solutions.

Please search for existing topics before creating one! It's quite likely someone else has already encountered a similar issue which was resolved. You can search for existing support threads by clicking here .

About Topic Tags:

* Topics denoted with the [OPEN] tag are awaiting a response from the end user. You are welcome to post in these threads if you are experiencing a similar issue so we may provide further support.

* Topics denoted with the [RESOLVED] title have been successfully answered and confirmed by a support moderator and the end user, and should be used as a reference. These topics are locked.

* Topics denoted with the [CLOSED] tag were either inactive for more than 30 days or the end user did not respond to a suggestion and confirm if the issue was resolved. These topics are locked.

lock [CLOSED] MBG won't open. Help.

  • arcangel911
  • arcangel911's Avatar Topic Author
  • Visitor
  • Visitor
19 Oct 2015 04:03 - 18 Jun 2016 22:15 #1
:huh: i have version 1.5.4 of MBG on a mac os x that won't open. it play that "easy listening" music, but wont do anything else. is it simply that my version is outdated, or something much more sinister? :ohmy:
Last edit: 18 Jun 2016 22:15 by Aayrl.
The topic has been locked.
  • LegoCreator768
  • LegoCreator768's Avatar
  • Offline
  • Experienced Marbler
  • Experienced Marbler
  • Always on technology
  • Posts: 148
  • Thank you received: 19
21 Oct 2015 02:43 #2
Well, can you give some information (where is it stopping at, is the EXE broken, does it just go to a black screen, etc)?
The topic has been locked.
  • 1will2000will1
  • 1will2000will1's Avatar
  • Offline
  • Beginner Marbler
  • Beginner Marbler
  • Posts: 64
  • Thank you received: 21
21 Oct 2015 11:22 #3
Does it show up in the dock? Did you change the resolution at any point? I've been able to replicate a bug like this with marble blast platinum but never tried with mbg.

Marble Blaster Since 2003
The topic has been locked.
  • Posts: 1118
  • Thank you received: 370
04 Dec 2015 01:23 - 04 Dec 2015 01:24 #4
Hi there Arcangel911,

Apologies for the large delay in response from one of us. This sounds like it may be related to the default video driver that's toggled in the preferences file for the copy you've downloaded. Try opening your prefs.cs file ( located in Marble Blast Gold \ marble \ client \ prefs.cs on Windows ) and open the script file using a text editor - the built in Windows Notepad or Mac Text Editor should work fine.

Change:
Code:
$pref::Video::Resolution = "1280 1040 32";
To:
Code:
$pref::Video::Resolution = "800 600 32";

If that doesn't help, locate the lines of code listed below and see if your video display device is set to Direct3D. If so, try changing this to OpenGL. The example below transitions from Direct3D to OpenGL:

Change:
Code:
$pref::Video::displayDevice = "D3D";
To:
Code:
$pref::Video::displayDevice = "OpenGL";

If that's still not doing the trick, try disabling fullscreen mode and adjust the windowed resolution to a smaller version and see if the game runs:

Change:
Code:
$pref::Video::fullscreen = "1";
To:
Code:
$pref::Video::fullscreen = "0";

Change:
Code:
$pref::Video::windowedRes= "...";
To:
Code:
$pref::Video::windowedRes= "800 600";


Try each of the following suggestions I listed above and then save the prefs.cs file and then attempt to re-launch Marbleblast.exe. If you are still having troubles, post back so we can try to further troubleshoot the issue. If you were able to resolve the problem, please indicate which solution worked so others in the future can follow the same steps if they encounter a similar issue.

Best regards,
~Aayrl
Marble Blast Community Manager
Last edit: 04 Dec 2015 01:24 by Aayrl.
The topic has been locked.
Moderators: Doomblah
Time to create page: 0.797 seconds