Project Zomboid script error

Hi all. I bought "Project Zomboid" off of Desura, but it won't launch. So I am trying a different route, I installed the package from the AUR and changed the PKGBUILD so it would download the latest version of the game. It installed fine but now if I try start it through the menu it won't start, so I tried invoking the  projectzomboid.sh script and get this message:
/usr/share/java/projectzomboid/projectzomboid.sh: line 11: cd: /usr/share/java/projectzomboid/projectzomboid: Not a directory
Line 11 in the script is as follows:
INSTDIR="`dirname $0`"/projectzomboid ; cd "${INSTDIR}" ; INSTDIR="`pwd`"
I don't know anything about scripts, but I'm guessing I need to change the part about the "cd $INSTDIR part?

Definitely having issues with Java, I was watching the terminal window and it froze at:
at zombie.gameStates.MainScreenState.main(MainScreenState.java:112)
then the game crashed.
The log at ~/.project_zomboid_2.9.9.17/projectzomboid.sh.log reads as follows:
Loading: net.java.games.input.LinuxEnvironmentPlugin
Failed to open device (/dev/input/event13): Failed to open device /dev/input/event13 (13)
Failed to open device (/dev/input/event12): Failed to open device /dev/input/event12 (13)
Failed to open device (/dev/input/event11): Failed to open device /dev/input/event11 (13)
Failed to open device (/dev/input/event10): Failed to open device /dev/input/event10 (13)
Failed to open device (/dev/input/event9): Failed to open device /dev/input/event9 (13)
Failed to open device (/dev/input/event8): Failed to open device /dev/input/event8 (13)
Failed to open device (/dev/input/event7): Failed to open device /dev/input/event7 (13)
Failed to open device (/dev/input/event6): Failed to open device /dev/input/event6 (13)
Failed to open device (/dev/input/event5): Failed to open device /dev/input/event5 (13)
Failed to open device (/dev/input/event4): Failed to open device /dev/input/event4 (13)
Failed to open device (/dev/input/event3): Failed to open device /dev/input/event3 (13)
Failed to open device (/dev/input/event2): Failed to open device /dev/input/event2 (13)
Failed to open device (/dev/input/event1): Failed to open device /dev/input/event1 (13)
Failed to open device (/dev/input/event0): Failed to open device /dev/input/event0 (13)
Failed to open device (/dev/input/js0): Failed to open device /dev/input/js0 (1)
Linux plugin claims to have found 0 controllers
-- Controller setup - use this info to
-- edit joypad.ini in save directory
Loading: media/lua/BuildingObjects/ISBuildUtil.lua
Loading: media/lua/BuildingObjects/ISBuildingObject.lua
Loading: media/lua/ISBaseObject.lua
Loading: media/lua/BuildingObjects/ISDoubleTileFurniture.lua
Loading: media/lua/BuildingObjects/ISNaturalFloor.lua
Loading: media/lua/BuildingObjects/ISSimpleFurniture.lua
Loading: media/lua/BuildingObjects/ISUI/ISBuildMenu.lua
Loading: media/lua/BuildingObjects/ISUI/ISInventoryBuildMenu.lua
Loading: media/lua/BuildingObjects/ISUI/ISPaintMenu.lua
Loading: media/lua/BuildingObjects/ISUI/ISRainCollectorMenu.lua
Loading: media/lua/BuildingObjects/ISWoodenContainer.lua
Loading: media/lua/BuildingObjects/ISWoodenDoor.lua
Loading: media/lua/BuildingObjects/ISWoodenDoorFrame.lua
Loading: media/lua/BuildingObjects/ISWoodenFloor.lua
Loading: media/lua/BuildingObjects/ISWoodenStairs.lua
Loading: media/lua/BuildingObjects/ISWoodenWall.lua
Loading: media/lua/BuildingObjects/RainCollectorBarrel.lua
Loading: media/lua/BuildingObjects/TimedActions/ISBuildAction.lua
Loading: media/lua/TimedActions/ISBaseTimedAction.lua
Loading: media/lua/BuildingObjects/TimedActions/ISPaintAction.lua
Loading: media/lua/BuildingObjects/TimedActions/ISPlasterAction.lua
Loading: media/lua/Camping/BuildingObjects/campingCampfire.lua
Loading: media/lua/Camping/BuildingObjects/campingTent.lua
Loading: media/lua/Camping/ISUI/ISCampingMenu.lua
Loading: media/lua/Camping/camping.lua
Loading: media/lua/luautils.lua
Loading: media/lua/Camping/TimedActions/ISAddPetrolAction.lua
Loading: media/lua/Camping/TimedActions/ISAddTentAction.lua
Loading: media/lua/Camping/TimedActions/ISLightFromKindle.lua
Loading: media/lua/Camping/TimedActions/ISLightFromLiterature.lua
Loading: media/lua/Camping/TimedActions/ISLightFromPetrol.lua
Loading: media/lua/Camping/TimedActions/ISPlaceCampfireAction.lua
Loading: media/lua/Camping/TimedActions/ISRemoveCampfireAction.lua
Loading: media/lua/Camping/TimedActions/ISRemoveTentAction.lua
Loading: media/lua/Camping/TimedActions/ISSleepInTentAction.lua
Loading: media/lua/Camping/camping_text.lua
Loading: media/lua/Chat/ChatContainer.lua
Loading: media/lua/ISUI/ISPanel.lua
Loading: media/lua/ISUI/ISUIElement.lua
Loading: media/lua/ISUI/ISButton.lua
Loading: media/lua/ISUI/ISInventoryPane.lua
Loading: media/lua/ISUI/ISMouseDrag.lua
Loading: media/lua/TimedActions/ISTimedActionQueue.lua
Loading: media/lua/timedactionshelper.lua
Loading: media/lua/TimedActions/ISEatFoodAction.lua
Loading: media/lua/ISUI/ISResizeWidget.lua
Loading: media/lua/defines.lua
Loading: media/lua/Chat/ChatNotLoggedOn.lua
Loading: media/lua/Chat/ChatOnscreen.lua
Loading: media/lua/Chat/ChatOutput.lua
Loading: media/lua/Chat/ChatPanel.lua
Loading: media/lua/DebugUIs/DebugToolstrip.lua
Loading: media/lua/DebugUIs/LuaDebugOutput.lua
Loading: media/lua/DebugUIs/LuaDebugger.lua
Loading: media/lua/ISUI/ISCollapsableWindow.lua
Loading: media/lua/DebugUIs/LuaFileBrowser.lua
Loading: media/lua/DebugUIs/LuaThreadWindow.lua
Loading: media/lua/DebugUIs/MetaWorldRenderPanel.lua
Loading: media/lua/DebugUIs/MetaWorldWindow.lua
Loading: media/lua/DebugUIs/ObjectViewer.lua
Loading: media/lua/DebugUIs/SourceWindow.lua
Loading: media/lua/DebugUIs/StreamMapWindow.lua
Loading: media/lua/DebugUIs/TextureViewer.lua
Loading: media/lua/DebugUIs/WatchWindow.lua
Loading: media/lua/DemoWarning.lua
Loading: media/lua/Farming/BuildingObjects/farmingPlot.lua
Loading: media/lua/Farming/ISUI/ISFarmingInfo.lua
Loading: media/lua/Farming/ISUI/ISFarmingMenu.lua
Loading: media/lua/Farming/ISUI/ISFarmingWindow.lua
Loading: media/lua/Farming/TimedActions/ISCureFliesAction.lua
Loading: media/lua/Farming/TimedActions/ISCureMildewAction.lua
Loading: media/lua/Farming/TimedActions/ISFertilizeAction.lua
Loading: media/lua/Farming/TimedActions/ISHarvestPlantAction.lua
Loading: media/lua/Farming/TimedActions/ISPlantInfoAction.lua
Loading: media/lua/Farming/TimedActions/ISPlowAction.lua
Loading: media/lua/Farming/TimedActions/ISSeedAction.lua
Loading: media/lua/Farming/TimedActions/ISShovelAction.lua
Loading: media/lua/Farming/TimedActions/ISWaterPlantAction.lua
Loading: media/lua/Farming/basicFarming.lua
Loading: media/lua/Farming/farming_displayInfo.lua
Loading: media/lua/Farming/farming_vegetableconf.lua
Loading: media/lua/HealthSystem/HealthUpdate.lua
Loading: media/lua/ISBuildingBlueprintManager.lua
Loading: media/lua/ISCoordConversion.lua
Loading: media/lua/ISDoor.lua
Loading: media/lua/ISObjectClickHandler.lua
Loading: media/lua/ISTooltipRenderers/ISInventoryItemTooltip.lua
Loading: media/lua/ISUI/FPS.lua
Loading: media/lua/ISUI/ISButtonPrompt.lua
Loading: media/lua/ISUI/ISComboBox.lua
Loading: media/lua/ISUI/ISContextMenu.lua
Loading: media/lua/ISUI/ISDemoPopup.lua
Loading: media/lua/ISUI/ISRichTextPanel.lua
Loading: media/lua/ISUI/ISEquippedItem.lua
Loading: media/lua/ISUI/ISImage.lua
Loading: media/lua/ISUI/ISInfoContainer.lua
Loading: media/lua/ISUI/ISInfoWindow.lua
Loading: media/lua/ISUI/ISInventoryPage.lua
Loading: media/lua/ISUI/ISInventoryPaneContextMenu.lua
Loading: media/lua/ISUI/ISLabel.lua
Loading: media/lua/ISUI/ISModalDialog.lua
Loading: media/lua/ISUI/ISOptionPanel.lua
Loading: media/lua/ISUI/ISRadioOption.lua
Loading: media/lua/ISUI/ISRect.lua
Loading: media/lua/ISUI/ISScrollBar.lua
Loading: media/lua/ISUI/ISScrollingListBox.lua
Loading: media/lua/ISUI/ISTabPanel.lua
Loading: media/lua/ISUI/ISTextEntryBox.lua
Loading: media/lua/ISUI/ISTickBox.lua
Loading: media/lua/ISUI/ISToolTip.lua
Loading: media/lua/ISUI/ISToolTipInv.lua
Loading: media/lua/ISUI/ISUIHandler.lua
Loading: media/lua/ISUI/ISWindow.lua
Loading: media/lua/ISUI/ISWorldObjectContextMenu.lua
Loading: media/lua/ISUI/PlayerData/ISPlayerData.lua
Loading: media/lua/ISUI/PlayerData/ISPlayerDataObject.lua
Loading: media/lua/ISUI/SpeedControlsHandler.lua
Loading: media/lua/Items/ItemBindingHandler.lua
Loading: media/lua/Items/ItemPicker.lua
Loading: media/lua/Items/ScriptItemInterface.lua
Loading: media/lua/Items/SuburbsDistributions.lua
Loading: media/lua/JoyPad/JoyPadSetup.lua
Loading: media/lua/LastStand/Challenge1.lua
Loading: media/lua/LastStand/Challenge2.lua
Loading: media/lua/LastStand/ISUI/ISChallenge2PlayerUpWindow.lua
Loading: media/lua/LastStand/ISUI/ISChallenge2PlayerUpgradeTab.lua
Loading: media/lua/LastStand/ISUI/ISChallenge2UpgradeTab.lua
Loading: media/lua/LastStand/ISUI/ISChallenge2VariousItemWindow.lua
Loading: media/lua/LastStand/ISUI/ISChallenge2WeaponRepairWindow.lua
Loading: media/lua/LastStand/ISUI/ISChallenge2WeaponUpWindow.lua
Loading: media/lua/LastStand/LastStandSetup.lua
Loading: media/lua/Map/MetaEnum.lua
Loading: media/lua/Music/MusicChoices.lua
Loading: media/lua/NPCs/Behaviour/BaseBehaviour.lua
Loading: media/lua/NPCs/Behaviour/GuardBehaviour.lua
Loading: media/lua/NPCs/FetchQuest.lua
Loading: media/lua/NPCs/ISConversationScript.lua
Loading: media/lua/NPCs/MainCreationMethods.lua
Loading: media/lua/NPCs/NPCEncountersMain.lua
Loading: media/lua/NPCs/NPCHouse.lua
Loading: media/lua/NPCs/ProfessionClothing.lua
Loading: media/lua/NPCs/SadisticAIDirector/EventSystem.lua
Loading: media/lua/Util/LuaList.lua
new event system
Loading: media/lua/NPCs/SadisticAIDirector/MetaSurvivor.lua
Loading: media/lua/NPCs/SadisticAIDirector/MetaSurvivorGroup.lua
Loading: media/lua/NPCs/SadisticAIDirector/RelationshipModifiers/Modifiers.lua
Loading: media/lua/NPCs/SadisticAIDirector/SadisticAIDirector.lua
Loading: media/lua/NPCs/SadisticAIDirector/SadisticMusicDirector.lua
Loading: media/lua/NPCs/SadisticAIDirector/SurvivorSelector.lua
Loading: media/lua/NPCs/SendOnLootMission.lua
Loading: media/lua/NPCs/TestThing.lua
Loading: media/lua/NPCs/UI/CharacterInfoPage.lua
Loading: media/lua/NPCs/UI/TeamOverview.lua
Loading: media/lua/NPCs/UI/TeamPicker.lua
Loading: media/lua/NewSelectionSystem/GridSquareSelector.lua
Loading: media/lua/OptionScreens/CharacterCreationHeader.lua
Loading: media/lua/OptionScreens/CharacterCreationMain.lua
Loading: media/lua/OptionScreens/CharacterCreationProfession.lua
Loading: media/lua/OptionScreens/LastStandChallenge.lua
Loading: media/lua/OptionScreens/LastStandChallengeSelect.lua
Loading: media/lua/OptionScreens/LastStandPlayerSelect.lua
Loading: media/lua/OptionScreens/LoginScreen.lua
Loading: media/lua/OptionScreens/MainOptions.lua
Loading: media/lua/OptionScreens/MainScreen.lua
Loading: media/lua/OptionScreens/MapSelecter.lua
Loading: media/lua/OptionScreens/ModMoreInfo.lua
Loading: media/lua/OptionScreens/ModSelector.lua
Loading: media/lua/OptionScreens/SandboxOptions.lua
Loading: media/lua/OptionScreens/StoryNewOrLoadScreen.lua
Loading: media/lua/OptionScreens/StoryScreen.lua
Loading: media/lua/OptionScreens/WorldScreen.lua
Loading: media/lua/Professions/Professions.lua
Loading: media/lua/Reloading/ISReloadManager.lua
Loading: media/lua/Reloading/ISReloadUtil.lua
Loading: media/lua/Reloading/ISReloadableMagazine.lua
Loading: media/lua/Reloading/ISReloadable.lua
Loading: media/lua/Reloading/ISSemiAutoWeapon.lua
Loading: media/lua/Reloading/ISReloadableWeapon.lua
Loading: media/lua/Reloading/ISShotgunWeapon.lua
Loading: media/lua/Reloading/ISRevolverWeapon.lua
Loading: media/lua/Reloading/stormysReload.lua
Loading: media/lua/Sandbox/SandboxVars.lua
Loading: media/lua/Seasons/ISUI/ISWeather.lua
Loading: media/lua/Seasons/season.lua
Loading: media/lua/Seasons/seasonProps.lua
Loading: media/lua/SurvivalGuide/ISTutorialPageInfo.lua
Loading: media/lua/SurvivalGuide/ISTutorialPanel.lua
Loading: media/lua/SurvivalGuide/SurvivalGuideEntries.lua
Loading: media/lua/SurvivalGuide/SurvivalGuideManager.lua
Loading: media/lua/TimedActions/ISAddSheetAction.lua
Loading: media/lua/TimedActions/ISAddSheetRope.lua
Loading: media/lua/TimedActions/ISApplyBandage.lua
Loading: media/lua/TimedActions/ISBarricadeAction.lua
Loading: media/lua/TimedActions/ISClimbThroughWindow.lua
Loading: media/lua/TimedActions/ISCraftAction.lua
Loading: media/lua/TimedActions/ISDestroyStuffAction.lua
Loading: media/lua/TimedActions/ISDropItemAction.lua
Loading: media/lua/TimedActions/ISDryMyself.lua
Loading: media/lua/TimedActions/ISDumpWaterAction.lua
Loading: media/lua/TimedActions/ISEquipWeaponAction.lua
Loading: media/lua/TimedActions/ISGrabItemAction.lua
Loading: media/lua/TimedActions/ISInventoryTransferAction.lua
Loading: media/lua/TimedActions/ISOpenCloseCurtain.lua
Loading: media/lua/TimedActions/ISOpenCloseDoor.lua
Loading: media/lua/TimedActions/ISOpenCloseWindow.lua
Loading: media/lua/TimedActions/ISOpenContainerTimedAction.lua
Loading: media/lua/TimedActions/ISReadABook.lua
Loading: media/lua/TimedActions/ISRemoveSheetAction.lua
Loading: media/lua/TimedActions/ISSitOnChairAction.lua
Loading: media/lua/TimedActions/ISSmashWindow.lua
Loading: media/lua/TimedActions/ISTakePillAction.lua
Loading: media/lua/TimedActions/ISTakeWaterAction.lua
Loading: media/lua/TimedActions/ISTransferWaterAction.lua
Loading: media/lua/TimedActions/ISUnbarricadeAction.lua
Loading: media/lua/TimedActions/ISUnequipAction.lua
Loading: media/lua/TimedActions/ISWearClothing.lua
Loading: media/lua/TimedActions/WalkToTimedAction.lua
Loading: media/lua/TurnBased/TurnBasedMain.lua
Loading: media/lua/TutorialHelperFunctions.lua
Loading: media/lua/Util/AdjacentFreeTileFinder.lua
Loading: media/lua/Util/BuildingHelper.lua
Loading: media/lua/Util/StringReplacer.lua
Loading: media/lua/Util/Vector2.lua
Loading: media/lua/XpSystem/ISUI/ISCharacterInfo.lua
Loading: media/lua/XpSystem/ISUI/ISCharacterInfoWindow.lua
Loading: media/lua/XpSystem/ISUI/ISCharacterScreen.lua
Loading: media/lua/XpSystem/ISUI/ISHealthPanel.lua
Loading: media/lua/XpSystem/ISUI/ISSkillProgressBar.lua
Loading: media/lua/XpSystem/XPSystem_SkillBook.lua
Loading: media/lua/XpSystem/XpSystem_text.lua
Loading: media/lua/XpSystem/XpUpdate.lua
Loading: media/lua/a_requires.lua
Loading: media/lua/katebaldspottutorial.lua
Loading: media/lua/keyBinding.lua
Loading: media/lua/mapScripts.lua
Loading: media/lua/recipecode.lua
LOADED UP A TOTAL OF 59 TEXTURES
# A fatal error has been detected by the Java Runtime Environment:
# SIGSEGV (0xb) at pc=0x00000000, pid=1226, tid=1908030272
# JRE version: OpenJDK Runtime Environment (7.0_45-b31) (build 1.7.0_45-b31)
# Java VM: OpenJDK Server VM (24.45-b08 mixed mode linux-x86 )
# Problematic frame:
# C 0x00000000
# Failed to write core dump. Core dumps have been disabled. To enable core dumping, try "ulimit -c unlimited" before starting Java again
# An error report file with more information is saved as:
# /tmp/hs_err_pid1226.log
The /tmp/hs_err_pid1226.log reads:
# A fatal error has been detected by the Java Runtime Environment:
# SIGSEGV (0xb) at pc=0x00000000, pid=1226, tid=1908030272
# JRE version: OpenJDK Runtime Environment (7.0_45-b31) (build 1.7.0_45-b31)
# Java VM: OpenJDK Server VM (24.45-b08 mixed mode linux-x86 )
# Problematic frame:
# C 0x00000000
# Failed to write core dump. Core dumps have been disabled. To enable core dumping, try "ulimit -c unlimited" before starting Java again
# If you would like to submit a bug report, please include
# instructions on how to reproduce the bug and visit:
# http://icedtea.classpath.org/bugzilla
--------------- T H R E A D ---------------
Current thread is native thread
siginfo:si_signo=SIGSEGV: si_errno=0, si_code=1 (SEGV_MAPERR), si_addr=0x00000000
Registers:
EAX=0x76864450, EBX=0x76863ff4, ECX=0x00000000, EDX=0x7674a2a0
ESP=0x71ba31dc, EBP=0x00012000, ESI=0x00000800, EDI=0x76734140
EIP=0x00000000, EFLAGS=0x00210246, CR2=0x00000000
Top of Stack: (sp=0x71ba31dc)
0x71ba31dc: 76831348 76734140 00000000 00002000
0x71ba31ec: 766ad373 71ba3208 0000000b 52a8050e
0x71ba31fc: 766ad4fd 00000000 00000001 00000086
0x71ba320c: b76ba87e 76684000 b76c1b7a 76684000
0x71ba321c: 76684000 bb800000 00004000 76703648
0x71ba322c: 76642f96 76703648 00004000 766d5000
0x71ba323c: 76641e7d 76703744 767303b8 00000000
0x71ba324c: 7666023f 7672f8c8 76684c48 76684000
Instructions: (pc=0x00000000)
0xffffffe0:
Register to memory mapping:
EAX=0x76864450: <offset 0x50450> in /usr/share/java/projectzomboid/libopenal.so at 0x76814000
EBX=0x76863ff4: <offset 0x4fff4> in /usr/share/java/projectzomboid/libopenal.so at 0x76814000
ECX=0x00000000 is an unknown value
EDX=0x7674a2a0 is an unknown value
ESP=0x71ba31dc is an unknown value
EBP=0x00012000 is an unknown value
ESI=0x00000800 is an unknown value
EDI=0x76734140 is an unknown value
Stack: [0x71aa3000,0x71ba4000], sp=0x71ba31dc, free space=1024k
--------------- P R O C E S S ---------------
VM state:at safepoint (shutting down)
VM Mutex/Monitor currently owned by a thread: ([mutex/lock_event])
[0xb6304e28] Threads_lock - owner thread: 0x78581000
Heap
PSYoungGen total 229376K, used 165662K [0xa3240000, 0xb3240000, 0xb3240000)
eden space 196608K, 67% used [0xa3240000,0xab408000,0xaf240000)
from space 32768K, 99% used [0xb1240000,0xb323f870,0xb3240000)
to space 32768K, 0% used [0xaf240000,0xaf240000,0xb1240000)
ParOldGen total 524288K, used 36381K [0x83240000, 0xa3240000, 0xa3240000)
object space 524288K, 6% used [0x83240000,0x855c7428,0xa3240000)
PSPermGen total 16384K, used 13173K [0x7b240000, 0x7c240000, 0x83240000)
object space 16384K, 80% used [0x7b240000,0x7bf1d658,0x7c240000)
Card table byte_map: [0x7b07f000,0x7b240000] byte_map_base: 0x7aca5e00
Polling page: 0xb76ef000
Code Cache [0xb3300000, 0xb3540000, 0xb6300000)
total_blobs=904 nmethods=543 adapters=315 free_code_cache=47029Kb largest_free_block=48122432
Compilation events (10 events):
Event: 44.114 Thread 0x78598800 569 zombie.core.textures.TextureID::bind (57 bytes)
Event: 44.125 Thread 0x78598800 nmethod 569 0xb34da208 code [0xb34da320, 0xb34da484]
Event: 52.599 Thread 0x7859a800 570 java.nio.DirectByteBuffer::put (18 bytes)
Event: 52.601 Thread 0x7859a800 nmethod 570 0xb34e5288 code [0xb34e5380, 0xb34e53f0]
Event: 53.121 Thread 0x78598800 571 ! org.lwjgl.input.Keyboard::isKeyDown (45 bytes)
Event: 53.129 Thread 0x78598800 nmethod 571 0xb34d9e08 code [0xb34d9f20, 0xb34da110]
Event: 53.616 Thread 0x7859a800 572 zombie.input.GameKeyboard::update (114 bytes)
Event: 53.643 Thread 0x7859a800 nmethod 572 0xb34f2008 code [0xb34f2180, 0xb34f2664]
Event: 111.493 Thread 0x78598800 573 java.util.concurrent.locks.AbstractQueuedSynchronizer::getState (5 bytes)
Event: 111.576 Thread 0x78598800 nmethod 573 0xb3514e08 code [0xb3514ee0, 0xb3514f30]
GC Heap History (6 events):
Event: 7.363 GC heap before
{Heap before GC invocations=1 (full 0):
PSYoungGen total 229376K, used 102775K [0xa3240000, 0xb3240000, 0xb3240000)
eden space 196608K, 52% used [0xa3240000,0xa969dd80,0xaf240000)
from space 32768K, 0% used [0xb1240000,0xb1240000,0xb3240000)
to space 32768K, 0% used [0xaf240000,0xaf240000,0xb1240000)
ParOldGen total 524288K, used 0K [0x83240000, 0xa3240000, 0xa3240000)
object space 524288K, 0% used [0x83240000,0x83240000,0xa3240000)
PSPermGen total 16384K, used 7577K [0x7b240000, 0x7c240000, 0x83240000)
object space 16384K, 46% used [0x7b240000,0x7b9a66e8,0x7c240000)
Event: 7.436 GC heap after
Heap after GC invocations=1 (full 0):
PSYoungGen total 229376K, used 5804K [0xa3240000, 0xb3240000, 0xb3240000)
eden space 196608K, 0% used [0xa3240000,0xa3240000,0xaf240000)
from space 32768K, 17% used [0xaf240000,0xaf7eb360,0xb1240000)
to space 32768K, 0% used [0xb1240000,0xb1240000,0xb3240000)
ParOldGen total 524288K, used 4K [0x83240000, 0xa3240000, 0xa3240000)
object space 524288K, 0% used [0x83240000,0x83241000,0xa3240000)
PSPermGen total 16384K, used 7577K [0x7b240000, 0x7c240000, 0x83240000)
object space 16384K, 46% used [0x7b240000,0x7b9a66e8,0x7c240000)
Event: 7.436 GC heap before
{Heap before GC invocations=2 (full 1):
PSYoungGen total 229376K, used 5804K [0xa3240000, 0xb3240000, 0xb3240000)
eden space 196608K, 0% used [0xa3240000,0xa3240000,0xaf240000)
from space 32768K, 17% used [0xaf240000,0xaf7eb360,0xb1240000)
to space 32768K, 0% used [0xb1240000,0xb1240000,0xb3240000)
ParOldGen total 524288K, used 4K [0x83240000, 0xa3240000, 0xa3240000)
object space 524288K, 0% used [0x83240000,0x83241000,0xa3240000)
PSPermGen total 16384K, used 7577K [0x7b240000, 0x7c240000, 0x83240000)
object space 16384K, 46% used [0x7b240000,0x7b9a66e8,0x7c240000)
Event: 7.620 GC heap after
Heap after GC invocations=2 (full 1):
PSYoungGen total 229376K, used 0K [0xa3240000, 0xb3240000, 0xb3240000)
eden space 196608K, 0% used [0xa3240000,0xa3240000,0xaf240000)
from space 32768K, 0% used [0xaf240000,0xaf240000,0xb1240000)
to space 32768K, 0% used [0xb1240000,0xb1240000,0xb3240000)
ParOldGen total 524288K, used 5683K [0x83240000, 0xa3240000, 0xa3240000)
object space 524288K, 1% used [0x83240000,0x837ccd20,0xa3240000)
PSPermGen total 16384K, used 7576K [0x7b240000, 0x7c240000, 0x83240000)
object space 16384K, 46% used [0x7b240000,0x7b9a6110,0x7c240000)
Event: 24.033 GC heap before
{Heap before GC invocations=3 (full 1):
PSYoungGen total 229376K, used 196405K [0xa3240000, 0xb3240000, 0xb3240000)
eden space 196608K, 99% used [0xa3240000,0xaf20d410,0xaf240000)
from space 32768K, 0% used [0xaf240000,0xaf240000,0xb1240000)
to space 32768K, 0% used [0xb1240000,0xb1240000,0xb3240000)
ParOldGen total 524288K, used 5683K [0x83240000, 0xa3240000, 0xa3240000)
object space 524288K, 1% used [0x83240000,0x837ccd20,0xa3240000)
PSPermGen total 16384K, used 13054K [0x7b240000, 0x7c240000, 0x83240000)
object space 16384K, 79% used [0x7b240000,0x7beff8e0,0x7c240000)
Event: 24.824 GC heap after
Heap after GC invocations=3 (full 1):
PSYoungGen total 229376K, used 32766K [0xa3240000, 0xb3240000, 0xb3240000)
eden space 196608K, 0% used [0xa3240000,0xa3240000,0xaf240000)
from space 32768K, 99% used [0xb1240000,0xb323f870,0xb3240000)
to space 32768K, 0% used [0xaf240000,0xaf240000,0xb1240000)
ParOldGen total 524288K, used 36381K [0x83240000, 0xa3240000, 0xa3240000)
object space 524288K, 6% used [0x83240000,0x855c7428,0xa3240000)
PSPermGen total 16384K, used 13054K [0x7b240000, 0x7c240000, 0x83240000)
object space 16384K, 79% used [0x7b240000,0x7beff8e0,0x7c240000)
Deoptimization events (10 events):
Event: 33.882 Thread 0xb6306800 Uncommon trap: reason=bimorphic action=maybe_recompile pc=0xb34d6374 method=gnu.trove.impl.hash.TObjectHash.equals(Ljava/lang/Object;Ljava/lang/Object;)Z @ 15
Event: 33.882 Thread 0xb6306800 Uncommon trap: reason=bimorphic action=maybe_recompile pc=0xb34c57f4 method=gnu.trove.impl.hash.TObjectHash.equals(Ljava/lang/Object;Ljava/lang/Object;)Z @ 15
Event: 34.466 Thread 0x6fd41400 Uncommon trap: reason=unreached action=reinterpret pc=0xb3381a20 method=java.lang.ThreadLocal.get()Ljava/lang/Object; @ 11
Event: 34.467 Thread 0x6fd41400 Uncommon trap: reason=null_check action=make_not_entrant pc=0xb3420fbc method=java.lang.StringCoding.decode(Ljava/lang/String;[BII)[C @ 6
Event: 34.477 Thread 0x6fd41400 Uncommon trap: reason=class_check action=maybe_recompile pc=0xb33980bc method=java.util.AbstractCollection.toArray([Ljava/lang/Object;)[Ljava/lang/Object; @ 1
Event: 34.477 Thread 0x6fd41400 Uncommon trap: reason=class_check action=maybe_recompile pc=0xb33980bc method=java.util.AbstractCollection.toArray([Ljava/lang/Object;)[Ljava/lang/Object; @ 1
Event: 64.382 Thread 0x6fd41400 Uncommon trap: reason=class_check action=maybe_recompile pc=0xb33980bc method=java.util.AbstractCollection.toArray([Ljava/lang/Object;)[Ljava/lang/Object; @ 1
Event: 64.386 Thread 0x6fd41400 Uncommon trap: reason=class_check action=maybe_recompile pc=0xb33980bc method=java.util.AbstractCollection.toArray([Ljava/lang/Object;)[Ljava/lang/Object; @ 1
Event: 122.760 Thread 0x69947c00 Uncommon trap: reason=unreached action=reinterpret pc=0xb3372518 method=java.lang.ThreadLocal.get()Ljava/lang/Object; @ 11
Event: 122.760 Thread 0x69907800 Uncommon trap: reason=unreached action=reinterpret pc=0xb3372518 method=java.lang.ThreadLocal.get()Ljava/lang/Object; @ 11
Internal exceptions (10 events):
Event: 33.996 Thread 0xb6306800 Threw 0xaa9a4960 at /build/java7-openjdk/src/icedtea-2.4.3/openjdk/hotspot/src/share/vm/prims/jvm.cpp:1244
Event: 33.997 Thread 0xb6306800 Threw 0xaa9a7e80 at /build/java7-openjdk/src/icedtea-2.4.3/openjdk/hotspot/src/share/vm/prims/jvm.cpp:1244
Event: 34.002 Thread 0xb6306800 Threw 0xaa9af1e0 at /build/java7-openjdk/src/icedtea-2.4.3/openjdk/hotspot/src/share/vm/prims/jni.cpp:717
Event: 34.003 Thread 0xb6306800 Threw 0xaa9b0390 at /build/java7-openjdk/src/icedtea-2.4.3/openjdk/hotspot/src/share/vm/prims/jni.cpp:717
Event: 34.466 Thread 0x6fd41400 Implicit null exception at 0xb33813ac to 0xb3381a05
Event: 34.467 Thread 0x6fd41400 Implicit null exception at 0xb3420bab to 0xb3420fad
Event: 122.723 Thread 0xb6306800 Threw 0xaa9ff210 at /build/java7-openjdk/src/icedtea-2.4.3/openjdk/hotspot/src/share/vm/prims/unsafe.cpp:586
Event: 122.759 Thread 0x69947c00 Threw 0xab031320 at /build/java7-openjdk/src/icedtea-2.4.3/openjdk/hotspot/src/share/vm/prims/jvm.cpp:1244
Event: 122.760 Thread 0x69947c00 Implicit null exception at 0xb3372404 to 0xb3372505
Event: 122.760 Thread 0x69907800 Implicit null exception at 0xb3372404 to 0xb3372505
Events (10 events):
Event: 122.765 loading class 0x68f3dae0
Event: 122.766 loading class 0x68f3dae0 done
Event: 122.766 loading class 0x77e4e8b0 done
Event: 122.766 Thread 0x69907800 Thread exited: 0x69907800
Event: 122.778 Thread 0x69947400 Thread added: 0x69947400
Event: 122.855 Executing VM operation: RevokeBias
Event: 122.857 Executing VM operation: RevokeBias done
Event: 122.901 Thread 0x69947c00 Thread exited: 0x69947c00
Event: 122.904 Thread 0x46937400 Thread exited: 0x46937400
Event: 122.905 Thread 0xb6306800 Thread exited: 0xb6306800
Dynamic libraries:
08048000-08049000 r-xp 00000000 08:02 194934 /usr/lib/jvm/java-7-openjdk/jre/bin/java
08049000-0804a000 rw-p 00000000 08:02 194934 /usr/lib/jvm/java-7-openjdk/jre/bin/java
09a5e000-09aaa000 rw-p 00000000 00:00 0 [heap]
276c7000-35b00000 rw-p 00000000 00:00 0
35b00000-35be9000 rw-p 00000000 00:00 0
35be9000-35c00000 ---p 00000000 00:00 0
35cf3000-39100000 rw-p 00000000 00:00 0
39100000-391f1000 rw-p 00000000 00:00 0
391f1000-39200000 ---p 00000000 00:00 0
392f3000-3c700000 rw-p 00000000 00:00 0
3c700000-3c7f1000 rw-p 00000000 00:00 0
3c7f1000-3c800000 ---p 00000000 00:00 0
3c8f3000-3fd00000 rw-p 00000000 00:00 0
3fd00000-3fdf9000 rw-p 00000000 00:00 0
3fdf9000-3fe00000 ---p 00000000 00:00 0
3fef3000-43300000 rw-p 00000000 00:00 0
43300000-433f1000 rw-p 00000000 00:00 0
433f1000-43400000 ---p 00000000 00:00 0
434f3000-46900000 rw-p 00000000 00:00 0
46900000-469f1000 rw-p 00000000 00:00 0
469f1000-46a00000 ---p 00000000 00:00 0
46af2000-4a300000 rw-p 00000000 00:00 0
4a300000-4a3f1000 rw-p 00000000 00:00 0
4a3f1000-4a400000 ---p 00000000 00:00 0
4a4f1000-4e100000 rw-p 00000000 00:00 0
4e100000-4e1f1000 rw-p 00000000 00:00 0
4e1f1000-4e200000 ---p 00000000 00:00 0
4e2a0000-4e2a3000 ---p 00000000 00:00 0
4e2a3000-51f00000 rw-p 00000000 00:00 0
51f00000-51ff1000 rw-p 00000000 00:00 0
51ff1000-52000000 ---p 00000000 00:00 0
52018000-5201b000 ---p 00000000 00:00 0
5201b000-52069000 rw-p 00000000 00:00 0
52069000-5206c000 ---p 00000000 00:00 0
5206c000-520ba000 rw-p 00000000 00:00 0
520ba000-524ba000 rw-s 27fa1000 00:05 10163 /dev/dri/card0
524ba000-528bb000 rw-p 00000000 00:00 0
528bb000-52cbb000 rw-s 27ba1000 00:05 10163 /dev/dri/card0
52cbb000-530bc000 rw-p 00000000 00:00 0
530bc000-531bc000 rw-s 27a81000 00:05 10163 /dev/dri/card0
531bc000-532bc000 rw-s 27981000 00:05 10163 /dev/dri/card0
532bc000-534bc000 rw-s 27781000 00:05 10163 /dev/dri/card0
534bc000-536bc000 rw-s 27581000 00:05 10163 /dev/dri/card0
536bc000-53abc000 rw-s 27175000 00:05 10163 /dev/dri/card0
53abc000-53ebc000 rw-s 26d75000 00:05 10163 /dev/dri/card0
53ebc000-542bc000 rw-s 26975000 00:05 10163 /dev/dri/card0
542bc000-546bc000 rw-s 26575000 00:05 10163 /dev/dri/card0
546bc000-54ebc000 rw-s 25d75000 00:05 10163 /dev/dri/card0
54ebc000-556bc000 rw-s 25575000 00:05 10163 /dev/dri/card0
556bc000-556fc000 rw-s 25495000 00:05 10163 /dev/dri/card0
556fc000-5573c000 rw-s 25455000 00:05 10163 /dev/dri/card0
5573c000-5577c000 rw-s 25415000 00:05 10163 /dev/dri/card0
5577c000-557bc000 rw-s 253d5000 00:05 10163 /dev/dri/card0
557bc000-557fc000 rw-s 25395000 00:05 10163 /dev/dri/card0
557fc000-5583c000 rw-s 25355000 00:05 10163 /dev/dri/card0
5583c000-5587c000 rw-s 25315000 00:05 10163 /dev/dri/card0
5587c000-558bc000 rw-s 252d5000 00:05 10163 /dev/dri/card0
558bc000-558fc000 rw-s 25295000 00:05 10163 /dev/dri/card0
558fc000-5593c000 rw-s 25255000 00:05 10163 /dev/dri/card0
5593c000-5597c000 rw-s 25215000 00:05 10163 /dev/dri/card0
5597c000-559bc000 rw-s 251d5000 00:05 10163 /dev/dri/card0
559bc000-559fc000 rw-s 25195000 00:05 10163 /dev/dri/card0
559fc000-55afc000 rw-s 24f15000 00:05 10163 /dev/dri/card0
55afc000-55bfc000 rw-s 24e15000 00:05 10163 /dev/dri/card0
55bfc000-55cfc000 rw-s 24d15000 00:05 10163 /dev/dri/card0
55cfc000-55dfc000 rw-s 24c15000 00:05 10163 /dev/dri/card0
55dfc000-55efc000 rw-s 24b15000 00:05 10163 /dev/dri/card0
55efc000-55ffc000 rw-s 24a15000 00:05 10163 /dev/dri/card0
55ffc000-560fc000 rw-s 24915000 00:05 10163 /dev/dri/card0
560fc000-561fc000 rw-s 24815000 00:05 10163 /dev/dri/card0
561fc000-562fc000 rw-s 24715000 00:05 10163 /dev/dri/card0
562fc000-563fc000 rw-s 24615000 00:05 10163 /dev/dri/card0
563fc000-564fc000 rw-s 24515000 00:05 10163 /dev/dri/card0
564fc000-565fc000 rw-s 24415000 00:05 10163 /dev/dri/card0
565fc000-566fc000 rw-s 24315000 00:05 10163 /dev/dri/card0
566fc000-567fc000 rw-s 24215000 00:05 10163 /dev/dri/card0
567fc000-568fc000 rw-s 24115000 00:05 10163 /dev/dri/card0
568fc000-569fc000 rw-s 24015000 00:05 10163 /dev/dri/card0
569fc000-56afc000 rw-s 23f15000 00:05 10163 /dev/dri/card0
56afc000-56bfc000 rw-s 23e15000 00:05 10163 /dev/dri/card0
56bfc000-56cfc000 rw-s 23d15000 00:05 10163 /dev/dri/card0
56cfc000-56dfc000 rw-s 23c15000 00:05 10163 /dev/dri/card0
56dfc000-56efc000 rw-s 23b15000 00:05 10163 /dev/dri/card0
56efc000-56ffc000 rw-s 23a15000 00:05 10163 /dev/dri/card0
56ffc000-570fc000 rw-s 23915000 00:05 10163 /dev/dri/card0
570fc000-571fc000 rw-s 23815000 00:05 10163 /dev/dri/card0
571fc000-572fc000 rw-s 23715000 00:05 10163 /dev/dri/card0
572fc000-573fc000 rw-s 23615000 00:05 10163 /dev/dri/card0
573fc000-574fc000 rw-s 23515000 00:05 10163 /dev/dri/card0
574fc000-575fc000 rw-s 23415000 00:05 10163 /dev/dri/card0
575fc000-576fc000 rw-s 23315000 00:05 10163 /dev/dri/card0
576fc000-577fc000 rw-s 23215000 00:05 10163 /dev/dri/card0
577fc000-578fc000 rw-s 23115000 00:05 10163 /dev/dri/card0
578fc000-579fc000 rw-s 23015000 00:05 10163 /dev/dri/card0
579fc000-57afc000 rw-s 22f15000 00:05 10163 /dev/dri/card0
57afc000-57efd000 rw-p 00000000 00:00 0
57efd000-57ffd000 rw-s 22e15000 00:05 10163 /dev/dri/card0
57ffd000-580fd000 rw-s 22d15000 00:05 10163 /dev/dri/card0
580fd000-581fd000 rw-s 22c15000 00:05 10163 /dev/dri/card0
581fd000-582fd000 rw-s 22b15000 00:05 10163 /dev/dri/card0
582fd000-583fd000 rw-s 22a15000 00:05 10163 /dev/dri/card0
583fd000-584fd000 rw-s 22915000 00:05 10163 /dev/dri/card0
584fd000-585fd000 rw-s 22815000 00:05 10163 /dev/dri/card0
585fd000-586fd000 rw-s 22715000 00:05 10163 /dev/dri/card0
586fd000-587fd000 rw-s 22615000 00:05 10163 /dev/dri/card0
587fd000-588fd000 rw-s 22515000 00:05 10163 /dev/dri/card0
588fd000-589fd000 rw-s 22415000 00:05 10163 /dev/dri/card0
589fd000-58afd000 rw-s 22315000 00:05 10163 /dev/dri/card0
58afd000-58bfd000 rw-s 22215000 00:05 10163 /dev/dri/card0
58bfd000-58cfd000 rw-s 22115000 00:05 10163 /dev/dri/card0
58cfd000-58dfd000 rw-s 22015000 00:05 10163 /dev/dri/card0
58dfd000-58efd000 rw-s 21f15000 00:05 10163 /dev/dri/card0
58efd000-58ffd000 rw-s 21e15000 00:05 10163 /dev/dri/card0
58ffd000-590fd000 rw-s 21d15000 00:05 10163 /dev/dri/card0
590fd000-591fd000 rw-s 21c15000 00:05 10163 /dev/dri/card0
591fd000-592fd000 rw-s 21b15000 00:05 10163 /dev/dri/card0
592fd000-593fd000 rw-s 21a15000 00:05 10163 /dev/dri/card0
593fd000-594fd000 rw-s 21915000 00:05 10163 /dev/dri/card0
594fd000-595fd000 rw-s 21815000 00:05 10163 /dev/dri/card0
595fd000-596fd000 rw-s 21715000 00:05 10163 /dev/dri
Odd, it finally loads but it looks like it might be a hardware issue as I can't seem to select anything on the menu. I think it's because this computer is not up to snuff to handle it. Will try again on my other laptop (which has better specs) tomorrow and see how it goes.
Last edited by felixculpa (2013-12-11 06:54:53)

Similar Messages

  • RoboHelp 11 - When previewing topics from within the project, a script error displays: 'HHComponent Activator' is undefined. How do you get rid of this script error?

    RoboHelp 11
    When previewing topics from within the project, a script error diplays: 'HHComponent Activator' is undefined.
    How do you get rid of this script error?

    Hi there
    Have you tried clicking Help > Updates and applying the service release?
    If not, I'd start with that.
    Cheers... Rick

  • RH7 HTML - Receive IE script error message when double-clicking link to auto-size pop-up

    Hi, all,
    Anybody ever seen this situation? When double-clicking on a link to an auto-size pop-up, I get the following Internet Explorer script error message:
    This error also occurs when I double-click the link in preview mode within the project. A colleague that is running the same version of IE with the same settings is not receiving this error. A couple of other co-workers are running a different version of IE, and one gets this error and one does not.
    This error does not occur if you single-click the link (which you would normally do), nor does it occur if you double-click a link to a fixed-size pop-up. Once you receive this message and click Yes or No, the link sometimes works correctly when you double-click. I haven't been able to establish a pattern. Also, if you single click the link to display the pop-up, click off of it, and then double-click the link, the error does not occur.
    As you can tell by now, this problem is kind of hard to pin down. I've done some research and I have yet to stumble upon anything that deals with this issue. Unless there is a solution out there, I can do one of two things: 1) change all of the auto-size pop-ups in the project to fixed-sized, which defeats the purpose of creating auto-size pop-ups, or 2) tell our customer not to double-click links.
    Any advice you could give would be welcome.

    Hi there
    Indeed it has been reported on many occasions over the years. Unless someone like Willam has some way cool error detection magick with the scripts, the best approach we have always offered is this.
    Educate your users on the way computers and HTML works. HTML works using SINGLE clicks, not DOUBLE clicks.
    The reason for the error is because the first click caused the computer to launch a JavaScript command to open the sized popup. The second click that followed in rapid succession confused things by asking the script to stop what it was doing and run again.
    Maybe it would help to explain it to your users like this. If you visited a restaurant and when the server asked what you wanted to order, would the become confused if you said to them: I'll have the T-Bone Steak and nearly immediately you repeated it by saying again I'll have the T-Bone Steak.
    Cheers... Rick
    Helpful and Handy Links
    RoboHelp Wish Form/Bug Reporting Form
    Begin learning RoboHelp HTML 7 or 8 within the day - $24.95!
    Adobe Certified RoboHelp HTML Training
    SorcerStone Blog
    RoboHelp eBooks

  • Internet Explorer Script Errors in HTML Help

    I am using Robohelp 8 HTML. I create both WebHelp and Microsoft HTML Help. My operating system is Vista.
    The WebHelp file will be directly called from the application software to allow users to access topic specific help.
    The Microsoft HTML help is to be attached to my company's website to allow remote users to access our online help.
    I have created a project and generated WebHelp. Everything works as designed.
    However, when I change the output to Microsoft HTML Help, I get Internet Explorer Script Errors when I try to review the output.
    The compiler seems to find exception with two specific lines, specifically, AddMasterBreadcrumbs and again, highlightSearch.
    When I attempt to review the output, I can simply click No when queried if I want to continue running scripts on this page and display the HTML help. It works as it is designed. Naturally I would prefer my users won't have to click through a few error messages to get to the help.
    If I comment these two lines out in the topics, I don't receive these errors.
    Although my work-around will allow a user to open the project without seeing those Script Errors, I am concerned that it might be introducing errors that I haven't found yet.
    Does anyone else experienced this type of error in producing HTML Help?
    Does anyone know the reason this is happening and can they offer an actual solution (and not a workaround?)
    Thanks so much!
    10570Fan

    I've attached one of the screen shots and I took the liberty of posting the htm file (so you can track the specific line numbers to which the error messages refer). The second error message is the same, except it refers to line 117.
    I checked with the developers and they will use the WebHelp version. However, they are curious (as am I) why we get these error messages. Any suggestions you can provide will be appreciated.
    Thanks again.
    10570Fan

  • Scripting error when opening Interactive Form

    Hi all,
    I'm experimenting with adobe interactive forms (in web dynpro), but things aren't going as expected. I'm getting scripting errors when clicking (in Internet Explorer) on a link that opens a view with an interactive form. Please see below for details.
    I've found a similar error description /thread/80059 [original link is broken], but the context is different. It seems to be related to namespaces, but I have no idea what I'm doing wrong.
    Any help is greatly appreciated!
    line 59: 'sapUrDomainRelaxing' is undefined
    line 109: Object expected
    line 113: Object expected
    line 137: 'SSR' is undefined
    line59
    ur_system = {<<SNIP>>, domainrelaxing: sapUrDomainRelaxing.MINIMAL, <<SNIP>>};
    line 109
    sapUrMapi_init();
    line 113
    sapUrMapi_Focus_RegisterCreate('');
    if( SSR && SSR.windowManager) SSR.windowManager.hideEventBlocker();
    sapUrMapi_initLinkStatus();
    line 137
    if (SSR.showInfo){ <<SNIP>> }

    Hello Jeroen and welcome to the SDN!
    It seems like an error in the WebDynpro-part, not in the Adobe forms-part. Please check if all your elements (views, windows, controllers, etc.) are in valid namespaces.
    Could you try to create an application for the WebDynpro-project in the NDS, and try to <i>deploy new archive and run </i>? Does this work?
    Perhaps you could even copy the project, and replace the Adobe Inter Form element by a static text, to test if it is in the WebDynpro part or that it really has something to do with the Adobe.
    Good luck,
    Jan-Willem Kaagman

  • Script Errors in TOC from RoboHelp 9

    Hello, all. I can usually find the answer to my problems by searching existing threads, but I can't seem to find a solution this time. I recently upgraded from RoboHelp 7 to 9.0.2.271. I have published WebHelp locally and then checked files in to a Team Foundation Server to be deployed to a testing environment. Locally and on the QA site, the output looks fine for me and the TOC works as expected. However, other users on Internet Explorer 7 and 8 (I have IE8) get script errors when trying to click on pages in the TOC.
    I zipped my local files and dropped them on a shared drive and asked one of the users to copy them to his machine and open the start page with his browser. He still gets the script errors, whereas another user can open them locally with no problems. This makes me think the problem is not in the RoboHelp files themselves, but I am not sure.
    To further complicate matters, in the staging environment, a different server from QA, the TOC and Index are empty! This is obviously a separate issue, but I am stumped. This issue occurs in IE 6, 7 and 8. It does NOT occur in IE 9 or Firefox.
    Any ideas?

    This issue was fixed with a reply from another discussion:
    Re: RH8 > WebHelp > TOC won't render in IE8 via HTTPS - Fix/workaround?
    If TOC/Index/Search is not working in IE7/8/9 via HTTPS, Please try the following steps
    Go to https://acrobat.com/#d=WqbdTq-2R79ToU08-zfBEw
    Download IESearchIssue.zip file. Unzip it.
    It will create a folder IESearchIssue. It has two subfolders
    RH8.0.2
    RH9.0
    If you are using RoboHelp 8.0.2, go to RH8.0.2 folder.
    if you are using RoboHelp 9.0, go to RH9.0 folder
    Go to <RoboHelp Install Folder>\RoboHTML\WebHelp5Ext\template_stock folder and rename the file whutils.js  to whutils.js.bak
    Now paste the already copied new whutils.js in same folder.
    Now again generate webhelp output of the required project.
    Host it to your webserver and check if it works.

  • Workshop ANT Script Error in JAX-WS and XMLBeans Facet

    I am having a strange problem. I have a web service project created in Eclipse BEA Weblogic 9.2 Workshop IDE. The structure is:
    -EAR...which consitutues
    -JAX-WS WAR project
    -EJB Project
    The JAX-WS WAR has XMLBeans/XMLBuilder facets enabled to be used for compiling my XSD schemas being used in my web service.
    When I build the project and export the ear through the IDE it works fine. I wanted to generate ANT scripts for all these projects so I can build and export the EAR through the command prompt. I was able to that. Now I wanted to check-in the project code in a source control management tool. Naturally I shouldn't check-in the .xbean_bin and .xbean_src folders generated by the the JAXB API against my schemas. The problem happens that when I delete these folders and then run my ANT build script through command prompt I get the following error:
    assembly: [mkdir] Created dir: C:\Projects\kc\kces2\kcesWs\build\assembly\.src
    [assemble] Input fileset contained no files, nothing to do. init.env: init.typedefs: init: generated.root.init: webservice.build:
    [jwsc] JWS: processing module weboutput
    [jwsc] Parsing source files
    [jwsc] Parsing source files
    [jwsc] 1 JWS files being processed for module weboutput [AntUtil.deleteDir] Deleting directory C:\DOCUME~1\Syunus\LOCALS~1\Temp\_5l950r10
    BUILD FAILED
    C:\Projects\KEYCOM~1\kces2\kcesEar\build.xml:184: The following error occurred while executing this line: jar:file:/C:/bea/WEBLOG%7e2/workshop/lib/wlw-antlib.jar!/com/bea/wlw/antlib/antlib.xml:91:
    The following error occurred while executing this line: C:\Projects\KEYCOM~1\kces2\kcesEar\build.xml:196:
    The following error occurred while executing this line: C:\Projects\kc\kces2\kcesWs\build.xml:401:
    The following error occurred while executing this line: C:\Projects\kc\kces2\kcesWs\build.xml:293:
    The following error occurred while executing this line: C:\Projects\kc\kces2\kcesWs\build.xml:490: java.lang.RuntimeException: java.lang.ExceptionInInitializerError
    Total time: 13 seconds
    The above mentioned XMLBean folders are created, my schemas are compiled but the build process terminates at that point when trying to compile the web service code file i.e. the jwsc task fails. Right after that, if I again initiate the build everything goes fine. Apparently the build script expects these 2 XMLBean folders to be present before hand?
    The ANT build chain goes like this:
    -ANT build script for the EAR project -> which calls child ANT build scripts for all referenced sub projects, which are the WAR (here it fails on the first run) and the EJB projects in my case.
    Any idea why it is happening? Thanks a lot.
    cross-posted at
    http://www.coderanch.com/t/485654/Ant-Maven-Other-Build-Tools/ANT-Script-Error-JAX-WS:

    Hi,
    Hope you are doing good.
    I needed some information on how to write a ANT script to create a deployable WAR file of web service built using JAX WS.
    Could you help me with steps / ANT tasks / sample if any.
    Thanks in advance.
    Chandan
    PWC

  • Scripting errors in date pickers

    I have a problem whenever I am trying to access the date pickers in a UIX app that they will not display but come up with scripting errors and a whole load of questions marks ? Is this some sort of problem with the version of Java Im using ? Classpath or path variables ? I have noticed that the EM website wont render correctly either and has scripting errors on each page.
    PS - Install on both tiers on Windows XP Pro
    Thanks,
    Brent

    Brent,
    JavaScript errors and missing images occur when your UIX installable resources (the cabo directory) are missing or out of date. To fix this, delete the cabo directory in you public_html directory (if you have one), then unpack JDEV_HOME/jdev/redist/uix2_install.zip into your public_html directory. (You can also delete the cabo dir and then compile the project in JDev, which will automatically unpack the installables for you.)
    -brian
    UIX Team
    PS: Please try to include JDev version numbers in all posts so we know whether you are talking about 9.0.3 or 10g.

  • MS Access 2013 Web App script error when viewing datasheet view

    Hi--in MS Access 2013 on my PC (Win 7 64), whenever I hit VIEW+DATASHEET, I get a script error. I have tried multiple solutions, including one posted here to delete all of the files in the DatabaseCache folder. Here's a screenshot of the error I get:
    This forum won't let me attach a screenshot, so here's what the error says:
    =============================================
    An error has occured in the script on this page
    Line: 5
    Char; 1
    Error: Syntax Error
    Code: 0
    URL: https://rainbowcityband-fc0dbfcf70da72.sharepoint.com/_layouts/15/Menu.htc
    Do you want to continue running scripts on this page?
    =============================================
    The data shows fine once in my browser, but has never appeared for any table on my PC. 
    Thanks!

    Hi Ginger Rowe,
    Is the issue occured on the specific view?
    Based on my understanding, the issue seems relative to script. Please check whether there are 'OnLoad' and 'On Current' action for the view and ensure it is correct.
    We can check it from Access like figure below:
    Regards & Fei
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • RH7 compiled topics won't display and throw an IE (syntax) script error

    Pundits,
    I am using RH 7 to create projects of about 600 topics. My OS is Windows XP Pro 2002, SP-3. My problem is that approximately 10% of the topics in my .chm file prompt an IE script error msg when I, or anyone else, tries to open them.
    Here's the error msg:
    When this window displays, user can click on either Yes or No and topic will display normally; the next time a user attempts to open this topic, same error displays, with same Yes/No click behavior.
    When I look at the html for any of the "bad" topics (i.e., topics that won't display), there is always this one extra line of code, referring to the ehlpdhtm.js file in my project folder:
    <script language="javascript" src="ehlpdhtm.js"></script>
    This line is never in the html of the "good" topics.
    Can anyone shed any light on what's causing this, and what I can do to remedy the situation?
    Thanks in advance.
    Dennis

    William,
    I have gone thru my project now and, as I stated in my May 1 mail to you, I have made duplicates of all of the "bad" topics and all of these new topics are now displaying correctly.
    Now I have a related, but different issue.
    Only one topic is causing that same error msg to display (refer to my original April 27 post: IE script error/syntax error; Line 13, character 1).
    The only topic that throws that error msg is the initial topic that displays when the .chm file is opened (i.e., the topic that is specified as the "Default Topic" in the HTML Help Options window when I click the Generate Layout button in the SSL pod.)
    Furthermore, the topic that throws the error message will only do so if it is the one specified as the Default Topic.
    As an example, if I have the topic Apple specified as the Default Topic, when the .chm file is opened the error msg window will display; when the user clicks either Yes or No to the "Do you want to continue running scripts?" query, the Apple topic will display normally. Each time that topic is selected it will throw the same error msg. window.
    If I go back to my project in RH and change the Default Topic to the Pear topic, re-compile the project, when the .chm file is opened the error msg will display; when you click Yes/No the Pear topic will display normally (until it's selected again). The Apple topic now displays fine at all times.
    This tells me that the problem seems not to be with the Apple topic, as I'd suspected, but with something that's going on with RH and how it displays the initial topic in a compiled project. I think.
    Any ideas on how I can remedy this issue?
    Thanks in advance.
    Dennis

  • Help Contents gives Script error

    I have Robohelp for HTML installed and when I go to
    Help/Contents I get a script error and the contents does not
    display. I have the most recent version of JAVA installed. Robohelp
    for Word and Starter Help/Contents work and display fine. I have
    IE6 SP2 and run out of ideas.

    We had a similar situation. We installed our RH X5 a few
    years ago, then within the last several months, every author
    (except me) couldn't see the Contents pane at all on their local
    machine or if they were viewing the output only (outside of the
    project) on one of our network drives. They also saw the
    "whskin_pdhtml.htm" error also whenever they tried to access the
    skin editor.
    I suspected, but was never able to prove, that the issue was
    related to how IE interpreted Javascript and/or various add-ons
    based on a user's permissions. I even tried to find out if a recent
    Microsoft security patch was the culprit, but still couldn't be
    100% sure.
    Our solution was to uninstall RH X5, get local box admin
    rights granted permanently to the user of the PC, then reinstall
    RoboHelp X5. We've done three of these in the last two weeks and no
    one has had an issue since. We've found that having local box admin
    rights granted to the user permanently rather than temporarily
    seems to work.
    Look for an Adobe Knowledge Base article on Uninstalling
    RoboHelp. I would include the link to it here, but the Knowledge
    Base search feature seems to be on the fritz today. I copied the
    uninstall info into a Word doc a while back and I have it on file
    if you need it. Let me know - my email is [email protected]
    Jim

  • Script Error on gotoNetPage

    Hi All,
    This is driving me crazy. I'm using a simple gotoNetPage
    script to link to users website. I've done this a million times
    before without any problem but now when I create the projector I
    get the "Script Error" prompt when I click on the link. I've even
    cut and pasted a gotoNetPage script that worked in another Director
    project and I'm still getting the script error. Is there something
    I'm missing here? Script below... Help!

    Hi Sean,
    Thanks for the reply. It is a run-time error - the link works
    fine when I'm authoring it in Director, it doesn't when I play the
    projector (also correct, not a Shockwave). I do have the 3
    net-support xtras included; Ineturl.x32, Netfile.x32 and
    Netlingo.x32. Are those the 3 you meant? The "include in Projector"
    box is also checked on the bottom. I'm really stumped. Like I said,
    this function works fine in another project I'm looking at. I just
    don't get why I'm getting the script error for this one.
    Thanks-

  • Script error: Three parameters expected etc

    I currently use director MX 10.1 and Havok and max 5.1. I am
    trying to do the tutorial found here:
    http://www.deansdirectortutorials.com/3D/Havok/
    specifically the one using the "imported Havok" from max 5
    found at bottom.
    I can do the top inserted havok tut just fine using his w3d
    and hke.
    I can even load his completed version of the bottom "Imported
    Havok" and that works fine.
    However when i try to recreate his Imported havok project
    everytime i try to play it i get an error:
    Script error: Three parameters expected
    pHavok.initialize(pSprite.member)
    -2147219485
    I have compared my working script code lines to his completed
    version of the Import havok tutorial and they look the same.
    However i still get this error. Any ideas on whats going on?
    You could easily see if it works for you and let me know if
    it does. It should only take 10 minutes to look and see if its me
    or him if you like.
    I tryed my own import havok test to and got same error
    message when trying to play it.
    thanks

    Dr Vangeldor wrote:
    > I currently use director MX 10.1 and Havok and max 5.1.
    I am trying to do the
    > tutorial found here:
    >
    http://www.deansdirectortutorials.com/3D/Havok/
    Hi,
    The above is my tutorial. Is the problem when you create your
    own hke file? Since
    the creation of the hke part of the tutorial requires a very
    old version of max,
    it's probably not the reccommended way of doing things. Plus,
    Havok has been
    replaced by Aegia in Director 11. Anyway, I'd suggest you
    look at physics
    properties as you defined in Max (steps 7 to 14) to make sure
    you've done it
    correctly for your file. Then, make sure you have the latest
    Havok, which can be
    accessed from a link on the page.
    regards
    Dean
    Director Lecturer / Consultant / Director Enthusiast
    http://www.deansdirectortutorials.com/
    http://www.multimediacreative.com.au
    email: [email protected]

  • 'OSF is undefined' script error in o15apptofilemappingtable.js file when Mail App launched

    I created a Mail App for Office using Visual Studio 2013 "App for Office" project template. After I installed the app in my OWA, I am get intermittent errors when launching the app in IE9.
    The error is "'OSF' is undefined' and happens when executing script in o15apptofilemappingtable.js file, which is part of Office API. Other browsers are not affected.
    Does anyone has an idea how to fix this. The screenshot is attached below:

    Hi Philip,
    It's not an issue with a 3rd party. I created a brand new App for Office project in Visual Studio 2013. If you want, I can provide you the code, but it is really only pure Microsoft code, no changes of my own.  I deployed it in my IIS and installed
    in Exchange 2013 CU6. I am able to repro the issue with IE9 on Windows 7 and Windows 2008 R2. Here are the steps to reproduce it:
    1.  Check "Display a notification about every script error" and enabled debuggers in IE 9 Internet Options.
    2. Open a message inside the Inbox and start the App. Trigger some events inside the app. In the VS2013 template app, I am using, there are some click handlers attached to the Sender's name. After that, open another message and launch
    the app.
    3. Repeat few times. It may not reproduce on the first try.
    The issue usually happens after onblur fires when switching between messages in the inbox while the app is opened or when loading the next message. It looks like onblur fires after some javascript object were already destroyed.
    Below are screenshots of the VS2013 template app.
    Thank you,
    Tomasz

  • " loading failed please check your page for  java script errors" please Help

    recently my project starts crashing.... when it loads it gives a java scrip error .. saying " loading failed please check your page for  java script errors"

    Hey, If you have an error, you should see the error in Edge and you can correct it. In the window/code there will be a red dot too.

Maybe you are looking for

  • Strange names in shared list

    When I'm online I notice there are anything between 2 and 10 shared drives/folders on my Shared folders list in Finder. Who/what are these? Do they have access to my hard drive/computer etc?

  • CAD VIEW Error : "Status can only be set when all originals are stored"

    Hi Friends, I have Proe to SAP integrated and when I open Proe model in CAD VIEW and try to create a document it shows an error "Status can only be set when all originals are stored" Also I see that the model is not having Status in CAD VIEW. When I

  • Motion and particles with pictures in sequence

    In Motion I: I remember seeing a clip on the Apple site (the old Motion I features) that used pictures in sequence as particles. The narrator had a series of cars that were particles (several dozen) that formed a lower section of the screen. I would

  • Fax support for MacBook Pro retina

    Where can I get fax support for my MacBook Pro?

  • Converting column header and a single record into rows

    Lets suppose the table with only one record col1 col2 col3-----Column Header d1 d2 d3 i want it in following manner column_name Column_data----Column Header col1 d1 col2 d2 col3 d3 for this i have written the query as select column_name,column_data f