Jump to content

Recommended Posts

Posted (edited)

https://github.com/GarageGames/Torque3D/issues/2195


Jeff has done some work to repair some of the issues.


There are still some issues remaining


1) The semi-random crash that occurs when a popup menu isn't dismissed correctly.

The thread 0x6eac has exited with code 0 (0x0).
tools/base/menuBar/menuBuilder.ed.cs (157): Unknown command removeFromMenuBar.
 Object BTEditPopup(20180) BTEditPopup -> MenuBuilder -> PopupMenu -> SimObject
Exception thrown: read access violation.
**this** was 0xFFFFFFFFFFFFFFFF.

 

2) The scene editor right-click menu is still acting as described.


3) currently my build is crashing just trying to open the worldeditor

 

tools/worldEditor/scripts/EditorGui.ed.cs (840): Unable to find object: '0' attempting to call function 'insert'
Exception thrown at 0x00007FF7181F07E0 in DarkPrincipality_DEBUG.exe: 0xC0000005: Access violation reading location 0x00007FFF1A917EC8

Edited by Bloodknight
Posted

Exploring item 2 and disabling the BB addon to remove that particular issue


Right-click options are still misbehaving, however, I've got a repeatable pattern, trying to use 'group' triggers an exception


https://i.imgur.com/cHoPI9H.png

 

GFXTextureManager::_lookupTexture: Cached texture art/shapes/weapons/Ryder/TP_Ryder_D has a different profile flag
GFXTextureManager::_lookupTexture: Cached texture art/shapes/weapons/Ryder/TP_Ryder_D has a different profile flag
GFXTextureManager::_lookupTexture: Cached texture art/shapes/weapons/Ryder/TP_Ryder_D has a different profile flag
GFXTextureManager::_lookupTexture: Cached texture art/shapes/weapons/Ryder/TP_Ryder_D has a different profile flag
*** Initial Control Object
*** Control Object Changed
Mapping string:  to index: 15
Linux Compatibility Warning: postFx.hlsl != postFX.hlsl
Window focus status changed: focus: 1
E:\BKS_Projects\TorqueLands\Engine\source\console\consoleObject.cpp(178,0): {Warning} - Couldn't find class rep for dynamic class: menubar
tools/worldEditor/scripts/menus.ed.cs (113): Unable to instantiate non-conobject class menubar.
tools/worldEditor/scripts/menus.ed.cs (161): Unable to find object: '0' attempting to call function 'getCount'
tools/worldEditor/scripts/menus.ed.cs (161): Unable to find object: '0' attempting to call function 'insert'
tools/worldEditor/scripts/menus.ed.cs (190): Unable to find object: '0' attempting to call function 'getCount'
tools/worldEditor/scripts/menus.ed.cs (190): Unable to find object: '0' attempting to call function 'insert'
tools/worldEditor/scripts/menus.ed.cs (204): Unable to find object: '0' attempting to call function 'getCount'
tools/worldEditor/scripts/menus.ed.cs (204): Unable to find object: '0' attempting to call function 'insert'
tools/worldEditor/scripts/menus.ed.cs (232): Unable to find object: '0' attempting to call function 'getCount'
tools/worldEditor/scripts/menus.ed.cs (232): Unable to find object: '0' attempting to call function 'insert'
tools/worldEditor/scripts/menus.ed.cs (249): Unable to find object: '0' attempting to call function 'getCount'
tools/worldEditor/scripts/menus.ed.cs (249): Unable to find object: '0' attempting to call function 'insert'
tools/worldEditor/scripts/menus.ed.cs (266): Unable to find object: '0' attempting to call function 'getCount'
tools/worldEditor/scripts/menus.ed.cs (266): Unable to find object: '0' attempting to call function 'insert'
tools/worldEditor/scripts/menus.ed.cs (281): Unable to find object: '0' attempting to call function 'getCount'
tools/worldEditor/scripts/menus.ed.cs (281): Unable to find object: '0' attempting to call function 'insert'
tools/worldEditor/scripts/menus.ed.cs (296): Unable to find object: '0' attempting to call function 'getCount'
tools/worldEditor/scripts/menus.ed.cs (296): Unable to find object: '0' attempting to call function 'insert'
Executing tools/worldEditor/gui/ToolsPaletteGroups/init.cs.
Executing tools/worldEditor/gui/ToolsPaletteWindow.ed.gui.
Executing tools/worldEditor/gui/ToolsPaletteGroups/ConvexEditorPalette.ed.gui.
Executing tools/worldEditor/gui/ToolsPaletteGroups/DecalEditorPalette.ed.gui.
Executing tools/worldEditor/gui/ToolsPaletteGroups/ForestEditorPalette.ed.gui.
Executing tools/worldEditor/gui/ToolsPaletteGroups/MeshRoadEditorPalette.ed.gui.
Executing tools/worldEditor/gui/ToolsPaletteGroups/NavEditorPalette.ed.gui.
Executing tools/worldEditor/gui/ToolsPaletteGroups/RiverEditorPalette.ed.gui.
Executing tools/worldEditor/gui/ToolsPaletteGroups/RoadEditorPalette.ed.gui.
Executing tools/worldEditor/gui/ToolsPaletteGroups/ShapeEditorPalette.ed.gui.
Executing tools/worldEditor/gui/ToolsPaletteGroups/TerrainEditPalette.ed.gui.
Executing tools/worldEditor/gui/ToolsPaletteGroups/TerrainPainterPalette.ed.gui.
Executing tools/worldEditor/gui/ToolsPaletteGroups/WorldEditorPalette.ed.gui.
Executing tools/worldEditor/gui/WorldEditorTreeWindow.ed.gui.
Executing tools/worldEditor/gui/WorldEditorInspectorWindow.ed.gui.
Executing tools/worldEditor/gui/WorldEditorToolbar.ed.gui.
Executing tools/worldEditor/gui/TerrainEditToolbar.ed.gui.
Executing tools/worldEditor/gui/TerrainPainterWindow.ed.gui.
Executing tools/worldEditor/gui/guiTerrainMaterialDlg.ed.gui.
Executing tools/worldEditor/gui/TerrainBrushSoftnessCurveDlg.ed.gui.
Executing tools/worldEditor/gui/TerrainPainterToolbar.ed.gui.
Executing tools/worldEditor/gui/ToolsToolbar.ed.gui.
Executing tools/worldEditor/gui/EditorSettingsWindow.ed.gui.
Executing tools/worldEditor/scripts/editorSettingsWindow.ed.cs.
Executing tools/worldEditor/gui/GeneralSettingsTab.ed.gui.
Executing tools/worldEditor/gui/ObjectEditorSettingsTab.ed.gui.
Executing tools/worldEditor/gui/AxisGizmoSettingsTab.ed.gui.
Executing tools/worldEditor/gui/TerrainEditorSettingsTab.ed.gui.
Executing tools/worldEditor/gui/CameraSettingsTab.ed.gui.
Executing tools/worldEditor/gui/ObjectSnapOptionsWindow.ed.gui.
Executing tools/worldEditor/scripts/objectSnapOptions.ed.cs.
Executing tools/worldEditor/gui/TransformSelectionWindow.ed.gui.
Executing tools/worldEditor/scripts/transformSelection.ed.cs.
tools/worldEditor/scripts/EditorGui.ed.cs (321): Unable to find object: '0' attempting to call function 'getItemCount'
tools/worldEditor/scripts/EditorGui.ed.cs (339): Unable to find object: '0' attempting to call function 'addItem'
tools/worldEditor/scripts/EditorGui.ed.cs (321): Unable to find object: '0' attempting to call function 'getItemCount'
tools/worldEditor/scripts/EditorGui.ed.cs (339): Unable to find object: '0' attempting to call function 'addItem'
Could not create a description for binding: +
tools/worldEditor/scripts/EditorGui.ed.cs (321): Unable to find object: '0' attempting to call function 'getItemCount'
tools/worldEditor/scripts/EditorGui.ed.cs (339): Unable to find object: '0' attempting to call function 'addItem'
Could not create a description for binding: +
tools/worldEditor/scripts/EditorGui.ed.cs (321): Unable to find object: '0' attempting to call function 'getItemCount'
tools/worldEditor/scripts/EditorGui.ed.cs (339): Unable to find object: '0' attempting to call function 'addItem'
tools/worldEditor/scripts/EditorGui.ed.cs (321): Unable to find object: '0' attempting to call function 'getItemCount'
tools/worldEditor/scripts/EditorGui.ed.cs (339): Unable to find object: '0' attempting to call function 'addItem'
Executing tools/convexEditor/convexEditorSettingsTab.ed.gui.
tools/worldEditor/scripts/EditorGui.ed.cs (321): Unable to find object: '0' attempting to call function 'getItemCount'
tools/worldEditor/scripts/EditorGui.ed.cs (339): Unable to find object: '0' attempting to call function 'addItem'
tools/worldEditor/scripts/EditorGui.ed.cs (321): Unable to find object: '0' attempting to call function 'getItemCount'
tools/worldEditor/scripts/EditorGui.ed.cs (339): Unable to find object: '0' attempting to call function 'addItem'
Executing art/forest/brushes.cs.
tools/worldEditor/scripts/EditorGui.ed.cs (321): Unable to find object: '0' attempting to call function 'getItemCount'
tools/worldEditor/scripts/EditorGui.ed.cs (339): Unable to find object: '0' attempting to call function 'addItem'
tools/worldEditor/scripts/EditorGui.ed.cs (321): Unable to find object: '0' attempting to call function 'getItemCount'
tools/worldEditor/scripts/EditorGui.ed.cs (339): Unable to find object: '0' attempting to call function 'addItem'
Executing tools/meshRoadEditor/meshRoadEditorSettingsTab.gui.
tools/worldEditor/scripts/EditorGui.ed.cs (321): Unable to find object: '0' attempting to call function 'getItemCount'
tools/worldEditor/scripts/EditorGui.ed.cs (339): Unable to find object: '0' attempting to call function 'addItem'
tools/worldEditor/scripts/EditorGui.ed.cs (321): Unable to find object: '0' attempting to call function 'getItemCount'
tools/worldEditor/scripts/EditorGui.ed.cs (339): Unable to find object: '0' attempting to call function 'addItem'
Executing tools/navEditor/NavEditorSettingsTab.gui.
tools/worldEditor/scripts/EditorGui.ed.cs (321): Unable to find object: '0' attempting to call function 'getItemCount'
tools/worldEditor/scripts/EditorGui.ed.cs (339): Unable to find object: '0' attempting to call function 'addItem'
tools/worldEditor/scripts/EditorGui.ed.cs (321): Unable to find object: '0' attempting to call function 'getItemCount'
tools/worldEditor/scripts/EditorGui.ed.cs (339): Unable to find object: '0' attempting to call function 'addItem'
Executing tools/riverEditor/RiverEditorSettingsTab.gui.
tools/worldEditor/scripts/EditorGui.ed.cs (321): Unable to find object: '0' attempting to call function 'getItemCount'
tools/worldEditor/scripts/EditorGui.ed.cs (339): Unable to find object: '0' attempting to call function 'addItem'
Executing tools/roadEditor/RoadEditorSettingsTab.gui.
tools/worldEditor/scripts/EditorGui.ed.cs (321): Unable to find object: '0' attempting to call function 'getItemCount'
tools/worldEditor/scripts/EditorGui.ed.cs (339): Unable to find object: '0' attempting to call function 'addItem'
Executing tools/shapeEditor/gui/ShapeEditorSettingsTab.gui.
tools/worldEditor/scripts/EditorGui.ed.cs (484): Unable to find object: '0' attempting to call function 'getItemCount'
Linux Compatibility Warning: particleEditor != particleeditor
tools/worldEditor/scripts/EditorGui.ed.cs (840): Unable to find object: '0' attempting to call function 'insert'
Linux Compatibility Warning: treeview != treeView
Linux Compatibility Warning: treeview != treeView
tools/worldEditor/scripts/undoManager.ed.cs (52): Unable to find object: '0' attempting to call function 'setItemName'
tools/worldEditor/scripts/undoManager.ed.cs (53): Unable to find object: '0' attempting to call function 'setItemName'
tools/worldEditor/scripts/undoManager.ed.cs (55): Unable to find object: '0' attempting to call function 'enableItem'
tools/worldEditor/scripts/undoManager.ed.cs (56): Unable to find object: '0' attempting to call function 'enableItem'
tools/worldEditor/scripts/menus.ed.cs (388): Unable to find object: '0' attempting to call function 'attachToCanvas'
tools/worldEditor/scripts/EditorGui.ed.cs (822): Unable to find object: '0' attempting to call function 'checkRadioItem'
Time spent in toggleEditor() : 0.922 s
Mapping string: SetEditorCameraPlayer to index: 3
tools/worldEditor/scripts/EditorGui.ed.cs (822): Unable to find object: '0' attempting to call function 'checkRadioItem'
Mapping string: SetAmmoAmountHud to index: 16
Mapping string: EditorOrbitCameraSelectChange to index: 4
Received info request from a master server [iP:198.101.240.242:28002].
GuiTreeViewCtrl::showItemRenameCtrl - invalid item id '-1'
Exception thrown at 0x00007FF658B26D70 in DarkPrincipality_DEBUG.exe: 0xC0000005: Access violation reading location 0x00007FFE5AF02758

.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...