Geometry Dash won't use the .dll files it has.

Questions about Wine on Linux
Locked
ScarecrowAtMidnight
Newbie
Newbie
Posts: 3
Joined: Sat Apr 04, 2015 7:53 am

Geometry Dash won't use the .dll files it has.

Post by ScarecrowAtMidnight »

I have been trying to get "Geometry Dash to work on WINE. It wouldn't work, so I started it from LX Terminal. I found out that it was not finding a bunch of .dll files it needed. But, when I looked in the folder, THERE THEY WERE. I cannot seem to get the game to recognize them, so it isn't working. I would like some help with getting it to recognize the files.

Error In Terminal:

err:module:import_dll Loading library MSVCP120.dll (which is needed by L"Z:\\home\\_____\\Desktop\\GeometryDash\\libcocos2d.dll") failed (error c000007b).
err:module:import_dll Library MSVCR120.dll (which is needed by L"Z:\\home\\_____\\Desktop\\GeometryDash\\libcocos2d.dll") not found
err:module:import_dll Library libcocos2d.dll (which is needed by L"Z:\\home\\w_____\\Desktop\\GeometryDash\\libExtensions.dll") not found
err:module:import_dll Loading library MSVCP120.dll (which is needed by L"Z:\\home\\_____\\Desktop\\GeometryDash\\libExtensions.dll") failed (error c000007b).
err:module:import_dll Library MSVCR120.dll (which is needed by L"Z:\\home\\_____\\Desktop\\GeometryDash\\libExtensions.dll") not found
err:module:import_dll Library libExtensions.dll (which is needed by L"Z:\\home\\_____\\Desktop\\GeometryDash\\GeometryDash.exe") not found
err:module:import_dll Loading library MSVCP120.dll (which is needed by L"Z:\\home\\_____\\Desktop\\GeometryDash\\libcocos2d.dll") failed (error c000007b).
err:module:import_dll Library MSVCR120.dll (which is needed by L"Z:\\home\\_____\\Desktop\\GeometryDash\\libcocos2d.dll") not found
err:module:import_dll Library libcocos2d.dll (which is needed by L"Z:\\home\\_____\\Desktop\\GeometryDash\\GeometryDash.exe") not found
err:module:import_dll Loading library MSVCP120.dll (which is needed by L"Z:\\home\\_____\\Desktop\\GeometryDash\\GeometryDash.exe") failed (error c000007b).
err:module:import_dll Library MSVCR120.dll (which is needed by L"Z:\\home\\_____\\Desktop\\GeometryDash\\GeometryDash.exe") not found
err:module:LdrInitializeThunk Main exe initialization for L"Z:\\home\\_____\Desktop\\GeometryDash\\GeometryDash.exe" failed, status c0000135

I have censored my computer's name for security purposes.
spoon0042
Level 6
Level 6
Posts: 572
Joined: Thu Dec 24, 2009 11:00 am

Re: Geometry Dash won't use the .dll files it has.

Post by spoon0042 »

wine version?

current wine should have those dlls implemented, you can try setting WINEDLLOVERRIDES though if something doesn't work.
ScarecrowAtMidnight
Newbie
Newbie
Posts: 3
Joined: Sat Apr 04, 2015 7:53 am

Re: Geometry Dash won't use the .dll files it has.

Post by ScarecrowAtMidnight »

Could you tell me HOW to set up WINEDLLOVERRIDES? I pretty much only know how to run programs...
ScarecrowAtMidnight
Newbie
Newbie
Posts: 3
Joined: Sat Apr 04, 2015 7:53 am

Re: Geometry Dash won't use the .dll files it has.

Post by ScarecrowAtMidnight »

Never mind. I figured it out.
Locked