Click here to Skip to main content
15,885,757 members

The Weird and The Wonderful

   

The Weird and The Wonderful forum is a place to post Coding Horrors, Worst Practices, and the occasional flash of brilliance.

We all come across code that simply boggles the mind. Lazy kludges, embarrassing mistakes, horrid workarounds and developers just not quite getting it. And then somedays we come across - or write - the truly sublime.

Post your Best, your worst, and your most interesting. But please - no programming questions . This forum is purely for amusement and discussions on code snippets. All actual programming questions will be removed.

 
GeneralRe: How old am I, according to Amazon? Pin
Richard Deeming15-Jan-23 22:38
mveRichard Deeming15-Jan-23 22:38 
GeneralRe: How old am I, according to Amazon? Pin
jsc4215-Jan-23 23:05
professionaljsc4215-Jan-23 23:05 
GeneralRe: How old am I, according to Amazon? Pin
Jeremy Falcon18-Jan-23 2:53
professionalJeremy Falcon18-Jan-23 2:53 
GeneralRe: How old am I, according to Amazon? Pin
charlieg18-Jan-23 8:42
charlieg18-Jan-23 8:42 
GeneralRe: How old am I, according to Amazon? Pin
jsc4218-Jan-23 22:54
professionaljsc4218-Jan-23 22:54 
GeneralForbidden File Names? Pin
kmoorevs30-Dec-22 9:23
kmoorevs30-Dec-22 9:23 
GeneralRe: Forbidden File Names? Pin
trønderen30-Dec-22 9:52
trønderen30-Dec-22 9:52 
GeneralRe: Forbidden File Names? Pin
kmoorevs2-Jan-23 7:16
kmoorevs2-Jan-23 7:16 
trønderen wrote:
Depending on how the image for the new process is identified, it could depend on the CWD and $PATH.

It should be identified as a win32 executable with a handful of parameters added by the launcher which is calling with the full path and filename.

I've only been able to reproduce the issue on Win11. Changing the filename resolves the issue. I'm waiting for my wife to bring home her Win11 laptop so I can experiment with the issue more.

Again, the issue as I currently see it: with Win11 launching an executable as a process is doing something weird (starting a web browser) when the file name starts with 'Mosaic'. FWIW, the working directory is specified in the command and the executable is signed.

I could believe that some text in a filename might trigger an a/v action, but that doesn't seem to be the case. The file is where it's supposed to be, and runs fine manually. I'll know more later when I get my hands on a Win11 system and can test more thoroughly. I hate to change the filename as it accurately describes the product it interfaces with and what it does. Sigh | :sigh:

I absolutely hate problems like this...no logical reason why changing the filename resolves the issue.

Thanks for the suggestions and reply! Smile | :)
"Go forth into the source" - Neal Morse
"Hope is contagious"

GeneralRe: Forbidden File Names? Pin
Eddy Vluggen2-Jan-23 10:36
professionalEddy Vluggen2-Jan-23 10:36 
GeneralRe: Forbidden File Names? Pin
Daniel Pfeffer2-Jan-23 21:23
professionalDaniel Pfeffer2-Jan-23 21:23 
GeneralRe: Forbidden File Names? Pin
Eddy Vluggen2-Jan-23 22:43
professionalEddy Vluggen2-Jan-23 22:43 
GeneralRe: Forbidden File Names? PinPopular
haughtonomous2-Jan-23 21:47
haughtonomous2-Jan-23 21:47 
GeneralRe: Forbidden File Names? Pin
Eddy Vluggen2-Jan-23 22:52
professionalEddy Vluggen2-Jan-23 22:52 
GeneralRe: Forbidden File Names? Pin
Eddy Vluggen2-Jan-23 22:59
professionalEddy Vluggen2-Jan-23 22:59 
GeneralRe: Forbidden File Names? Pin
kmoorevs3-Jan-23 4:58
kmoorevs3-Jan-23 4:58 
GeneralRe: Forbidden File Names? Pin
Bruce Patin3-Jan-23 3:33
Bruce Patin3-Jan-23 3:33 
GeneralRe: Forbidden File Names? Pin
agolddog3-Jan-23 3:36
agolddog3-Jan-23 3:36 
GeneralRe: Forbidden File Names? Pin
kmoorevs3-Jan-23 4:59
kmoorevs3-Jan-23 4:59 
GeneralRe: Forbidden File Names? Pin
Paul Sanders (the other one)3-Jan-23 3:44
Paul Sanders (the other one)3-Jan-23 3:44 
GeneralRe: Forbidden File Names? Pin
obermd3-Jan-23 3:56
obermd3-Jan-23 3:56 
GeneralRe: Forbidden File Names? Pin
kmoorevs3-Jan-23 5:03
kmoorevs3-Jan-23 5:03 
GeneralRe: Forbidden File Names? Pin
Dave Kreskowiak3-Jan-23 6:41
mveDave Kreskowiak3-Jan-23 6:41 
GeneralRe: Forbidden File Names? Pin
Gee.3-Jan-23 9:34
Gee.3-Jan-23 9:34 
GeneralRe: Forbidden File Names? Pin
kmoorevs3-Jan-23 9:52
kmoorevs3-Jan-23 9:52 
GeneralRe: Forbidden File Names? Pin
trønderen3-Jan-23 19:35
trønderen3-Jan-23 19:35 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.