[Request] QuickBMS 0.8.4 Source Code/Linux Binaries

Doubts, help and support about QuickBMS and other game research tools
Dj_Mike238
Posts: 13
Joined: Fri Nov 16, 2018 8:18 am

[Request] QuickBMS 0.8.4 Source Code/Linux Binaries

Post by Dj_Mike238 »

Does anyone have the source code or compiled binaries for Linux of QuickBMS 0.8.4?
Thanks in advance.
aluigi
Site Admin
Posts: 12984
Joined: Wed Jul 30, 2014 9:32 pm

Re: [Request] QuickBMS 0.8.4 Source Code/Linux Binaries

Post by aluigi »

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
Dj_Mike238
Posts: 13
Joined: Fri Nov 16, 2018 8:18 am

Re: [Request] QuickBMS 0.8.4 Source Code/Linux Binaries

Post by Dj_Mike238 »

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.
Dj_Mike238
Posts: 13
Joined: Fri Nov 16, 2018 8:18 am

Re: [Request] QuickBMS 0.8.4 Source Code/Linux Binaries

Post by Dj_Mike238 »

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.
Last edited by Dj_Mike238 on Tue Nov 20, 2018 8:27 pm, edited 1 time in total.
aluigi
Site Admin
Posts: 12984
Joined: Wed Jul 30, 2014 9:32 pm

Re: [Request] QuickBMS 0.8.4 Source Code/Linux Binaries

Post by aluigi »

Maybe wait the upcoming 0.9.1 and then retry.
Dj_Mike238
Posts: 13
Joined: Fri Nov 16, 2018 8:18 am

Re: [Request] QuickBMS 0.8.4 Source Code/Linux Binaries

Post by Dj_Mike238 »

Guess that's what I'll do...

I know I shouldn't ask, but any ETA for 0.9.1?
aluigi
Site Admin
Posts: 12984
Joined: Wed Jul 30, 2014 9:32 pm

Re: [Request] QuickBMS 0.8.4 Source Code/Linux Binaries

Post by aluigi »

Few days, it will be released just this week.
Dj_Mike238
Posts: 13
Joined: Fri Nov 16, 2018 8:18 am

Re: [Request] QuickBMS 0.8.4 Source Code/Linux Binaries

Post by Dj_Mike238 »

Just tried 0.9.1, the precompiled binary for Linux, but it still doesn't reimport the modified files.

Image
aluigi
Site Admin
Posts: 12984
Joined: Wed Jul 30, 2014 9:32 pm

Re: [Request] QuickBMS 0.8.4 Source Code/Linux Binaries

Post by aluigi »

Can you make another test using an absolute path for the output folder?
Dj_Mike238
Posts: 13
Joined: Fri Nov 16, 2018 8:18 am

Re: [Request] QuickBMS 0.8.4 Source Code/Linux Binaries

Post by Dj_Mike238 »

Still doesn't work.

Image
aluigi
Site Admin
Posts: 12984
Joined: Wed Jul 30, 2014 9:32 pm

Re: [Request] QuickBMS 0.8.4 Source Code/Linux Binaries

Post by aluigi »

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.
aluigi
Site Admin
Posts: 12984
Joined: Wed Jul 30, 2014 9:32 pm

Re: [Request] QuickBMS 0.8.4 Source Code/Linux Binaries

Post by aluigi »

I just checked the source code and reimporting of files with guessed names is not supported at all on non-Windows systems:

Code: Select all

#else
    // do nothing, not supported
    // you must rename the file as .dat
#endif
I'm checking if I can add support for it now :)
aluigi
Site Admin
Posts: 12984
Joined: Wed Jul 30, 2014 9:32 pm

Re: [Request] QuickBMS 0.8.4 Source Code/Linux Binaries

Post by aluigi »

quickbms 0.9.2 is out.
I tested the new code on linux and it worked.
Dj_Mike238
Posts: 13
Joined: Fri Nov 16, 2018 8:18 am

Re: [Request] QuickBMS 0.8.4 Source Code/Linux Binaries

Post by Dj_Mike238 »

Working for me now, too.

Thanks!