×
Create a new article
Write your page title here:
We currently have 133 articles on Open Eggbert. Type your article name above or click on one of the titles below and start writing!



Open Eggbert
133Articles

Troubleshooting: Difference between revisions
Speedy Eggbert / Troubleshooting

No edit summary
No edit summary
Line 94: Line 94:
Background music is not working. You can fix it by installing Qsynth and sound fonts.
Background music is not working. You can fix it by installing Qsynth and sound fonts.


<ref>https://www.reddit.com/r/speedyeggbert/comments/ucddzf/peak_gaming_performance/</ref>
<ref>https://www.reddit.com/r/speedyeggbert/comments/ucddzf/peak_gaming_performance/</ref> <ref>https://web.archive.org/web/20240709191020/https://www.reddit.com/r/speedyeggbert/comments/ucddzf/peak_gaming_performance/</ref>


==References==
==References==
<references />
<references />

Revision as of 21:14, 9 July 2024

How to run on Linux

Use Wine: https://www.winehq.org/

There are some issues, when you run the Windows version of Speedy Blupi/Eggbert on Linux via Wine.

Background music does not work in Wine

Wine usually outpus this error:

0194:err:winediag:MIDIMAP_drvOpen No software synthesizer midi port found, Midi sound output probably won't work.

How to fix it:

  1. install fluidsynth (for Debian: apt install fluidsynth)
  2. Download a sound font and place it somewhere you like. Examples:
  3. Run: fluidsynth -a pulseaudio /path/to/soundfont
    • Add an & at the end, if you want to run it in the background. Or you can configure its autostart at the boot

Note: Sound game effect works. Format for sound is WAV. Format for background music is MIDI.

Multiplayer mode does not work in Wine

How to fix it:

Install directplay: winetricks directplay

More investigation is needed

Saving custom levels to XCH files does not work in Wine

More investigation is needed

Loading custom levels from XCH files does not work in Wine

More investigation is needed

Make the EXE files run without DirectX installed

https://github.com/CnCNet/dummy-dplayx

This was not yet tested. Investigation is needed.

How to upgrade the EXE files to DirectX 11/12

https://github.com/dege-diosg/dgVoodoo2/

To be investigated

https://github.com/otya128/winevdm

How the 3D models of Eggbert were created

This software was used: Ray Dream Studio

http://www.win3x.org/win3board/viewtopic.php?t=13786\

Play MIDI on Linux (stub)

https://www.reddit.com/r/linuxquestions/comments/x91k5c/simple_midi_player_on_linux/

How to show keyboard and mouse presses in the realtime

Maybe this will work: https://github.com/Jax-Core/Keystrokes

How to play multiplayer over Internet

Hamachi. Maybe an alternative exists

How to run on Android

Use one of these:

  1. ExaGear
  2. Winlator
  3. Limbo PC Emulator with Windows 95 or later operating system installed

How to run on ReactOS

ReactOS is a free and open-source operating system for i586/amd64 personal computers intended to be binary-compatible with computer programs and device drivers developed for Windows Server 2003 and later versions of Microsoft Windows.

Link: https://reactos.org/

Speedy Eggbert runs on React OS.

  • But more investigation is needed.

Issues found until now:

  • Game play is not possible. Blupi/Eggbert is moving at the right direction without pressing keys. Fix was not yet found.

What works:

  • Demo playing

How to run on Steam Deck

  1. Open the file /DATA/Config.def with a text editor. Change line like CD-Rom=V:\US to CD-Rom=-nocd
  2. Copy the installation directory on the Deck.
  3. Create a "non-steam" shortcut on the deck and point it to BLUPI.EXE
  4. Select the compatibility tab, check "Force compatibility layer" and select "Proton 7.0"
  5. Add the following to "Launch options" on the shortcut: PROTON_USE_WINED3D=1 PROTON_NO_ESYNC=1 PROTON_NO_FSYNC=1 %command% -nocd
  6. Switch back to gaming mode (if you were on desktop mode), make sure the controller profile is set to Keyboard + Mouse, launch it

Background music is not working. You can fix it by installing Qsynth and sound fonts.

[1] [2]

References