https://bugs.winehq.org/show_bug.cgi?id=47541
Bug ID: 47541 Summary: route.exe is missing Product: Wine Version: unspecified Hardware: x86 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: cmd Assignee: wine-bugs@winehq.org Reporter: mvdan@mvdan.cc Distribution: ---
Apologies if I have filed this in the wrong place; I couldn't find an existing issue.
I'd like to get info on the routing tables under Wine, and it seems like the Windows command to do this is "route": https://ss64.com/nt/route.html
Other commands listed on that site like netsh and netstat exist (even if they're not fully implemented), so I wonder if route is missing.
If this is by design or on purpose, please close this issue, and others can hopefully find it in the future.
https://bugs.winehq.org/show_bug.cgi?id=47541
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Component|cmd |programs
--- Comment #1 from Austin English austinenglish@gmail.com --- In general things like this are added for an application that depends on it. Do you know of one?
https://bugs.winehq.org/show_bug.cgi?id=47541
--- Comment #2 from Daniel Martí mvdan@mvdan.cc --- I don't have a specific piece of software that requires this at the moment. I'm just trying to use the program myself to query the system's routing table. Calling tools like 'ip route' or 'route' is a decent and portable way to do that.
https://bugs.winehq.org/show_bug.cgi?id=47541
Louis Lenders xerox.xerox2000x@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |xerox.xerox2000x@gmail.com Ever confirmed|0 |1 Status|UNCONFIRMED |NEW
--- Comment #3 from Louis Lenders xerox.xerox2000x@gmail.com --- It looks like Romstation needs this; response: {"version":206,"manifest":"/romstation/application/updates/win_x64/update.xml","error":1} Nov 05, 2019 10:18:55 AM org.romstation.application.Z a SEVERE: null java.io.IOException: Cannot run program "route": CreateProcess error=2, File not found at java.lang.ProcessBuilder.start(ProcessBuilder.java:1048)
After quickly adding stub program it still fails:
=2 response: {"version":206,"manifest":"/romstation/application/updates/win_x64/update.xml","error":1} 0081:fixme:route:wmain stub: L"route" L"print" Exception in Application start method Exception in thread "JavaFX Application Thread" netscape.javascript.JSException: at com.sun.webkit.dom.JSObject.fwkMakeException(JSObject.java:156) at com.sun.webkit.WebPage.twkExecuteScript(Native Method)
So it looks like it needs "route.exe print" to output something useful. Let`s make this bugreport about that, ok?
https://bugs.winehq.org/show_bug.cgi?id=47541
Louis Lenders xerox.xerox2000x@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Summary|route.exe is missing |route.exe is missing, | |needed by Romstation Version|unspecified |4.19 Keywords| |download URL| |https://www.romstation.fr/r | |omstation/application/downl | |oads/romstation-windows-x64 | |.exe
--- Comment #4 from Louis Lenders xerox.xerox2000x@gmail.com --- Add some info;
Forgot to add: You need to set packager.dll to native to encounter this, due to other wine-bug (program comes with a own dll called packager.dll)