YesNoOk
avatar

IKEMEN v0.99.0-rc.1 MACOS Issue (Read 13593 times)

Started by jmagee22, May 05, 2023, 10:50:08 pm
Share this topic:
IKEMEN v0.99.0-rc.1 MACOS Issue
#1  May 05, 2023, 10:50:08 pm
  • avatar
  • *
    • USA
I upgraded to IKEMEN v0.99.0-rc.1 and I've received this message multiple times after I attempted to run the command.

Any help would be greatly appreciated!!

"Last login: Fri May 5 15:32:32 on ttys000
/Users/jonathan/Downloads/Ikemen_GO/Ikemen_GO.command ; exit;
jonathan@Jonathans-MBP ~ % /Users/jonathan/Downloads/Ikemen_GO/Ikemen_GO.command ; exit;
2023/05/05 15:41:05 Using OpenGL 2.1 Metal - 83.1 (Apple M1)
panic: Shader compile error: ERROR: 0:1: '' : version '400' is not supported
ERROR: 0:2: 'precision' : syntax error: syntax error

goroutine 1 [running, locked to thread]:
main.compileShader(0x23d4c8?, {0x100528c55, 0xe4})
/Users/runner/work/Ikemen-GO/Ikemen-GO/src/render_gl.go:86 +0x14c
main.newShaderProgram({0x100528c55?, 0xc000000001?}, {0x100529480, 0x54e}, {0xc0000061a0?, 0xc00023d578?})
/Users/runner/work/Ikemen-GO/Ikemen-GO/src/render_gl.go:51 +0x3d
main.(*Renderer).Init(0x10083e700)
/Users/runner/work/Ikemen-GO/Ikemen-GO/src/render_gl.go:201 +0x30f
main.(*System).init(0x10082cae0, 0x18?, 0x0?)
/Users/runner/work/Ikemen-GO/Ikemen-GO/src/system.go:417 +0x505
main.main()
/Users/runner/work/Ikemen-GO/Ikemen-GO/src/main.go:86 +0x187

Saving session...
...copying shared history...
...saving history...truncating history files...
...completed.

[Process completed]"
Re: IKEMEN v0.99.0-rc.1 MACOS Issue
#2  May 06, 2023, 03:33:26 am
  • *
I'm not at all familiar with shader compilation on an Apple M1 but considering it's using OpenGL 2.0 Metal, which is very common, my guess would be a conflict with configuration or your machine. I figure a syntax error in a shader file would cause a crash for everyone all the time. Try freshly unzipping, touch nothing and if a config.json file exists in the save folder delete it. If it still doesn't work report it in the issues tab here https://github.com/ikemen-engine/Ikemen-GO/wiki
Re: IKEMEN v0.99.0-rc.1 MACOS Issue
#3  May 06, 2023, 03:41:27 am
  • avatar
  • *
    • USA
Appreciate the reply, I removed the config.json and tried launching the command again. Issue still persists, I already posted this in the GitHub issues tab. I figure I can get answers from multiple sources.