Script windows message line 346

mylazyafternoon


  • #1

I’m using EST Auto Text Color. Can be found here.
I came across an issue where the game would crash when it comes across a ‘\.‘, or ‘\|‘, in a text message.
When it crashes, it says:
‘Window_Message’ line 347: NoMethodError occured
undefined method ‘upcase’ for nil:NilClass

Using, ‘\v[x]’, or ‘\ii[x]’ works just fine though.

TheoAllen


  • #2

Screenshot_640.jpg Screenshot_641.jpg
Throw it in my game, worked just fine. Maybe incompatibility? Have you tried it in the blank project?

mylazyafternoon


  • #3

View attachment 111917 View attachment 111918
Throw it in my game, worked just fine. Maybe incompatibility? Have you tried it in the blank project?

It works now. I got my version of the script from Archeia’s script repository list. So, I guess i got a corrupted version cause the script in the link above worked fine for me. Sorry about that. Thanks though!

RyanYe

Teardrop tree effect!

AphoticAmaranth

zerobeat032

ScreenShot_10_9_2023_0_50_37.png

using the Torigoya_BalloonInBattle plugin, I figured out how to use evals to make it so I can trigger the speech almost whenever I want. thanks to action sequences, I can call them at any point during an attack, or for multiple characters… like this pic where 2 people are switching places.

Alright

Big week for me. Wednesday gonna start my crowdfunding action. See what I can hustle in a couple of months time.

Iron_Brew

1696818463992938.gif
Did an experiment with larger battlers.
They’re way better, aren’t they.
God damn it, now I gotta spend time redoing all of this :LZSlol:

Threads
135,149
Messages
1,254,218
Members
178,218
Latest member
skar14

Same issue here:

Environment:

Same as sivasan8, except that Windows 10 Pro Version 1803 is used

Code:

System.setProperty(«webdriver.gecko.driver», «C:\Program Files (x86)\Geckodriver v0-23-0\geckodriver.exe»);
FirefoxOptions options = new FirefoxOptions();
options.setLogLevel(FirefoxDriverLogLevel.TRACE);
WebDriver driver = new FirefoxDriver(options);

Stacktrace:

1539185839834 mozrunner::runner INFO Running command: «C:\Program Files (x86)\Mozilla Firefox\firefox.exe» «-marionette» «-foreground» «-no-remote» «-profile» «C:\Users\xyz\AppData\Local\Temp\rust_mozprofile.XKNhxDuCbSFS»
1539185839885 geckodriver::marionette DEBUG Waiting 60s to connect to browser on 127.0.0.1:52108
1539185840764 Marionette DEBUG Received observer notification profile-after-change
1539185840880 Marionette DEBUG Received observer notification command-line-startup
1539185840880 Marionette DEBUG Received observer notification nsPref:changed
1539185840880 Marionette DEBUG Init aborted (running=false, enabled=true, finalUIStartup=false)
1539185844855 Marionette DEBUG Received observer notification sessionstore-windows-restored
1539185844855 Marionette DEBUG Waiting for delayed startup…
1539185844948 Marionette DEBUG Setting recommended pref apz.content_response_timeout to 60000
1539185844949 Marionette DEBUG Setting recommended pref browser.download.panel.shown to true
1539185844949 Marionette DEBUG Setting recommended pref browser.pagethumbnails.capturing_disabled to true
1539185844950 Marionette DEBUG Setting recommended pref browser.search.update to false
1539185844950 Marionette DEBUG Setting recommended pref browser.showQuitWarning to false
1539185844951 Marionette DEBUG Setting recommended pref toolkit.cosmeticAnimations.enabled to false
1539185844951 Marionette DEBUG Setting recommended pref browser.tabs.disableBackgroundZombification to false
1539185844951 Marionette DEBUG Setting recommended pref browser.tabs.warnOnCloseOtherTabs to false
1539185844951 Marionette DEBUG Setting recommended pref browser.tabs.warnOnOpen to false
1539185844951 Marionette DEBUG Setting recommended pref browser.usedOnWindows10.introURL to
1539185844952 Marionette DEBUG Setting recommended pref browser.urlbar.suggest.searches to false
1539185844952 Marionette DEBUG Setting recommended pref datareporting.policy.dataSubmissionPolicyAccepted to false
1539185844952 Marionette DEBUG Setting recommended pref dom.disable_beforeunload to true
1539185844952 Marionette DEBUG Setting recommended pref dom.disable_open_during_load to false
1539185844953 Marionette DEBUG Setting recommended pref dom.file.createInChild to true
1539185844953 Marionette DEBUG Setting recommended pref dom.max_chrome_script_run_time to 0
1539185844953 Marionette DEBUG Setting recommended pref dom.max_script_run_time to 0
1539185844953 Marionette DEBUG Setting recommended pref extensions.getAddons.cache.enabled to false
1539185844953 Marionette DEBUG Setting recommended pref extensions.webservice.discoverURL to http://%(server)s/dummy/discoveryURL
1539185844953 Marionette DEBUG Setting recommended pref network.http.prompt-temp-redirect to false
1539185844953 Marionette DEBUG Setting recommended pref network.http.speculative-parallel-limit to 0
1539185844953 Marionette DEBUG Setting recommended pref security.fileuri.strict_origin_policy to false
1539185844954 Marionette DEBUG Setting recommended pref security.notification_enable_delay to 0
1539185844954 Marionette DEBUG Setting recommended pref signon.autofillForms to false
1539185844954 Marionette DEBUG Setting recommended pref signon.rememberSignons to false
1539185845017 Marionette INFO Listening on port 52108
1539185845018 Marionette DEBUG Remote service is active
1539185845304 geckodriver::marionette DEBUG Connection established on 127.0.0.1:52108. Waiting for Marionette handshake
1539185845305 Marionette DEBUG Accepted connection 0 from 127.0.0.1:52124
1539185845305 geckodriver::marionette DEBUG Connected to Marionette
1539185845307 Marionette TRACE 0 -> [0,1,»WebDriver:NewSession»,{«acceptInsecureCerts»:true,»browserName»:»firefox»}]
1539185845307 Marionette WARN TLS certificate errors will be ignored for this session
1539185845354 Marionette DEBUG [6442450945] Frame script loaded
1539185845355 Marionette DEBUG [6442450945] Frame script registered
1539185845362 Marionette TRACE 0 <- [1,1,null,{«sessionId»:»662b64d2-c50e-49a3-a594-4b35603f3efe»,»capabilities»:{«browserName»:»firefox»,»browserVersion»:»62.0. … AppData\Local\Temp\rust_mozprofile.XKNhxDuCbSFS»,»moz:useNonSpecCompliantPointerOrigin»:false,»moz:webdriverClick»:true}}]
1539185845368 webdriver::server DEBUG <- 200 OK {«value»:{«sessionId»:»662b64d2-c50e-49a3-a594-4b35603f3efe»,»capabilities»:{«acceptInsecureCerts»:true,»browserName»:»firefox»,»browserVersion»:»62.0.3″,»moz:accessibilityChecks»:false,»moz:geckodriverVersion»:»0.23.0″,»moz:headless»:false,»moz:processID»:2028,»moz:profile»:»C:\Users\xyz\AppData\Local\Temp\rust_mozprofile.XKNhxDuCbSFS»,»moz:useNonSpecCompliantPointerOrigin»:false,»moz:webdriverClick»:true,»pageLoadStrategy»:»normal»,»platformName»:»windows_nt»,»platformVersion»:»10.0″,»rotatable»:false,»timeouts»:{«implicit»:0,»pageLoad»:300000,»script»:30000}}}}
Okt 10, 2018 5:37:25 PM org.openqa.selenium.remote.ProtocolHandshake createSession
INFORMATION: Detected dialect: W3C
1539185845672 webdriver::server DEBUG -> DELETE /session/662b64d2-c50e-49a3-a594-4b35603f3efe
1539185845674 Marionette TRACE 0 -> [0,2,»Marionette:Quit»,{«flags»:[«eForceQuit»]}]
1539185845674 Marionette INFO Stopped listening on port 52108
1539185845713 addons.xpi WARN Exception running bootstrap method shutdown on activity-stream@mozilla.org: TypeError: setting getter-only property «_currentSearchHostname» (resource://activity-stream/lib/TopSitesFeed.jsm:86:5) JS Stack trace: uninit@TopSitesFeed.jsm:86:5
onAction@TopSitesFeed.jsm:707:9
_middleware/</<@Store.jsm:51:11
Store/this[method]@Store.jsm:29:55
uninit@Store.jsm:170:7
uninit@ActivityStream.jsm:363:5
uninit@resource://gre/modules/addons/XPIProvider.jsm -> jar:file:///C:/Program%20Files%20(x86)/Mozilla%20Firefox/browser/features/activity-stream@bootstrap.js:86:5
shutdown@resource://gre/modules/addons/XPIProvider.jsm -> jar:file:///C:/Program%20Files%20(x86)/Mozilla%20Firefox/browser/features/activity-stream@bootstrap.js:194:3
callBootstrapMethod@XPIProvider.jsm:1592:20
_shutdown@XPIProvider.jsm:1728:12
flushAllWindowsAsync@SessionStore.jsm:1697:7
ssi_onQuitApplicationGranted/<@SessionStore.jsm:1624:27
trigger@AsyncShutdown.jsm:710:23
_wait@AsyncShutdown.jsm:857:7
wait@AsyncShutdown.jsm:841:28
observe@AsyncShutdown.jsm:524:17
GeckoDriver.prototype.quit@driver.js:3319:3
despatch@server.js:297:20
execute@server.js:271:11
onPacket/<@server.js:246:15
onPacket@server.js:245:8
_onJSONObjectReady/<@transport.js:500:9
1539185845777 Marionette TRACE 0 <- [1,2,null,{«cause»:»shutdown»}]
1539185845822 webdriver::server DEBUG Deleting session
1539185845834 Marionette TRACE 0 -> [0,3,»Marionette:Quit»,{«flags»:[«eForceQuit»]}]
1539185845834 Marionette TRACE 0 <- [1,3,{«error»:»invalid session id»,»message»:»»,»stacktrace»:»WebDriverError@chrome://marionette/content/error.js:178:5\nInva … et@chrome://marionette/content/server.js:245:8\n_onJSONObjectReady/<@chrome://marionette/content/transport.js:500:9\n»},null]
[Child 9440, Chrome_ChildThread] WARNING: pipe error: 109: file z:/build/build/src/ipc/chromium/src/chrome/common/ipc_channel_win.cc, line 346
[Child 9440, Chrome_ChildThread] WARNING: pipe error: 109: file z:/build/build/src/ipc/chromium/src/chrome/common/ipc_channel_win.cc, line 346
[Parent 2028, Gecko_IOThread] WARNING: pipe error: 109: file z:/build/build/src/ipc/chromium/src/chrome/common/ipc_channel_win.cc, line 346
[Child 8000, Chrome_ChildThread] WARNING: pipe error: 109: file z:/build/build/src/ipc/chromium/src/chrome/common/ipc_channel_win.cc, line 346
1539185845866 Marionette DEBUG Closed connection 0
[Parent 2028, Gecko_IOThread] WARNING: pipe error: 109: file z:/build/build/src/ipc/chromium/src/chrome/common/ipc_channel_win.cc, line 346
[Child 15904, Chrome_ChildThread] WARNING: pipe error: 109: file z:/build/build/src/ipc/chromium/src/chrome/common/ipc_channel_win.cc, line 346
[Child 15904, Chrome_ChildThread] WARNING: pipe error: 109: f1539185846243 Marionette DEBUG Received observer notification xpcom-will-shutdown
1539185846243 Marionette DEBUG Resetting recommended pref apz.content_response_timeout
1539185846244 Marionette DEBUG Resetting recommended pref browser.download.panel.shown
1539185846244 Marionette DEBUG Resetting recommended pref browser.pagethumbnails.capturing_disabled
1539185846244 Marionette DEBUG Resetting recommended pref browser.search.update
1539185846244 Marionette DEBUG Resetting recommended pref browser.showQuitWarning
1539185846244 Marionette DEBUG Resetting recommended pref toolkit.cosmeticAnimations.enabled
1539185846244 Marionette DEBUG Resetting recommended pref browser.tabs.disableBackgroundZombification
1539185846244 Marionette DEBUG Resetting recommended pref browser.tabs.warnOnCloseOtherTabs
1539185846244 Marionette DEBUG Resetting recommended pref browser.tabs.warnOnOpen
1539185846245 Marionette DEBUG Resetting recommended pref browser.usedOnWindows10.introURL
1539185846245 Marionette DEBUG Resetting recommended pref browser.urlbar.suggest.searches
1539185846245 Marionette DEBUG Resetting recommended pref datareporting.policy.dataSubmissionPolicyAccepted
1539185846245 Marionette DEBUG Resetting recommended pref dom.disable_beforeunload
1539185846245 Marionette DEBUG Resetting recommended pref dom.disable_open_during_load
1539185846245 Marionette DEBUG Resetting recommended pref dom.file.createInChild
1539185846246 Marionette DEBUG Resetting recommended pref dom.max_chrome_script_run_time
1539185846246 Marionette DEBUG Resetting recommended pref dom.max_script_run_time
1539185846246 Marionette DEBUG Resetting recommended pref extensions.getAddons.cache.enabled
1539185846246 Marionette DEBUG Resetting recommended pref extensions.webservice.discoverURL
1539185846246 Marionette DEBUG Resetting recommended pref network.http.prompt-temp-redirect
1539185846246 Marionette DEBUG Resetting recommended pref network.http.speculative-parallel-limit
1539185846246 Marionette DEBUG Resetting recommended pref security.fileuri.strict_origin_policy
1539185846246 Marionette DEBUG Resetting recommended pref security.notification_enable_delay
1539185846246 Marionette DEBUG Resetting recommended pref signon.autofillForms
1539185846246 Marionette DEBUG Resetting recommended pref signon.rememberSignons
1539185846247 Marionette DEBUG Remote service is inactive
[GPU 2244, Chrome_ChildThread] WARNING: pipe error: 109: file z:/
###!!! [Child][MessageChannel::SendAndWait] Error: Channel error: cannot send/recv

1539185846846 geckodriver::marionette DEBUG Browser process stopped: exit code: 0
1539185847133 webdriver::server DEBUG <- 200 OK {«value»:null}

I am tryin to use python an selenium to automate some cases on firefox headless mode. I think, I did every settings that I need but still webdrvier is not initialized.

My problem is getting the exception approximately 30-60 sec after executing my code and exception message is not clear actually message section is empty. As you can see on the geckodriver.log firefox running in headless mode.

I use Firefox 56.0.1, python 3.6, selenium 3.141.0. Here is my code and logs;

Code:

import os
import time
import selenium
from selenium import webdriver
from selenium.webdriver.support.ui import WebDriverWait
from selenium.webdriver.common.keys import Keys
from selenium.webdriver.common.desired_capabilities import DesiredCapabilities
from selenium.webdriver.firefox.options import Options
from selenium.webdriver.firefox.firefox_binary import FirefoxBinary
from selenium.webdriver.firefox.firefox_profile import FirefoxProfile

options = Options()
options.set_headless(True)
dir = "C:\\Python36\\Lib\\site-packages\\selenium\\webdriver\\firefox"
ff_driver_path = dir + "\\geckodriver.exe"
firefox_capabilities = DesiredCapabilities().FIREFOX
firefox_capabilities['marionette'] = True
profile = webdriver.FirefoxProfile()
binary = FirefoxBinary('C:\\Program Files (x86)\\Mozilla Firefox\\firefox.exe')
driver = webdriver.Firefox(desired_capabilities=firefox_capabilities, firefox_profile=profile, firefox_binary=binary, firefox_options=options, executable_path=ff_driver_path)
driver.get("https://ipaddress/")

Logs:

File "<string>", line 20, in <module>
File "C:\Python36\lib\site-packages\selenium\webdriver\firefox\webdriver.py", line 174, in __init__
    keep_alive=True)
File "C:\Python36\lib\site-packages\selenium\webdriver\remote\webdriver.py", line 157, in __init__
    self.start_session(capabilities, browser_profile)
File "C:\Python36\lib\site-packages\selenium\webdriver\remote\webdriver.py", line 252, in start_session
    response = self.execute(Command.NEW_SESSION, parameters)
File "C:\Python36\lib\site-packages\selenium\webdriver\remote\webdriver.py", line 321, in execute
    self.error_handler.check_response(response)
File "C:\Python36\lib\site-packages\selenium\webdriver\remote\errorhandler.py", line 242, in check_response
    raise exception_class(message, screen, stacktrace)
selenium.common.exceptions.InvalidSessionIdException: Message:

geckodriver logs:

1544600615819   mozrunner::runner   INFO    Running command: "C:\\Program Files (x86)\\Mozilla Firefox\\firefox.exe" "-marionette" "-headless" "-foreground" "-no-remote" "-profile" "C:\\Users\\ADMINI~1\\AppData\\Local\\Temp\\2\\rust_mozprofile.SDw8B2IEG5cE"
*** You are running in headless mode.
1544600616120   addons.xpi  WARN    Error parsing extensions state: [Exception... "Component returned failure code: 0x80520012 (NS_ERROR_FILE_NOT_FOUND) [amIAddonManagerStartup.readStartupData]"  nsresult: "0x80520012 (NS_ERROR_FILE_NOT_FOUND)"  location: "JS frame :: resource://gre/modules/addons/XPIProvider.jsm :: loadExtensionState :: line 1554"  data: no] Stack trace: loadExtensionState()@resource://gre/modules/addons/XPIProvider.jsm:1554 < getInstallState()@resource://gre/modules/addons/XPIProvider.jsm:1589 < checkForChanges()@resource://gre/modules/addons/XPIProvider.jsm:3109 < startup()@resource://gre/modules/addons/XPIProvider.jsm:2188 < callProvider()@resource://gre/modules/AddonManager.jsm:269 < _startProvider()@resource://gre/modules/AddonManager.jsm:739 < startup()@resource://gre/modules/AddonManager.jsm:906 < startup()@resource://gre/modules/AddonManager.jsm:3090 < observe()@jar:file:///C:/Program%20Files%20(x86)/Mozilla%20Firefox/omni.ja!/components/addonManager.js:65
1544600616661   Marionette  INFO    Enabled via --marionette
[Child 2656] WARNING: pipe error: 109: file z:/build/build/src/ipc/chromium/src/chrome/common/ipc_channel_win.cc, line 346
[Child 2656] WARNING: pipe error: 109: file z:/build/build/src/ipc/chromium/src/chrome/common/ipc_channel_win.cc, line 346
1544600618075   Marionette  INFO    Listening on port 64093
JavaScript error: jar:file:///C:/Program%20Files%20(x86)/Mozilla%20Firefox/omni.ja!/components/captivedetect.js, line 352: TypeError: this._runningRequest is null
JavaScript error: jar:file:///C:/Program%20Files%20(x86)/Mozilla%20Firefox/omni.ja!/components/captivedetect.js, line 352: TypeError: this._runningRequest is null
JavaScript error: jar:file:///C:/Program%20Files%20(x86)/Mozilla%20Firefox/omni.ja!/components/captivedetect.js, line 352: TypeError: this._runningRequest is null
JavaScript error: jar:file:///C:/Program%20Files%20(x86)/Mozilla%20Firefox/omni.ja!/components/captivedetect.js, line 352: TypeError: this._runningRequest is null
JavaScript error: jar:file:///C:/Program%20Files%20(x86)/Mozilla%20Firefox/omni.ja!/components/captivedetect.js, line 352: TypeError: this._runningRequest is null
JavaScript error: jar:file:///C:/Program%20Files%20(x86)/Mozilla%20Firefox/omni.ja!/components/captivedetect.js, line 352: TypeError: this._runningRequest is null

Any ideas on what I am doing wrong? Thank you!

The error is

Windows Script Host
—————————
Script: CDocuments and Settings\cs-ads-mbb30\Desktop\arms.vbs
Line: 5
Char: 121
Error: Expected ‘Then’
Code: 800A03F9
Source: Microsoft VBScript compilation error

Set shell= WScript.CreateObject("WScript.Shell")
username = shell.ExpandEnvironmentStrings("%USERNAME%")
 
Set objFSO = CreateObject("Scripting.FileSystemObject")
If objFSO.FileExists("C:\Documents and Settings\" & username & "\Start Menu\Programs\End2End, Inc\ARMS V2 R3.appref-ms")
Then
Wscript.Echo "ARMS Enterprise V2 R3 is already installed for " & username & " on this
computer. Click OK to close."
Else
Wscript.Echo "ARMS Enterprise V2 R3 is not installed for " & username & " on this
computer. Please click install when prompted."
CreateObject("Wscript.Shell").Run "\\cs-metroplex.cwru.edu\ARMSInstaller\Setup.exe"
 
End If

Open in new window

Asked By

0 points
N/A
Posted on — 11/16/2011

qa-featured

Windows Script Host error message

Hello Guys I am having in trouble about windows script host error message. The error message is attached below. Please help me why this error always pops up every time I start windows. I am using windows XP as my operating system. Is it a threat to my security or some kind of a virus? Please help me for this error.

Windows Script Host

Can’t find script engine “VBSCRIPT” for script

“C:UsersShowstopperAppDataLocalTempMSGB.PIF”.

Thanks.

qa-featured

Hi Jackie,

Windows script host error message is actually your settings default. Windows script host error is actually created by microsoft in order to run all types of scripts during startup. Anyway you can disable this pop-up to prevent users running any scripts including VBscript and Jscripts on your WSHA.

Step 1

in order to disable Windows Script Host create one of the following two registry entries (REG_DWORD) and set the value to 0 (you should create entry because it is not exist). Disable WSH for a particular user the create this type of entry:

HKEY_CURRENT_USERSoftwareMicrosoftWindows Script HostSettingsEnabled

Once you enforced this following message, will be displayed any time a user attempts to run a WSH script:

Windows Script Host access is disabled on this machine. Contact your administrator for details.

The message will appear on the box even if the user attempts to start the script from a batch file or using a designated script host (for example, by typing cscript.exe c:scriptsmyscript.vbs at the command prompt).

Mostly Fresh install Operating System doesn’t have this problem, if you having trouble in disabling this scripts, you can simply install a fresh copy of your Operating System. Reinstall will surely fix this problem.

Actually having this script is not a problem, it doesn’t affect your computer performance, lag on your systems and internet.

  • Screwdrivers client v4 x64 скачать windows 10
  • Screenshot программа для windows 10
  • Screensavers для windows 10 скачать бесплатно
  • Screen share для пк скачать lg windows 10
  • Scp копирование файлов с linux на windows