- Posts: 115
- Thank you received: 8
PQ Launcher doesn't work for Mac OS 10.7.5
- Nathan125
- Topic Author
- Offline
- Intermediate Marbler
Please Log in or Create an account to join the conversation.
- ShadowVisions
- Offline
- New Marbler
- Posts: 1
- Thank you received: 0
For the record, I had no problems running MBP and I have admin privileges on my computer.
Thanks for the ton of work you guys put in to make this mod possible!
Please Log in or Create an account to join the conversation.
- PacPlayer
- Offline
- Intermediate Marbler
- Game Dev. for MB1/MBUn
So... how can I get it to run?
Developer of Marble Blast Unity
PLAY THE FULL GAME! marbleblast.com/index.php/forum/general-...nity-released#140720
Also I make levels: marbleblast.com/index.php/forum/mb-custo...9-pacplayer-s-levels
Please Log in or Create an account to join the conversation.
- HiGuy
- Offline
- Lead Developer
- PQ Developer Emeritus
This signature is real code
Please Log in or Create an account to join the conversation.
- NF
- Offline
- Senior Marbler
- Posts: 938
- Thank you received: 431
Please Log in or Create an account to join the conversation.
- eNetro
- Offline
- Professional Marbler
- Skilled PlatinumQuest Player
- Posts: 374
- Thank you received: 49
Awesome Hint:
Since the Awesome Time/Score is secret, you will have to beat it in order to find out what it is. Just practice every day, and be ready to keep pressing the 'Restart' button...A LOT!
Please Log in or Create an account to join the conversation.
- Nathan125
- Topic Author
- Offline
- Intermediate Marbler
- Posts: 115
- Thank you received: 8
Please Log in or Create an account to join the conversation.
- PacPlayer
- Offline
- Intermediate Marbler
- Game Dev. for MB1/MBUn
EDIT: Never mind, it downloads but doesn't play in the launcher or in the app.
Developer of Marble Blast Unity
PLAY THE FULL GAME! marbleblast.com/index.php/forum/general-...nity-released#140720
Also I make levels: marbleblast.com/index.php/forum/mb-custo...9-pacplayer-s-levels
Please Log in or Create an account to join the conversation.
- JordanPlo
- Offline
- New Marbler
- Posts: 3
- Thank you received: 2
hiGuy, you claimed you pushed an update for the Mac launcher, but it appears it's still the same version as when the website first came back online.
Please Log in or Create an account to join the conversation.
- Nathan125
- Topic Author
- Offline
- Intermediate Marbler
- Posts: 115
- Thank you received: 8
Please Log in or Create an account to join the conversation.
- Derpky
- Offline
- Developer
- Derp
- Posts: 194
- Thank you received: 401
Nathan125 wrote: I'm honestly disappointed that I still can't play PQ for Mac OS. Honestly if this isn't fixed then I might as well quit. I've done this MBP years ago when it didn't work for my Mac. Sigh
We're sorry that you feel this way. Please hang in there while we work out all of the problems that people are having. We did not test the Mac launcher as much as we should have, but we are doing our best to fix it.
"You know you've spelled something wrong when the only search results are Jeff convos" - HiGuy
Please Log in or Create an account to join the conversation.
- Nathan125
- Topic Author
- Offline
- Intermediate Marbler
- Posts: 115
- Thank you received: 8
Derpking wrote:
Nathan125 wrote: I'm honestly disappointed that I still can't play PQ for Mac OS. Honestly if this isn't fixed then I might as well quit. I've done this MBP years ago when it didn't work for my Mac. Sigh
We're sorry that you feel this way. Please hang in there while we work out all of the problems that people are having. We did not test the Mac launcher as much as we should have, but we are doing our best to fix it.
It's alright mate. I guess you can say PQ had a P..Q (bad pun right)
Please Log in or Create an account to join the conversation.
- krackers
- Offline
- New Marbler
- Posts: 3
- Thank you received: 0
I'm not sure if the update to the launcher was pushed that fixed it, but the issue for me was that the executable bits weren't set on the binaries downloaded by the pq launcher. Go into ~/Applications/PlatinumQuest and chmod +x the frameworks and binaries in /Contents/macos. That will get them working.
Please Log in or Create an account to join the conversation.
- HiGuy
- Offline
- Lead Developer
- PQ Developer Emeritus
krackers wrote: I'm not sure if the update to the launcher was pushed that fixed it, but the issue for me was that the executable bits weren't set on the binaries downloaded by the pq launcher. Go into ~/Applications/PlatinumQuest and chmod +x the frameworks and binaries in /Contents/macos. That will get them working.
This is the main issue I'm seeing. The root cause seems to be that our new build server doesn't mark the files as executable before uploading them to the live site. This should be fixed with releases after 2.0.2. I pushed a launcher fix yesterday that attempts to chmod the executables, apparently with mixed success.
This signature is real code
Please Log in or Create an account to join the conversation.
- eNetro
- Offline
- Professional Marbler
- Skilled PlatinumQuest Player
- Posts: 374
- Thank you received: 49
under PlatinumQuest/Contents/Frameworks
- Ogg.framework
- OpeanAL.framework
- Vorbis.framework
- MBExtender
- MarbleBlast Gold
and I do the following command for each of those files:
"chmod +x /the/path/to/the/file" (without the quotes)
Awesome Hint:
Since the Awesome Time/Score is secret, you will have to beat it in order to find out what it is. Just practice every day, and be ready to keep pressing the 'Restart' button...A LOT!
Please Log in or Create an account to join the conversation.
- krackers
- Offline
- New Marbler
- Posts: 3
- Thank you received: 0
eNetroMB wrote: So to be clear, here the files I need to "chmod +x" on are:
under PlatinumQuest/Contents/Frameworksunder PlatinumQuest/Contents/MacOS
- Ogg.framework
- OpeanAL.framework
- Vorbis.framework
- MBExtender
- MarbleBlast Gold
and I do the following command for each of those files:
"chmod +x /the/path/to/the/file" (without the quotes)
For the frameworks note that each framework is actually a bundle (similar to how apps are packaged on osx) that you can right click > show contents on. Inside there you will find the actual binary that needs to be chmod-ed (I think the structure inside the framework is like /versions/latest but I don't recall precisely).
Please Log in or Create an account to join the conversation.
- HiGuy
- Offline
- Lead Developer
- PQ Developer Emeritus
This signature is real code
Please Log in or Create an account to join the conversation.
- JordanPlo
- Offline
- New Marbler
- Posts: 3
- Thank you received: 2
Please Log in or Create an account to join the conversation.
- HiGuy
- Offline
- Lead Developer
- PQ Developer Emeritus
This signature is real code
Please Log in or Create an account to join the conversation.
- PacPlayer
- Offline
- Intermediate Marbler
- Game Dev. for MB1/MBUn
HiGuy wrote: After 2.0.4 it should get an icon. If anyone has launcher issues though please let me know.
Thanks HiGuy! It works now!
Developer of Marble Blast Unity
PLAY THE FULL GAME! marbleblast.com/index.php/forum/general-...nity-released#140720
Also I make levels: marbleblast.com/index.php/forum/mb-custo...9-pacplayer-s-levels
Please Log in or Create an account to join the conversation.
- ImNotAllThatGood
- Offline
- Intermediate Marbler
- Back as of June 2018.
- Posts: 85
- Thank you received: 18
I'm just a 15 year old who's been playing MB for over a decade and can be annoying at times.
Please Log in or Create an account to join the conversation.
- eNetro
- Offline
- Professional Marbler
- Skilled PlatinumQuest Player
- Posts: 374
- Thank you received: 49
Awesome Hint:
Since the Awesome Time/Score is secret, you will have to beat it in order to find out what it is. Just practice every day, and be ready to keep pressing the 'Restart' button...A LOT!
Please Log in or Create an account to join the conversation.
- Nathan125
- Topic Author
- Offline
- Intermediate Marbler
- Posts: 115
- Thank you received: 8
Please Log in or Create an account to join the conversation.