Bubb13 / EEex

An executable extender for Beamdog's Enhanced Edition of the Infinity Engine
50 stars 7 forks source link

CTD in UI Edit Mode #47

Closed artifoxel closed 2 years ago

artifoxel commented 2 years ago

Running BGEE or BG2EE with EEex seems to crash whenever a UI element is clicked in UI Edit Mode.

Here are the steap to reproduce on a fresh install of either EE game (BGEE+SOD+DLCMerger / BG2EE).

  1. Install EEex (with all options)
    ~EEEX/EEEX.TP2~ #0 #0 // EEex: 0.9.7
    ~EEEX/EEEX.TP2~ #0 #1 // Enable effect menu module - (LShift-on-hover to view spells affecting creature): 0.9.7
    ~EEEX/EEEX.TP2~ #0 #2 // Enable timer module - (visual indicators for modal actions, contingency spells, and spell/item cooldowns): 0.9.7
  2. Run game via InfinityLoader.exe and set in-game graphics options Fullscreen 'Off', Scaled Mode 'On'
  3. Add SetPrivateProfileString('Program Options','UI Edit Mode','1') line to Baldur.lua
  4. Run game via InfinityLoader.exe and press F11
  5. Click on any UI element, and the resulting crash will occur

Running InfinityLoader.exe as administrator still crashes as above. Launching via Baldur.exe, will allow UI edits to work normally.

Anybody have any workarounds? 🦊

Bubb13 commented 2 years ago

This is fixed in master — thanks for reporting!