-
Notifications
You must be signed in to change notification settings - Fork 38
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
[Linux][lamachin] Black screen when launching L.A. Machineguns #153
Comments
Are you giving up already? #install sdl2 #install sdl image - if you want to display images #install sdl mixer - if you want sound #install sdl true type fonts - if you want to use text |
Hello ioamero, thanks for the information. I executed Supermodel: A Sega Model 3 Arcade Emulator (Version 0.3a-WIP) OpenGL information: Vendor : Intel My Shading Language Version is 4.60, so it's ok to run the emulator https://www.supermodel3.com/FAQ.html. I tried ./supermodel lamachin.zip -frag-shader=Fragment_NoSpotlight.glsl as well, but nothing happens https://www.supermodel3.com/AdvancedUsage.html#Shaders libsdl2-dev and libsdl2-2.0-0 were already installed. I installed your sdl image package list (libjpeg-dev, libwebp-dev, libtiff5-dev, libsdl2-image-dev, libsdl2-image-2.0-0) but there is always the black screen instead of the game's attract mode. |
Try with this two options ./supermodel -new3d -quad-rendering lamachin.zip |
Hi ioamero, I tried your command, as well as ./supermodel -legacy3d -quad-rendering lamachin.zip, but we should find another solution. I think it's really a bug because I have this problem only with L.A. Machineguns. I will test my rom on a Windows system, then I will let you know the result ;) |
Try reducing the resolution to something extremely small 256x256 windowed mode for example. See if it boots |
Could you be able to build it yourself, I suggest to rebuild it. |
Thanks, maybe one day I will try it :) |
I forgot to mention about the corrupted NVRAM of the game. |
Thanks for the suggestion. Although I erased the NVRAM file before booting, the game gave me the same black screen. Even the low resolution boot did not work. |
Hello to everybody,
L.A. Machineguns is correctly booted, but all I can see is a black screen. This bug has not already been posted on Github. There is no trace of it neither in the FAQ (https://www.supermodel3.com/FAQ.html) nor in the forum (https://www.supermodel3.com/Forum/). This problem is always occurring, it is not an intermittent bug.
This is the output of my Linux shell, there are no errors:
./supermodel lamachin.zip
Supermodel: A Sega Model 3 Arcade Emulator (Version 0.3a-WIP)
Copyright 2003-2023 by The Supermodel Team
GPU info: 4.6 (Core Profile) Mesa 24.0.5-1ubuntu1 (core profile)
I am using Ubuntu 24.04 LTS, with gcc (Ubuntu 13.2.0-23ubuntu4) 13.2.0 and libglu1-mesa-dev installed. Ocean Hunter, Star Wars Trilogy, The Lost World and Fighting Vipers 2 do not have this problem. Any help is greatly appreciated. I am available for any additional information.
The text was updated successfully, but these errors were encountered: