LunaPixelStudios / SteamPunk

8 stars 3 forks source link

Steampunk[LPS] wont open #215

Closed Alcamist82 closed 4 months ago

Alcamist82 commented 4 months ago

When I try to play Steampunk in Curseforge or GDlauncher the load bar starts then after a few seconds it just stops and acts like I never hit play. hopefully the link works for log report, first time opening a ticket!

chorbintime commented 4 months ago

Please send the latest.log file. The one you sent is a .js file and its impossible to read.

Alcamist82 commented 4 months ago

this work? 7dc198cea6ce08ec6979f6bafc9cabd7-e219cc06a4915cd4fe2551abdd9c2edcdd0990d3.zip

chorbintime commented 4 months ago

From our Discord:

For users who are experiencing issues with the built-in GLFW, there's a quick and easy solution for you to use the latest, bug-free GLFW that can remedy the solution.

Download a pre-built GLFW library from my repository at https://github.com/Frontear/glfw-libs/releases. Ensure you download the correct file from the desription of the release. You may also compile it yourself, details can be found here: https://www.glfw.org/docs/latest/compile.html Save the file in a location you can remember and will NOT delete (the file MUST stay there or else it will stop working) In your launcher, go to the java parameters (this is the place you put your GC arguments), and add -Dorg.lwjgl.glfw.libname="path/to/the/file". If, for example, you downloaded the file in your Downloads (C:\Users\Me\Downloads\glfw3.dll, then your argument would be -Dorg.lwjgl.glfw.libname="C:\Users\Me\Downloads\glfw3.dll")

Alcamist82 commented 4 months ago

Still wont load. I think Im following the instructions correctly. here is a gist with the crash report and log. Sorry Ive never had any issues like this with a mod, kind of a noob to messing with the files and things like that! 46f679dc1635ea70f0480f868f085f1b-fa31b93cfc25d0e5e1757efdf094a1ee1e75a5ba.zip

chorbintime commented 4 months ago

Your game is still using version 3.3.1 of LWJGL. Please send a screenshot of your java args in ATLauncher

Alcamist82 commented 4 months ago

I downloaded ATLauncher and dont see Java arguments in the settings tab. I am going to settings->Java/minecraft and dont see it. Is Java parameters the same thing as java arguments? heres a screenshot of the java settings. Thank you for the help!! Screenshot (1)

Alcamist82 commented 4 months ago

heres the ATLauncher logs also. a49c5eea4b7464eacb45afe4774195dc-e18edca2fde883df990a1d2f3c8b6046666ad7ab.zip

chorbintime commented 4 months ago

yes, java parameters is just another way to say java args

Alcamist82 commented 4 months ago

heres the screenshot. Screenshot (2)

Alcamist82 commented 4 months ago

b0f99460b3324286e10228c02ba376b9-bdee618b9d1ae09b830008d379b0bf031f93b0d4.zip

and the log after i changed java args

chorbintime commented 4 months ago

You have it set to glfw (1).dll

Please remove the (1)

Alcamist82 commented 4 months ago

It worked!! Thank you for the help!