-
Notifications
You must be signed in to change notification settings - Fork 67
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
Crash on Steamworks4j-1.9.0 after attempting to use SteamUGC.createItem #132
Comments
That's an odd place for a crash. Note that even for command-line tools, you still need to do the full init()/runCallback()/shutdown() cycle. For example, this is how it looks like in our tool:
Any more logic is done inside the callbacks, and that |
i might have the exact same issue ... has this ever been sorted out? this is from my console output: A fatal error has been detected by the Java Runtime Environment: EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x00007ffaa6ac1764, pid=21172, tid=6680 JRE version: OpenJDK Runtime Environment Temurin-17.0.8+7 (17.0.8+7) (build 17.0.8+7) No core dump will be written. Minidumps are not enabled by default on client versions of Windows An error report file with more information is saved as: If you would like to submit a bug report, please visit: when calling the api like so (please excuse the messy code!! i'm in the fiddling around phase of it...)
|
Attempting to write a command line tool to upload a mod for a game on the Steam Workshop. The game is not yet purchasable on Steam and has not been approved for release, yet. Part of the approval process is to upload a single mod to the workshop.
This is the code I'm attempting to use:
This is the error that is resulting:
Stack/Thread frame information:
Example JVM crash log is attached.
hs_err_pid8744.log
The text was updated successfully, but these errors were encountered: