question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

OpenTK exception on startup: entry point in SDL2.dll not found

See original GitHub issue
12.01.18 20:15:58: fatal error:
12.01.18 20:15:58: System.EntryPointNotFoundException: Der Einstiegspunkt "SDL_GetGlobalMouseState" wurde nicht in der DLL "SDL2.dll" gefunden.
12.01.18 20:15:58: bei OpenTK.Platform.SDL2.SDL.GetGlobalMouseState(Int32& hx, Int32& hy)
12.01.18 20:15:58: bei OpenTK.Platform.SDL2.Sdl2Mouse.GetCursorState()
12.01.18 20:15:58: bei OpenTK.Input.Mouse.GetCursorState()
12.01.18 20:15:58: bei osu.Framework.Input.Handlers.Mouse.OpenTKRawMouseHandler.<>c__DisplayClass9_0.<Initialize>b__1()
12.01.18 20:15:58: bei osu.Framework.Threading.ScheduledDelegate.RunTask()
12.01.18 20:15:58: bei osu.Framework.Threading.Scheduler.Update()
12.01.18 20:15:58: bei osu.Framework.Threading.GameThread.ProcessFrame()
12.01.18 20:15:58: bei osu.Framework.Platform.GameHost.<Run>b__90_1(Object <p0>, FrameEventArgs <p1>)
12.01.18 20:15:58: bei System.EventHandler`1.Invoke(Object sender, TEventArgs e)
12.01.18 20:15:58: bei OpenTK.GameWindow.RaiseUpdateFrame(Stopwatch watch, Double elapsed, Double& timestamp)
12.01.18 20:15:58: bei OpenTK.GameWindow.DispatchUpdateFrame(Stopwatch watch)
12.01.18 20:15:58: bei OpenTK.GameWindow.Run(Double updates_per_second, Double frames_per_second)
12.01.18 20:15:58: bei osu.Framework.Platform.GameHost.Run(Game game)
12.01.18 20:15:58: bei osu.Desktop.Program.Main(String[] args)

not really sure what causes or fixes it but visual tests work and after compiling them debug works too

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Comments:14 (14 by maintainers)

github_iconTop GitHub Comments

1reaction
jorolfcommented, Jan 13, 2018

Updated the dll from qemu manually and now everything works

0reactions
jorolfcommented, Jan 13, 2018

Probably because i put the qemu folder in my Path variable. great 😐

Read more comments on GitHub >

github_iconTop Results From Across the Web

GameWindow crash at launch
I got a problem using GameWindow class of opentk , later I was able to launch a simple gamewindow , but now, don't...
Read more >
The code execution cannot proceed because SDL2.dll was ...
The code execution cannot proceed because SDL2.dll was not found. Reinstalling the program may fix this problem. im trying to use sdl2 in ......
Read more >
SDL2.dll not found exception (RESOLVED) - Extended
Dllnotfoundexception saying that it can't find SDL2. dll. My other cross platform OpenGL projects created in MonoDevelop on Linux run fine.
Read more >
steamwebhelper error :: Help and Tips
The steamwebhelper doesn't start for me. This is the error when I try to start it manually: steamwebhelper.exe - Entry Point Not Found...
Read more >
SharpLife - Dot Net Core based modding p
Reminder that Half-Life SDK code is not compatible with the GPL2 (Quake 1/2 source releases) and that projects like Xash3D, that violate those ......
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found