[Request] QuickBMS 0.8.4 Source Code/Linux Binaries
-
- Posts: 13
- Joined: Fri Nov 16, 2018 8:18 am
[Request] QuickBMS 0.8.4 Source Code/Linux Binaries
Does anyone have the source code or compiled binaries for Linux of QuickBMS 0.8.4?
Thanks in advance.
Thanks in advance.
-
- Site Admin
- Posts: 12984
- Joined: Wed Jul 30, 2014 9:32 pm
Re: [Request] QuickBMS 0.8.4 Source Code/Linux Binaries
Why do you need an older version?
If there is any bug with the current 0.9.0 just let me know what's the problem.
Anyway you can find the source code of 0.8.4 here:
http://aluigi.org/papers/quickbms_src_0.8.4.zip
If there is any bug with the current 0.9.0 just let me know what's the problem.
Anyway you can find the source code of 0.8.4 here:
http://aluigi.org/papers/quickbms_src_0.8.4.zip
-
- Posts: 13
- Joined: Fri Nov 16, 2018 8:18 am
Re: [Request] QuickBMS 0.8.4 Source Code/Linux Binaries
Thank you very much!
The issue I've been having with 0.9.0 is that I can't reimport modified files into an OBB file using the Ace Attorney Dual Destinies BMS script from your site.
I've read that 0.9.0 had an issue with reimporting files, and on 0.8.4 it worked properly, so I tested the precompiled Windows binary of QuickBMS 0.8.4 and, indeed, reimporting worked properly!
But since I always use Linux on my main PC, and I couldn't find any precompiled binaries for Linux, I decided to ask here.
The issue I've been having with 0.9.0 is that I can't reimport modified files into an OBB file using the Ace Attorney Dual Destinies BMS script from your site.
I've read that 0.9.0 had an issue with reimporting files, and on 0.8.4 it worked properly, so I tested the precompiled Windows binary of QuickBMS 0.8.4 and, indeed, reimporting worked properly!
But since I always use Linux on my main PC, and I couldn't find any precompiled binaries for Linux, I decided to ask here.
-
- Posts: 13
- Joined: Fri Nov 16, 2018 8:18 am
Re: [Request] QuickBMS 0.8.4 Source Code/Linux Binaries
Update: turns out even 0.8.4 can't reimport stuff, only on Linux.
I'm starting to think it's a Linux-related issue, since on Windows worked properly.
I'm starting to think it's a Linux-related issue, since on Windows worked properly.
Last edited by Dj_Mike238 on Tue Nov 20, 2018 8:27 pm, edited 1 time in total.
-
- Site Admin
- Posts: 12984
- Joined: Wed Jul 30, 2014 9:32 pm
Re: [Request] QuickBMS 0.8.4 Source Code/Linux Binaries
Maybe wait the upcoming 0.9.1 and then retry.
-
- Posts: 13
- Joined: Fri Nov 16, 2018 8:18 am
Re: [Request] QuickBMS 0.8.4 Source Code/Linux Binaries
Guess that's what I'll do...
I know I shouldn't ask, but any ETA for 0.9.1?
I know I shouldn't ask, but any ETA for 0.9.1?
-
- Site Admin
- Posts: 12984
- Joined: Wed Jul 30, 2014 9:32 pm
Re: [Request] QuickBMS 0.8.4 Source Code/Linux Binaries
Few days, it will be released just this week.
-
- Posts: 13
- Joined: Fri Nov 16, 2018 8:18 am
Re: [Request] QuickBMS 0.8.4 Source Code/Linux Binaries
Just tried 0.9.1, the precompiled binary for Linux, but it still doesn't reimport the modified files.
-
- Site Admin
- Posts: 12984
- Joined: Wed Jul 30, 2014 9:32 pm
Re: [Request] QuickBMS 0.8.4 Source Code/Linux Binaries
Can you make another test using an absolute path for the output folder?
-
- Posts: 13
- Joined: Fri Nov 16, 2018 8:18 am
Re: [Request] QuickBMS 0.8.4 Source Code/Linux Binaries
Still doesn't work.
-
- Site Admin
- Posts: 12984
- Joined: Wed Jul 30, 2014 9:32 pm
Re: [Request] QuickBMS 0.8.4 Source Code/Linux Binaries
I have found the problem.
It's caused by the nameless files (log "" OFFSET SIZE), the code is not able to "scan" the files for finding the one with the guessed extension.
I'm working on it.
It's caused by the nameless files (log "" OFFSET SIZE), the code is not able to "scan" the files for finding the one with the guessed extension.
I'm working on it.
-
- Site Admin
- Posts: 12984
- Joined: Wed Jul 30, 2014 9:32 pm
Re: [Request] QuickBMS 0.8.4 Source Code/Linux Binaries
I just checked the source code and reimporting of files with guessed names is not supported at all on non-Windows systems:
I'm checking if I can add support for it now
Code: Select all
#else
// do nothing, not supported
// you must rename the file as .dat
#endif
-
- Site Admin
- Posts: 12984
- Joined: Wed Jul 30, 2014 9:32 pm
Re: [Request] QuickBMS 0.8.4 Source Code/Linux Binaries
quickbms 0.9.2 is out.
I tested the new code on linux and it worked.
I tested the new code on linux and it worked.
-
- Posts: 13
- Joined: Fri Nov 16, 2018 8:18 am
Re: [Request] QuickBMS 0.8.4 Source Code/Linux Binaries
Working for me now, too.
Thanks!
Thanks!