PDA

View Full Version : Fright of the Bumblebees: No launcher!


Afr0
01/22/2012, 05:57 am
I'm running Win7: x64. I've tried running the launcher in compatibility mode for XP and Vista... it just does NOT want to launch! Any ideas?
I've noticed that a lot of Telltale's games doesn't seem to want to run in Vista or 7 x64... why? Really, it's only a matter of installing the x64 compilertools for Visual Studio and doing a rebuild, and then publishing the rebuilt executables!
Are the programmers really that lazy?

New information

Ok, so I managed to launch the launcher by uninstalling LUA for Windows. Which is completely unacceptable. How do I install LUA and ensure I can still get the launcher to work?

Mike
01/24/2012, 09:53 am
All of our games run in 64-bit versions of Windows. Have you tried right-click the game's executable and then clicking Run As Administrator?

Afr0
01/26/2012, 04:19 am
This is strange, because when searching for solutions I came across several threads that mentioned issues with Vista x64, and I assumed the same was true for Windows 7 x64.
Yeah, I tried this - no go!

DjNDB
01/26/2012, 07:30 am
So the installation worked, but the launcher seems to do nothing?

That sounds like an issue that occurs, if LUA for Windows is installed.
If that's the case, you can remove the environment variable LUA_PATH, to get it working again.

Otherwise:
Can you describe in more detail what happens after starting the Launcher?
Does it show up in the Task Manager?
Do you get any error Message?

Afr0
01/26/2012, 12:33 pm
Wtf?!
Yes, I have LUA for Windows installed. By removing the environment variable, wouldn't that mean that applications (including my own) won't be able to find LUA? o_O

Afr0
01/26/2012, 12:52 pm
Hm, after searching some more, I came across this (http://www.telltalegames.com/forums/archive/index.php/t-15491.html) thread, where one poster said to make a *.bat file. I made one, like so:

set LUA_PATH=
"F:\Program Files (x86)\Telltale Games\Wallace and Gromits Grand Adventures\Fright of the Bumblebees\WallaceGromit101.exe"

This time I actually got an error saying "Could not load game data".
Then I realized that the link contained the path to start in, so I copied the shortcut from my desktop into the installation folder and pointed my *.bat to the shortcut. This time I expected it to work, but it closed without an error, as usual.

Do I *really* have to uninstall LUA?

Edit: I also tried set LUA_PATH="", with the same result.

Afr0
01/26/2012, 12:56 pm
Ok, I just uninstalled Lua, and now the Launcher works just fine, allthough it loads somewhat slowly.
So my question just changed from "How do I launch the launcher?" to "How do I launch the launcher with LUA installed?"

DjNDB
01/26/2012, 12:57 pm
That poster was me ;) I was just writing about the batch file workaround, when i saw your new post.

I think i created the *.bat file in the installation folder next to the .exe, and then started the .exe in the *.bat file.

Afr0
01/26/2012, 01:01 pm
Isn't that what I'm doing?

My bat file looks like:

set LUA_PATH=
"F:\Program Files (x86)\Telltale Games\Wallace and Gromits Grand Adventures\Fright of the Bumblebees\WallaceGromit101.lnk"

and it doesn't seem to work. And also... I'm surprised you managed to get it working by pointing to the exe and not to the link. Maybe Poker.exe doesn't require a path to the installation folder to work...

DjNDB
01/26/2012, 01:06 pm
and it doesn't seem to work. And also... I'm surprised you managed to get it working by pointing to the exe and not to the link. Maybe Poker.exe doesn't require a path to the installation folder to work...

I'm not sure if it makes a difference, but did you try a .bat like this, located directly in the installation folder?

set LUA_PATH=
WallaceGromit101.exe

Afr0
01/26/2012, 02:29 pm
I made it work now, thanks!
The thing that made the difference was that I actually had to *not* run it as an admin in order for it to work.