Fright of the Bumblebees: No launcher!
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?
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?
This discussion has been closed.
Comments
Yeah, I tried this - no go!
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?
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
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.
So my question just changed from "How do I launch the launcher?" to "How do I launch the launcher with LUA installed?"
I think i created the *.bat file in the installation folder next to the .exe, and then started the .exe in the *.bat file.
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...
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
The thing that made the difference was that I actually had to *not* run it as an admin in order for it to work.