-
Notifications
You must be signed in to change notification settings - Fork 1
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
Mac OS X Shaders issues #16
Comments
A hack to obtain the log:
I'm not sure it will actually save the log in flove.log but at least you'll probably be able to see the log output in the CLI and grep it for renderer. I'd suspect this is it failing to use the nvidia gpu: i get the same on a mac which doesn't have a discrete card. |
It seems Spring used NVIDIA GPU. Also, only central structures on map are broken. Trees on the map borders and newly grown flowers are fine. Grep results:
ScreenShot: |
Flowers don't receive any shaders, so that's why they're fine. Hypothesis: this is an issue specifically with the outline shader? |
Yup, according to log thats the problem. Most of the log file consists of |
The real question, is it outline, or do all shaders fail to compile? Try modifying the archive |
Removed the only file |
Possible reasons: archive no longer having sd7 suffix, or archive being solid. |
Ah, nevermind. The outline hypothesis was stupid anyway: everything would have been affected by that. Can you post the full log? |
From the screenshot it seems that the mushroom and treeshaders are failing: https://github.com/SpringCabal/LD34/tree/master/ModelMaterials as well as the wisp one: https://github.com/SpringCabal/LD34/blob/master/LuaRules/Gadgets/wisp_animation.lua |
no, you are looking in the wrong directories. try ~/.config/spring/ without infolog.txt its not really possible to help. |
Full log has arrived. |
tons of shader errors in the log file, i guess devs now have something to work now :-) thanks! |
Looks like mac nvidia drivers are for some reason much more strict than both nvidia linux/windows ones as well as those for ATI! |
Trying to play on Macbook Pro Retina early 2013 with nvidia gpu with Mac OS X 10.11.2. Main base and mushrooms are black. Spring engine doesn't generate any log.
The text was updated successfully, but these errors were encountered: