Kelsey Boey
Kelsey Boey
I just checked Device Manager on a working WinXP VPC2007 instance which is the same machine I was using and since there is no AGP controller, that means agp440.sys was...
The error is now gone, but the linker stage fails: ``` [ 1%] Building C object thirdparty/cubeb/CMakeFiles/speex.dir/src/speex/resample.c.obj C:/msys64/home/Kelsey/dingusppc/thirdparty/cubeb/src/speex/resample.c: In function 'update_filter': C:/msys64/home/Kelsey/dingusppc/thirdparty/cubeb/src/speex/resample.c:674:20: warning: comparison of integer expressions of different signedness:...
Adding `-lSDL2` to CMAKE_CXX_STANDARD_LIBRARIES got rid of the SDL linking error. > There's also an error like "undefined reference to `__imp__dupenv_s'", which could be fixed by adding the --libs argument....
pkg-config needs a package name to be specified, and I'm not sure what package is causing the problem.
Output of make with `ld -v`: ``` [100%] Linking CXX executable bin/dingusppc.exe Using built-in specs. COLLECT_GCC=C:\msys64\mingw64\bin\c++.exe COLLECT_LTO_WRAPPER=C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/12.2.0/lto-wrapper.exe Target: x86_64-w64-mingw32 Configured with: ../gcc-12.2.0/configure --prefix=/mingw64 --with-local-prefix=/mingw64/local --build=x86_64-w64-mingw32 --host=x86_64-w64-mingw32 --target=x86_64-w64-mingw32 --with-native-system-header-dir=/mingw64/include --libexecdir=/mingw64/lib --enable-bootstrap...
> https://issueantenna.com/repo/emilk/loguru/issues/128 Found one related issue. After putting `#ifdef _MSC_VER` and `#endif` after the following lines: ```cpp const char* home_dir() { #ifdef _WIN32 char* user_profile; size_t len; #ifdef _MSC_VER //...
Not only do I have to copy SDL2.dll, but also libgcc_s_seh-1.dll, libstdc++-6.dll, libwinpthread-1.dll, only then will the emulator work. Also 2 bugs: one being that the emulator window is always...
I updated the sources and rebuilt the assembler, but when I tried assembling an unsized MOVE instruction, I got an assertion failure: `Assertion failed: cc_false, file C:\Users\Kelsey\Documents\clownassembler\semantic.c, line 3249` It...
Even with the BIOS enabled, I still get a BSOD:  Also, here is the driver: [dc21x4vm_vista.zip](https://github.com/86Box/86Box/files/14072098/dc21x4vm_vista.zip)
So I did some meddling with the configuration and I realized that selecting the "enable BIOS" option didn't actually enable the BIOS due to a configuration bug, where the new...