Upvote Upvoted 27 Downvote Downvoted
Lawena 64 bit fix
posted in Projects
1
#1
0 Frags +

Just went ahead and fixed lawena not working because of the 64 bit update.
I'll fix the other versions soon as well as adding a proper executable, for now this should do though.
Thanks to supra for the help building the executable :)
https://github.com/TheBv/lawena-recording-tool/releases/tag/v5.0.0-pre1

Just went ahead and fixed lawena not working because of the 64 bit update.
[s]I'll fix the other versions soon as well as adding a proper [b]executable[/b], for now this should do though.[/s]
Thanks to supra for the help building the executable :)
[url=https://github.com/TheBv/lawena-recording-tool/releases/tag/v5.0.0-pre1]https://github.com/TheBv/lawena-recording-tool/releases/tag/v5.0.0-pre1
[/url]
2
#2
1 Frags +

saint

saint
3
#3
tf2pickup.org
4 Frags +

looks like we've done the same exact work in the meanwhile
i've managed to get the .exe like it's in lawena, could anyone test it it works?
https://c.supra.tf/s/lawena-x64
(at least one of the two packages should work, probably stable one)

@Bv what i've figured out is that the initial author used launch4j to generate an executable so what i did was to install the latest release https://sourceforge.net/projects/launch4j/files/launch4j-3/3.50/launch4j-3.50-win32.exe/download and add this in build.gradle at the top:

def launch4j = "C:\\Program Files (x86)\\Launch4j\\launch4jc.exe"

then

gradlew.bat build

and there u go, exe in zip

looks like we've done the same exact work in the meanwhile
i've managed to get the .exe like it's in lawena, could anyone test it it works?
https://c.supra.tf/s/lawena-x64
(at least one of the two packages should work, probably stable one)

@Bv what i've figured out is that the initial author used launch4j to generate an executable so what i did was to install the latest release https://sourceforge.net/projects/launch4j/files/launch4j-3/3.50/launch4j-3.50-win32.exe/download and add this in build.gradle at the top:

[code]def launch4j = "C:\\Program Files (x86)\\Launch4j\\launch4jc.exe"[/code]
then
[code]gradlew.bat build[/code]

and there u go, exe in zip
4
#4
2 Frags +
BvPS: If someone can tell me what the mac executable got renamed to that'd be great! (Currently figuring out the linux one)

Mac executable has been presently removed, it's likely done.

[quote=Bv]
PS: If someone can tell me what the mac executable got renamed to that'd be great! (Currently figuring out the linux one)[/quote]
Mac executable has been presently removed, it's likely done.
5
#5
1 Frags +

Thanks supra I'll update the release :)

Thanks supra I'll update the release :)
6
#6
-1 Frags +

Getting a "Failed to replace cfg files" error. Is there a solution to this?

Getting a "Failed to replace cfg files" error. Is there a solution to this?
7
#7
1 Frags +
NightfaulGetting a "Failed to replace cfg files" error. Is there a solution to this?

I've allowed issues to be created now https://github.com/TheBv/lawena-recording-tool/issues
If you can post stuff there that'd be great. But otherwise try creating two folders in your tf folder called "lwrtcfg", "lwrtcustom".
If that doesn't fix it open an issue and we'll get talking there :)

[quote=Nightfaul]Getting a "Failed to replace cfg files" error. Is there a solution to this?[/quote]
I've allowed issues to be created now https://github.com/TheBv/lawena-recording-tool/issues
If you can post stuff there that'd be great. But otherwise try creating two folders in your tf folder called "lwrtcfg", "lwrtcustom".
If that doesn't fix it open an issue and we'll get talking there :)
8
#8
0 Frags +

It worked. However it ended up permanently deleting the files in my custom and cfg folders upon first launch. Every time after, it works as intended without deleting my custom/cfg files.

It worked. However it ended up permanently deleting the files in my custom and cfg folders upon first launch. Every time after, it works as intended without deleting my custom/cfg files.
9
#9
0 Frags +

why is this getting detected as a trojan virus when I scan it?

why is this getting detected as a trojan virus when I scan it?
10
#10
3 Frags +

Is it possible to make a fork of Lawena that's compatible with the current TF2 32bit executable so I can use the latest HLAE update with it?

Is it possible to make a fork of Lawena that's compatible with the current TF2 32bit executable so I can use the latest HLAE update with it?
11
#11
tf2pickup.org
1 Frags +
ShearsIs it possible to make a fork of Lawena that's compatible with the current TF2 32bit executable so I can use the latest HLAE update with it?

Yep, this would be great to target tf.exe instead of tf_win64.exe

[quote=Shears]Is it possible to make a fork of Lawena that's compatible with the current TF2 32bit executable so I can use the latest HLAE update with it?[/quote]
Yep, this would be great to target tf.exe instead of tf_win64.exe
12
#12
3 Frags +

I've released a 32 bit variant. https://github.com/TheBv/lawena-recording-tool/releases/tag/v5.0.0
I'll get to making a version where you can switch the version within Lawena at some point. For now this should be fine.

I've released a 32 bit variant. https://github.com/TheBv/lawena-recording-tool/releases/tag/v5.0.0
I'll get to making a version where you can switch the version within Lawena at some point. For now this should be fine.
13
#13
1 Frags +

I'm trying my ass off to get lawena and hlae to work but i cant seem to get it working. I tried the 32 bit variant but lawena cant find the executable.

I'm trying my ass off to get lawena and hlae to work but i cant seem to get it working. I tried the 32 bit variant but lawena cant find the executable.
14
#14
tf2pickup.org
2 Frags +
deadlyseed_I'm trying my ass off to get lawena and hlae to work but i cant seem to get it working. I tried the 32 bit variant but lawena cant find the executable.

Had few issues as well, but it works now; What I did was
- Completely remove HLAE, and reinstall it again (version 2.158.0.0)
- Go to Tools > Developer > Custom Loader:
Here make sure you point correct exe file for me. It looks as follows:

D:\SteamLibrary\steamapps\common\Team Fortress 2\tf.exe

also have the following launch options:

-insecure  -steam  -game tf -dxlevel 98 -w 2560 -h 1440 -novid  -console  -noborder  -sw  

DLLs to inject is AfxHookSource.dll

Then, in lawena 32bit:
Advanced > Launch Mode > Launch using HLAE with -insecure

That what did it for me, hope it helps

[quote=deadlyseed_]I'm trying my ass off to get lawena and hlae to work but i cant seem to get it working. I tried the 32 bit variant but lawena cant find the executable.[/quote]

Had few issues as well, but it works now; What I did was
- Completely remove HLAE, and reinstall it again (version 2.158.0.0)
- Go to Tools > Developer > Custom Loader:
Here make sure you point correct exe file for me. It looks as follows:
[code]D:\SteamLibrary\steamapps\common\Team Fortress 2\tf.exe[/code]
also have the following launch options:
[code]-insecure -steam -game tf -dxlevel 98 -w 2560 -h 1440 -novid -console -noborder -sw [/code]
DLLs to inject is AfxHookSource.dll

Then, in lawena 32bit:
Advanced > Launch Mode > Launch using HLAE with -insecure

That what did it for me, hope it helps
15
#15
2 Frags +
delideadlyseed_I'm trying my ass off to get lawena and hlae to work but i cant seem to get it working. I tried the 32 bit variant but lawena cant find the executable.
Had few issues as well, but it works now; What I did was
- Completely remove HLAE, and reinstall it again (version 2.158.0.0)
- Go to Tools > Developer > Custom Loader:
Here make sure you point correct exe file for me. It looks as follows:
D:\SteamLibrary\steamapps\common\Team Fortress 2\tf.exe
also have the following launch options:
-insecure  -steam  -game tf -dxlevel 98 -w 2560 -h 1440 -novid  -console  -noborder  -sw  
DLLs to inject is AfxHookSource.dll

Then, in lawena 32bit:
Advanced > Launch Mode > Launch using HLAE with -insecure

That what did it for me, hope it helps

Thank you my love!! It worked like a perfectly!!

[quote=deli][quote=deadlyseed_]I'm trying my ass off to get lawena and hlae to work but i cant seem to get it working. I tried the 32 bit variant but lawena cant find the executable.[/quote]

Had few issues as well, but it works now; What I did was
- Completely remove HLAE, and reinstall it again (version 2.158.0.0)
- Go to Tools > Developer > Custom Loader:
Here make sure you point correct exe file for me. It looks as follows:
[code]D:\SteamLibrary\steamapps\common\Team Fortress 2\tf.exe[/code]
also have the following launch options:
[code]-insecure -steam -game tf -dxlevel 98 -w 2560 -h 1440 -novid -console -noborder -sw [/code]
DLLs to inject is AfxHookSource.dll

Then, in lawena 32bit:
Advanced > Launch Mode > Launch using HLAE with -insecure

That what did it for me, hope it helps[/quote]
Thank you my love!! It worked like a perfectly!!
Please sign in through STEAM to post a comment.