You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am developing an application with tauri and steamworks-rs, and I forgot to copy the steam_api64.dll and steam_api64.lib files to the debug directory when I started it, so the application did not start as I wish.
npm run dev
> happy-cultivation-tauri@0.0.0 dev
> tauri dev
Running BeforeDevCommand (`npm run start`)
> happy-cultivation-tauri@0.0.0 start
> ng serve
Initial chunk files | Names | Raw size
styles.css | styles | 700.77 kB |
polyfills.js | polyfills | 88.34 kB |
main.js | main | 11.65 kB |
chunk-RW2SMIYW.js | - | 1.98 kB |
| Initial total | 802.74 kB
Lazy chunk files | Names | Raw size
chunk-CANKSL6J.js | welcome-routes | 3.96 kB |
Application bundle generation complete. [3.119 seconds]
Watch mode enabled. Watching for file changes...
NOTE: Raw file sizes do not reflect development server per-request transformations.
➜ Local: http://localhost:14200/
Info Watching D:\src\game\happy-cultivation-tauri\src-tauri for changes...
Compiling vswhom-sys v0.1.2
Compiling vswhom v0.1.0
Compiling embed-resource v2.4.2
Compiling tauri-winres v0.1.1
Compiling tauri-build v1.5.3
Compiling happy-cultivation-tauri v0.0.0 (D:\src\game\happy-cultivation-tauri\src-tauri)
Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.87s
What puzzles me is that the console did not display any error logs, which caused me to waste a lot of time troubleshooting this issue.
I would like to know how to display the error logs.
I think this is a windows issue. If you build the app and try to run the app binary from inside powershell it also silently fails. It will only complain about a missing dll if you double click on the exe. Here's one of the GitHub issues i found PowerShell/PowerShell#16468 (auto closed by the inactivity bot but it's not resolved).
Describe the bug
I am developing an application with tauri and steamworks-rs, and I forgot to copy the
steam_api64.dll
andsteam_api64.lib
files to the debug directory when I started it, so the application did not start as I wish.What puzzles me is that the console did not display any error logs, which caused me to waste a lot of time troubleshooting this issue.
I would like to know how to display the error logs.
Reproduction
https://github.com/qq253498229/tauri-error001
No response
Expected behavior
No response
Full
tauri info
outputStack trace
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: