Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

I built bug.n by myself, but the result is too slower than official build version bug.n #281

Open
aiya000 opened this issue Jun 17, 2021 · 1 comment

Comments

@aiya000
Copy link

aiya000 commented Jun 17, 2021

Hi!
I'm a new bug.n user!

Thank you for save me.


I built bug.n v9.0.2 by myself.

My environment is:

  • Windows 10 Home

Actual manupilations are below:

  1. $ git switch -d v9.0.2
  2. $ explorer.exe .
  3. Open ./tools by explorer.exe
  4. Double click ./tools/build.ahk
  5. Double click generated bugn.exe

But below problem occurred:

  • explorer.exe (including some windows components) doesn't return any response
    • sometime that returns responses, but too slower
  • Displays are blinking

Maybe, buliding is succeed.
Here is result log:

log
2021-06-16 16:33:11> WARNING.: **Logging.__New**: File deleted (`C:\Users\MYNAME\Desktop\Repository\bug.n\log-build-SUZUKO_aiya000.md`)

# 2021-06-16
2021-06-16 16:33:11> INFO....: Logging started with log level 5
2021-06-16 16:33:11> INFO....: Building bug.n started
2021-06-16 16:33:11> DEBUG...: **compile**: Variable set, source      -> `C:\Users\MYNAME\Desktop\Repository\bug.n\..\src\Main.ahk`, the file does **not** exist.
2021-06-16 16:33:11> DEBUG...: **compile**: Variable set, destination -> `C:\Users\MYNAME\Desktop\Repository\bug.n\..\bugn.exe`, the file does **not** exist.
2021-06-16 16:33:11> DEBUG...: **compile**: Variable set, customIcon  -> `C:\Users\MYNAME\Desktop\Repository\bug.n\..\src\logo.ico`, the file does **not** exist.
2021-06-16 16:33:11> DEBUG...: **compile**: Variable set, compiler    -> `C:\Program Files\AutoHotkey\Compiler\Ahk2Exe.exe`, the file does exist.
2021-06-16 16:33:11> DEBUG...: **compile**: Variable set, useMpress   -> `0`
2021-06-16 16:33:11> INFO....: Compiling the script to an executable finished.
2021-06-16 16:33:11> ERROR...: **compile**: Resulting file `C:\Users\MYNAME\Desktop\Repository\bug.n\..\bugn.exe` does not exist.
2021-06-16 16:33:11> DEBUG...: **createCheatSheet**: Variable set, source    -> `C:\Users\MYNAME\Desktop\Repository\bug.n\..\doc\Default_hotkeys.md`, the file does **not** exist.
2021-06-16 16:33:11> DEBUG...: **createCheatSheet**: Variable set, destDir   -> `C:\Users\MYNAME\Desktop\Repository\bug.n\..\doc\Cheat_sheet`, the file does **not** exist.
2021-06-16 16:33:11> DEBUG...: **createCheatSheet**: Variable set, converter -> `C:\Users\MYNAME\AppData\Roaming\..\Local\Pandoc\pandoc.exe`, the file does **not** exist.
2021-06-16 16:33:11> INFO....: Creating the cheat sheet finished.
2021-06-16 16:33:11> ERROR...: **createCheatSheet**: Resulting file `C:\Users\MYNAME\Desktop\Repository\bug.n\..\doc\Cheat_sheet\cheat_sheet.html` does not exist.
2021-06-16 16:33:11> ........: Building bug.n finished

Do you have any idea?

Thanks!

@joten
Copy link
Collaborator

joten commented Jul 2, 2021

All checks end with "the file does not exist" and it looks as if you were not running the build script from within the tools directory, but from C:\Users\MYNAME\Desktop\Repository\bug.n\.
4. should be "Double click ./build.ahk".

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants