![]() |
Forum Index : Microcontroller and PC projects : MMB4W - blit, programming or hardware error - help
![]() ![]() |
|||||
Author | Message | ||||
electricat![]() Senior Member ![]() Joined: 30/11/2020 Location: LithuaniaPosts: 240 |
Nothing new or original about my ideas, but I would tray to 1) run as Administrator, 2)tray compatibility modes 3) change video drivers 4) if system has integrated and discrete video card I would try both of them (run with graphics processor..." Not so many chances , but I would check/ask question this for searching reason of problem https://github.com/OneLoneCoder/olcPixelGameEngine/issues |
||||
matherp Guru ![]() Joined: 11/12/2012 Location: United KingdomPosts: 9805 |
Almost certainly that you haven't got the required audio DLLs. Check the various threads for how to start without audio. |
||||
bfwolf Regular Member ![]() Joined: 03/01/2025 Location: GermanyPosts: 51 |
Thanks for your tips! "run as Administrator" and "tray compatibility modes" I already tried, but didn't help ![]() Unfortunately, nothing enlightening could be found in the olcPixelGameEngine issues. That was a really good tip! It's quite possible that I didn't install anything "special"! Now I just have to find out how to start MMB4W without "audio" or maybe even which DLLs are missing and install them... Thx, bfwolf! |
||||
bfwolf Regular Member ![]() Joined: 03/01/2025 Location: GermanyPosts: 51 |
To give you an update: Success! I found no hint, how to disable audio, in the forum topics.. ![]() But I had a look into the MMB4W sources - in main.cpp I found some parts that let me assume that giving '0' as 1st arg should do it - and this worked! ![]() BTW: Does a reasonably up-to-date manual for MMB4W exist somewhere? (PDF? Link?) bfwolf |
||||
phil99![]() Guru ![]() Joined: 11/02/2018 Location: AustraliaPosts: 2375 |
The latest I can find |
||||
Turbo46![]() Guru ![]() Joined: 24/12/2017 Location: AustraliaPosts: 1636 |
See Perhaps this should be included in the manual (Panky?) Bill Keep safe. Live long and prosper. |
||||
phil99![]() Guru ![]() Joined: 11/02/2018 Location: AustraliaPosts: 2375 |
winmm.dll winmm.zip Its in C:\windows\System32 on my computer. |
||||
electricat![]() Senior Member ![]() Joined: 30/11/2020 Location: LithuaniaPosts: 240 |
It was explained im MMB4W manual ![]() ![]() From a command line prompt in Windows , you can start MMBasic running a BASIC program in a number of ways as follows:- One can also create win shortcut and edit cmd properties. Edited 2025-02-08 19:30 by electricat |
||||
bfwolf Regular Member ![]() Joined: 03/01/2025 Location: GermanyPosts: 51 |
Many thansk for all your help! ![]() Thx!!! That helped! ![]() A few minutes ago I searched the Windows directory for "winmm.dll" - I "felt" that I had about 20 "winmm.dll" instances in various subdirectories - with different dates. There is also a "winmm.dll" in C:\Windows\System32 and I tried to copy a slightly larger one with a slightly newer date - but Windows "doesn't like it" (i.e. refuses). Yes - after I downloaded the PDF of the "most recent" MMB4W manual, I found the relevant section. So until I have solved the "actual problem" with the "winmm.dll", I can live with the first argument '0' for mmb4w.exe ![]() ![]() In olcPGEX_Sound.h in the MMB4W source there is the instruction #pragma comment(lib, "winmm.lib") and that already points to the "winmm.dll".. ![]() Or is in fact another DLL to blame? ![]() bfwolf |
||||
![]() ![]() |
![]() |