This file has been truncated, but you can view the full file.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [12:44:26.257] fo3_recon d3d9 proxy attached (M0 recon build) | |
| [12:44:26.413] Direct3DCreate9(SDKVersion=32) intercepted | |
| [12:44:26.452] Installing IDirect3D9::CreateDevice hook | |
| [12:44:26.771] Direct3DCreate9(SDKVersion=32) intercepted | |
| [12:44:26.800] CreateDevice() called adapter=0 type=1 flags=0x00000054 | |
| [12:44:26.834] Installing IDirect3DDevice9 hooks (device=0A807460) | |
| [12:44:27.239] Device hooks installed. Backbuffer surface identity=015F4740 | |
| [12:44:27.239] SetRenderState(D3DRS_LIGHTING, 1) [changed] - this is the key signal for whether FO3 uses fixed-function lighting at all | |
| [12:44:27.239] SetRenderState(D3DRS_AMBIENT, 0x00000000) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name : zlib-ng | |
| version : 2.3.3 | |
| release : 1 | |
| source : | |
| - https://github.com/zlib-ng/zlib-ng/archive/refs/tags/2.3.3.tar.gz : f9c65aa9c852eb8255b636fd9f07ce1c406f061ec19a2e7d508b318ca0c907d1 | |
| homepage : https://github.com/zlib-ng/zlib-ng | |
| license : Zlib | |
| component : | |
| - programming.library | |
| - ^zlib : system.base |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| zachbacon@DESKTOP-12HEM99 CLANG64 ~ | |
| $ apkg -S mingw-w64-clang-x86_64-toolchain | |
| :: There are 26 members in group mingw-w64-clang-x86_64-toolchain: | |
| clang64/mingw-w64-clang-x86_64-clang | |
| clang64/mingw-w64-clang-x86_64-clang-21 | |
| clang64/mingw-w64-clang-x86_64-clang-analyzer | |
| clang64/mingw-w64-clang-x86_64-clang-libs | |
| clang64/mingw-w64-clang-x86_64-clang-tools-extra | |
| clang64/mingw-w64-clang-x86_64-compiler-rt | |
| clang64/mingw-w64-clang-x86_64-compiler-rt-21 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| zachbacon@DESKTOP-12HEM99 ~/MINGW-packages/mingw-w64-zlib master ± MINGW_ARCH=mingw64 makepkg-mingw -sLf --skippgpcheck | |
| ==> MINGW_ARCH: mingw64 | |
| -> Building mingw64... | |
| ==> Making package: mingw-w64-zlib 1.3.2-2 (Sat, May 9, 2026 10:44:40 AM) | |
| ==> Checking runtime dependencies... | |
| ==> Checking buildtime dependencies... | |
| ==> Retrieving sources... | |
| -> Downloading zlib-1.3.2.tar.xz... | |
| % Total % Received % Xferd Average Speed Time Time Time Current | |
| Dload Upload Total Spent Left Speed |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ==> Tidying install... | |
| -> Removing libtool files... | |
| -> Purging unwanted files... | |
| -> Stripping unneeded symbols from binaries and libraries... | |
| -> Separating debug info from mingw64/bin/libminizip-1.dll into /home/zachbacon/MINGW-packages/mingw-w64-zlib/pkg/mingw-w64-zlib-debug/mingw64/bin/libminizip-1.dll.debug | |
| -> Creating a debuginfo link to /home/zachbacon/MINGW-packages/mingw-w64-zlib/pkg/mingw-w64-zlib-debug/mingw64/bin/libminizip-1.dll.debug in mingw64/bin/libminizip-1.dll | |
| -> Separating (again) debug info from mingw64/bin/libminizip-1.dll into /home/zachbacon/MINGW-packages/mingw-w64-zlib/pkg/mingw-w64-zlib-debug/mingw64/bin/libminizip-1.dll.debug | |
| -> Removing old .gnu_debuglink section from mingw64/bin/libminizip-1.dll | |
| -> Creating (again) a debuginfo link to /home/zachbacon/MINGW-packages/mingw-w64-zlib/pkg/mingw-w64-zlib-debug/mingw64/bin/libminizip-1.dll.debug in mingw64/bin/libminizip-1.dll | |
| -> Separating debug info from mingw64/bin/miniunzip.exe into /home/zachbacon/MINGW-packages/min |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| From: Zach Bacon <thezachbacon@gmail.com.com> | |
| Subject: [PATCH] ld/PE: place .debug_gnu_pubnames and .debug_gnu_pubtypes | |
| The default PE/PE+ linker scripts have orphan-placement rules for the | |
| standard DWARF .debug_pubnames / .debug_pubtypes sections, but not for | |
| the GNU-extension .debug_gnu_pubnames / .debug_gnu_pubtypes sections | |
| emitted by GCC's -ggnu-pubnames (which is implied by -gsplit-dwarf). | |
| Without an explicit rule, the linker treats those sections as orphans | |
| and assigns them an arbitrary high VMA, placing them at the front of |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # --- history --- | |
| HISTFILE=~/.zsh_history | |
| HISTSIZE=10000 | |
| SAVEHIST=10000 | |
| setopt hist_ignore_dups | |
| setopt hist_ignore_space | |
| setopt share_history | |
| setopt inc_append_history | |
| # --- core --- |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| FAILED: [code=1] src/Adw-1.gir | |
| "D:/M/msys64/clang64/bin/meson" "--internal" "exe" "--unpickle" "D:/_/B/src/build-CLANG64-shared/meson-private/meson_exe_g-ir-scanner.exe_98e88e1d301d1422d1ae67537cd1fde0e7b35d1a.dat" | |
| while executing ['D:/M/msys64/clang64/bin/g-ir-scanner.exe', '--quiet', '--no-libtool', '--namespace=Adw', '--nsversion=1', '--warn-all', '--output', 'src/Adw-1.gir', '--c-include=adwaita.h', '--quiet', '-DADWAITA_COMPILATION', '--doc-format=gi-docgen', '-ID:/_/B/src/libadwaita-1.8.2/src', '-ID:/_/B/src/build-CLANG64-shared/src', '-ID:/_/B/src/libadwaita-1.8.2/.', '-ID:/_/B/src/build-CLANG64-shared/.', '-ID:/_/B/src/libadwaita-1.8.2/src', '-ID:/_/B/src/build-CLANG64-shared/src', '--filelist=D:/_/B/src/build-CLANG64-shared/src/libadwaita-1-0.dll.p/Adw_1_gir_filelist', '-LD:/_/B/src/build-CLANG64-shared/src', '--extra-library=adwaita-1', '--include=Gio-2.0', '--include=Gtk-4.0', '--symbol-prefix=adw', '--identifier-prefix=Adw', '--pkg-export=libadwaita-1', '--cflags-begin', '-DHAVE_CONFIG_H', '- |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| lldb ./visualboyadvance-m | |
| (lldb) target create "./visualboyadvance-m" | |
| Current executable set to '/Users/zachbacon/Documents/visualboyadvance-m/build/visualboyadvance-m.app/Contents/MacOS/visualboyadvance-m' (arm64). | |
| (lldb) run | |
| Process 28618 launched: '/Users/zachbacon/Documents/visualboyadvance-m/build/visualboyadvance-m.app/Contents/MacOS/visualboyadvance-m' (arm64) | |
| 2025-04-23 12:30:47.804123-0400 visualboyadvance-m[28618:21753647] [CursorUI] ViewBridge to RemoteViewService Terminated: Error Domain=com.apple.ViewBridge Code=18 "(null)" UserInfo={com.apple.ViewBridge.error.hint=this process disconnected remote view controller -- benign unless unexpected, com.apple.ViewBridge.error.description=NSViewBridgeErrorCanceled} | |
| 2025-04-23 12:30:56.575925-0400 visualboyadvance-m[28618:21753647] [plugin] AddInstanceForFactory: No factory registered for id <CFUUID 0x600001717b00> F8BB1C28-BAE8-11D6-9C31-00039315CD46 | |
| 2025-04-23 12:30:56.584689-0400 visualboyadvance-m[28618:21753647] HALDefaultDevice.cpp:742 Could |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| FAILED: CMakeFiles/SDL3-static.dir/src/audio/SDL_audiotypecvt.c.o | |
| ccache /Users/zachbacon/vbam-build-mac-ARM64/root/bin/clang -DSDL_BUILD_MAJOR_VERSION=3 -DSDL_BUILD_MICRO_VERSION=10 -DSDL_BUILD_MINOR_VERSION=2 -DSDL_STATIC_LIB -DUSING_GENERATED_CONFIG_H -I/Users/zachbacon/vbam-build-mac-ARM64/dists/sdl3/build/include-config-release/build_config -I/Users/zachbacon/vbam-build-mac-ARM64/dists/sdl3/build/include-revision -I/Users/zachbacon/vbam-build-mac-ARM64/dists/sdl3/include -I/Users/zachbacon/vbam-build-mac-ARM64/dists/sdl3/src -mtune=generic -m64 -framework Carbon -framework Foundation -framework CoreServices -framework SystemConfiguration -Wno-unused-command-line-argument -DICONV_CONST= -Wl,-no_compact_unwind -fPIC -isystem /Users/zachbacon/vbam-build-mac-ARM64/root/include -L/Users/zachbacon/vbam-build-mac-ARM64/root/lib -pthread -O3 -ffast-math -pipe -Wno-error=implicit-int -O3 -DNDEBUG -arch arm64 -mmacosx-version-min=11.0 -Wall -Wundef -Wfloat-conversion -fno-strict-aliasing -Wdocumentation -Wdocumen |
NewerOlder